body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Poppins', 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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #44af34 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #44af34 !important;
  border-color: #44af34 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d7422 !important;
  border-color: #2d7422 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d7422 !important;
  border-color: #2d7422 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #44af34 !important;
  border-color: #44af34 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d7422 !important;
  border-color: #2d7422 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d7422 !important;
  border-color: #2d7422 !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !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: #25601d;
  color: #25601d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #44af34;
  border-color: #44af34;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #44af34 !important;
  border-color: #44af34 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #25601d;
  color: #25601d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #44af34;
  border-color: #44af34;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #44af34 !important;
  border-color: #44af34 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !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: #44af34 !important;
}
.text-secondary {
  color: #44af34 !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !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: #25601d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #25601d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !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: #57468b;
}
.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;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #44af34;
  border-color: #44af34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #44af34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #92db87;
}
.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: #9a8cc5;
}
.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;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #44af34;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #44af34 !important;
  -webkit-box-shadow: 0 6px 16px 0 #44af34 !important;
  background-color: #44af34 !important;
  border-color: #44af34 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #44af34 !important;
  -webkit-box-shadow: 0 6px 16px 0 #44af34 !important;
  background-color: #44af34 !important;
  border-color: #44af34 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #44af34;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #44af34;
  border-bottom-color: #44af34;
}
.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: #44af34 !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: #44af34 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2344af34' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sQZMNUjI2W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sQZMNUjI2W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sQZMNUjI2W .nav-item:focus,
.cid-sQZMNUjI2W .nav-link:focus {
  outline: none;
}
.cid-sQZMNUjI2W .text-white:hover,
.cid-sQZMNUjI2W .text-white:active,
.cid-sQZMNUjI2W .text-white:focus {
  color: white!important;
}
.cid-sQZMNUjI2W .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #44af34;
}
.cid-sQZMNUjI2W .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sQZMNUjI2W .navbar.opened {
  transition: all .3s;
  background: #44af34 !important;
}
.cid-sQZMNUjI2W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZMNUjI2W .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sQZMNUjI2W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZMNUjI2W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQZMNUjI2W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZMNUjI2W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZMNUjI2W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZMNUjI2W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQZMNUjI2W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZMNUjI2W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZMNUjI2W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZMNUjI2W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZMNUjI2W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZMNUjI2W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZMNUjI2W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZMNUjI2W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZMNUjI2W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQZMNUjI2W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZMNUjI2W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZMNUjI2W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZMNUjI2W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZMNUjI2W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZMNUjI2W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZMNUjI2W .navbar.navbar-short {
  background: #44af34 !important;
  min-height: 60px;
}
.cid-sQZMNUjI2W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZMNUjI2W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZMNUjI2W .section {
  position: relative;
  overflow: visible!important;
}
.cid-sQZMNUjI2W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sQZMNUjI2W .dropdown-item:hover {
  color: black!important;
}
.cid-sQZMNUjI2W .dropdown-menu {
  background-color: white!important;
}
.cid-sQZMNUjI2W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sQZMNUjI2W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sQZMNUjI2W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sQZMNUjI2W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sQZMNUjI2W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQZMNUjI2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZMNUjI2W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sQZMNUjI2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZMNUjI2W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQZMNUjI2W .collapsed {
  flex-direction: row!important;
}
.cid-sQZMNUjI2W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZMNUjI2W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZMNUjI2W .navbar-caption {
  font-weight: 600!important;
}
.cid-sQZMNUjI2W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQZMNUjI2W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZMNUjI2W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZMNUjI2W .dropdown-item.active,
.cid-sQZMNUjI2W .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZMNUjI2W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZMNUjI2W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZMNUjI2W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZMNUjI2W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #44af34;
}
.cid-sQZMNUjI2W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZMNUjI2W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZMNUjI2W .navbar-buttons {
  text-align: center;
}
.cid-sQZMNUjI2W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZMNUjI2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f2f6ff;
}
.cid-sQZMNUjI2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZMNUjI2W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZMNUjI2W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZMNUjI2W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZMNUjI2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZMNUjI2W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZMNUjI2W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZMNUjI2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZMNUjI2W .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZMNUjI2W .nav-link {
  font-weight: 600!important;
}
.cid-sQZMNUjI2W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZMNUjI2W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQZMNUjI2W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sQZMNUjI2W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZMNUjI2W .navbar {
    height: 77px;
  }
  .cid-sQZMNUjI2W .navbar.opened {
    height: auto;
  }
  .cid-sQZMNUjI2W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPS9moKDLB {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ryd-2-2000x1500.jpg");
}
.cid-sPS9moKDLB H1 {
  text-align: center;
  color: #f2f6ff;
}
.cid-sPS9moKDLB .mbr-text,
.cid-sPS9moKDLB .mbr-section-btn {
  text-align: center;
}
.cid-t6gohL80CN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6gohL80CN H1 {
  color: #44af34;
}
.cid-t6gohL80CN .mbr-text,
.cid-t6gohL80CN .mbr-section-btn {
  color: #716c80;
}
.cid-t6gohL80CN H3 {
  color: #716c80;
}
.cid-t6gmETkbM5 {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-t6gmETkbM5 .card-header {
  background: transparent;
}
.cid-t6gmETkbM5 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t6gmETkbM5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t6gmETkbM5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t6gmETkbM5 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6gmETkbM5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6gmETkbM5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t6gmETkbM5 .card .panel-body {
  color: #767676;
}
.cid-t6gmETkbM5 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-t6gmETkbM5 H4 {
  color: #232323;
  text-align: center;
}
.cid-t6gmETkbM5 H2 {
  color: #57468b;
}
.cid-t6gmETkbM5 P {
  text-align: left;
}
.cid-sR06GscGgI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sR06GscGgI H1 {
  color: #44af34;
}
.cid-sR06GscGgI .mbr-text,
.cid-sR06GscGgI .mbr-section-btn {
  color: #716c80;
}
.cid-sR06GscGgI H3 {
  color: #716c80;
}
.cid-tmG1zzbqK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #44af34;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmG1zzbqK0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmG1zzbqK0 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tmG1zzbqK0 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tmG1zzbqK0 .btn-primary-outline:active {
  color: gray;
}
.cid-tmG1zzbqK0 .btn-primary-outline:hover {
  color: white;
}
.cid-tmG1zzbqK0 div {
  overflow: hidden;
}
.cid-tmG1zzbqK0 li.active .btn-primary-outline {
  color: white;
}
.cid-tmG1zzbqK0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmG1zzbqK0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmG1zzbqK0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmG1zzbqK0 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tmG1zzbqK0 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tmG1zzbqK0 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tmG1zzbqK0 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tmG1zzbqK0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tmG1zzbqK0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmG1zzbqK0 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tmG1zzbqK0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tmG1zzbqK0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sR078Ptd9d {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR078Ptd9d h2,
.cid-sR078Ptd9d h3,
.cid-sR078Ptd9d h4,
.cid-sR078Ptd9d p {
  margin: 0;
}
.cid-sR078Ptd9d ul {
  padding: 0;
  list-style-type: none;
}
.cid-sR078Ptd9d .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sR078Ptd9d .mbr-section-title {
  color: #44af34;
  margin-bottom: 10px;
}
.cid-sR078Ptd9d .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sR078Ptd9d .list {
  margin: 25px 0;
  color: #232323;
  text-align: left;
}
.cid-sR078Ptd9d .mbr-card-text {
  margin: 10px 0;
}
.cid-sR078Ptd9d .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-rpRMjWsBv6 {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/19-1600x1200.jpg");
}
.cid-rpRMjWsBv6 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rpRMjWsBv6 .mbr-overlay {
  background: linear-gradient(#44af34 -10%, #00113e 75%);
}
.cid-rpRMjWsBv6 H1 {
  color: #ffffff;
}
.cid-tsI6GwyrKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI6GwyrKJ .card-header {
  background: transparent;
}
.cid-tsI6GwyrKJ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI6GwyrKJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI6GwyrKJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI6GwyrKJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI6GwyrKJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI6GwyrKJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI6GwyrKJ .card .panel-body {
  color: #767676;
}
.cid-tsI6GwyrKJ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI6GwyrKJ H4 {
  color: #232323;
}
.cid-tsI6GwyrKJ H2 {
  color: #57468b;
}
.cid-tsI72u1yyG {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI72u1yyG .card-header {
  background: transparent;
}
.cid-tsI72u1yyG .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI72u1yyG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI72u1yyG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI72u1yyG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI72u1yyG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI72u1yyG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI72u1yyG .card .panel-body {
  color: #767676;
}
.cid-tsI72u1yyG h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI72u1yyG H4 {
  color: #232323;
}
.cid-tsI72u1yyG H2 {
  color: #57468b;
}
.cid-tsI73dSzvk {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI73dSzvk .card-header {
  background: transparent;
}
.cid-tsI73dSzvk .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI73dSzvk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI73dSzvk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI73dSzvk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI73dSzvk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI73dSzvk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI73dSzvk .card .panel-body {
  color: #767676;
}
.cid-tsI73dSzvk h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI73dSzvk H4 {
  color: #232323;
}
.cid-tsI73dSzvk H2 {
  color: #57468b;
}
.cid-tsI73dSzvk .panel-text {
  color: #232323;
  text-align: left;
}
.cid-tsI7N1B421 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI7N1B421 .card-header {
  background: transparent;
}
.cid-tsI7N1B421 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI7N1B421 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI7N1B421 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI7N1B421 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI7N1B421 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI7N1B421 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI7N1B421 .card .panel-body {
  color: #767676;
}
.cid-tsI7N1B421 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI7N1B421 H4 {
  color: #232323;
}
.cid-tsI7N1B421 H2 {
  color: #57468b;
}
.cid-tsI7N1B421 .panel-text {
  color: #232323;
}
.cid-tsI73M7SBs {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI73M7SBs .card-header {
  background: transparent;
}
.cid-tsI73M7SBs .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI73M7SBs .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI73M7SBs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI73M7SBs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI73M7SBs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI73M7SBs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI73M7SBs .card .panel-body {
  color: #767676;
}
.cid-tsI73M7SBs h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI73M7SBs H4 {
  color: #232323;
}
.cid-tsI73M7SBs H2 {
  color: #57468b;
}
.cid-tsI74qdae1 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tsI74qdae1 .card-header {
  background: transparent;
}
.cid-tsI74qdae1 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-tsI74qdae1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsI74qdae1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tsI74qdae1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsI74qdae1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsI74qdae1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsI74qdae1 .card .panel-body {
  color: #767676;
}
.cid-tsI74qdae1 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #44af34;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-tsI74qdae1 H4 {
  color: #232323;
}
.cid-tsI74qdae1 H2 {
  color: #57468b;
}
.cid-sR0ceuii4D {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR0ceuii4D *:focus {
  outline: none;
}
.cid-sR0ceuii4D .form-group {
  margin-bottom: 2rem;
}
.cid-sR0ceuii4D .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sR0ceuii4D .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sR0ceuii4D .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sR0ceuii4D .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sR0ceuii4D .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sR0ceuii4D .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sR0ceuii4D input.form-control {
  padding: 1px 0;
}
.cid-sR0ceuii4D .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sR0ceuii4D .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sR0ceuii4D .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sR0ceuii4D .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sR0ceuii4D .first-column,
  .cid-sR0ceuii4D .form-1 {
    text-align: center;
  }
}
.cid-sR0ceuii4D .address-title,
.cid-sR0ceuii4D .address-block {
  color: #232323;
  text-align: center;
}
.cid-sR0ceuii4D .form-title,
.cid-sR0ceuii4D .btn-row {
  color: #232323;
}
.cid-sR0ceuii4D .contacts-title,
.cid-sR0ceuii4D .contacts-block {
  text-align: center;
}
.cid-trRNZi5Xbu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-trRNZi5Xbu .mbr-text {
    text-align: center;
  }
}
.cid-trRNZi5Xbu .mbr-text,
.cid-trRNZi5Xbu .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-srfMINXBq5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #44af34;
}
