body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Populaire';
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Populaire';
  font-size: 2.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Populaire';
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3b433f !important;
}
.bg-info {
  background-color: #7f7f7f !important;
}
.bg-warning {
  background-color: #b2b2b2 !important;
}
.bg-danger {
  background-color: #e40046 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #78be20 !important;
  border-color: #78be20 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #4f7d15 !important;
  border-color: #4f7d15 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f7d15 !important;
  border-color: #4f7d15 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3b433f !important;
  border-color: #3b433f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #171a19 !important;
  border-color: #171a19 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171a19 !important;
  border-color: #171a19 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e40046 !important;
  border-color: #e40046 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #98002f !important;
  border-color: #98002f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #98002f !important;
  border-color: #98002f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #416711;
  color: #416711 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #78be20;
  border-color: #78be20;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #78be20 !important;
  border-color: #78be20 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0b0d0c;
  color: #0b0d0c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3b433f;
  border-color: #3b433f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3b433f !important;
  border-color: #3b433f !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #7f7f7f;
  color: #7f7f7f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #7e0027;
  color: #7e0027 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e40046;
  border-color: #e40046;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e40046 !important;
  border-color: #e40046 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #78be20 !important;
}
.text-success {
  color: #3b433f !important;
}
.text-info {
  color: #7f7f7f !important;
}
.text-warning {
  color: #b2b2b2 !important;
}
.text-danger {
  color: #e40046 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #416711 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b0d0c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4c4c4c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #7f7f7f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7e0027 !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: #7f7f7f;
}
.alert-warning {
  background-color: #b2b2b2;
}
.alert-danger {
  background-color: #e40046;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #adb7b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f2f2f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffb1c9;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #e40046;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #e40046;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #78be20 !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='%23000000' %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-ue6wQyv1os {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-ue6wQyv1os .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ue6wQyv1os .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ue6wQyv1os .title {
    width: 100% !important;
  }
}
.cid-ue6wQyv1os .mbr-section-title {
  color: #ffffff;
}
.cid-ue6wQyv1os .mbr-section-subtitle,
.cid-ue6wQyv1os .underline {
  color: #cf7853;
}
.cid-ue6vYhekIZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ue6vYhekIZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ue6vYhekIZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ue6vYhekIZ .title {
    width: 100% !important;
  }
}
.cid-ue6vYhekIZ .mbr-section-title {
  color: #6e6e6e;
  text-align: center;
}
.cid-ue6vYhekIZ .mbr-section-subtitle,
.cid-ue6vYhekIZ .underline {
  color: #cf7853;
}
.cid-ue6vNMNaA6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ue6vNMNaA6 .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ue6vNMNaA6 .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ue6vNMNaA6 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ubBXrvmNC3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u7xQOnbI3S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3b433f;
}
.cid-u7xQOnbI3S .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-u7xQOnbI3S .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-u7xQOnbI3S .card {
  height: fit-content;
}
.cid-u7xQOnbI3S h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u7xQOnbI3S .card1 {
  background: #f6f6f6;
}
.cid-u7xQOnbI3S .card2 {
  background: #efefef;
}
.cid-u7xQOnbI3S .card3 {
  background: #efefef;
}
.cid-u7xQOnbI3S .card4 {
  background: #efefef;
}
.cid-u7xQOnbI3S .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u7xQOnbI3S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u7xQOnbI3S .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-u7xQOnbI3S .card-subtitle1 {
  text-align: center;
  color: #e40046;
}
.cid-u7xQOnbI3S .card-title1 {
  text-align: center;
}
.cid-u7xQOnbI3S .mbr-text1 {
  text-align: center;
  color: #232323;
}
.cid-u7xQOnbI3S .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-u7xQOnbI3S .mbr-text2 {
  color: #232323;
  text-align: center;
}
.cid-u7xQOnbI3S .card-subtitle2 {
  color: #e40046;
  text-align: center;
}
.cid-u7xQOnbI3S .card-title3 {
  text-align: center;
}
.cid-u7xQOnbI3S .mbr-text3 {
  text-align: center;
}
.cid-u7xQOnbI3S .card-subtitle3 {
  text-align: center;
  color: #e40046;
}
.cid-u7xQOnbI3S .card-title4 {
  text-align: center;
}
.cid-u7xQOnbI3S .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-u7xQOnbI3S .card-subtitle4 {
  text-align: center;
  color: #e40046;
}
.cid-u7xQOnbI3S .card-title2,
.cid-u7xQOnbI3S .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7xQOnbI3S .card-title3,
.cid-u7xQOnbI3S .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7xQOnbI3S .card-title4,
.cid-u7xQOnbI3S .title-wrap4 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7xQOnbI3S .card-title1,
.cid-u7xQOnbI3S .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7xQOnbI3S .title {
  text-align: center;
}
.cid-ubwIaaEycL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #8fc34d;
}
.cid-ubwIaaEycL .underline .line {
  width: 2rem;
  height: 1px;
  background: #dbd979;
  display: inline-block;
}
.cid-ubwIaaEycL .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubwIaaEycL .title {
    width: 100% !important;
  }
}
.cid-ubwIaaEycL .mbr-section-title {
  color: #ffffff;
}
.cid-ubwIaaEycL .mbr-section-subtitle,
.cid-ubwIaaEycL .underline {
  color: #e9e8b3;
}
.cid-ubZTK2Mxq5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ubZTK2Mxq5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-ubZTK2Mxq5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ubZTK2Mxq5 .col + .mbr-section-btn .btn,
.cid-ubZTK2Mxq5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ubZTK2Mxq5 .col + .mbr-section-btn .btn,
  .cid-ubZTK2Mxq5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ubZTK2Mxq5 .dragArea > *:nth-last-child(2).col,
  .cid-ubZTK2Mxq5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ubZTK2Mxq5 .col + .mbr-section-btn,
  .cid-ubZTK2Mxq5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ubZTK2Mxq5 .dragArea {
    flex-direction: column;
  }
}
.cid-ubZTK2Mxq5 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-ubZTK2Mxq5 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-ubZTK2Mxq5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ubZTK2Mxq5 .form-group {
  max-width: 220px;
}
.cid-ubZTK2Mxq5 .mbr-section-btn {
  padding-left: 0;
}
.cid-ubZTK2Mxq5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ubZTK2Mxq5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ubZTK2Mxq5 .mbr-text {
  color: #444;
}
.cid-ubZTK2Mxq5 h5 {
  margin-bottom: 0;
}
.cid-ubZTK2Mxq5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ubZTK2Mxq5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubZTK2Mxq5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ubZTK2Mxq5 .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubZTK2Mxq5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ubZTK2Mxq5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ubZTK2Mxq5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubZTK2Mxq5 .social-list a:hover {
  opacity: 0.4;
}
.cid-ubZTK2Mxq5 .media-container-row > div {
  padding: 0px;
}
.cid-ubZTK2Mxq5 .text2 {
  color: #807e38;
  text-align: left;
}
.cid-ubZTK2Mxq5 .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-ubZTK2Mxq5 .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ubZTK2Mxq5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ubZTK2Mxq5 .social-list,
  .cid-ubZTK2Mxq5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ubZTK2Mxq5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ubZTK2Mxq5 .form-group {
    max-width: 180px;
  }
}
.cid-ubZTK2Mxq5 .links span {
  color: #9e9e9e;
}
.cid-ubZTK2Mxq5 .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-ubZTK2Mxq5 .logo-title {
  text-align: center;
}
.cid-ubZTK2Mxq5 .logo-title,
.cid-ubZTK2Mxq5 .logo {
  color: #3b433f;
}
.cid-u75CeSyItb .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-u75CeSyItb .collapsed {
  flex-direction: row!important;
}
.cid-u75CeSyItb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75CeSyItb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75CeSyItb .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u75CeSyItb .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u75CeSyItb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u75CeSyItb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75CeSyItb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75CeSyItb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u75CeSyItb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u75CeSyItb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75CeSyItb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75CeSyItb .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-u75CeSyItb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75CeSyItb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u75CeSyItb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u75CeSyItb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75CeSyItb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75CeSyItb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u75CeSyItb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75CeSyItb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75CeSyItb .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-u75CeSyItb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u75CeSyItb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75CeSyItb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75CeSyItb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u75CeSyItb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u75CeSyItb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u75CeSyItb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u75CeSyItb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u75CeSyItb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u75CeSyItb .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u75CeSyItb .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u75CeSyItb .nav-item:focus,
.cid-u75CeSyItb .nav-link:focus {
  outline: none;
}
.cid-u75CeSyItb .text-white:hover,
.cid-u75CeSyItb .text-white:active,
.cid-u75CeSyItb .text-white:focus {
  color: white!important;
}
.cid-u75CeSyItb .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u75CeSyItb .dropdown-item:hover {
  color: black!important;
}
.cid-u75CeSyItb .dropdown-menu {
  background-color: white!important;
}
.cid-u75CeSyItb .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-u75CeSyItb .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u75CeSyItb .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-u75CeSyItb .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u75CeSyItb .nav-item {
    position: relative;
  }
}
.cid-u75CeSyItb .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-u75CeSyItb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75CeSyItb .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u75CeSyItb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u75CeSyItb .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-u75CeSyItb .navbar-caption {
  font-weight: 600!important;
}
.cid-u75CeSyItb .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-u75CeSyItb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75CeSyItb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75CeSyItb .dropdown-item.active,
.cid-u75CeSyItb .dropdown-item:active {
  background-color: transparent;
}
.cid-u75CeSyItb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75CeSyItb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75CeSyItb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75CeSyItb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-u75CeSyItb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75CeSyItb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u75CeSyItb .navbar-buttons {
  text-align: center;
}
.cid-u75CeSyItb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u75CeSyItb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u75CeSyItb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u75CeSyItb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u75CeSyItb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u75CeSyItb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u75CeSyItb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u75CeSyItb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u75CeSyItb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u75CeSyItb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u75CeSyItb .nav-link {
  font-weight: 600!important;
}
.cid-u75CeSyItb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u75CeSyItb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u75CeSyItb .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-u75CeSyItb .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u75CeSyItb .navbar {
    height: 77px;
  }
  .cid-u75CeSyItb .navbar.opened {
    height: auto;
  }
  .cid-u75CeSyItb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucbzFoupLt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-ucbzFoupLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ucbzFoupLt .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucbzFoupLt .title {
    width: 100% !important;
  }
}
.cid-ucbzFoupLt .mbr-section-title {
  color: #ffffff;
}
.cid-ucbzFoupLt .mbr-section-subtitle,
.cid-ucbzFoupLt .underline {
  color: #cf7853;
}
.cid-u7yF5pXNET {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7yF5pXNET .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u7yF5pXNET .mbr-title {
  text-align: center;
  color: #636340;
}
.cid-ueg6n0JCKn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #78be20;
}
.cid-ueg6n0JCKn .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ueg6n0JCKn .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ueg6n0JCKn .title {
    width: 100% !important;
  }
}
.cid-ueg6n0JCKn .mbr-section-title {
  color: #ffffff;
}
.cid-ueg6n0JCKn .mbr-section-subtitle,
.cid-ueg6n0JCKn .underline {
  color: #cf7853;
}
.cid-ueOZnmV6JE {
  background-color: #ffffff;
}
.cid-ueOZnmV6JE .mbr-section-title {
  margin: 0;
}
.cid-ueOZnmV6JE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ueOZnmV6JE .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ueOZnmV6JE .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-ueOZnmV6JE .team-item {
  transition: all .2s;
}
.cid-ueOZnmV6JE .team-item .item-image {
  position: relative !important;
}
.cid-ueOZnmV6JE .team-item .item-image img {
  width: 100%;
}
.cid-ueOZnmV6JE .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-ueOZnmV6JE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueOZnmV6JE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueOZnmV6JE .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-ueOZnmV6JE .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-ueOZnmV6JE .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-ueOZnmV6JE .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-ueOZnmV6JE .team-item:hover {
    transform: none;
  }
  .cid-ueOZnmV6JE .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-ueOZnmV6JE {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-ueOZnmV6JE {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-ueOZnmV6JE .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ueOZnmV6JE .container-fluid {
  max-width: 1300px;
}
.cid-ubCTzxQCGk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-ubCTzxQCGk .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubCTzxQCGk .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubCTzxQCGk .title {
    width: 100% !important;
  }
}
.cid-ubCTzxQCGk .mbr-section-title {
  color: #ffffff;
}
.cid-ubCTzxQCGk .mbr-section-subtitle,
.cid-ubCTzxQCGk .underline {
  color: #cf7853;
}
.cid-u7yF5qF4w0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3b433f;
}
.cid-u7yF5qF4w0 .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-u7yF5qF4w0 .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-u7yF5qF4w0 .card {
  height: fit-content;
}
.cid-u7yF5qF4w0 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u7yF5qF4w0 .card1 {
  background: #efefef;
}
.cid-u7yF5qF4w0 .card2 {
  background: #efefef;
}
.cid-u7yF5qF4w0 .card3 {
  background: #efefef;
}
.cid-u7yF5qF4w0 .card4 {
  background: #f7f6f1;
}
.cid-u7yF5qF4w0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u7yF5qF4w0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u7yF5qF4w0 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-u7yF5qF4w0 .card-subtitle1 {
  text-align: center;
  color: #415945;
}
.cid-u7yF5qF4w0 .card-title1 {
  text-align: center;
}
.cid-u7yF5qF4w0 .mbr-text1 {
  text-align: center;
}
.cid-u7yF5qF4w0 .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-u7yF5qF4w0 .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-u7yF5qF4w0 .card-subtitle2 {
  color: #415945;
  text-align: center;
}
.cid-u7yF5qF4w0 .card-title3 {
  text-align: center;
}
.cid-u7yF5qF4w0 .mbr-text3 {
  text-align: center;
}
.cid-u7yF5qF4w0 .card-subtitle3 {
  text-align: center;
  color: #415945;
}
.cid-u7yF5qF4w0 .card-title4 {
  text-align: center;
}
.cid-u7yF5qF4w0 .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-u7yF5qF4w0 .card-subtitle4 {
  text-align: center;
  color: #000000;
}
.cid-u7yF5qF4w0 .card-title2,
.cid-u7yF5qF4w0 .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7yF5qF4w0 .card-title3,
.cid-u7yF5qF4w0 .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7yF5qF4w0 .card-title4,
.cid-u7yF5qF4w0 .title-wrap4 {
  text-align: center;
  color: #737136;
}
.cid-u7yF5qF4w0 .card-title1,
.cid-u7yF5qF4w0 .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-u7yF5qF4w0 .title {
  text-align: center;
}
.cid-ubCQEcHzLY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-ubCQEcHzLY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubCQEcHzLY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubCQEcHzLY .title {
    width: 100% !important;
  }
}
.cid-ubCQEcHzLY .mbr-section-title {
  color: #ffffff;
}
.cid-ubCQEcHzLY .mbr-section-subtitle,
.cid-ubCQEcHzLY .underline {
  color: #cf7853;
}
.cid-uDfFNjEFOA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfFNjEFOA .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfFNjEFOA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfFNjEFOA .col + .mbr-section-btn .btn,
.cid-uDfFNjEFOA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfFNjEFOA .col + .mbr-section-btn .btn,
  .cid-uDfFNjEFOA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfFNjEFOA .dragArea > *:nth-last-child(2).col,
  .cid-uDfFNjEFOA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfFNjEFOA .col + .mbr-section-btn,
  .cid-uDfFNjEFOA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfFNjEFOA .dragArea {
    flex-direction: column;
  }
}
.cid-uDfFNjEFOA .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfFNjEFOA .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfFNjEFOA .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfFNjEFOA .form-group {
  max-width: 220px;
}
.cid-uDfFNjEFOA .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfFNjEFOA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfFNjEFOA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfFNjEFOA .mbr-text {
  color: #444;
}
.cid-uDfFNjEFOA h5 {
  margin-bottom: 0;
}
.cid-uDfFNjEFOA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfFNjEFOA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfFNjEFOA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfFNjEFOA .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfFNjEFOA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfFNjEFOA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfFNjEFOA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfFNjEFOA .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfFNjEFOA .media-container-row > div {
  padding: 0px;
}
.cid-uDfFNjEFOA .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfFNjEFOA .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfFNjEFOA .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfFNjEFOA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfFNjEFOA .social-list,
  .cid-uDfFNjEFOA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfFNjEFOA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfFNjEFOA .form-group {
    max-width: 180px;
  }
}
.cid-uDfFNjEFOA .links span {
  color: #9e9e9e;
}
.cid-uDfFNjEFOA .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfFNjEFOA .logo-title {
  text-align: center;
}
.cid-uDfFNjEFOA .logo-title,
.cid-uDfFNjEFOA .logo {
  color: #3b433f;
}
.cid-u7yF5sA732 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-u7yF5sA732 .collapsed {
  flex-direction: row!important;
}
.cid-u7yF5sA732 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7yF5sA732 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7yF5sA732 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u7yF5sA732 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u7yF5sA732 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u7yF5sA732 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7yF5sA732 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7yF5sA732 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7yF5sA732 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u7yF5sA732 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7yF5sA732 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7yF5sA732 .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-u7yF5sA732 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7yF5sA732 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7yF5sA732 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7yF5sA732 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7yF5sA732 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7yF5sA732 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7yF5sA732 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7yF5sA732 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7yF5sA732 .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-u7yF5sA732 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7yF5sA732 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7yF5sA732 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7yF5sA732 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7yF5sA732 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u7yF5sA732 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7yF5sA732 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u7yF5sA732 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7yF5sA732 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7yF5sA732 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u7yF5sA732 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u7yF5sA732 .nav-item:focus,
.cid-u7yF5sA732 .nav-link:focus {
  outline: none;
}
.cid-u7yF5sA732 .text-white:hover,
.cid-u7yF5sA732 .text-white:active,
.cid-u7yF5sA732 .text-white:focus {
  color: white!important;
}
.cid-u7yF5sA732 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u7yF5sA732 .dropdown-item:hover {
  color: black!important;
}
.cid-u7yF5sA732 .dropdown-menu {
  background-color: white!important;
}
.cid-u7yF5sA732 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-u7yF5sA732 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u7yF5sA732 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-u7yF5sA732 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u7yF5sA732 .nav-item {
    position: relative;
  }
}
.cid-u7yF5sA732 .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-u7yF5sA732 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7yF5sA732 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u7yF5sA732 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7yF5sA732 .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-u7yF5sA732 .navbar-caption {
  font-weight: 600!important;
}
.cid-u7yF5sA732 .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-u7yF5sA732 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7yF5sA732 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7yF5sA732 .dropdown-item.active,
.cid-u7yF5sA732 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7yF5sA732 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7yF5sA732 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7yF5sA732 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7yF5sA732 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-u7yF5sA732 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7yF5sA732 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7yF5sA732 .navbar-buttons {
  text-align: center;
}
.cid-u7yF5sA732 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7yF5sA732 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u7yF5sA732 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7yF5sA732 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7yF5sA732 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7yF5sA732 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7yF5sA732 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7yF5sA732 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7yF5sA732 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7yF5sA732 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7yF5sA732 .nav-link {
  font-weight: 600!important;
}
.cid-u7yF5sA732 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7yF5sA732 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7yF5sA732 .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-u7yF5sA732 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7yF5sA732 .navbar {
    height: 77px;
  }
  .cid-u7yF5sA732 .navbar.opened {
    height: auto;
  }
  .cid-u7yF5sA732 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZJIcKeOw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-ubZJIcKeOw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubZJIcKeOw .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubZJIcKeOw .title {
    width: 100% !important;
  }
}
.cid-ubZJIcKeOw .mbr-section-title {
  color: #ffffff;
}
.cid-ubZJIcKeOw .mbr-section-subtitle,
.cid-ubZJIcKeOw .underline {
  color: #cf7853;
}
.cid-ubZKmCEU8q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubZKmCEU8q .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ubZKmCEU8q .mbr-title {
  text-align: center;
  color: #6e6e6e;
}
.cid-ucbyn0E1eW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ucbyn0E1eW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbyn0E1eW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbyn0E1eW .container {
  max-width: 100%;
  width: 100%;
}
.cid-ucbyn0E1eW .row {
  justify-content: center;
}
.cid-ucbyn0E1eW .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ucbyn0E1eW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ucbyn0E1eW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ubZKnOhj8U {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ubZGq6N3SC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-ubZGq6N3SC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubZGq6N3SC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubZGq6N3SC .title {
    width: 100% !important;
  }
}
.cid-ubZGq6N3SC .mbr-section-title {
  color: #ffffff;
}
.cid-ubZGq6N3SC .mbr-section-subtitle,
.cid-ubZGq6N3SC .underline {
  color: #cf7853;
}
.cid-ubZGq8X4g5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-ubZGq8X4g5 .collapsed {
  flex-direction: row!important;
}
.cid-ubZGq8X4g5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZGq8X4g5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZGq8X4g5 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ubZGq8X4g5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ubZGq8X4g5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ubZGq8X4g5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZGq8X4g5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZGq8X4g5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubZGq8X4g5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubZGq8X4g5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZGq8X4g5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZGq8X4g5 .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-ubZGq8X4g5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZGq8X4g5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ubZGq8X4g5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubZGq8X4g5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZGq8X4g5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZGq8X4g5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubZGq8X4g5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZGq8X4g5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZGq8X4g5 .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-ubZGq8X4g5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubZGq8X4g5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZGq8X4g5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZGq8X4g5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubZGq8X4g5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubZGq8X4g5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubZGq8X4g5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ubZGq8X4g5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubZGq8X4g5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubZGq8X4g5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubZGq8X4g5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ubZGq8X4g5 .nav-item:focus,
.cid-ubZGq8X4g5 .nav-link:focus {
  outline: none;
}
.cid-ubZGq8X4g5 .text-white:hover,
.cid-ubZGq8X4g5 .text-white:active,
.cid-ubZGq8X4g5 .text-white:focus {
  color: white!important;
}
.cid-ubZGq8X4g5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ubZGq8X4g5 .dropdown-item:hover {
  color: black!important;
}
.cid-ubZGq8X4g5 .dropdown-menu {
  background-color: white!important;
}
.cid-ubZGq8X4g5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-ubZGq8X4g5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubZGq8X4g5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-ubZGq8X4g5 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ubZGq8X4g5 .nav-item {
    position: relative;
  }
}
.cid-ubZGq8X4g5 .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-ubZGq8X4g5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZGq8X4g5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubZGq8X4g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ubZGq8X4g5 .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-ubZGq8X4g5 .navbar-caption {
  font-weight: 600!important;
}
.cid-ubZGq8X4g5 .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-ubZGq8X4g5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZGq8X4g5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZGq8X4g5 .dropdown-item.active,
.cid-ubZGq8X4g5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZGq8X4g5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZGq8X4g5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZGq8X4g5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZGq8X4g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-ubZGq8X4g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZGq8X4g5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZGq8X4g5 .navbar-buttons {
  text-align: center;
}
.cid-ubZGq8X4g5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubZGq8X4g5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubZGq8X4g5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubZGq8X4g5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubZGq8X4g5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubZGq8X4g5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubZGq8X4g5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubZGq8X4g5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubZGq8X4g5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubZGq8X4g5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubZGq8X4g5 .nav-link {
  font-weight: 600!important;
}
.cid-ubZGq8X4g5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubZGq8X4g5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubZGq8X4g5 .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-ubZGq8X4g5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZGq8X4g5 .navbar {
    height: 77px;
  }
  .cid-ubZGq8X4g5 .navbar.opened {
    height: auto;
  }
  .cid-ubZGq8X4g5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfG5GKfJR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfG5GKfJR .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfG5GKfJR .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfG5GKfJR .col + .mbr-section-btn .btn,
.cid-uDfG5GKfJR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfG5GKfJR .col + .mbr-section-btn .btn,
  .cid-uDfG5GKfJR .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfG5GKfJR .dragArea > *:nth-last-child(2).col,
  .cid-uDfG5GKfJR .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfG5GKfJR .col + .mbr-section-btn,
  .cid-uDfG5GKfJR .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfG5GKfJR .dragArea {
    flex-direction: column;
  }
}
.cid-uDfG5GKfJR .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfG5GKfJR .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfG5GKfJR .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfG5GKfJR .form-group {
  max-width: 220px;
}
.cid-uDfG5GKfJR .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfG5GKfJR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfG5GKfJR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfG5GKfJR .mbr-text {
  color: #444;
}
.cid-uDfG5GKfJR h5 {
  margin-bottom: 0;
}
.cid-uDfG5GKfJR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfG5GKfJR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfG5GKfJR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfG5GKfJR .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfG5GKfJR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfG5GKfJR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfG5GKfJR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfG5GKfJR .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfG5GKfJR .media-container-row > div {
  padding: 0px;
}
.cid-uDfG5GKfJR .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfG5GKfJR .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfG5GKfJR .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfG5GKfJR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfG5GKfJR .social-list,
  .cid-uDfG5GKfJR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfG5GKfJR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfG5GKfJR .form-group {
    max-width: 180px;
  }
}
.cid-uDfG5GKfJR .links span {
  color: #9e9e9e;
}
.cid-uDfG5GKfJR .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfG5GKfJR .logo-title {
  text-align: center;
}
.cid-uDfG5GKfJR .logo-title,
.cid-uDfG5GKfJR .logo {
  color: #3b433f;
}
.cid-ucbiMxTmEx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e40046;
}
.cid-ucbiMxTmEx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ucbiMxTmEx .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucbiMxTmEx .title {
    width: 100% !important;
  }
}
.cid-ucbiMxTmEx .mbr-section-title {
  color: #ffffff;
}
.cid-ucbiMxTmEx .mbr-section-subtitle,
.cid-ucbiMxTmEx .underline {
  color: #cf7853;
}
.cid-udjrrlukyD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udjrrlukyD .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udjrrlukyD .mbr-title {
  text-align: center;
  color: #6e6e6e;
}
.cid-ubZUVvayic {
  background-color: #3b433f;
}
.cid-ubZUVvayic .mbr-section-title {
  margin: 0;
}
.cid-ubZUVvayic .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ubZUVvayic .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ubZUVvayic .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-ubZUVvayic .team-item {
  transition: all .2s;
}
.cid-ubZUVvayic .team-item .item-image {
  position: relative !important;
}
.cid-ubZUVvayic .team-item .item-image img {
  width: 100%;
}
.cid-ubZUVvayic .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-ubZUVvayic .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ubZUVvayic .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ubZUVvayic .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-ubZUVvayic .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-ubZUVvayic .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-ubZUVvayic .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-ubZUVvayic .team-item:hover {
    transform: none;
  }
  .cid-ubZUVvayic .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-ubZUVvayic {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-ubZUVvayic {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-ubZUVvayic .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ubZUVvayic .container-fluid {
  max-width: 1300px;
}
.cid-udjruHxHQS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udjruHxHQS .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udjruHxHQS .mbr-title {
  text-align: center;
  color: #6e6e6e;
}
.cid-ubZUVxZhaz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #78be20;
}
.cid-ubZUVxZhaz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubZUVxZhaz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubZUVxZhaz .title {
    width: 100% !important;
  }
}
.cid-ubZUVxZhaz .mbr-section-title {
  color: #ffffff;
}
.cid-ubZUVxZhaz .mbr-section-subtitle,
.cid-ubZUVxZhaz .underline {
  color: #cf7853;
}
.cid-ubZUVzts3l .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-ubZUVzts3l .collapsed {
  flex-direction: row!important;
}
.cid-ubZUVzts3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZUVzts3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZUVzts3l .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ubZUVzts3l .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ubZUVzts3l .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ubZUVzts3l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZUVzts3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZUVzts3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubZUVzts3l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubZUVzts3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZUVzts3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZUVzts3l .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-ubZUVzts3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZUVzts3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ubZUVzts3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubZUVzts3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZUVzts3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZUVzts3l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubZUVzts3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZUVzts3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZUVzts3l .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-ubZUVzts3l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubZUVzts3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZUVzts3l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZUVzts3l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubZUVzts3l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubZUVzts3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubZUVzts3l .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ubZUVzts3l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubZUVzts3l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubZUVzts3l .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubZUVzts3l .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ubZUVzts3l .nav-item:focus,
.cid-ubZUVzts3l .nav-link:focus {
  outline: none;
}
.cid-ubZUVzts3l .text-white:hover,
.cid-ubZUVzts3l .text-white:active,
.cid-ubZUVzts3l .text-white:focus {
  color: white!important;
}
.cid-ubZUVzts3l .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ubZUVzts3l .dropdown-item:hover {
  color: black!important;
}
.cid-ubZUVzts3l .dropdown-menu {
  background-color: white!important;
}
.cid-ubZUVzts3l .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-ubZUVzts3l .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubZUVzts3l .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-ubZUVzts3l .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ubZUVzts3l .nav-item {
    position: relative;
  }
}
.cid-ubZUVzts3l .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-ubZUVzts3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZUVzts3l .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubZUVzts3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ubZUVzts3l .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-ubZUVzts3l .navbar-caption {
  font-weight: 600!important;
}
.cid-ubZUVzts3l .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-ubZUVzts3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZUVzts3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZUVzts3l .dropdown-item.active,
.cid-ubZUVzts3l .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZUVzts3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZUVzts3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZUVzts3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZUVzts3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-ubZUVzts3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZUVzts3l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZUVzts3l .navbar-buttons {
  text-align: center;
}
.cid-ubZUVzts3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubZUVzts3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubZUVzts3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubZUVzts3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubZUVzts3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubZUVzts3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubZUVzts3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubZUVzts3l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubZUVzts3l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubZUVzts3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubZUVzts3l .nav-link {
  font-weight: 600!important;
}
.cid-ubZUVzts3l a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubZUVzts3l .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubZUVzts3l .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-ubZUVzts3l .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZUVzts3l .navbar {
    height: 77px;
  }
  .cid-ubZUVzts3l .navbar.opened {
    height: auto;
  }
  .cid-ubZUVzts3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfGbs4jA0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfGbs4jA0 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfGbs4jA0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfGbs4jA0 .col + .mbr-section-btn .btn,
.cid-uDfGbs4jA0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfGbs4jA0 .col + .mbr-section-btn .btn,
  .cid-uDfGbs4jA0 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfGbs4jA0 .dragArea > *:nth-last-child(2).col,
  .cid-uDfGbs4jA0 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfGbs4jA0 .col + .mbr-section-btn,
  .cid-uDfGbs4jA0 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfGbs4jA0 .dragArea {
    flex-direction: column;
  }
}
.cid-uDfGbs4jA0 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfGbs4jA0 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfGbs4jA0 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfGbs4jA0 .form-group {
  max-width: 220px;
}
.cid-uDfGbs4jA0 .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfGbs4jA0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfGbs4jA0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfGbs4jA0 .mbr-text {
  color: #444;
}
.cid-uDfGbs4jA0 h5 {
  margin-bottom: 0;
}
.cid-uDfGbs4jA0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfGbs4jA0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfGbs4jA0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfGbs4jA0 .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfGbs4jA0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfGbs4jA0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfGbs4jA0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfGbs4jA0 .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfGbs4jA0 .media-container-row > div {
  padding: 0px;
}
.cid-uDfGbs4jA0 .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfGbs4jA0 .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfGbs4jA0 .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfGbs4jA0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfGbs4jA0 .social-list,
  .cid-uDfGbs4jA0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfGbs4jA0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfGbs4jA0 .form-group {
    max-width: 180px;
  }
}
.cid-uDfGbs4jA0 .links span {
  color: #9e9e9e;
}
.cid-uDfGbs4jA0 .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfGbs4jA0 .logo-title {
  text-align: center;
}
.cid-uDfGbs4jA0 .logo-title,
.cid-uDfGbs4jA0 .logo {
  color: #3b433f;
}
.cid-udjLhWKkBG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e40046;
}
.cid-udjLhWKkBG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udjLhWKkBG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udjLhWKkBG .title {
    width: 100% !important;
  }
}
.cid-udjLhWKkBG .mbr-section-title {
  color: #ffffff;
}
.cid-udjLhWKkBG .mbr-section-subtitle,
.cid-udjLhWKkBG .underline {
  color: #cf7853;
}
.cid-udjLhXhIVR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udjLhXhIVR .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udjLhXhIVR .mbr-title {
  text-align: center;
  color: #636340;
}
.cid-ue6JNZKruT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-ue6JNZKruT .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-ue6JNZKruT .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-ue6JNZKruT .card {
  height: fit-content;
}
.cid-ue6JNZKruT h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ue6JNZKruT .card1 {
  background: #ffffff;
}
.cid-ue6JNZKruT .card2 {
  background: #ffffff;
}
.cid-ue6JNZKruT .card3 {
  background: #ffffff;
}
.cid-ue6JNZKruT .card4 {
  background: #ffffff;
}
.cid-ue6JNZKruT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ue6JNZKruT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ue6JNZKruT .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-ue6JNZKruT .card-subtitle1 {
  text-align: center;
  color: #e40046;
}
.cid-ue6JNZKruT .card-title1 {
  text-align: center;
}
.cid-ue6JNZKruT .mbr-text1 {
  text-align: center;
}
.cid-ue6JNZKruT .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-ue6JNZKruT .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-ue6JNZKruT .card-subtitle2 {
  color: #e40046;
  text-align: center;
}
.cid-ue6JNZKruT .card-title3 {
  text-align: center;
}
.cid-ue6JNZKruT .mbr-text3 {
  text-align: center;
}
.cid-ue6JNZKruT .card-subtitle3 {
  text-align: center;
  color: #e40046;
}
.cid-ue6JNZKruT .card-title4 {
  text-align: center;
}
.cid-ue6JNZKruT .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-ue6JNZKruT .card-subtitle4 {
  text-align: center;
  color: #e40046;
}
.cid-ue6JNZKruT .card-title2,
.cid-ue6JNZKruT .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ue6JNZKruT .card-title3,
.cid-ue6JNZKruT .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ue6JNZKruT .card-title4,
.cid-ue6JNZKruT .title-wrap4 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ue6JNZKruT .card-title1,
.cid-ue6JNZKruT .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ue6JNZKruT .title {
  text-align: center;
}
.cid-udjLhXADa5 {
  background-color: #3b433f;
}
.cid-udjLhXADa5 .mbr-section-title {
  margin: 0;
}
.cid-udjLhXADa5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-udjLhXADa5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-udjLhXADa5 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-udjLhXADa5 .team-item {
  transition: all .2s;
}
.cid-udjLhXADa5 .team-item .item-image {
  position: relative !important;
}
.cid-udjLhXADa5 .team-item .item-image img {
  width: 100%;
}
.cid-udjLhXADa5 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-udjLhXADa5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udjLhXADa5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udjLhXADa5 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-udjLhXADa5 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-udjLhXADa5 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-udjLhXADa5 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-udjLhXADa5 .team-item:hover {
    transform: none;
  }
  .cid-udjLhXADa5 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-udjLhXADa5 {
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-udjLhXADa5 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-udjLhXADa5 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-udjLhXADa5 .container-fluid {
  max-width: 1300px;
}
.cid-uDO3WPgt30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-uDO3WPgt30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDO3WPgt30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDO3WPgt30 .container-fluid {
  max-width: 100%;
}
.cid-uDO3WPgt30 .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.cid-uDO3WPgt30 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uDO3WPgt30 .col-img {
    order: 2;
  }
}
.cid-uDO3WPgt30 .item-img {
  height: 100%;
  width: 100%;
}
.cid-uDO3WPgt30 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDO3WPgt30 .content-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 75px 100px 130px 80px;
}
@media (max-width: 1439px) {
  .cid-uDO3WPgt30 .content-wrap {
    padding: 55px 50px 100px 50px;
  }
}
@media (max-width: 991px) {
  .cid-uDO3WPgt30 .content-wrap {
    padding: 75px 80px 70px 80px;
  }
}
@media (max-width: 767px) {
  .cid-uDO3WPgt30 .content-wrap {
    padding: 70px 25px 70px 25px;
  }
}
.cid-uDO3WPgt30 .icon-wrap {
  margin-right: 15px;
}
.cid-uDO3WPgt30 .icon-wrap .mbr-iconfont {
  font-size: 32px;
  color: #303030;
}
.cid-uDO3WPgt30 .tabs-wrap {
  flex-grow: 1;
}
.cid-uDO3WPgt30 .mbr-text {
  margin-bottom: 30px;
  color: #6e6e6e;
}
.cid-uDO3WPgt30 .tabs-prof {
  color: #e40046;
  text-decoration: underline;
}
.cid-uDO3WPgt30 .tabs-name {
  margin-top: 6px;
  color: #303030;
}
.cid-uDO3WPgt30 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uDO3WPgt30 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uDO3WPgt30 .nav-tabs {
  flex-wrap: wrap;
  margin-top: 40px;
  border: none !important;
}
.cid-uDO3WPgt30 .nav-item {
  margin-right: 25px;
}
.cid-uDO3WPgt30 .nav-link {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uDO3WPgt30 .nav-link:not(.active) {
  color: #303030;
}
.cid-uDO3WPgt30 .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uDO3WPgt30 .nav-link:hover:before {
  transform: scaleX(1);
}
.cid-uDO3WPgt30 .nav-tabs .nav-link.active {
  color: #303030;
  background-color: transparent !important;
}
.cid-uDO3WPgt30 .nav-tabs .nav-link.active:before {
  transform: scaleX(1);
}
.cid-ueaTujIk5I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-ueaTujIk5I .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-ueaTujIk5I .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-ueaTujIk5I .card {
  height: fit-content;
}
.cid-ueaTujIk5I h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ueaTujIk5I .card1 {
  background: #efefef;
}
.cid-ueaTujIk5I .card2 {
  background: #efefef;
}
.cid-ueaTujIk5I .card3 {
  background: #efefef;
}
.cid-ueaTujIk5I .card4 {
  background: #f7f6f1;
}
.cid-ueaTujIk5I .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueaTujIk5I .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ueaTujIk5I .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-ueaTujIk5I .card-subtitle1 {
  text-align: center;
  color: #e40046;
}
.cid-ueaTujIk5I .card-title1 {
  text-align: center;
}
.cid-ueaTujIk5I .mbr-text1 {
  text-align: center;
}
.cid-ueaTujIk5I .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-ueaTujIk5I .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-ueaTujIk5I .card-subtitle2 {
  color: #a94318;
  text-align: center;
}
.cid-ueaTujIk5I .card-title3 {
  text-align: center;
}
.cid-ueaTujIk5I .mbr-text3 {
  text-align: center;
}
.cid-ueaTujIk5I .card-subtitle3 {
  text-align: center;
  color: #e40046;
}
.cid-ueaTujIk5I .card-title4 {
  text-align: center;
}
.cid-ueaTujIk5I .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-ueaTujIk5I .card-subtitle4 {
  text-align: center;
  color: #989883;
}
.cid-ueaTujIk5I .card-title2,
.cid-ueaTujIk5I .title-wrap2 {
  text-align: center;
  color: #78be20;
}
.cid-ueaTujIk5I .card-title3,
.cid-ueaTujIk5I .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueaTujIk5I .card-title4,
.cid-ueaTujIk5I .title-wrap4 {
  text-align: center;
  color: #737136;
}
.cid-ueaTujIk5I .card-title1,
.cid-ueaTujIk5I .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueaTujIk5I .title {
  text-align: center;
}
.cid-uDIr0Erihr {
  background-color: #6e6e6e;
}
.cid-uDIr0Erihr .mbr-section-title {
  margin: 0;
}
.cid-uDIr0Erihr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDIr0Erihr .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDIr0Erihr .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDIr0Erihr .team-item {
  transition: all .2s;
}
.cid-uDIr0Erihr .team-item .item-image {
  position: relative !important;
}
.cid-uDIr0Erihr .team-item .item-image img {
  width: 100%;
}
.cid-uDIr0Erihr .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDIr0Erihr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDIr0Erihr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDIr0Erihr .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDIr0Erihr .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDIr0Erihr .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDIr0Erihr .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDIr0Erihr .team-item:hover {
    transform: none;
  }
  .cid-uDIr0Erihr .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDIr0Erihr {
    padding-top: 8px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uDIr0Erihr {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-uDIr0Erihr .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDIr0Erihr .container-fluid {
  max-width: 1300px;
}
.cid-udjLhYYLJ7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #78be20;
}
.cid-udjLhYYLJ7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udjLhYYLJ7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udjLhYYLJ7 .title {
    width: 100% !important;
  }
}
.cid-udjLhYYLJ7 .mbr-section-title {
  color: #ffffff;
}
.cid-udjLhYYLJ7 .mbr-section-subtitle,
.cid-udjLhYYLJ7 .underline {
  color: #cf7853;
}
.cid-udjLi0g0Jr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-udjLi0g0Jr .collapsed {
  flex-direction: row!important;
}
.cid-udjLi0g0Jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udjLi0g0Jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udjLi0g0Jr .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-udjLi0g0Jr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-udjLi0g0Jr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-udjLi0g0Jr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udjLi0g0Jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udjLi0g0Jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udjLi0g0Jr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udjLi0g0Jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udjLi0g0Jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udjLi0g0Jr .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-udjLi0g0Jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udjLi0g0Jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-udjLi0g0Jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udjLi0g0Jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udjLi0g0Jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udjLi0g0Jr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udjLi0g0Jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udjLi0g0Jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udjLi0g0Jr .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-udjLi0g0Jr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udjLi0g0Jr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udjLi0g0Jr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udjLi0g0Jr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udjLi0g0Jr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udjLi0g0Jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udjLi0g0Jr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-udjLi0g0Jr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udjLi0g0Jr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udjLi0g0Jr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udjLi0g0Jr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-udjLi0g0Jr .nav-item:focus,
.cid-udjLi0g0Jr .nav-link:focus {
  outline: none;
}
.cid-udjLi0g0Jr .text-white:hover,
.cid-udjLi0g0Jr .text-white:active,
.cid-udjLi0g0Jr .text-white:focus {
  color: white!important;
}
.cid-udjLi0g0Jr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-udjLi0g0Jr .dropdown-item:hover {
  color: black!important;
}
.cid-udjLi0g0Jr .dropdown-menu {
  background-color: white!important;
}
.cid-udjLi0g0Jr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-udjLi0g0Jr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udjLi0g0Jr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-udjLi0g0Jr .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-udjLi0g0Jr .nav-item {
    position: relative;
  }
}
.cid-udjLi0g0Jr .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-udjLi0g0Jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udjLi0g0Jr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-udjLi0g0Jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udjLi0g0Jr .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-udjLi0g0Jr .navbar-caption {
  font-weight: 600!important;
}
.cid-udjLi0g0Jr .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-udjLi0g0Jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udjLi0g0Jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udjLi0g0Jr .dropdown-item.active,
.cid-udjLi0g0Jr .dropdown-item:active {
  background-color: transparent;
}
.cid-udjLi0g0Jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udjLi0g0Jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udjLi0g0Jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udjLi0g0Jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-udjLi0g0Jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udjLi0g0Jr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udjLi0g0Jr .navbar-buttons {
  text-align: center;
}
.cid-udjLi0g0Jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udjLi0g0Jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-udjLi0g0Jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udjLi0g0Jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udjLi0g0Jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udjLi0g0Jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udjLi0g0Jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udjLi0g0Jr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udjLi0g0Jr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udjLi0g0Jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udjLi0g0Jr .nav-link {
  font-weight: 600!important;
}
.cid-udjLi0g0Jr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udjLi0g0Jr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udjLi0g0Jr .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-udjLi0g0Jr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udjLi0g0Jr .navbar {
    height: 77px;
  }
  .cid-udjLi0g0Jr .navbar.opened {
    height: auto;
  }
  .cid-udjLi0g0Jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfGsQjaAh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfGsQjaAh .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfGsQjaAh .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfGsQjaAh .col + .mbr-section-btn .btn,
.cid-uDfGsQjaAh .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfGsQjaAh .col + .mbr-section-btn .btn,
  .cid-uDfGsQjaAh .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfGsQjaAh .dragArea > *:nth-last-child(2).col,
  .cid-uDfGsQjaAh .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfGsQjaAh .col + .mbr-section-btn,
  .cid-uDfGsQjaAh .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfGsQjaAh .dragArea {
    flex-direction: column;
  }
}
.cid-uDfGsQjaAh .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfGsQjaAh .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfGsQjaAh .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfGsQjaAh .form-group {
  max-width: 220px;
}
.cid-uDfGsQjaAh .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfGsQjaAh .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfGsQjaAh .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfGsQjaAh .mbr-text {
  color: #444;
}
.cid-uDfGsQjaAh h5 {
  margin-bottom: 0;
}
.cid-uDfGsQjaAh .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfGsQjaAh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfGsQjaAh .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfGsQjaAh .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfGsQjaAh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfGsQjaAh .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfGsQjaAh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfGsQjaAh .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfGsQjaAh .media-container-row > div {
  padding: 0px;
}
.cid-uDfGsQjaAh .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfGsQjaAh .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfGsQjaAh .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfGsQjaAh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfGsQjaAh .social-list,
  .cid-uDfGsQjaAh .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfGsQjaAh h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfGsQjaAh .form-group {
    max-width: 180px;
  }
}
.cid-uDfGsQjaAh .links span {
  color: #9e9e9e;
}
.cid-uDfGsQjaAh .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfGsQjaAh .logo-title {
  text-align: center;
}
.cid-uDfGsQjaAh .logo-title,
.cid-uDfGsQjaAh .logo {
  color: #3b433f;
}
.cid-udkb5hEpq2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-udkb5hEpq2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udkb5hEpq2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udkb5hEpq2 .title {
    width: 100% !important;
  }
}
.cid-udkb5hEpq2 .mbr-section-title {
  color: #ffffff;
}
.cid-udkb5hEpq2 .mbr-section-subtitle,
.cid-udkb5hEpq2 .underline {
  color: #cf7853;
}
.cid-udkb5idYvu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udkb5idYvu .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udkb5idYvu .mbr-title {
  text-align: center;
  color: #636340;
}
.cid-uegan0zfQx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uegan0zfQx .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-uegan0zfQx .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uegan0zfQx .card {
  height: fit-content;
}
.cid-uegan0zfQx h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uegan0zfQx .card1 {
  background: #ffffff;
}
.cid-uegan0zfQx .card2 {
  background: #ffffff;
}
.cid-uegan0zfQx .card3 {
  background: #ffffff;
}
.cid-uegan0zfQx .card4 {
  background: #ffffff;
}
.cid-uegan0zfQx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uegan0zfQx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uegan0zfQx .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uegan0zfQx .card-subtitle1 {
  text-align: center;
  color: #a94318;
}
.cid-uegan0zfQx .card-title1 {
  text-align: center;
}
.cid-uegan0zfQx .mbr-text1 {
  text-align: center;
}
.cid-uegan0zfQx .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-uegan0zfQx .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-uegan0zfQx .card-subtitle2 {
  color: #a94318;
  text-align: center;
}
.cid-uegan0zfQx .card-title3 {
  text-align: center;
}
.cid-uegan0zfQx .mbr-text3 {
  text-align: center;
}
.cid-uegan0zfQx .card-subtitle3 {
  text-align: center;
  color: #e40046;
}
.cid-uegan0zfQx .card-title4 {
  text-align: center;
}
.cid-uegan0zfQx .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-uegan0zfQx .card-subtitle4 {
  text-align: center;
  color: #a94318;
}
.cid-uegan0zfQx .card-title2,
.cid-uegan0zfQx .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegan0zfQx .card-title3,
.cid-uegan0zfQx .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegan0zfQx .card-title4,
.cid-uegan0zfQx .title-wrap4 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegan0zfQx .card-title1,
.cid-uegan0zfQx .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegan0zfQx .title {
  text-align: center;
}
.cid-uDOfkNu8hn {
  background-color: #3b433f;
}
.cid-uDOfkNu8hn .mbr-section-title {
  margin: 0;
}
.cid-uDOfkNu8hn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDOfkNu8hn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDOfkNu8hn .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDOfkNu8hn .team-item {
  transition: all .2s;
}
.cid-uDOfkNu8hn .team-item .item-image {
  position: relative !important;
}
.cid-uDOfkNu8hn .team-item .item-image img {
  width: 100%;
}
.cid-uDOfkNu8hn .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDOfkNu8hn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDOfkNu8hn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDOfkNu8hn .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDOfkNu8hn .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDOfkNu8hn .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDOfkNu8hn .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDOfkNu8hn .team-item:hover {
    transform: none;
  }
  .cid-uDOfkNu8hn .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDOfkNu8hn {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDOfkNu8hn {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDOfkNu8hn .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDOfkNu8hn .container-fluid {
  max-width: 1300px;
}
.cid-udkb5jtFhs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udkb5jtFhs .mbr-text {
  margin: 0;
}
.cid-udkb5jtFhs .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-udkb5jtFhs .row-element,
.cid-udkb5jtFhs .image-element {
  padding: 0;
}
.cid-udkb5jtFhs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udkb5jtFhs .image-element .img-wrap {
  width: 100% !important;
}
.cid-udkb5jtFhs .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udkb5jtFhs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udkb5jtFhs .carousel-item.active,
.cid-udkb5jtFhs .carousel-item-next,
.cid-udkb5jtFhs .carousel-item-prev {
  display: flex;
}
.cid-udkb5jtFhs .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-udkb5jtFhs .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-udkb5jtFhs .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-udkb5jtFhs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-udkb5jtFhs .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-udkb5jtFhs .carousel-controls {
    display: block;
  }
  .cid-udkb5jtFhs .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-udkb5jtFhs .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-udkb5jtFhs .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-udkb5jtFhs .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-udkb5jtFhs .text-element {
    padding: 1rem;
  }
  .cid-udkb5jtFhs .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udkb5jtFhs .image-element {
    min-width: 50%;
  }
  .cid-udkb5jtFhs .media-container-row {
    width: 100%;
  }
}
.cid-udkb5jtFhs .mbr-text,
.cid-udkb5jtFhs .link {
  text-align: center;
  color: #000000;
}
.cid-udkb5jtFhs .mbr-subtitle {
  text-align: center;
  color: #a94318;
}
.cid-udkb5jtFhs .mbr-title,
.cid-udkb5jtFhs .ornament {
  text-align: center;
  color: #6e6e6e;
}
.cid-udkb5jtFhs DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-udkb5ou76O {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-udkb5ou76O .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udkb5ou76O .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udkb5ou76O .title {
    width: 100% !important;
  }
}
.cid-udkb5ou76O .mbr-section-title {
  color: #edede1;
}
.cid-udkb5ou76O .mbr-section-subtitle,
.cid-udkb5ou76O .underline {
  color: #cf7853;
}
.cid-udkb5rUkX3 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-udkb5rUkX3 .collapsed {
  flex-direction: row!important;
}
.cid-udkb5rUkX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udkb5rUkX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udkb5rUkX3 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-udkb5rUkX3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-udkb5rUkX3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-udkb5rUkX3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udkb5rUkX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udkb5rUkX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udkb5rUkX3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udkb5rUkX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udkb5rUkX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udkb5rUkX3 .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-udkb5rUkX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udkb5rUkX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-udkb5rUkX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udkb5rUkX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udkb5rUkX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udkb5rUkX3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udkb5rUkX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udkb5rUkX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udkb5rUkX3 .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-udkb5rUkX3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udkb5rUkX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udkb5rUkX3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udkb5rUkX3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udkb5rUkX3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udkb5rUkX3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udkb5rUkX3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-udkb5rUkX3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udkb5rUkX3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udkb5rUkX3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udkb5rUkX3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-udkb5rUkX3 .nav-item:focus,
.cid-udkb5rUkX3 .nav-link:focus {
  outline: none;
}
.cid-udkb5rUkX3 .text-white:hover,
.cid-udkb5rUkX3 .text-white:active,
.cid-udkb5rUkX3 .text-white:focus {
  color: white!important;
}
.cid-udkb5rUkX3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-udkb5rUkX3 .dropdown-item:hover {
  color: black!important;
}
.cid-udkb5rUkX3 .dropdown-menu {
  background-color: white!important;
}
.cid-udkb5rUkX3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-udkb5rUkX3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udkb5rUkX3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-udkb5rUkX3 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-udkb5rUkX3 .nav-item {
    position: relative;
  }
}
.cid-udkb5rUkX3 .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-udkb5rUkX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udkb5rUkX3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-udkb5rUkX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udkb5rUkX3 .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-udkb5rUkX3 .navbar-caption {
  font-weight: 600!important;
}
.cid-udkb5rUkX3 .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-udkb5rUkX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udkb5rUkX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udkb5rUkX3 .dropdown-item.active,
.cid-udkb5rUkX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-udkb5rUkX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udkb5rUkX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udkb5rUkX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udkb5rUkX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-udkb5rUkX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udkb5rUkX3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udkb5rUkX3 .navbar-buttons {
  text-align: center;
}
.cid-udkb5rUkX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udkb5rUkX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-udkb5rUkX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udkb5rUkX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udkb5rUkX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udkb5rUkX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udkb5rUkX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udkb5rUkX3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udkb5rUkX3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udkb5rUkX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udkb5rUkX3 .nav-link {
  font-weight: 600!important;
}
.cid-udkb5rUkX3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udkb5rUkX3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udkb5rUkX3 .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-udkb5rUkX3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udkb5rUkX3 .navbar {
    height: 77px;
  }
  .cid-udkb5rUkX3 .navbar.opened {
    height: auto;
  }
  .cid-udkb5rUkX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfGDCsayy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfGDCsayy .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfGDCsayy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfGDCsayy .col + .mbr-section-btn .btn,
.cid-uDfGDCsayy .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfGDCsayy .col + .mbr-section-btn .btn,
  .cid-uDfGDCsayy .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfGDCsayy .dragArea > *:nth-last-child(2).col,
  .cid-uDfGDCsayy .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfGDCsayy .col + .mbr-section-btn,
  .cid-uDfGDCsayy .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfGDCsayy .dragArea {
    flex-direction: column;
  }
}
.cid-uDfGDCsayy .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfGDCsayy .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfGDCsayy .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfGDCsayy .form-group {
  max-width: 220px;
}
.cid-uDfGDCsayy .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfGDCsayy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfGDCsayy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfGDCsayy .mbr-text {
  color: #444;
}
.cid-uDfGDCsayy h5 {
  margin-bottom: 0;
}
.cid-uDfGDCsayy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfGDCsayy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfGDCsayy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfGDCsayy .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfGDCsayy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfGDCsayy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfGDCsayy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfGDCsayy .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfGDCsayy .media-container-row > div {
  padding: 0px;
}
.cid-uDfGDCsayy .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfGDCsayy .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfGDCsayy .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfGDCsayy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfGDCsayy .social-list,
  .cid-uDfGDCsayy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfGDCsayy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfGDCsayy .form-group {
    max-width: 180px;
  }
}
.cid-uDfGDCsayy .links span {
  color: #9e9e9e;
}
.cid-uDfGDCsayy .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfGDCsayy .logo-title {
  text-align: center;
}
.cid-uDfGDCsayy .logo-title,
.cid-uDfGDCsayy .logo {
  color: #3b433f;
}
.cid-udAFc6X2Kb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-udAFc6X2Kb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udAFc6X2Kb .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udAFc6X2Kb .title {
    width: 100% !important;
  }
}
.cid-udAFc6X2Kb .mbr-section-title {
  color: #ffffff;
}
.cid-udAFc6X2Kb .mbr-section-subtitle,
.cid-udAFc6X2Kb .underline {
  color: #cf7853;
}
.cid-udAFc7zCpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udAFc7zCpK .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udAFc7zCpK .mbr-title {
  text-align: center;
  color: #636340;
}
.cid-ueghqbPaFa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-ueghqbPaFa .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-ueghqbPaFa .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-ueghqbPaFa .card {
  height: fit-content;
}
.cid-ueghqbPaFa h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ueghqbPaFa .card1 {
  background: #ffffff;
}
.cid-ueghqbPaFa .card2 {
  background: #ffffff;
}
.cid-ueghqbPaFa .card3 {
  background: #ffffff;
}
.cid-ueghqbPaFa .card4 {
  background: #ffffff;
}
.cid-ueghqbPaFa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueghqbPaFa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ueghqbPaFa .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-ueghqbPaFa .card-subtitle1 {
  text-align: center;
  color: #a94318;
}
.cid-ueghqbPaFa .card-title1 {
  text-align: center;
}
.cid-ueghqbPaFa .mbr-text1 {
  text-align: center;
}
.cid-ueghqbPaFa .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-ueghqbPaFa .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-ueghqbPaFa .card-subtitle2 {
  color: #a94318;
  text-align: center;
}
.cid-ueghqbPaFa .card-title3 {
  text-align: center;
}
.cid-ueghqbPaFa .mbr-text3 {
  text-align: center;
}
.cid-ueghqbPaFa .card-subtitle3 {
  text-align: center;
  color: #a94318;
}
.cid-ueghqbPaFa .card-title4 {
  text-align: center;
}
.cid-ueghqbPaFa .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-ueghqbPaFa .card-subtitle4 {
  text-align: center;
  color: #a94318;
}
.cid-ueghqbPaFa .card-title2,
.cid-ueghqbPaFa .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueghqbPaFa .card-title3,
.cid-ueghqbPaFa .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueghqbPaFa .card-title4,
.cid-ueghqbPaFa .title-wrap4 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueghqbPaFa .card-title1,
.cid-ueghqbPaFa .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-ueghqbPaFa .title {
  text-align: center;
}
.cid-udAFc7SE5L {
  background-color: #3b433f;
}
.cid-udAFc7SE5L .mbr-section-title {
  margin: 0;
}
.cid-udAFc7SE5L .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-udAFc7SE5L .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-udAFc7SE5L .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-udAFc7SE5L .team-item {
  transition: all .2s;
}
.cid-udAFc7SE5L .team-item .item-image {
  position: relative !important;
}
.cid-udAFc7SE5L .team-item .item-image img {
  width: 100%;
}
.cid-udAFc7SE5L .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-udAFc7SE5L .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udAFc7SE5L .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udAFc7SE5L .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-udAFc7SE5L .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-udAFc7SE5L .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-udAFc7SE5L .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-udAFc7SE5L .team-item:hover {
    transform: none;
  }
  .cid-udAFc7SE5L .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-udAFc7SE5L {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-udAFc7SE5L {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-udAFc7SE5L .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-udAFc7SE5L .container-fluid {
  max-width: 1300px;
}
.cid-udAFc9P9r6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udAFc9P9r6 .mbr-text {
  margin: 0;
}
.cid-udAFc9P9r6 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-udAFc9P9r6 .row-element,
.cid-udAFc9P9r6 .image-element {
  padding: 0;
}
.cid-udAFc9P9r6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udAFc9P9r6 .image-element .img-wrap {
  width: 100% !important;
}
.cid-udAFc9P9r6 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udAFc9P9r6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udAFc9P9r6 .carousel-item.active,
.cid-udAFc9P9r6 .carousel-item-next,
.cid-udAFc9P9r6 .carousel-item-prev {
  display: flex;
}
.cid-udAFc9P9r6 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-udAFc9P9r6 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-udAFc9P9r6 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-udAFc9P9r6 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-udAFc9P9r6 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-udAFc9P9r6 .carousel-controls {
    display: block;
  }
  .cid-udAFc9P9r6 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-udAFc9P9r6 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-udAFc9P9r6 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-udAFc9P9r6 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-udAFc9P9r6 .text-element {
    padding: 1rem;
  }
  .cid-udAFc9P9r6 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udAFc9P9r6 .image-element {
    min-width: 50%;
  }
  .cid-udAFc9P9r6 .media-container-row {
    width: 100%;
  }
}
.cid-udAFc9P9r6 .mbr-text,
.cid-udAFc9P9r6 .link {
  text-align: center;
  color: #000000;
}
.cid-udAFc9P9r6 .mbr-subtitle {
  text-align: center;
  color: #a94318;
}
.cid-udAFc9P9r6 .mbr-title,
.cid-udAFc9P9r6 .ornament {
  text-align: center;
  color: #6e6e6e;
}
.cid-udAFc9P9r6 DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-udAFcayCKN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-udAFcayCKN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udAFcayCKN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udAFcayCKN .title {
    width: 100% !important;
  }
}
.cid-udAFcayCKN .mbr-section-title {
  color: #ffffff;
}
.cid-udAFcayCKN .mbr-section-subtitle,
.cid-udAFcayCKN .underline {
  color: #cf7853;
}
.cid-udAFcc0y2K .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-udAFcc0y2K .collapsed {
  flex-direction: row!important;
}
.cid-udAFcc0y2K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udAFcc0y2K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udAFcc0y2K .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-udAFcc0y2K .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-udAFcc0y2K .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-udAFcc0y2K .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udAFcc0y2K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udAFcc0y2K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udAFcc0y2K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udAFcc0y2K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udAFcc0y2K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udAFcc0y2K .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-udAFcc0y2K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udAFcc0y2K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-udAFcc0y2K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udAFcc0y2K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udAFcc0y2K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udAFcc0y2K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udAFcc0y2K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udAFcc0y2K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udAFcc0y2K .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-udAFcc0y2K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udAFcc0y2K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udAFcc0y2K .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udAFcc0y2K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udAFcc0y2K .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udAFcc0y2K .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udAFcc0y2K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-udAFcc0y2K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udAFcc0y2K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udAFcc0y2K .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udAFcc0y2K .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-udAFcc0y2K .nav-item:focus,
.cid-udAFcc0y2K .nav-link:focus {
  outline: none;
}
.cid-udAFcc0y2K .text-white:hover,
.cid-udAFcc0y2K .text-white:active,
.cid-udAFcc0y2K .text-white:focus {
  color: white!important;
}
.cid-udAFcc0y2K .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-udAFcc0y2K .dropdown-item:hover {
  color: black!important;
}
.cid-udAFcc0y2K .dropdown-menu {
  background-color: white!important;
}
.cid-udAFcc0y2K .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-udAFcc0y2K .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udAFcc0y2K .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-udAFcc0y2K .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-udAFcc0y2K .nav-item {
    position: relative;
  }
}
.cid-udAFcc0y2K .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-udAFcc0y2K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udAFcc0y2K .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-udAFcc0y2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udAFcc0y2K .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-udAFcc0y2K .navbar-caption {
  font-weight: 600!important;
}
.cid-udAFcc0y2K .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-udAFcc0y2K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udAFcc0y2K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udAFcc0y2K .dropdown-item.active,
.cid-udAFcc0y2K .dropdown-item:active {
  background-color: transparent;
}
.cid-udAFcc0y2K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udAFcc0y2K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udAFcc0y2K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udAFcc0y2K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-udAFcc0y2K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udAFcc0y2K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udAFcc0y2K .navbar-buttons {
  text-align: center;
}
.cid-udAFcc0y2K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udAFcc0y2K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-udAFcc0y2K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udAFcc0y2K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udAFcc0y2K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udAFcc0y2K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udAFcc0y2K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udAFcc0y2K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udAFcc0y2K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udAFcc0y2K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udAFcc0y2K .nav-link {
  font-weight: 600!important;
}
.cid-udAFcc0y2K a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udAFcc0y2K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udAFcc0y2K .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-udAFcc0y2K .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udAFcc0y2K .navbar {
    height: 77px;
  }
  .cid-udAFcc0y2K .navbar.opened {
    height: auto;
  }
  .cid-udAFcc0y2K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfGJh8AvD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfGJh8AvD .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfGJh8AvD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfGJh8AvD .col + .mbr-section-btn .btn,
.cid-uDfGJh8AvD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfGJh8AvD .col + .mbr-section-btn .btn,
  .cid-uDfGJh8AvD .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfGJh8AvD .dragArea > *:nth-last-child(2).col,
  .cid-uDfGJh8AvD .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfGJh8AvD .col + .mbr-section-btn,
  .cid-uDfGJh8AvD .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfGJh8AvD .dragArea {
    flex-direction: column;
  }
}
.cid-uDfGJh8AvD .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfGJh8AvD .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfGJh8AvD .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfGJh8AvD .form-group {
  max-width: 220px;
}
.cid-uDfGJh8AvD .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfGJh8AvD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfGJh8AvD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfGJh8AvD .mbr-text {
  color: #444;
}
.cid-uDfGJh8AvD h5 {
  margin-bottom: 0;
}
.cid-uDfGJh8AvD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfGJh8AvD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfGJh8AvD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfGJh8AvD .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfGJh8AvD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfGJh8AvD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfGJh8AvD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfGJh8AvD .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfGJh8AvD .media-container-row > div {
  padding: 0px;
}
.cid-uDfGJh8AvD .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfGJh8AvD .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfGJh8AvD .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfGJh8AvD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfGJh8AvD .social-list,
  .cid-uDfGJh8AvD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfGJh8AvD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfGJh8AvD .form-group {
    max-width: 180px;
  }
}
.cid-uDfGJh8AvD .links span {
  color: #9e9e9e;
}
.cid-uDfGJh8AvD .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfGJh8AvD .logo-title {
  text-align: center;
}
.cid-uDfGJh8AvD .logo-title,
.cid-uDfGJh8AvD .logo {
  color: #3b433f;
}
.cid-udMH9xlOEn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-udMH9xlOEn .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udMH9xlOEn .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udMH9xlOEn .title {
    width: 100% !important;
  }
}
.cid-udMH9xlOEn .mbr-section-title {
  color: #ffffff;
}
.cid-udMH9xlOEn .mbr-section-subtitle,
.cid-udMH9xlOEn .underline {
  color: #cf7853;
}
.cid-udMH9y4BdB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udMH9y4BdB .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-udMH9y4BdB .mbr-title {
  text-align: center;
  color: #636340;
}
.cid-udMH9AzqBP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e40046;
}
.cid-udMH9AzqBP .mbr-text {
  margin: 0;
}
.cid-udMH9AzqBP .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-udMH9AzqBP .row-element,
.cid-udMH9AzqBP .image-element {
  padding: 0;
}
.cid-udMH9AzqBP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udMH9AzqBP .image-element .img-wrap {
  width: 100% !important;
}
.cid-udMH9AzqBP .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udMH9AzqBP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udMH9AzqBP .carousel-item.active,
.cid-udMH9AzqBP .carousel-item-next,
.cid-udMH9AzqBP .carousel-item-prev {
  display: flex;
}
.cid-udMH9AzqBP .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-udMH9AzqBP .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-udMH9AzqBP .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-udMH9AzqBP .carousel-indicators li:hover {
  opacity: 1;
}
.cid-udMH9AzqBP .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-udMH9AzqBP .carousel-controls {
    display: block;
  }
  .cid-udMH9AzqBP .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-udMH9AzqBP .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-udMH9AzqBP .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-udMH9AzqBP .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-udMH9AzqBP .text-element {
    padding: 1rem;
  }
  .cid-udMH9AzqBP .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udMH9AzqBP .image-element {
    min-width: 50%;
  }
  .cid-udMH9AzqBP .media-container-row {
    width: 100%;
  }
}
.cid-udMH9AzqBP .mbr-text,
.cid-udMH9AzqBP .link {
  text-align: center;
  color: #000000;
}
.cid-udMH9AzqBP .mbr-subtitle {
  text-align: center;
  color: #a94318;
}
.cid-udMH9AzqBP .mbr-title,
.cid-udMH9AzqBP .ornament {
  text-align: center;
  color: #6e6e6e;
}
.cid-udMH9AzqBP DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-udMM1rl0xz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e6e6e;
}
.cid-udMM1rl0xz .mbr-text {
  margin: 0;
}
.cid-udMM1rl0xz .text-element {
  padding: 2rem;
  background-color: #6e6e6e;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-udMM1rl0xz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-udMM1rl0xz .row-element,
.cid-udMM1rl0xz .image-element {
  padding: 0;
}
.cid-udMM1rl0xz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udMM1rl0xz .image-element .img-wrap {
  width: 100% !important;
}
.cid-udMM1rl0xz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udMM1rl0xz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udMM1rl0xz .carousel-item.active,
.cid-udMM1rl0xz .carousel-item-next,
.cid-udMM1rl0xz .carousel-item-prev {
  display: flex;
}
.cid-udMM1rl0xz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-udMM1rl0xz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-udMM1rl0xz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-udMM1rl0xz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-udMM1rl0xz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-udMM1rl0xz .carousel-controls {
    display: block;
  }
  .cid-udMM1rl0xz .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-udMM1rl0xz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-udMM1rl0xz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-udMM1rl0xz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-udMM1rl0xz .text-element {
    padding: 1rem;
  }
  .cid-udMM1rl0xz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udMM1rl0xz .image-element {
    min-width: 50%;
  }
  .cid-udMM1rl0xz .media-container-row {
    width: 100%;
  }
}
.cid-udMM1rl0xz .mbr-text,
.cid-udMM1rl0xz .link {
  text-align: center;
  color: #ffffff;
}
.cid-udMM1rl0xz .mbr-subtitle {
  text-align: center;
  color: #e40046;
}
.cid-udMM1rl0xz .mbr-title,
.cid-udMM1rl0xz .ornament {
  text-align: center;
  color: #ffffff;
}
.cid-udMM1rl0xz DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-udMH9ypVQT {
  background-color: #3b433f;
}
.cid-udMH9ypVQT .mbr-section-title {
  margin: 0;
}
.cid-udMH9ypVQT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-udMH9ypVQT .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-udMH9ypVQT .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-udMH9ypVQT .team-item {
  transition: all .2s;
}
.cid-udMH9ypVQT .team-item .item-image {
  position: relative !important;
}
.cid-udMH9ypVQT .team-item .item-image img {
  width: 100%;
}
.cid-udMH9ypVQT .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-udMH9ypVQT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udMH9ypVQT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udMH9ypVQT .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-udMH9ypVQT .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-udMH9ypVQT .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-udMH9ypVQT .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-udMH9ypVQT .team-item:hover {
    transform: none;
  }
  .cid-udMH9ypVQT .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-udMH9ypVQT {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-udMH9ypVQT {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-udMH9ypVQT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-udMH9ypVQT .container-fluid {
  max-width: 1300px;
}
.cid-uegmf7LLlk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uegmf7LLlk .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-uegmf7LLlk .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uegmf7LLlk .card {
  height: fit-content;
}
.cid-uegmf7LLlk h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uegmf7LLlk .card1 {
  background: #ffffff;
}
.cid-uegmf7LLlk .card2 {
  background: #ffffff;
}
.cid-uegmf7LLlk .card3 {
  background: #ffffff;
}
.cid-uegmf7LLlk .card4 {
  background: #ffffff;
}
.cid-uegmf7LLlk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uegmf7LLlk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uegmf7LLlk .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-uegmf7LLlk .card-subtitle1 {
  text-align: center;
  color: #a94318;
}
.cid-uegmf7LLlk .card-title1 {
  text-align: center;
}
.cid-uegmf7LLlk .mbr-text1 {
  text-align: center;
}
.cid-uegmf7LLlk .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-uegmf7LLlk .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-uegmf7LLlk .card-subtitle2 {
  color: #a94318;
  text-align: center;
}
.cid-uegmf7LLlk .card-title3 {
  text-align: center;
}
.cid-uegmf7LLlk .mbr-text3 {
  text-align: center;
}
.cid-uegmf7LLlk .card-subtitle3 {
  text-align: center;
  color: #a94318;
}
.cid-uegmf7LLlk .card-title4 {
  text-align: center;
}
.cid-uegmf7LLlk .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-uegmf7LLlk .card-subtitle4 {
  text-align: center;
  color: #a94318;
}
.cid-uegmf7LLlk .card-title2,
.cid-uegmf7LLlk .title-wrap2 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegmf7LLlk .card-title3,
.cid-uegmf7LLlk .title-wrap3 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegmf7LLlk .card-title4,
.cid-uegmf7LLlk .title-wrap4 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegmf7LLlk .card-title1,
.cid-uegmf7LLlk .title-wrap1 {
  text-align: center;
  color: #6e6e6e;
}
.cid-uegmf7LLlk .title {
  text-align: center;
}
.cid-uDPqTyuqwH {
  background-color: #3b433f;
}
.cid-uDPqTyuqwH .mbr-section-title {
  margin: 0;
}
.cid-uDPqTyuqwH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDPqTyuqwH .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDPqTyuqwH .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDPqTyuqwH .team-item {
  transition: all .2s;
}
.cid-uDPqTyuqwH .team-item .item-image {
  position: relative !important;
}
.cid-uDPqTyuqwH .team-item .item-image img {
  width: 100%;
}
.cid-uDPqTyuqwH .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDPqTyuqwH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDPqTyuqwH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDPqTyuqwH .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDPqTyuqwH .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDPqTyuqwH .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDPqTyuqwH .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDPqTyuqwH .team-item:hover {
    transform: none;
  }
  .cid-uDPqTyuqwH .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDPqTyuqwH {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDPqTyuqwH {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDPqTyuqwH .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDPqTyuqwH .container-fluid {
  max-width: 1300px;
}
.cid-ue3xxVULtx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e6e6e;
}
.cid-ue3xxVULtx .mbr-text {
  margin: 0;
}
.cid-ue3xxVULtx .text-element {
  padding: 2rem;
  background-color: #6e6e6e;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-ue3xxVULtx .row-element,
.cid-ue3xxVULtx .image-element {
  padding: 0;
}
.cid-ue3xxVULtx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue3xxVULtx .image-element .img-wrap {
  width: 100% !important;
}
.cid-ue3xxVULtx .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ue3xxVULtx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue3xxVULtx .carousel-item.active,
.cid-ue3xxVULtx .carousel-item-next,
.cid-ue3xxVULtx .carousel-item-prev {
  display: flex;
}
.cid-ue3xxVULtx .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-ue3xxVULtx .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-ue3xxVULtx .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ue3xxVULtx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ue3xxVULtx .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ue3xxVULtx .carousel-controls {
    display: block;
  }
  .cid-ue3xxVULtx .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ue3xxVULtx .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ue3xxVULtx .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ue3xxVULtx .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ue3xxVULtx .text-element {
    padding: 1rem;
  }
  .cid-ue3xxVULtx .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue3xxVULtx .image-element {
    min-width: 50%;
  }
  .cid-ue3xxVULtx .media-container-row {
    width: 100%;
  }
}
.cid-ue3xxVULtx .mbr-text,
.cid-ue3xxVULtx .link {
  text-align: center;
  color: #ffffff;
}
.cid-ue3xxVULtx .mbr-subtitle {
  text-align: center;
  color: #e40046;
}
.cid-ue3xxVULtx .mbr-title,
.cid-ue3xxVULtx .ornament {
  text-align: center;
  color: #ffffff;
}
.cid-udMH9BeMLq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-udMH9BeMLq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udMH9BeMLq .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udMH9BeMLq .title {
    width: 100% !important;
  }
}
.cid-udMH9BeMLq .mbr-section-title {
  color: #edede1;
}
.cid-udMH9BeMLq .mbr-section-subtitle,
.cid-udMH9BeMLq .underline {
  color: #cf7853;
}
.cid-udMH9CJSDS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-udMH9CJSDS .collapsed {
  flex-direction: row!important;
}
.cid-udMH9CJSDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udMH9CJSDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udMH9CJSDS .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-udMH9CJSDS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-udMH9CJSDS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-udMH9CJSDS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udMH9CJSDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udMH9CJSDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udMH9CJSDS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udMH9CJSDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udMH9CJSDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udMH9CJSDS .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-udMH9CJSDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udMH9CJSDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-udMH9CJSDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udMH9CJSDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udMH9CJSDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udMH9CJSDS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udMH9CJSDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udMH9CJSDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udMH9CJSDS .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-udMH9CJSDS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udMH9CJSDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udMH9CJSDS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udMH9CJSDS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udMH9CJSDS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udMH9CJSDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udMH9CJSDS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-udMH9CJSDS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udMH9CJSDS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udMH9CJSDS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udMH9CJSDS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-udMH9CJSDS .nav-item:focus,
.cid-udMH9CJSDS .nav-link:focus {
  outline: none;
}
.cid-udMH9CJSDS .text-white:hover,
.cid-udMH9CJSDS .text-white:active,
.cid-udMH9CJSDS .text-white:focus {
  color: white!important;
}
.cid-udMH9CJSDS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-udMH9CJSDS .dropdown-item:hover {
  color: black!important;
}
.cid-udMH9CJSDS .dropdown-menu {
  background-color: white!important;
}
.cid-udMH9CJSDS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-udMH9CJSDS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udMH9CJSDS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-udMH9CJSDS .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-udMH9CJSDS .nav-item {
    position: relative;
  }
}
.cid-udMH9CJSDS .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-udMH9CJSDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udMH9CJSDS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-udMH9CJSDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udMH9CJSDS .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-udMH9CJSDS .navbar-caption {
  font-weight: 600!important;
}
.cid-udMH9CJSDS .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-udMH9CJSDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udMH9CJSDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udMH9CJSDS .dropdown-item.active,
.cid-udMH9CJSDS .dropdown-item:active {
  background-color: transparent;
}
.cid-udMH9CJSDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udMH9CJSDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udMH9CJSDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udMH9CJSDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-udMH9CJSDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udMH9CJSDS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udMH9CJSDS .navbar-buttons {
  text-align: center;
}
.cid-udMH9CJSDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udMH9CJSDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-udMH9CJSDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udMH9CJSDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udMH9CJSDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udMH9CJSDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udMH9CJSDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udMH9CJSDS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udMH9CJSDS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udMH9CJSDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udMH9CJSDS .nav-link {
  font-weight: 600!important;
}
.cid-udMH9CJSDS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udMH9CJSDS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udMH9CJSDS .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-udMH9CJSDS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udMH9CJSDS .navbar {
    height: 77px;
  }
  .cid-udMH9CJSDS .navbar.opened {
    height: auto;
  }
  .cid-udMH9CJSDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfGUpkN2V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfGUpkN2V .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfGUpkN2V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfGUpkN2V .col + .mbr-section-btn .btn,
.cid-uDfGUpkN2V .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfGUpkN2V .col + .mbr-section-btn .btn,
  .cid-uDfGUpkN2V .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfGUpkN2V .dragArea > *:nth-last-child(2).col,
  .cid-uDfGUpkN2V .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfGUpkN2V .col + .mbr-section-btn,
  .cid-uDfGUpkN2V .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfGUpkN2V .dragArea {
    flex-direction: column;
  }
}
.cid-uDfGUpkN2V .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfGUpkN2V .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfGUpkN2V .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfGUpkN2V .form-group {
  max-width: 220px;
}
.cid-uDfGUpkN2V .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfGUpkN2V .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfGUpkN2V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfGUpkN2V .mbr-text {
  color: #444;
}
.cid-uDfGUpkN2V h5 {
  margin-bottom: 0;
}
.cid-uDfGUpkN2V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfGUpkN2V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfGUpkN2V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfGUpkN2V .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfGUpkN2V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfGUpkN2V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfGUpkN2V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfGUpkN2V .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfGUpkN2V .media-container-row > div {
  padding: 0px;
}
.cid-uDfGUpkN2V .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfGUpkN2V .group-title {
  text-align: left;
  color: #444444;
  padding-bottom: 0.2rem;
}
.cid-uDfGUpkN2V .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfGUpkN2V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfGUpkN2V .social-list,
  .cid-uDfGUpkN2V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfGUpkN2V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfGUpkN2V .form-group {
    max-width: 180px;
  }
}
.cid-uDfGUpkN2V .links span {
  color: #9e9e9e;
}
.cid-uDfGUpkN2V .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfGUpkN2V .logo-title {
  text-align: center;
}
.cid-uDfGUpkN2V .logo-title,
.cid-uDfGUpkN2V .logo {
  color: #3b433f;
}
.cid-ue4Jn8VH4F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-ue4Jn8VH4F .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ue4Jn8VH4F .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ue4Jn8VH4F .title {
    width: 100% !important;
  }
}
.cid-ue4Jn8VH4F .mbr-section-title {
  color: #ffffff;
}
.cid-ue4Jn8VH4F .mbr-section-subtitle,
.cid-ue4Jn8VH4F .underline {
  color: #cf7853;
}
.cid-ue6szrIpcc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue6szrIpcc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ue6szrIpcc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ue6szrIpcc .title {
    width: 100% !important;
  }
}
.cid-ue6szrIpcc .mbr-section-title {
  color: #999999;
  text-align: center;
}
.cid-ue6szrIpcc .mbr-section-subtitle,
.cid-ue6szrIpcc .underline {
  color: #cf7853;
}
.cid-ue6sDVUrub {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue6sDVUrub .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ue6sDVUrub .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ue6sDVUrub .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ue4Jnb2sWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e40046;
}
.cid-ue4Jnb2sWI .mbr-text {
  margin: 0;
}
.cid-ue4Jnb2sWI .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-ue4Jnb2sWI .row-element,
.cid-ue4Jnb2sWI .image-element {
  padding: 0;
}
.cid-ue4Jnb2sWI .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue4Jnb2sWI .image-element .img-wrap {
  width: 100% !important;
}
.cid-ue4Jnb2sWI .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ue4Jnb2sWI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue4Jnb2sWI .carousel-item.active,
.cid-ue4Jnb2sWI .carousel-item-next,
.cid-ue4Jnb2sWI .carousel-item-prev {
  display: flex;
}
.cid-ue4Jnb2sWI .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-ue4Jnb2sWI .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-ue4Jnb2sWI .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ue4Jnb2sWI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ue4Jnb2sWI .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ue4Jnb2sWI .carousel-controls {
    display: block;
  }
  .cid-ue4Jnb2sWI .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ue4Jnb2sWI .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ue4Jnb2sWI .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ue4Jnb2sWI .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ue4Jnb2sWI .text-element {
    padding: 1rem;
  }
  .cid-ue4Jnb2sWI .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4Jnb2sWI .image-element {
    min-width: 50%;
  }
  .cid-ue4Jnb2sWI .media-container-row {
    width: 100%;
  }
}
.cid-ue4Jnb2sWI .mbr-text,
.cid-ue4Jnb2sWI .link {
  text-align: center;
  color: #232323;
}
.cid-ue4Jnb2sWI .mbr-subtitle {
  text-align: center;
  color: #6e6e6e;
}
.cid-ue4Jnb2sWI .mbr-title,
.cid-ue4Jnb2sWI .ornament {
  text-align: center;
  color: #636340;
}
.cid-ue4Jnb2sWI DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-uDUdnzIsfU {
  background-color: #333333;
}
.cid-uDUdnzIsfU .mbr-section-title {
  margin: 0;
}
.cid-uDUdnzIsfU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDUdnzIsfU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDUdnzIsfU .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDUdnzIsfU .team-item {
  transition: all .2s;
}
.cid-uDUdnzIsfU .team-item .item-image {
  position: relative !important;
}
.cid-uDUdnzIsfU .team-item .item-image img {
  width: 100%;
}
.cid-uDUdnzIsfU .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDUdnzIsfU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDUdnzIsfU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDUdnzIsfU .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDUdnzIsfU .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDUdnzIsfU .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDUdnzIsfU .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDUdnzIsfU .team-item:hover {
    transform: none;
  }
  .cid-uDUdnzIsfU .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDUdnzIsfU {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDUdnzIsfU {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDUdnzIsfU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDUdnzIsfU .container-fluid {
  max-width: 1300px;
}
.cid-ue4JnbINDj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6e6e6e;
}
.cid-ue4JnbINDj .mbr-text {
  margin: 0;
}
.cid-ue4JnbINDj .text-element {
  padding: 2rem;
  background-color: #6e6e6e;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-ue4JnbINDj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ue4JnbINDj .row-element,
.cid-ue4JnbINDj .image-element {
  padding: 0;
}
.cid-ue4JnbINDj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue4JnbINDj .image-element .img-wrap {
  width: 100% !important;
}
.cid-ue4JnbINDj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ue4JnbINDj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue4JnbINDj .carousel-item.active,
.cid-ue4JnbINDj .carousel-item-next,
.cid-ue4JnbINDj .carousel-item-prev {
  display: flex;
}
.cid-ue4JnbINDj .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-ue4JnbINDj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-ue4JnbINDj .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ue4JnbINDj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ue4JnbINDj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ue4JnbINDj .carousel-controls {
    display: block;
  }
  .cid-ue4JnbINDj .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ue4JnbINDj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ue4JnbINDj .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ue4JnbINDj .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ue4JnbINDj .text-element {
    padding: 1rem;
  }
  .cid-ue4JnbINDj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4JnbINDj .image-element {
    min-width: 50%;
  }
  .cid-ue4JnbINDj .media-container-row {
    width: 100%;
  }
}
.cid-ue4JnbINDj .mbr-text,
.cid-ue4JnbINDj .link {
  text-align: center;
  color: #ffffff;
}
.cid-ue4JnbINDj .mbr-subtitle {
  text-align: center;
  color: #a94318;
}
.cid-ue4JnbINDj .mbr-title,
.cid-ue4JnbINDj .ornament {
  text-align: center;
  color: #ffffff;
}
.cid-ue4JnbINDj DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-uDUdgMLD1W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uDUdgMLD1W .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDUdgMLD1W .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDUdgMLD1W .title {
    width: 100% !important;
  }
}
.cid-uDUdgMLD1W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDUdgMLD1W .mbr-section-subtitle,
.cid-uDUdgMLD1W .underline {
  color: #cf7853;
}
.cid-uDUdstes7L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDUdstes7L .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDUdstes7L .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDUdstes7L .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uDUebpVkjP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDUebpVkjP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDUebpVkjP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDUebpVkjP .title {
    width: 100% !important;
  }
}
.cid-uDUebpVkjP .mbr-section-title {
  color: #999999;
  text-align: center;
}
.cid-uDUebpVkjP .mbr-section-subtitle,
.cid-uDUebpVkjP .underline {
  color: #cf7853;
}
.cid-uDUesj5ouR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDUesj5ouR .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDUesj5ouR .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDUesj5ouR .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uDUg5zcVmJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uDUg5zcVmJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDUg5zcVmJ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDUg5zcVmJ .title {
    width: 100% !important;
  }
}
.cid-uDUg5zcVmJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDUg5zcVmJ .mbr-section-subtitle,
.cid-uDUg5zcVmJ .underline {
  color: #cf7853;
}
.cid-uDUfFkzG5m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3b433f;
}
.cid-uDUfFkzG5m .mbr-text {
  margin: 0;
}
.cid-uDUfFkzG5m .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uDUfFkzG5m .row-element,
.cid-uDUfFkzG5m .image-element {
  padding: 0;
}
.cid-uDUfFkzG5m .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUfFkzG5m .image-element .img-wrap {
  width: 100% !important;
}
.cid-uDUfFkzG5m .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uDUfFkzG5m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUfFkzG5m .carousel-item.active,
.cid-uDUfFkzG5m .carousel-item-next,
.cid-uDUfFkzG5m .carousel-item-prev {
  display: flex;
}
.cid-uDUfFkzG5m .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-uDUfFkzG5m .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-uDUfFkzG5m .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uDUfFkzG5m .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uDUfFkzG5m .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDUfFkzG5m .carousel-controls {
    display: block;
  }
  .cid-uDUfFkzG5m .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-uDUfFkzG5m .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-uDUfFkzG5m .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uDUfFkzG5m .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uDUfFkzG5m .text-element {
    padding: 1rem;
  }
  .cid-uDUfFkzG5m .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDUfFkzG5m .image-element {
    min-width: 50%;
  }
  .cid-uDUfFkzG5m .media-container-row {
    width: 100%;
  }
}
.cid-uDUfFkzG5m .mbr-text,
.cid-uDUfFkzG5m .link {
  text-align: center;
  color: #232323;
}
.cid-uDUfFkzG5m .mbr-subtitle {
  text-align: center;
  color: #6e6e6e;
}
.cid-uDUfFkzG5m .mbr-title,
.cid-uDUfFkzG5m .ornament {
  text-align: center;
  color: #636340;
}
.cid-uDUfFkzG5m DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-uDUfVI3lCx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #78be20;
}
.cid-uDUfVI3lCx .mbr-text {
  margin: 0;
}
.cid-uDUfVI3lCx .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uDUfVI3lCx .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uDUfVI3lCx .row-element,
.cid-uDUfVI3lCx .image-element {
  padding: 0;
}
.cid-uDUfVI3lCx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUfVI3lCx .image-element .img-wrap {
  width: 100% !important;
}
.cid-uDUfVI3lCx .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uDUfVI3lCx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDUfVI3lCx .carousel-item.active,
.cid-uDUfVI3lCx .carousel-item-next,
.cid-uDUfVI3lCx .carousel-item-prev {
  display: flex;
}
.cid-uDUfVI3lCx .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uDUfVI3lCx .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-uDUfVI3lCx .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uDUfVI3lCx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uDUfVI3lCx .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uDUfVI3lCx .carousel-controls {
    display: block;
  }
  .cid-uDUfVI3lCx .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-uDUfVI3lCx .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-uDUfVI3lCx .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uDUfVI3lCx .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uDUfVI3lCx .text-element {
    padding: 1rem;
  }
  .cid-uDUfVI3lCx .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDUfVI3lCx .image-element {
    min-width: 50%;
  }
  .cid-uDUfVI3lCx .media-container-row {
    width: 100%;
  }
}
.cid-uDUfVI3lCx .mbr-text,
.cid-uDUfVI3lCx .link {
  text-align: center;
  color: #232323;
}
.cid-uDUfVI3lCx .mbr-subtitle {
  text-align: center;
  color: #6e6e6e;
}
.cid-uDUfVI3lCx .mbr-title,
.cid-uDUfVI3lCx .ornament {
  text-align: center;
  color: #636340;
}
.cid-uDUfVI3lCx DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-uDUfYO7RfC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDUfYO7RfC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDUfYO7RfC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDUfYO7RfC .title {
    width: 100% !important;
  }
}
.cid-uDUfYO7RfC .mbr-section-title {
  color: #999999;
  text-align: center;
}
.cid-uDUfYO7RfC .mbr-section-subtitle,
.cid-uDUfYO7RfC .underline {
  color: #cf7853;
}
.cid-uDUg1nhkqx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDUg1nhkqx .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDUg1nhkqx .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDUg1nhkqx .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uDUkU6yDQ7 {
  background-color: #333333;
}
.cid-uDUkU6yDQ7 .mbr-section-title {
  margin: 0;
}
.cid-uDUkU6yDQ7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDUkU6yDQ7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDUkU6yDQ7 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDUkU6yDQ7 .team-item {
  transition: all .2s;
}
.cid-uDUkU6yDQ7 .team-item .item-image {
  position: relative !important;
}
.cid-uDUkU6yDQ7 .team-item .item-image img {
  width: 100%;
}
.cid-uDUkU6yDQ7 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDUkU6yDQ7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDUkU6yDQ7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDUkU6yDQ7 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDUkU6yDQ7 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDUkU6yDQ7 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDUkU6yDQ7 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDUkU6yDQ7 .team-item:hover {
    transform: none;
  }
  .cid-uDUkU6yDQ7 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDUkU6yDQ7 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDUkU6yDQ7 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDUkU6yDQ7 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDUkU6yDQ7 .container-fluid {
  max-width: 1300px;
}
.cid-ue4JnewVcO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-ue4JnewVcO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ue4JnewVcO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ue4JnewVcO .title {
    width: 100% !important;
  }
}
.cid-ue4JnewVcO .mbr-section-title {
  color: #ffffff;
}
.cid-ue4JnewVcO .mbr-section-subtitle,
.cid-ue4JnewVcO .underline {
  color: #cf7853;
}
.cid-ue4Jng9IEk .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-ue4Jng9IEk .collapsed {
  flex-direction: row!important;
}
.cid-ue4Jng9IEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4Jng9IEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4Jng9IEk .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ue4Jng9IEk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ue4Jng9IEk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ue4Jng9IEk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4Jng9IEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4Jng9IEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ue4Jng9IEk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ue4Jng9IEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4Jng9IEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4Jng9IEk .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-ue4Jng9IEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4Jng9IEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ue4Jng9IEk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ue4Jng9IEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4Jng9IEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4Jng9IEk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ue4Jng9IEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4Jng9IEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4Jng9IEk .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-ue4Jng9IEk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ue4Jng9IEk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4Jng9IEk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4Jng9IEk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ue4Jng9IEk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ue4Jng9IEk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ue4Jng9IEk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ue4Jng9IEk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ue4Jng9IEk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ue4Jng9IEk .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue4Jng9IEk .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ue4Jng9IEk .nav-item:focus,
.cid-ue4Jng9IEk .nav-link:focus {
  outline: none;
}
.cid-ue4Jng9IEk .text-white:hover,
.cid-ue4Jng9IEk .text-white:active,
.cid-ue4Jng9IEk .text-white:focus {
  color: white!important;
}
.cid-ue4Jng9IEk .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ue4Jng9IEk .dropdown-item:hover {
  color: black!important;
}
.cid-ue4Jng9IEk .dropdown-menu {
  background-color: white!important;
}
.cid-ue4Jng9IEk .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-ue4Jng9IEk .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ue4Jng9IEk .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-ue4Jng9IEk .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ue4Jng9IEk .nav-item {
    position: relative;
  }
}
.cid-ue4Jng9IEk .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-ue4Jng9IEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4Jng9IEk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ue4Jng9IEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ue4Jng9IEk .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-ue4Jng9IEk .navbar-caption {
  font-weight: 600!important;
}
.cid-ue4Jng9IEk .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-ue4Jng9IEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4Jng9IEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue4Jng9IEk .dropdown-item.active,
.cid-ue4Jng9IEk .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4Jng9IEk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4Jng9IEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4Jng9IEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4Jng9IEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-ue4Jng9IEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4Jng9IEk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ue4Jng9IEk .navbar-buttons {
  text-align: center;
}
.cid-ue4Jng9IEk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue4Jng9IEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ue4Jng9IEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ue4Jng9IEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ue4Jng9IEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ue4Jng9IEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ue4Jng9IEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue4Jng9IEk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ue4Jng9IEk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ue4Jng9IEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ue4Jng9IEk .nav-link {
  font-weight: 600!important;
}
.cid-ue4Jng9IEk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue4Jng9IEk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ue4Jng9IEk .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-ue4Jng9IEk .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4Jng9IEk .navbar {
    height: 77px;
  }
  .cid-ue4Jng9IEk .navbar.opened {
    height: auto;
  }
  .cid-ue4Jng9IEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfHhlLQ3B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfHhlLQ3B .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfHhlLQ3B .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfHhlLQ3B .col + .mbr-section-btn .btn,
.cid-uDfHhlLQ3B .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfHhlLQ3B .col + .mbr-section-btn .btn,
  .cid-uDfHhlLQ3B .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfHhlLQ3B .dragArea > *:nth-last-child(2).col,
  .cid-uDfHhlLQ3B .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfHhlLQ3B .col + .mbr-section-btn,
  .cid-uDfHhlLQ3B .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfHhlLQ3B .dragArea {
    flex-direction: column;
  }
}
.cid-uDfHhlLQ3B .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfHhlLQ3B .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfHhlLQ3B .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfHhlLQ3B .form-group {
  max-width: 220px;
}
.cid-uDfHhlLQ3B .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfHhlLQ3B .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfHhlLQ3B .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfHhlLQ3B .mbr-text {
  color: #444;
}
.cid-uDfHhlLQ3B h5 {
  margin-bottom: 0;
}
.cid-uDfHhlLQ3B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfHhlLQ3B .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfHhlLQ3B .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfHhlLQ3B .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfHhlLQ3B .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfHhlLQ3B .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfHhlLQ3B .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfHhlLQ3B .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfHhlLQ3B .media-container-row > div {
  padding: 0px;
}
.cid-uDfHhlLQ3B .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfHhlLQ3B .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfHhlLQ3B .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfHhlLQ3B .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfHhlLQ3B .social-list,
  .cid-uDfHhlLQ3B .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfHhlLQ3B h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfHhlLQ3B .form-group {
    max-width: 180px;
  }
}
.cid-uDfHhlLQ3B .links span {
  color: #9e9e9e;
}
.cid-uDfHhlLQ3B .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfHhlLQ3B .logo-title {
  text-align: center;
}
.cid-uDfHhlLQ3B .logo-title,
.cid-uDfHhlLQ3B .logo {
  color: #333333;
}
.cid-ufikt3VnCd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e40046;
}
.cid-ufikt3VnCd .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ufikt3VnCd .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufikt3VnCd .title {
    width: 100% !important;
  }
}
.cid-ufikt3VnCd .mbr-section-title {
  color: #ffffff;
}
.cid-ufikt3VnCd .mbr-section-subtitle,
.cid-ufikt3VnCd .underline {
  color: #cf7853;
}
.cid-ufikt4tWx4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufikt4tWx4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ufikt4tWx4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufikt4tWx4 .title {
    width: 100% !important;
  }
}
.cid-ufikt4tWx4 .mbr-section-title {
  color: #999999;
  text-align: center;
}
.cid-ufikt4tWx4 .mbr-section-subtitle,
.cid-ufikt4tWx4 .underline {
  color: #cf7853;
}
.cid-ufikt4RYWz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufikt4RYWz .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufikt4RYWz .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufikt4RYWz .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ufinUQDT21 {
  background-color: #6e6e6e;
}
.cid-ufinUQDT21 .mbr-section-title {
  margin: 0;
}
.cid-ufinUQDT21 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ufinUQDT21 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ufinUQDT21 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-ufinUQDT21 .team-item {
  transition: all .2s;
}
.cid-ufinUQDT21 .team-item .item-image {
  position: relative !important;
}
.cid-ufinUQDT21 .team-item .item-image img {
  width: 100%;
}
.cid-ufinUQDT21 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-ufinUQDT21 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ufinUQDT21 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ufinUQDT21 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-ufinUQDT21 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-ufinUQDT21 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-ufinUQDT21 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-ufinUQDT21 .team-item:hover {
    transform: none;
  }
  .cid-ufinUQDT21 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-ufinUQDT21 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-ufinUQDT21 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-ufinUQDT21 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ufinUQDT21 .container-fluid {
  max-width: 1300px;
}
.cid-ufinCDsELh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufio8l4f4E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufikt7E22E {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-ufikt7E22E .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ufikt7E22E .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ufikt7E22E .title {
    width: 100% !important;
  }
}
.cid-ufikt7E22E .mbr-section-title {
  color: #ffffff;
}
.cid-ufikt7E22E .mbr-section-subtitle,
.cid-ufikt7E22E .underline {
  color: #cf7853;
}
.cid-ufikt97mmH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-ufikt97mmH .collapsed {
  flex-direction: row!important;
}
.cid-ufikt97mmH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufikt97mmH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufikt97mmH .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ufikt97mmH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ufikt97mmH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ufikt97mmH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufikt97mmH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufikt97mmH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufikt97mmH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ufikt97mmH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufikt97mmH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufikt97mmH .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-ufikt97mmH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufikt97mmH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ufikt97mmH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ufikt97mmH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufikt97mmH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufikt97mmH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ufikt97mmH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufikt97mmH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufikt97mmH .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-ufikt97mmH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ufikt97mmH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufikt97mmH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufikt97mmH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ufikt97mmH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ufikt97mmH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ufikt97mmH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ufikt97mmH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ufikt97mmH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ufikt97mmH .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ufikt97mmH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ufikt97mmH .nav-item:focus,
.cid-ufikt97mmH .nav-link:focus {
  outline: none;
}
.cid-ufikt97mmH .text-white:hover,
.cid-ufikt97mmH .text-white:active,
.cid-ufikt97mmH .text-white:focus {
  color: white!important;
}
.cid-ufikt97mmH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ufikt97mmH .dropdown-item:hover {
  color: black!important;
}
.cid-ufikt97mmH .dropdown-menu {
  background-color: white!important;
}
.cid-ufikt97mmH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-ufikt97mmH .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ufikt97mmH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-ufikt97mmH .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ufikt97mmH .nav-item {
    position: relative;
  }
}
.cid-ufikt97mmH .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-ufikt97mmH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufikt97mmH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ufikt97mmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ufikt97mmH .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-ufikt97mmH .navbar-caption {
  font-weight: 600!important;
}
.cid-ufikt97mmH .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-ufikt97mmH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufikt97mmH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufikt97mmH .dropdown-item.active,
.cid-ufikt97mmH .dropdown-item:active {
  background-color: transparent;
}
.cid-ufikt97mmH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufikt97mmH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufikt97mmH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufikt97mmH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-ufikt97mmH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufikt97mmH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ufikt97mmH .navbar-buttons {
  text-align: center;
}
.cid-ufikt97mmH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufikt97mmH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ufikt97mmH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ufikt97mmH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ufikt97mmH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ufikt97mmH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ufikt97mmH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufikt97mmH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ufikt97mmH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ufikt97mmH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ufikt97mmH .nav-link {
  font-weight: 600!important;
}
.cid-ufikt97mmH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufikt97mmH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ufikt97mmH .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-ufikt97mmH .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufikt97mmH .navbar {
    height: 77px;
  }
  .cid-ufikt97mmH .navbar.opened {
    height: auto;
  }
  .cid-ufikt97mmH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfHxhZ5Sv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfHxhZ5Sv .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfHxhZ5Sv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfHxhZ5Sv .col + .mbr-section-btn .btn,
.cid-uDfHxhZ5Sv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfHxhZ5Sv .col + .mbr-section-btn .btn,
  .cid-uDfHxhZ5Sv .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfHxhZ5Sv .dragArea > *:nth-last-child(2).col,
  .cid-uDfHxhZ5Sv .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfHxhZ5Sv .col + .mbr-section-btn,
  .cid-uDfHxhZ5Sv .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfHxhZ5Sv .dragArea {
    flex-direction: column;
  }
}
.cid-uDfHxhZ5Sv .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfHxhZ5Sv .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfHxhZ5Sv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfHxhZ5Sv .form-group {
  max-width: 220px;
}
.cid-uDfHxhZ5Sv .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfHxhZ5Sv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfHxhZ5Sv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfHxhZ5Sv .mbr-text {
  color: #444;
}
.cid-uDfHxhZ5Sv h5 {
  margin-bottom: 0;
}
.cid-uDfHxhZ5Sv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfHxhZ5Sv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfHxhZ5Sv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfHxhZ5Sv .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfHxhZ5Sv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfHxhZ5Sv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfHxhZ5Sv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfHxhZ5Sv .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfHxhZ5Sv .media-container-row > div {
  padding: 0px;
}
.cid-uDfHxhZ5Sv .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfHxhZ5Sv .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfHxhZ5Sv .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfHxhZ5Sv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfHxhZ5Sv .social-list,
  .cid-uDfHxhZ5Sv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfHxhZ5Sv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfHxhZ5Sv .form-group {
    max-width: 180px;
  }
}
.cid-uDfHxhZ5Sv .links span {
  color: #9e9e9e;
}
.cid-uDfHxhZ5Sv .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfHxhZ5Sv .logo-title {
  text-align: center;
}
.cid-uDfHxhZ5Sv .logo-title,
.cid-uDfHxhZ5Sv .logo {
  color: #3b433f;
}
.cid-uD3UjzAA1p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uD3UjzAA1p .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3UjzAA1p .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3UjzAA1p .title {
    width: 100% !important;
  }
}
.cid-uD3UjzAA1p .mbr-section-title {
  color: #ffffff;
}
.cid-uD3UjzAA1p .mbr-section-subtitle,
.cid-uD3UjzAA1p .underline {
  color: #cf7853;
}
.cid-uD3XPOjZTK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uD3XPOjZTK .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uD3XPOjZTK .image-block {
    width: 100% !important;
  }
}
.cid-uD3UjApRkq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3UjApRkq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3UjApRkq .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3UjApRkq .title {
    width: 100% !important;
  }
}
.cid-uD3UjApRkq .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-uD3UjApRkq .mbr-section-subtitle,
.cid-uD3UjApRkq .underline {
  color: #cf7853;
}
.cid-uD3UjAQLNS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3UjAQLNS .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uD3UjAQLNS .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD3UjAQLNS .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uD3UjCjXX1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3UjCCanJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uD3UjJrUIZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uD3UjJrUIZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3UjJrUIZ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3UjJrUIZ .title {
    width: 100% !important;
  }
}
.cid-uD3UjJrUIZ .mbr-section-title {
  color: #ffffff;
}
.cid-uD3UjJrUIZ .mbr-section-subtitle,
.cid-uD3UjJrUIZ .underline {
  color: #cf7853;
}
.cid-uD3UjKVEDa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD3UjKVEDa .collapsed {
  flex-direction: row!important;
}
.cid-uD3UjKVEDa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3UjKVEDa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3UjKVEDa .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD3UjKVEDa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD3UjKVEDa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD3UjKVEDa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3UjKVEDa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3UjKVEDa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD3UjKVEDa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD3UjKVEDa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3UjKVEDa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3UjKVEDa .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-uD3UjKVEDa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3UjKVEDa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD3UjKVEDa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD3UjKVEDa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3UjKVEDa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3UjKVEDa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD3UjKVEDa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3UjKVEDa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3UjKVEDa .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-uD3UjKVEDa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD3UjKVEDa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3UjKVEDa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3UjKVEDa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD3UjKVEDa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD3UjKVEDa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD3UjKVEDa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD3UjKVEDa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD3UjKVEDa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD3UjKVEDa .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3UjKVEDa .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD3UjKVEDa .nav-item:focus,
.cid-uD3UjKVEDa .nav-link:focus {
  outline: none;
}
.cid-uD3UjKVEDa .text-white:hover,
.cid-uD3UjKVEDa .text-white:active,
.cid-uD3UjKVEDa .text-white:focus {
  color: white!important;
}
.cid-uD3UjKVEDa .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD3UjKVEDa .dropdown-item:hover {
  color: black!important;
}
.cid-uD3UjKVEDa .dropdown-menu {
  background-color: white!important;
}
.cid-uD3UjKVEDa .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD3UjKVEDa .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3UjKVEDa .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD3UjKVEDa .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD3UjKVEDa .nav-item {
    position: relative;
  }
}
.cid-uD3UjKVEDa .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-uD3UjKVEDa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD3UjKVEDa .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD3UjKVEDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD3UjKVEDa .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-uD3UjKVEDa .navbar-caption {
  font-weight: 600!important;
}
.cid-uD3UjKVEDa .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-uD3UjKVEDa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD3UjKVEDa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3UjKVEDa .dropdown-item.active,
.cid-uD3UjKVEDa .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3UjKVEDa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3UjKVEDa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3UjKVEDa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3UjKVEDa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD3UjKVEDa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD3UjKVEDa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD3UjKVEDa .navbar-buttons {
  text-align: center;
}
.cid-uD3UjKVEDa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD3UjKVEDa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD3UjKVEDa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD3UjKVEDa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3UjKVEDa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3UjKVEDa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD3UjKVEDa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3UjKVEDa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD3UjKVEDa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD3UjKVEDa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3UjKVEDa .nav-link {
  font-weight: 600!important;
}
.cid-uD3UjKVEDa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD3UjKVEDa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD3UjKVEDa .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-uD3UjKVEDa .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3UjKVEDa .navbar {
    height: 77px;
  }
  .cid-uD3UjKVEDa .navbar.opened {
    height: auto;
  }
  .cid-uD3UjKVEDa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfHF8Ozcd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfHF8Ozcd .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfHF8Ozcd .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfHF8Ozcd .col + .mbr-section-btn .btn,
.cid-uDfHF8Ozcd .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfHF8Ozcd .col + .mbr-section-btn .btn,
  .cid-uDfHF8Ozcd .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfHF8Ozcd .dragArea > *:nth-last-child(2).col,
  .cid-uDfHF8Ozcd .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfHF8Ozcd .col + .mbr-section-btn,
  .cid-uDfHF8Ozcd .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfHF8Ozcd .dragArea {
    flex-direction: column;
  }
}
.cid-uDfHF8Ozcd .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfHF8Ozcd .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfHF8Ozcd .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfHF8Ozcd .form-group {
  max-width: 220px;
}
.cid-uDfHF8Ozcd .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfHF8Ozcd .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfHF8Ozcd .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfHF8Ozcd .mbr-text {
  color: #444;
}
.cid-uDfHF8Ozcd h5 {
  margin-bottom: 0;
}
.cid-uDfHF8Ozcd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfHF8Ozcd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfHF8Ozcd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfHF8Ozcd .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfHF8Ozcd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfHF8Ozcd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfHF8Ozcd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfHF8Ozcd .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfHF8Ozcd .media-container-row > div {
  padding: 0px;
}
.cid-uDfHF8Ozcd .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfHF8Ozcd .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfHF8Ozcd .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfHF8Ozcd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfHF8Ozcd .social-list,
  .cid-uDfHF8Ozcd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfHF8Ozcd h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfHF8Ozcd .form-group {
    max-width: 180px;
  }
}
.cid-uDfHF8Ozcd .links span {
  color: #9e9e9e;
}
.cid-uDfHF8Ozcd .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfHF8Ozcd .logo-title {
  text-align: center;
}
.cid-uDfHF8Ozcd .logo-title,
.cid-uDfHF8Ozcd .logo {
  color: #3b433f;
}
.cid-uD3VejUqem {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uD3VejUqem .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3VejUqem .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3VejUqem .title {
    width: 100% !important;
  }
}
.cid-uD3VejUqem .mbr-section-title {
  color: #ffffff;
}
.cid-uD3VejUqem .mbr-section-subtitle,
.cid-uD3VejUqem .underline {
  color: #cf7853;
}
.cid-uD3VemDCx2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3VendtNd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3VendtNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3VendtNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3VendtNd .container {
    padding: 0 25px;
  }
}
.cid-uD3VendtNd .row {
  justify-content: center;
}
.cid-uD3VendtNd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3VendtNd .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3VendtNd .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3VendtNd .item .item-wrapper:hover .item-img img,
.cid-uD3VendtNd .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3VendtNd .item .item-wrapper {
    display: block;
  }
}
.cid-uD3VendtNd .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3VendtNd .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3VendtNd .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3VendtNd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3VendtNd .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3VendtNd .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3VendtNd .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3VendtNd .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3VendtNd .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3VendtNd .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3VendtNd .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VendtNd .mbr-section-title {
  color: #000000;
}
.cid-uD3VendtNd .item-title {
  color: #232323;
}
.cid-uD3VendtNd .item-desc {
  color: #ffc72c;
}
.cid-uD3VendtNd .item-subtitle {
  color: #78be20;
}
.cid-uD3VendtNd .item-price {
  color: #3b433f;
}
.cid-uD3VeocrFd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3VeocrFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3VeocrFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3VeocrFd .container {
    padding: 0 25px;
  }
}
.cid-uD3VeocrFd .row {
  justify-content: center;
}
.cid-uD3VeocrFd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3VeocrFd .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3VeocrFd .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3VeocrFd .item .item-wrapper:hover .item-img img,
.cid-uD3VeocrFd .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3VeocrFd .item .item-wrapper {
    display: block;
  }
}
.cid-uD3VeocrFd .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3VeocrFd .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3VeocrFd .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3VeocrFd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3VeocrFd .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3VeocrFd .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3VeocrFd .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3VeocrFd .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3VeocrFd .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3VeocrFd .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VeocrFd .mbr-section-title {
  color: #000000;
}
.cid-uD3VeocrFd .item-title {
  color: #232323;
}
.cid-uD3VeocrFd .item-desc {
  color: #ffc72c;
}
.cid-uD3VeocrFd .item-subtitle {
  color: #78be20;
}
.cid-uD3VeocrFd .item-price {
  color: #3b433f;
}
.cid-uD3VepcscA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3VepcscA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3VepcscA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3VepcscA .container {
    padding: 0 25px;
  }
}
.cid-uD3VepcscA .row {
  justify-content: center;
}
.cid-uD3VepcscA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3VepcscA .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3VepcscA .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3VepcscA .item .item-wrapper:hover .item-img img,
.cid-uD3VepcscA .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3VepcscA .item .item-wrapper {
    display: block;
  }
}
.cid-uD3VepcscA .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3VepcscA .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3VepcscA .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3VepcscA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3VepcscA .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3VepcscA .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3VepcscA .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3VepcscA .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3VepcscA .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3VepcscA .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3VepcscA .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VepcscA .mbr-section-title {
  color: #000000;
}
.cid-uD3VepcscA .item-title {
  color: #232323;
}
.cid-uD3VepcscA .item-desc {
  color: #ffc72c;
}
.cid-uD3VepcscA .item-subtitle {
  color: #78be20;
}
.cid-uD3VepcscA .item-price {
  color: #3b433f;
}
.cid-uD3Veq2DC0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3Veq2DC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3Veq2DC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3Veq2DC0 .container {
    padding: 0 25px;
  }
}
.cid-uD3Veq2DC0 .row {
  justify-content: center;
}
.cid-uD3Veq2DC0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3Veq2DC0 .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3Veq2DC0 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3Veq2DC0 .item .item-wrapper:hover .item-img img,
.cid-uD3Veq2DC0 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3Veq2DC0 .item .item-wrapper {
    display: block;
  }
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3Veq2DC0 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3Veq2DC0 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3Veq2DC0 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3Veq2DC0 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3Veq2DC0 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3Veq2DC0 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Veq2DC0 .mbr-section-title {
  color: #000000;
}
.cid-uD3Veq2DC0 .item-title {
  color: #232323;
}
.cid-uD3Veq2DC0 .item-desc {
  color: #ffc72c;
}
.cid-uD3Veq2DC0 .item-subtitle {
  color: #78be20;
}
.cid-uD3Veq2DC0 .item-price {
  color: #3b433f;
}
.cid-uD3VeqWIWO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3VeqWIWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3VeqWIWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3VeqWIWO .container {
    padding: 0 25px;
  }
}
.cid-uD3VeqWIWO .row {
  justify-content: center;
}
.cid-uD3VeqWIWO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3VeqWIWO .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3VeqWIWO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3VeqWIWO .item .item-wrapper:hover .item-img img,
.cid-uD3VeqWIWO .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3VeqWIWO .item .item-wrapper {
    display: block;
  }
}
.cid-uD3VeqWIWO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3VeqWIWO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3VeqWIWO .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3VeqWIWO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3VeqWIWO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3VeqWIWO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3VeqWIWO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3VeqWIWO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3VeqWIWO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3VeqWIWO .mbr-section-title {
  color: #000000;
}
.cid-uD3VeqWIWO .item-title {
  color: #232323;
}
.cid-uD3VeqWIWO .item-desc {
  color: #ffc72c;
}
.cid-uD3VeqWIWO .item-subtitle {
  color: #78be20;
}
.cid-uD3VeqWIWO .item-price {
  color: #3b433f;
}
.cid-uD3Ves7rNF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3Ves7rNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3Ves7rNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3Ves7rNF .container {
    padding: 0 25px;
  }
}
.cid-uD3Ves7rNF .row {
  justify-content: center;
}
.cid-uD3Ves7rNF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3Ves7rNF .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3Ves7rNF .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3Ves7rNF .item .item-wrapper:hover .item-img img,
.cid-uD3Ves7rNF .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3Ves7rNF .item .item-wrapper {
    display: block;
  }
}
.cid-uD3Ves7rNF .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3Ves7rNF .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3Ves7rNF .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3Ves7rNF .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3Ves7rNF .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3Ves7rNF .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3Ves7rNF .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3Ves7rNF .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3Ves7rNF .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Ves7rNF .mbr-section-title {
  color: #000000;
}
.cid-uD3Ves7rNF .item-title {
  color: #232323;
}
.cid-uD3Ves7rNF .item-desc {
  color: #ffc72c;
}
.cid-uD3Ves7rNF .item-subtitle {
  color: #78be20;
}
.cid-uD3Ves7rNF .item-price {
  color: #3b433f;
}
.cid-uD3Vet598e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD3Vet598e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3Vet598e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD3Vet598e .container {
    padding: 0 25px;
  }
}
.cid-uD3Vet598e .row {
  justify-content: center;
}
.cid-uD3Vet598e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD3Vet598e .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD3Vet598e .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD3Vet598e .item .item-wrapper:hover .item-img img,
.cid-uD3Vet598e .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD3Vet598e .item .item-wrapper {
    display: block;
  }
}
.cid-uD3Vet598e .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD3Vet598e .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD3Vet598e .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD3Vet598e .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD3Vet598e .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD3Vet598e .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD3Vet598e .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD3Vet598e .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD3Vet598e .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD3Vet598e .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD3Vet598e .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3Vet598e .mbr-section-title {
  color: #000000;
}
.cid-uD3Vet598e .item-title {
  color: #232323;
}
.cid-uD3Vet598e .item-desc {
  color: #ffc72c;
}
.cid-uD3Vet598e .item-subtitle {
  color: #78be20;
}
.cid-uD3Vet598e .item-price {
  color: #3b433f;
}
.cid-uD4kTq65Kh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD4kTq65Kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4kTq65Kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD4kTq65Kh .container {
    padding: 0 25px;
  }
}
.cid-uD4kTq65Kh .row {
  justify-content: center;
}
.cid-uD4kTq65Kh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD4kTq65Kh .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD4kTq65Kh .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD4kTq65Kh .item .item-wrapper:hover .item-img img,
.cid-uD4kTq65Kh .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD4kTq65Kh .item .item-wrapper {
    display: block;
  }
}
.cid-uD4kTq65Kh .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD4kTq65Kh .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD4kTq65Kh .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD4kTq65Kh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD4kTq65Kh .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD4kTq65Kh .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD4kTq65Kh .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD4kTq65Kh .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD4kTq65Kh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD4kTq65Kh .mbr-section-title {
  color: #000000;
}
.cid-uD4kTq65Kh .item-title {
  color: #232323;
}
.cid-uD4kTq65Kh .item-desc {
  color: #ffc72c;
}
.cid-uD4kTq65Kh .item-subtitle {
  color: #78be20;
}
.cid-uD4kTq65Kh .item-price {
  color: #3b433f;
}
.cid-uD4lhZBJQn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD4lhZBJQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4lhZBJQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD4lhZBJQn .container {
    padding: 0 25px;
  }
}
.cid-uD4lhZBJQn .row {
  justify-content: center;
}
.cid-uD4lhZBJQn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD4lhZBJQn .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD4lhZBJQn .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD4lhZBJQn .item .item-wrapper:hover .item-img img,
.cid-uD4lhZBJQn .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD4lhZBJQn .item .item-wrapper {
    display: block;
  }
}
.cid-uD4lhZBJQn .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD4lhZBJQn .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD4lhZBJQn .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD4lhZBJQn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD4lhZBJQn .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD4lhZBJQn .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD4lhZBJQn .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD4lhZBJQn .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD4lhZBJQn .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD4lhZBJQn .mbr-section-title {
  color: #000000;
}
.cid-uD4lhZBJQn .item-title {
  color: #232323;
}
.cid-uD4lhZBJQn .item-desc {
  color: #ffc72c;
}
.cid-uD4lhZBJQn .item-subtitle {
  color: #78be20;
}
.cid-uD4lhZBJQn .item-price {
  color: #3b433f;
}
.cid-uD4sPOgHvT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD4sPOgHvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4sPOgHvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD4sPOgHvT .container {
    padding: 0 25px;
  }
}
.cid-uD4sPOgHvT .row {
  justify-content: center;
}
.cid-uD4sPOgHvT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD4sPOgHvT .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD4sPOgHvT .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD4sPOgHvT .item .item-wrapper:hover .item-img img,
.cid-uD4sPOgHvT .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD4sPOgHvT .item .item-wrapper {
    display: block;
  }
}
.cid-uD4sPOgHvT .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD4sPOgHvT .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD4sPOgHvT .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD4sPOgHvT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD4sPOgHvT .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD4sPOgHvT .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD4sPOgHvT .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD4sPOgHvT .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD4sPOgHvT .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD4sPOgHvT .mbr-section-title {
  color: #000000;
}
.cid-uD4sPOgHvT .item-title {
  color: #232323;
}
.cid-uD4sPOgHvT .item-desc {
  color: #ffc72c;
}
.cid-uD4sPOgHvT .item-subtitle {
  color: #78be20;
}
.cid-uD4sPOgHvT .item-price {
  color: #3b433f;
}
.cid-uD4sT0mrwH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD4sT0mrwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4sT0mrwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD4sT0mrwH .container {
    padding: 0 25px;
  }
}
.cid-uD4sT0mrwH .row {
  justify-content: center;
}
.cid-uD4sT0mrwH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD4sT0mrwH .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD4sT0mrwH .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD4sT0mrwH .item .item-wrapper:hover .item-img img,
.cid-uD4sT0mrwH .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD4sT0mrwH .item .item-wrapper {
    display: block;
  }
}
.cid-uD4sT0mrwH .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD4sT0mrwH .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD4sT0mrwH .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD4sT0mrwH .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD4sT0mrwH .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD4sT0mrwH .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD4sT0mrwH .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD4sT0mrwH .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD4sT0mrwH .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD4sT0mrwH .mbr-section-title {
  color: #000000;
}
.cid-uD4sT0mrwH .item-title {
  color: #232323;
}
.cid-uD4sT0mrwH .item-desc {
  color: #ffc72c;
}
.cid-uD4sT0mrwH .item-subtitle {
  color: #78be20;
}
.cid-uD4sT0mrwH .item-price {
  color: #737136;
}
.cid-uDV8v7tAyq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDV8v7tAyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV8v7tAyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDV8v7tAyq .container {
    padding: 0 25px;
  }
}
.cid-uDV8v7tAyq .row {
  justify-content: center;
}
.cid-uDV8v7tAyq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDV8v7tAyq .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uDV8v7tAyq .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDV8v7tAyq .item .item-wrapper:hover .item-img img,
.cid-uDV8v7tAyq .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDV8v7tAyq .item .item-wrapper {
    display: block;
  }
}
.cid-uDV8v7tAyq .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDV8v7tAyq .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDV8v7tAyq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDV8v7tAyq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDV8v7tAyq .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDV8v7tAyq .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDV8v7tAyq .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDV8v7tAyq .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uDV8v7tAyq .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDV8v7tAyq .mbr-section-title {
  color: #000000;
}
.cid-uDV8v7tAyq .item-title {
  color: #232323;
}
.cid-uDV8v7tAyq .item-desc {
  color: #ffc72c;
}
.cid-uDV8v7tAyq .item-subtitle {
  color: #78be20;
}
.cid-uDV8v7tAyq .item-price {
  color: #3b433f;
}
.cid-uD3VetXkZt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-uD3VetXkZt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3VetXkZt .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3VetXkZt .title {
    width: 100% !important;
  }
}
.cid-uD3VetXkZt .mbr-section-title {
  color: #ffffff;
}
.cid-uD3VetXkZt .mbr-section-subtitle,
.cid-uD3VetXkZt .underline {
  color: #cf7853;
}
.cid-uD3Vevz90a .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD3Vevz90a .collapsed {
  flex-direction: row!important;
}
.cid-uD3Vevz90a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3Vevz90a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3Vevz90a .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD3Vevz90a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD3Vevz90a .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD3Vevz90a .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3Vevz90a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3Vevz90a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD3Vevz90a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD3Vevz90a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3Vevz90a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3Vevz90a .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-uD3Vevz90a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3Vevz90a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD3Vevz90a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD3Vevz90a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3Vevz90a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3Vevz90a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD3Vevz90a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3Vevz90a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3Vevz90a .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-uD3Vevz90a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD3Vevz90a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3Vevz90a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3Vevz90a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD3Vevz90a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD3Vevz90a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD3Vevz90a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD3Vevz90a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD3Vevz90a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD3Vevz90a .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3Vevz90a .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD3Vevz90a .nav-item:focus,
.cid-uD3Vevz90a .nav-link:focus {
  outline: none;
}
.cid-uD3Vevz90a .text-white:hover,
.cid-uD3Vevz90a .text-white:active,
.cid-uD3Vevz90a .text-white:focus {
  color: white!important;
}
.cid-uD3Vevz90a .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD3Vevz90a .dropdown-item:hover {
  color: black!important;
}
.cid-uD3Vevz90a .dropdown-menu {
  background-color: white!important;
}
.cid-uD3Vevz90a .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD3Vevz90a .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3Vevz90a .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD3Vevz90a .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD3Vevz90a .nav-item {
    position: relative;
  }
}
.cid-uD3Vevz90a .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-uD3Vevz90a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD3Vevz90a .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD3Vevz90a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD3Vevz90a .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-uD3Vevz90a .navbar-caption {
  font-weight: 600!important;
}
.cid-uD3Vevz90a .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-uD3Vevz90a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD3Vevz90a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3Vevz90a .dropdown-item.active,
.cid-uD3Vevz90a .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3Vevz90a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3Vevz90a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3Vevz90a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3Vevz90a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD3Vevz90a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD3Vevz90a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD3Vevz90a .navbar-buttons {
  text-align: center;
}
.cid-uD3Vevz90a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD3Vevz90a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD3Vevz90a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD3Vevz90a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3Vevz90a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3Vevz90a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD3Vevz90a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3Vevz90a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD3Vevz90a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD3Vevz90a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3Vevz90a .nav-link {
  font-weight: 600!important;
}
.cid-uD3Vevz90a a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD3Vevz90a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD3Vevz90a .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-uD3Vevz90a .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3Vevz90a .navbar {
    height: 77px;
  }
  .cid-uD3Vevz90a .navbar.opened {
    height: auto;
  }
  .cid-uD3Vevz90a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfI8il3b5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfI8il3b5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfI8il3b5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfI8il3b5 .col + .mbr-section-btn .btn,
.cid-uDfI8il3b5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfI8il3b5 .col + .mbr-section-btn .btn,
  .cid-uDfI8il3b5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfI8il3b5 .dragArea > *:nth-last-child(2).col,
  .cid-uDfI8il3b5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfI8il3b5 .col + .mbr-section-btn,
  .cid-uDfI8il3b5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfI8il3b5 .dragArea {
    flex-direction: column;
  }
}
.cid-uDfI8il3b5 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfI8il3b5 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfI8il3b5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfI8il3b5 .form-group {
  max-width: 220px;
}
.cid-uDfI8il3b5 .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfI8il3b5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfI8il3b5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfI8il3b5 .mbr-text {
  color: #444;
}
.cid-uDfI8il3b5 h5 {
  margin-bottom: 0;
}
.cid-uDfI8il3b5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfI8il3b5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfI8il3b5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfI8il3b5 .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfI8il3b5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfI8il3b5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfI8il3b5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfI8il3b5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfI8il3b5 .media-container-row > div {
  padding: 0px;
}
.cid-uDfI8il3b5 .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfI8il3b5 .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfI8il3b5 .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfI8il3b5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfI8il3b5 .social-list,
  .cid-uDfI8il3b5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfI8il3b5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfI8il3b5 .form-group {
    max-width: 180px;
  }
}
.cid-uDfI8il3b5 .links span {
  color: #9e9e9e;
}
.cid-uDfI8il3b5 .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfI8il3b5 .logo-title {
  text-align: center;
}
.cid-uDfI8il3b5 .logo-title,
.cid-uDfI8il3b5 .logo {
  color: #3b433f;
}
.cid-uD3W5XIahi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e40046;
}
.cid-uD3W5XIahi .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3W5XIahi .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3W5XIahi .title {
    width: 100% !important;
  }
}
.cid-uD3W5XIahi .mbr-section-title {
  color: #ffffff;
}
.cid-uD3W5XIahi .mbr-section-subtitle,
.cid-uD3W5XIahi .underline {
  color: #cf7853;
}
.cid-uD91yk2jtL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uD91yk2jtL .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uD91yk2jtL .image-block {
    width: 100% !important;
  }
}
.cid-uD3W5YmuWI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3W5YmuWI .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3W5YmuWI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3W5YmuWI .title {
    width: 100% !important;
  }
}
.cid-uD3W5YmuWI .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-uD3W5YmuWI .mbr-section-subtitle,
.cid-uD3W5YmuWI .underline {
  color: #cf7853;
}
.cid-uD3W5YVsYN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3W5YVsYN .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uD3W5YVsYN .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD3W5YVsYN .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uD3W60pc57 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD3W60KW6w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uD3W67I4CT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uD3W67I4CT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD3W67I4CT .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3W67I4CT .title {
    width: 100% !important;
  }
}
.cid-uD3W67I4CT .mbr-section-title {
  color: #ffffff;
}
.cid-uD3W67I4CT .mbr-section-subtitle,
.cid-uD3W67I4CT .underline {
  color: #cf7853;
}
.cid-uD3W69pYPv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD3W69pYPv .collapsed {
  flex-direction: row!important;
}
.cid-uD3W69pYPv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3W69pYPv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3W69pYPv .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD3W69pYPv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD3W69pYPv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD3W69pYPv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3W69pYPv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3W69pYPv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD3W69pYPv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD3W69pYPv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3W69pYPv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3W69pYPv .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-uD3W69pYPv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3W69pYPv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD3W69pYPv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD3W69pYPv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3W69pYPv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3W69pYPv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD3W69pYPv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3W69pYPv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3W69pYPv .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-uD3W69pYPv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD3W69pYPv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3W69pYPv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3W69pYPv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD3W69pYPv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD3W69pYPv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD3W69pYPv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD3W69pYPv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD3W69pYPv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD3W69pYPv .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3W69pYPv .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD3W69pYPv .nav-item:focus,
.cid-uD3W69pYPv .nav-link:focus {
  outline: none;
}
.cid-uD3W69pYPv .text-white:hover,
.cid-uD3W69pYPv .text-white:active,
.cid-uD3W69pYPv .text-white:focus {
  color: white!important;
}
.cid-uD3W69pYPv .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD3W69pYPv .dropdown-item:hover {
  color: black!important;
}
.cid-uD3W69pYPv .dropdown-menu {
  background-color: white!important;
}
.cid-uD3W69pYPv .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD3W69pYPv .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD3W69pYPv .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD3W69pYPv .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD3W69pYPv .nav-item {
    position: relative;
  }
}
.cid-uD3W69pYPv .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-uD3W69pYPv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD3W69pYPv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD3W69pYPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD3W69pYPv .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-uD3W69pYPv .navbar-caption {
  font-weight: 600!important;
}
.cid-uD3W69pYPv .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-uD3W69pYPv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD3W69pYPv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3W69pYPv .dropdown-item.active,
.cid-uD3W69pYPv .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3W69pYPv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3W69pYPv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3W69pYPv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3W69pYPv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD3W69pYPv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD3W69pYPv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD3W69pYPv .navbar-buttons {
  text-align: center;
}
.cid-uD3W69pYPv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD3W69pYPv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD3W69pYPv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD3W69pYPv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3W69pYPv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD3W69pYPv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD3W69pYPv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3W69pYPv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD3W69pYPv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD3W69pYPv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD3W69pYPv .nav-link {
  font-weight: 600!important;
}
.cid-uD3W69pYPv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD3W69pYPv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD3W69pYPv .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-uD3W69pYPv .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3W69pYPv .navbar {
    height: 77px;
  }
  .cid-uD3W69pYPv .navbar.opened {
    height: auto;
  }
  .cid-uD3W69pYPv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIgMQ5GD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIgMQ5GD .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIgMQ5GD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIgMQ5GD .col + .mbr-section-btn .btn,
.cid-uDfIgMQ5GD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIgMQ5GD .col + .mbr-section-btn .btn,
  .cid-uDfIgMQ5GD .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIgMQ5GD .dragArea > *:nth-last-child(2).col,
  .cid-uDfIgMQ5GD .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIgMQ5GD .col + .mbr-section-btn,
  .cid-uDfIgMQ5GD .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIgMQ5GD .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIgMQ5GD .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIgMQ5GD .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIgMQ5GD .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIgMQ5GD .form-group {
  max-width: 220px;
}
.cid-uDfIgMQ5GD .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIgMQ5GD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIgMQ5GD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIgMQ5GD .mbr-text {
  color: #444;
}
.cid-uDfIgMQ5GD h5 {
  margin-bottom: 0;
}
.cid-uDfIgMQ5GD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIgMQ5GD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIgMQ5GD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIgMQ5GD .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIgMQ5GD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIgMQ5GD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIgMQ5GD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIgMQ5GD .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIgMQ5GD .media-container-row > div {
  padding: 0px;
}
.cid-uDfIgMQ5GD .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIgMQ5GD .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIgMQ5GD .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIgMQ5GD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIgMQ5GD .social-list,
  .cid-uDfIgMQ5GD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIgMQ5GD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIgMQ5GD .form-group {
    max-width: 180px;
  }
}
.cid-uDfIgMQ5GD .links span {
  color: #9e9e9e;
}
.cid-uDfIgMQ5GD .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIgMQ5GD .logo-title {
  text-align: center;
}
.cid-uDfIgMQ5GD .logo-title,
.cid-uDfIgMQ5GD .logo {
  color: #3b433f;
}
.cid-uD402aeOKz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uD402aeOKz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD402aeOKz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD402aeOKz .title {
    width: 100% !important;
  }
}
.cid-uD402aeOKz .mbr-section-title {
  color: #ffffff;
}
.cid-uD402aeOKz .mbr-section-subtitle,
.cid-uD402aeOKz .underline {
  color: #cf7853;
}
.cid-uD402cNWvF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD402doCjj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD402doCjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD402doCjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD402doCjj .container {
    padding: 0 25px;
  }
}
.cid-uD402doCjj .row {
  justify-content: center;
}
.cid-uD402doCjj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD402doCjj .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD402doCjj .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD402doCjj .item .item-wrapper:hover .item-img img,
.cid-uD402doCjj .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD402doCjj .item .item-wrapper {
    display: block;
  }
}
.cid-uD402doCjj .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD402doCjj .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD402doCjj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD402doCjj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD402doCjj .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD402doCjj .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD402doCjj .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD402doCjj .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD402doCjj .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD402doCjj .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD402doCjj .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD402doCjj .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD402doCjj .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD402doCjj .mbr-section-title {
  color: #000000;
}
.cid-uD402doCjj .item-title {
  color: #232323;
}
.cid-uD402doCjj .item-desc {
  color: #ffc72c;
}
.cid-uD402doCjj .item-subtitle {
  color: #78be20;
}
.cid-uD402doCjj .item-price {
  color: #232323;
}
.cid-uD9om3ACpr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD9om3ACpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9om3ACpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD9om3ACpr .container {
    padding: 0 25px;
  }
}
.cid-uD9om3ACpr .row {
  justify-content: center;
}
.cid-uD9om3ACpr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD9om3ACpr .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD9om3ACpr .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD9om3ACpr .item .item-wrapper:hover .item-img img,
.cid-uD9om3ACpr .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD9om3ACpr .item .item-wrapper {
    display: block;
  }
}
.cid-uD9om3ACpr .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD9om3ACpr .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD9om3ACpr .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD9om3ACpr .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD9om3ACpr .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD9om3ACpr .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD9om3ACpr .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD9om3ACpr .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD9om3ACpr .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD9om3ACpr .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD9om3ACpr .mbr-section-title {
  color: #000000;
}
.cid-uD9om3ACpr .item-title {
  color: #232323;
}
.cid-uD9om3ACpr .item-desc {
  color: #ffc72c;
}
.cid-uD9om3ACpr .item-subtitle {
  color: #78be20;
}
.cid-uD9om3ACpr .item-price {
  color: #232323;
}
.cid-uD9q7zWO3Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD9q7zWO3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9q7zWO3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD9q7zWO3Z .container {
    padding: 0 25px;
  }
}
.cid-uD9q7zWO3Z .row {
  justify-content: center;
}
.cid-uD9q7zWO3Z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uD9q7zWO3Z .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uD9q7zWO3Z .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uD9q7zWO3Z .item .item-wrapper:hover .item-img img,
.cid-uD9q7zWO3Z .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uD9q7zWO3Z .item .item-wrapper {
    display: block;
  }
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uD9q7zWO3Z .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uD9q7zWO3Z .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD9q7zWO3Z .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uD9q7zWO3Z .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #3b433f;
  color: #ffc72c;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uD9q7zWO3Z .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #3b433f !important;
  color: #ffc72c;
}
.cid-uD9q7zWO3Z .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uD9q7zWO3Z .mbr-section-title {
  color: #000000;
}
.cid-uD9q7zWO3Z .item-title {
  color: #232323;
}
.cid-uD9q7zWO3Z .item-desc {
  color: #ffc72c;
}
.cid-uD9q7zWO3Z .item-subtitle {
  color: #78be20;
}
.cid-uD9q7zWO3Z .item-price {
  color: #3b433f;
}
.cid-uD402jVPsY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #78be20;
}
.cid-uD402jVPsY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD402jVPsY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD402jVPsY .title {
    width: 100% !important;
  }
}
.cid-uD402jVPsY .mbr-section-title {
  color: #ffffff;
}
.cid-uD402jVPsY .mbr-section-subtitle,
.cid-uD402jVPsY .underline {
  color: #cf7853;
}
.cid-uD402lqS5Y .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD402lqS5Y .collapsed {
  flex-direction: row!important;
}
.cid-uD402lqS5Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD402lqS5Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD402lqS5Y .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD402lqS5Y .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD402lqS5Y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD402lqS5Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD402lqS5Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD402lqS5Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD402lqS5Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD402lqS5Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD402lqS5Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD402lqS5Y .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-uD402lqS5Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD402lqS5Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD402lqS5Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD402lqS5Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD402lqS5Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD402lqS5Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD402lqS5Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD402lqS5Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD402lqS5Y .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-uD402lqS5Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD402lqS5Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD402lqS5Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD402lqS5Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD402lqS5Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD402lqS5Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD402lqS5Y .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD402lqS5Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD402lqS5Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD402lqS5Y .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD402lqS5Y .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD402lqS5Y .nav-item:focus,
.cid-uD402lqS5Y .nav-link:focus {
  outline: none;
}
.cid-uD402lqS5Y .text-white:hover,
.cid-uD402lqS5Y .text-white:active,
.cid-uD402lqS5Y .text-white:focus {
  color: white!important;
}
.cid-uD402lqS5Y .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD402lqS5Y .dropdown-item:hover {
  color: black!important;
}
.cid-uD402lqS5Y .dropdown-menu {
  background-color: white!important;
}
.cid-uD402lqS5Y .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD402lqS5Y .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD402lqS5Y .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD402lqS5Y .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD402lqS5Y .nav-item {
    position: relative;
  }
}
.cid-uD402lqS5Y .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-uD402lqS5Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD402lqS5Y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD402lqS5Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD402lqS5Y .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-uD402lqS5Y .navbar-caption {
  font-weight: 600!important;
}
.cid-uD402lqS5Y .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-uD402lqS5Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD402lqS5Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD402lqS5Y .dropdown-item.active,
.cid-uD402lqS5Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uD402lqS5Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD402lqS5Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD402lqS5Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD402lqS5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD402lqS5Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD402lqS5Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD402lqS5Y .navbar-buttons {
  text-align: center;
}
.cid-uD402lqS5Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD402lqS5Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD402lqS5Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD402lqS5Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD402lqS5Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD402lqS5Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD402lqS5Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD402lqS5Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD402lqS5Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD402lqS5Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD402lqS5Y .nav-link {
  font-weight: 600!important;
}
.cid-uD402lqS5Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD402lqS5Y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD402lqS5Y .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-uD402lqS5Y .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD402lqS5Y .navbar {
    height: 77px;
  }
  .cid-uD402lqS5Y .navbar.opened {
    height: auto;
  }
  .cid-uD402lqS5Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIq3rGYm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIq3rGYm .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIq3rGYm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIq3rGYm .col + .mbr-section-btn .btn,
.cid-uDfIq3rGYm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIq3rGYm .col + .mbr-section-btn .btn,
  .cid-uDfIq3rGYm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIq3rGYm .dragArea > *:nth-last-child(2).col,
  .cid-uDfIq3rGYm .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIq3rGYm .col + .mbr-section-btn,
  .cid-uDfIq3rGYm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIq3rGYm .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIq3rGYm .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIq3rGYm .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIq3rGYm .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIq3rGYm .form-group {
  max-width: 220px;
}
.cid-uDfIq3rGYm .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIq3rGYm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIq3rGYm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIq3rGYm .mbr-text {
  color: #444;
}
.cid-uDfIq3rGYm h5 {
  margin-bottom: 0;
}
.cid-uDfIq3rGYm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIq3rGYm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIq3rGYm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIq3rGYm .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIq3rGYm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIq3rGYm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIq3rGYm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIq3rGYm .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIq3rGYm .media-container-row > div {
  padding: 0px;
}
.cid-uDfIq3rGYm .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIq3rGYm .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIq3rGYm .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIq3rGYm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIq3rGYm .social-list,
  .cid-uDfIq3rGYm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIq3rGYm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIq3rGYm .form-group {
    max-width: 180px;
  }
}
.cid-uDfIq3rGYm .links span {
  color: #9e9e9e;
}
.cid-uDfIq3rGYm .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIq3rGYm .logo-title {
  text-align: center;
}
.cid-uDfIq3rGYm .logo-title,
.cid-uDfIq3rGYm .logo {
  color: #3b433f;
}
.cid-uD9vwJny3t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e40046;
}
.cid-uD9vwJny3t .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9vwJny3t .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9vwJny3t .title {
    width: 100% !important;
  }
}
.cid-uD9vwJny3t .mbr-section-title {
  color: #ffffff;
}
.cid-uD9vwJny3t .mbr-section-subtitle,
.cid-uD9vwJny3t .underline {
  color: #cf7853;
}
.cid-uD9vwKdutB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9vwKdutB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9vwKdutB .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9vwKdutB .title {
    width: 100% !important;
  }
}
.cid-uD9vwKdutB .mbr-section-title {
  color: #6e6e6e;
  text-align: center;
}
.cid-uD9vwKdutB .mbr-section-subtitle,
.cid-uD9vwKdutB .underline {
  color: #cf7853;
}
.cid-uD9vwKJ2oX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9vwKJ2oX .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uD9vwKJ2oX .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD9vwKJ2oX .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uD9vwL8uJA {
  background-color: #6e6e6e;
}
.cid-uD9vwL8uJA .mbr-section-title {
  margin: 0;
}
.cid-uD9vwL8uJA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uD9vwL8uJA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uD9vwL8uJA .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uD9vwL8uJA .team-item {
  transition: all .2s;
}
.cid-uD9vwL8uJA .team-item .item-image {
  position: relative !important;
}
.cid-uD9vwL8uJA .team-item .item-image img {
  width: 100%;
}
.cid-uD9vwL8uJA .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uD9vwL8uJA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uD9vwL8uJA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uD9vwL8uJA .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uD9vwL8uJA .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uD9vwL8uJA .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uD9vwL8uJA .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uD9vwL8uJA .team-item:hover {
    transform: none;
  }
  .cid-uD9vwL8uJA .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uD9vwL8uJA {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uD9vwL8uJA {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uD9vwL8uJA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uD9vwL8uJA .container-fluid {
  max-width: 1300px;
}
.cid-uD9vwMoOji {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9vwMLc5z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uD9vwN9jxO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uD9vwN9jxO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9vwN9jxO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9vwN9jxO .title {
    width: 100% !important;
  }
}
.cid-uD9vwN9jxO .mbr-section-title {
  color: #ffffff;
}
.cid-uD9vwN9jxO .mbr-section-subtitle,
.cid-uD9vwN9jxO .underline {
  color: #cf7853;
}
.cid-uD9vwOXWbB .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD9vwOXWbB .collapsed {
  flex-direction: row!important;
}
.cid-uD9vwOXWbB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD9vwOXWbB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD9vwOXWbB .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9vwOXWbB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9vwOXWbB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD9vwOXWbB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD9vwOXWbB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD9vwOXWbB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD9vwOXWbB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD9vwOXWbB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD9vwOXWbB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD9vwOXWbB .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-uD9vwOXWbB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD9vwOXWbB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD9vwOXWbB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD9vwOXWbB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9vwOXWbB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9vwOXWbB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9vwOXWbB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9vwOXWbB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9vwOXWbB .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-uD9vwOXWbB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9vwOXWbB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9vwOXWbB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9vwOXWbB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9vwOXWbB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9vwOXWbB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9vwOXWbB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9vwOXWbB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9vwOXWbB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9vwOXWbB .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9vwOXWbB .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD9vwOXWbB .nav-item:focus,
.cid-uD9vwOXWbB .nav-link:focus {
  outline: none;
}
.cid-uD9vwOXWbB .text-white:hover,
.cid-uD9vwOXWbB .text-white:active,
.cid-uD9vwOXWbB .text-white:focus {
  color: white!important;
}
.cid-uD9vwOXWbB .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD9vwOXWbB .dropdown-item:hover {
  color: black!important;
}
.cid-uD9vwOXWbB .dropdown-menu {
  background-color: white!important;
}
.cid-uD9vwOXWbB .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD9vwOXWbB .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9vwOXWbB .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD9vwOXWbB .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD9vwOXWbB .nav-item {
    position: relative;
  }
}
.cid-uD9vwOXWbB .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-uD9vwOXWbB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9vwOXWbB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD9vwOXWbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9vwOXWbB .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-uD9vwOXWbB .navbar-caption {
  font-weight: 600!important;
}
.cid-uD9vwOXWbB .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-uD9vwOXWbB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9vwOXWbB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9vwOXWbB .dropdown-item.active,
.cid-uD9vwOXWbB .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9vwOXWbB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9vwOXWbB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9vwOXWbB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9vwOXWbB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD9vwOXWbB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9vwOXWbB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9vwOXWbB .navbar-buttons {
  text-align: center;
}
.cid-uD9vwOXWbB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9vwOXWbB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD9vwOXWbB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9vwOXWbB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9vwOXWbB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9vwOXWbB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9vwOXWbB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9vwOXWbB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9vwOXWbB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9vwOXWbB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9vwOXWbB .nav-link {
  font-weight: 600!important;
}
.cid-uD9vwOXWbB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9vwOXWbB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD9vwOXWbB .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-uD9vwOXWbB .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9vwOXWbB .navbar {
    height: 77px;
  }
  .cid-uD9vwOXWbB .navbar.opened {
    height: auto;
  }
  .cid-uD9vwOXWbB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIwIIAcZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIwIIAcZ .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIwIIAcZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIwIIAcZ .col + .mbr-section-btn .btn,
.cid-uDfIwIIAcZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIwIIAcZ .col + .mbr-section-btn .btn,
  .cid-uDfIwIIAcZ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIwIIAcZ .dragArea > *:nth-last-child(2).col,
  .cid-uDfIwIIAcZ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIwIIAcZ .col + .mbr-section-btn,
  .cid-uDfIwIIAcZ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIwIIAcZ .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIwIIAcZ .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIwIIAcZ .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIwIIAcZ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIwIIAcZ .form-group {
  max-width: 220px;
}
.cid-uDfIwIIAcZ .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIwIIAcZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIwIIAcZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIwIIAcZ .mbr-text {
  color: #444;
}
.cid-uDfIwIIAcZ h5 {
  margin-bottom: 0;
}
.cid-uDfIwIIAcZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIwIIAcZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIwIIAcZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIwIIAcZ .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIwIIAcZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIwIIAcZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIwIIAcZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIwIIAcZ .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIwIIAcZ .media-container-row > div {
  padding: 0px;
}
.cid-uDfIwIIAcZ .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIwIIAcZ .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIwIIAcZ .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIwIIAcZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIwIIAcZ .social-list,
  .cid-uDfIwIIAcZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIwIIAcZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIwIIAcZ .form-group {
    max-width: 180px;
  }
}
.cid-uDfIwIIAcZ .links span {
  color: #9e9e9e;
}
.cid-uDfIwIIAcZ .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIwIIAcZ .logo-title {
  text-align: center;
}
.cid-uDfIwIIAcZ .logo-title,
.cid-uDfIwIIAcZ .logo {
  color: #3b433f;
}
.cid-uD9Fp0Kio7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uD9Fp0Kio7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9Fp0Kio7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9Fp0Kio7 .title {
    width: 100% !important;
  }
}
.cid-uD9Fp0Kio7 .mbr-section-title {
  color: #ffffff;
}
.cid-uD9Fp0Kio7 .mbr-section-subtitle,
.cid-uD9Fp0Kio7 .underline {
  color: #cf7853;
}
.cid-uD9Fp1nF72 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9Fp1nF72 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9Fp1nF72 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9Fp1nF72 .title {
    width: 100% !important;
  }
}
.cid-uD9Fp1nF72 .mbr-section-title {
  color: #6e6e6e;
  text-align: center;
}
.cid-uD9Fp1nF72 .mbr-section-subtitle,
.cid-uD9Fp1nF72 .underline {
  color: #cf7853;
}
.cid-uD9Fp1UZK2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9Fp1UZK2 .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uD9Fp1UZK2 .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD9Fp1UZK2 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uD9Fp2p6h1 {
  background-color: #6e6e6e;
}
.cid-uD9Fp2p6h1 .mbr-section-title {
  margin: 0;
}
.cid-uD9Fp2p6h1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uD9Fp2p6h1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uD9Fp2p6h1 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uD9Fp2p6h1 .team-item {
  transition: all .2s;
}
.cid-uD9Fp2p6h1 .team-item .item-image {
  position: relative !important;
}
.cid-uD9Fp2p6h1 .team-item .item-image img {
  width: 100%;
}
.cid-uD9Fp2p6h1 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uD9Fp2p6h1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uD9Fp2p6h1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uD9Fp2p6h1 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uD9Fp2p6h1 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uD9Fp2p6h1 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uD9Fp2p6h1 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uD9Fp2p6h1 .team-item:hover {
    transform: none;
  }
  .cid-uD9Fp2p6h1 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uD9Fp2p6h1 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uD9Fp2p6h1 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uD9Fp2p6h1 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uD9Fp2p6h1 .container-fluid {
  max-width: 1300px;
}
.cid-uD9Fp3hPml {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9Fp3xQyq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uD9Fp3O4G6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-uD9Fp3O4G6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9Fp3O4G6 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9Fp3O4G6 .title {
    width: 100% !important;
  }
}
.cid-uD9Fp3O4G6 .mbr-section-title {
  color: #ffffff;
}
.cid-uD9Fp3O4G6 .mbr-section-subtitle,
.cid-uD9Fp3O4G6 .underline {
  color: #cf7853;
}
.cid-uD9Fp5bnHC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD9Fp5bnHC .collapsed {
  flex-direction: row!important;
}
.cid-uD9Fp5bnHC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD9Fp5bnHC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD9Fp5bnHC .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9Fp5bnHC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9Fp5bnHC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD9Fp5bnHC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD9Fp5bnHC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD9Fp5bnHC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD9Fp5bnHC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD9Fp5bnHC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD9Fp5bnHC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD9Fp5bnHC .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-uD9Fp5bnHC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD9Fp5bnHC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD9Fp5bnHC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD9Fp5bnHC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9Fp5bnHC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9Fp5bnHC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9Fp5bnHC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9Fp5bnHC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9Fp5bnHC .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-uD9Fp5bnHC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9Fp5bnHC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9Fp5bnHC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9Fp5bnHC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9Fp5bnHC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9Fp5bnHC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9Fp5bnHC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9Fp5bnHC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9Fp5bnHC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9Fp5bnHC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9Fp5bnHC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD9Fp5bnHC .nav-item:focus,
.cid-uD9Fp5bnHC .nav-link:focus {
  outline: none;
}
.cid-uD9Fp5bnHC .text-white:hover,
.cid-uD9Fp5bnHC .text-white:active,
.cid-uD9Fp5bnHC .text-white:focus {
  color: white!important;
}
.cid-uD9Fp5bnHC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD9Fp5bnHC .dropdown-item:hover {
  color: black!important;
}
.cid-uD9Fp5bnHC .dropdown-menu {
  background-color: white!important;
}
.cid-uD9Fp5bnHC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD9Fp5bnHC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9Fp5bnHC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD9Fp5bnHC .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD9Fp5bnHC .nav-item {
    position: relative;
  }
}
.cid-uD9Fp5bnHC .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-uD9Fp5bnHC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9Fp5bnHC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD9Fp5bnHC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9Fp5bnHC .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-uD9Fp5bnHC .navbar-caption {
  font-weight: 600!important;
}
.cid-uD9Fp5bnHC .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-uD9Fp5bnHC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9Fp5bnHC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9Fp5bnHC .dropdown-item.active,
.cid-uD9Fp5bnHC .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9Fp5bnHC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9Fp5bnHC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9Fp5bnHC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9Fp5bnHC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD9Fp5bnHC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9Fp5bnHC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9Fp5bnHC .navbar-buttons {
  text-align: center;
}
.cid-uD9Fp5bnHC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9Fp5bnHC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD9Fp5bnHC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9Fp5bnHC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9Fp5bnHC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9Fp5bnHC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9Fp5bnHC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9Fp5bnHC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9Fp5bnHC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9Fp5bnHC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9Fp5bnHC .nav-link {
  font-weight: 600!important;
}
.cid-uD9Fp5bnHC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9Fp5bnHC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD9Fp5bnHC .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-uD9Fp5bnHC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9Fp5bnHC .navbar {
    height: 77px;
  }
  .cid-uD9Fp5bnHC .navbar.opened {
    height: auto;
  }
  .cid-uD9Fp5bnHC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIFPNrNz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIFPNrNz .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIFPNrNz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIFPNrNz .col + .mbr-section-btn .btn,
.cid-uDfIFPNrNz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIFPNrNz .col + .mbr-section-btn .btn,
  .cid-uDfIFPNrNz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIFPNrNz .dragArea > *:nth-last-child(2).col,
  .cid-uDfIFPNrNz .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIFPNrNz .col + .mbr-section-btn,
  .cid-uDfIFPNrNz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIFPNrNz .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIFPNrNz .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIFPNrNz .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIFPNrNz .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIFPNrNz .form-group {
  max-width: 220px;
}
.cid-uDfIFPNrNz .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIFPNrNz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIFPNrNz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIFPNrNz .mbr-text {
  color: #444;
}
.cid-uDfIFPNrNz h5 {
  margin-bottom: 0;
}
.cid-uDfIFPNrNz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIFPNrNz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIFPNrNz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIFPNrNz .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIFPNrNz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIFPNrNz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIFPNrNz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIFPNrNz .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIFPNrNz .media-container-row > div {
  padding: 0px;
}
.cid-uDfIFPNrNz .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIFPNrNz .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIFPNrNz .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIFPNrNz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIFPNrNz .social-list,
  .cid-uDfIFPNrNz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIFPNrNz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIFPNrNz .form-group {
    max-width: 180px;
  }
}
.cid-uDfIFPNrNz .links span {
  color: #9e9e9e;
}
.cid-uDfIFPNrNz .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIFPNrNz .logo-title {
  text-align: center;
}
.cid-uDfIFPNrNz .logo-title,
.cid-uDfIFPNrNz .logo {
  color: #3b433f;
}
.cid-uD9I411R9r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uD9I411R9r .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9I411R9r .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9I411R9r .title {
    width: 100% !important;
  }
}
.cid-uD9I411R9r .mbr-section-title {
  color: #ffffff;
}
.cid-uD9I411R9r .mbr-section-subtitle,
.cid-uD9I411R9r .underline {
  color: #cf7853;
}
.cid-uD9I41zyMC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9I41zyMC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9I41zyMC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9I41zyMC .title {
    width: 100% !important;
  }
}
.cid-uD9I41zyMC .mbr-section-title {
  color: #6e6e6e;
  text-align: center;
}
.cid-uD9I41zyMC .mbr-section-subtitle,
.cid-uD9I41zyMC .underline {
  color: #cf7853;
}
.cid-uD9I41XJkk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9I41XJkk .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uD9I41XJkk .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD9I41XJkk .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uD9I42mjZq {
  background-color: #6e6e6e;
}
.cid-uD9I42mjZq .mbr-section-title {
  margin: 0;
}
.cid-uD9I42mjZq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uD9I42mjZq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uD9I42mjZq .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uD9I42mjZq .team-item {
  transition: all .2s;
}
.cid-uD9I42mjZq .team-item .item-image {
  position: relative !important;
}
.cid-uD9I42mjZq .team-item .item-image img {
  width: 100%;
}
.cid-uD9I42mjZq .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uD9I42mjZq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uD9I42mjZq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uD9I42mjZq .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uD9I42mjZq .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uD9I42mjZq .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uD9I42mjZq .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uD9I42mjZq .team-item:hover {
    transform: none;
  }
  .cid-uD9I42mjZq .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uD9I42mjZq {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uD9I42mjZq {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uD9I42mjZq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uD9I42mjZq .container-fluid {
  max-width: 1300px;
}
.cid-uD9I43cg8M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9I43wLPe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uD9I43N9BF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uD9I43N9BF .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9I43N9BF .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9I43N9BF .title {
    width: 100% !important;
  }
}
.cid-uD9I43N9BF .mbr-section-title {
  color: #ffffff;
}
.cid-uD9I43N9BF .mbr-section-subtitle,
.cid-uD9I43N9BF .underline {
  color: #cf7853;
}
.cid-uD9I45n6tc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD9I45n6tc .collapsed {
  flex-direction: row!important;
}
.cid-uD9I45n6tc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD9I45n6tc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD9I45n6tc .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9I45n6tc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9I45n6tc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD9I45n6tc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD9I45n6tc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD9I45n6tc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD9I45n6tc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD9I45n6tc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD9I45n6tc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD9I45n6tc .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-uD9I45n6tc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD9I45n6tc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD9I45n6tc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD9I45n6tc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9I45n6tc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9I45n6tc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9I45n6tc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9I45n6tc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9I45n6tc .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-uD9I45n6tc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9I45n6tc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9I45n6tc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9I45n6tc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9I45n6tc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9I45n6tc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9I45n6tc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9I45n6tc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9I45n6tc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9I45n6tc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9I45n6tc .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD9I45n6tc .nav-item:focus,
.cid-uD9I45n6tc .nav-link:focus {
  outline: none;
}
.cid-uD9I45n6tc .text-white:hover,
.cid-uD9I45n6tc .text-white:active,
.cid-uD9I45n6tc .text-white:focus {
  color: white!important;
}
.cid-uD9I45n6tc .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD9I45n6tc .dropdown-item:hover {
  color: black!important;
}
.cid-uD9I45n6tc .dropdown-menu {
  background-color: white!important;
}
.cid-uD9I45n6tc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD9I45n6tc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9I45n6tc .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD9I45n6tc .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD9I45n6tc .nav-item {
    position: relative;
  }
}
.cid-uD9I45n6tc .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-uD9I45n6tc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9I45n6tc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD9I45n6tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9I45n6tc .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-uD9I45n6tc .navbar-caption {
  font-weight: 600!important;
}
.cid-uD9I45n6tc .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-uD9I45n6tc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9I45n6tc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9I45n6tc .dropdown-item.active,
.cid-uD9I45n6tc .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9I45n6tc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9I45n6tc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9I45n6tc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9I45n6tc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD9I45n6tc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9I45n6tc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9I45n6tc .navbar-buttons {
  text-align: center;
}
.cid-uD9I45n6tc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9I45n6tc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD9I45n6tc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9I45n6tc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9I45n6tc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9I45n6tc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9I45n6tc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9I45n6tc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9I45n6tc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9I45n6tc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9I45n6tc .nav-link {
  font-weight: 600!important;
}
.cid-uD9I45n6tc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9I45n6tc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD9I45n6tc .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-uD9I45n6tc .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9I45n6tc .navbar {
    height: 77px;
  }
  .cid-uD9I45n6tc .navbar.opened {
    height: auto;
  }
  .cid-uD9I45n6tc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIKZ4rpz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIKZ4rpz .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIKZ4rpz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIKZ4rpz .col + .mbr-section-btn .btn,
.cid-uDfIKZ4rpz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIKZ4rpz .col + .mbr-section-btn .btn,
  .cid-uDfIKZ4rpz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIKZ4rpz .dragArea > *:nth-last-child(2).col,
  .cid-uDfIKZ4rpz .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIKZ4rpz .col + .mbr-section-btn,
  .cid-uDfIKZ4rpz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIKZ4rpz .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIKZ4rpz .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIKZ4rpz .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIKZ4rpz .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIKZ4rpz .form-group {
  max-width: 220px;
}
.cid-uDfIKZ4rpz .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIKZ4rpz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIKZ4rpz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIKZ4rpz .mbr-text {
  color: #444;
}
.cid-uDfIKZ4rpz h5 {
  margin-bottom: 0;
}
.cid-uDfIKZ4rpz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIKZ4rpz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIKZ4rpz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIKZ4rpz .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIKZ4rpz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIKZ4rpz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIKZ4rpz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIKZ4rpz .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIKZ4rpz .media-container-row > div {
  padding: 0px;
}
.cid-uDfIKZ4rpz .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIKZ4rpz .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIKZ4rpz .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIKZ4rpz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIKZ4rpz .social-list,
  .cid-uDfIKZ4rpz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIKZ4rpz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIKZ4rpz .form-group {
    max-width: 180px;
  }
}
.cid-uDfIKZ4rpz .links span {
  color: #9e9e9e;
}
.cid-uDfIKZ4rpz .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIKZ4rpz .logo-title {
  text-align: center;
}
.cid-uDfIKZ4rpz .logo-title,
.cid-uDfIKZ4rpz .logo {
  color: #3b433f;
}
.cid-uD9Xt3LjSI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uD9Xt3LjSI .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9Xt3LjSI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9Xt3LjSI .title {
    width: 100% !important;
  }
}
.cid-uD9Xt3LjSI .mbr-section-title {
  color: #ffffff;
}
.cid-uD9Xt3LjSI .mbr-section-subtitle,
.cid-uD9Xt3LjSI .underline {
  color: #cf7853;
}
.cid-uDaizc8BQx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDaizc8BQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDaizc8BQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDaizc8BQx .container {
    padding: 0 25px;
  }
}
.cid-uDaizc8BQx .row {
  justify-content: center;
}
.cid-uDaizc8BQx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDaizc8BQx .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-uDaizc8BQx .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDaizc8BQx .item .item-wrapper:hover .item-img img,
.cid-uDaizc8BQx .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDaizc8BQx .item .item-wrapper {
    display: block;
  }
}
.cid-uDaizc8BQx .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDaizc8BQx .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDaizc8BQx .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDaizc8BQx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDaizc8BQx .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDaizc8BQx .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDaizc8BQx .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDaizc8BQx .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDaizc8BQx .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uDaizc8BQx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDaizc8BQx .mbr-section-title {
  color: #000000;
}
.cid-uDaizc8BQx .item-title {
  color: #232323;
}
.cid-uDaizc8BQx .item-desc {
  color: #eb8255;
}
.cid-uDaizc8BQx .item-subtitle {
  color: #737136;
}
.cid-uDaizc8BQx .item-price {
  color: #737136;
}
.cid-uE6bubZ8IA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uE6bHFrYSq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9Xt5s78I {
  background-color: #3b433f;
}
.cid-uD9Xt5s78I .mbr-section-title {
  margin: 0;
}
.cid-uD9Xt5s78I .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uD9Xt5s78I .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uD9Xt5s78I .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uD9Xt5s78I .team-item {
  transition: all .2s;
}
.cid-uD9Xt5s78I .team-item .item-image {
  position: relative !important;
}
.cid-uD9Xt5s78I .team-item .item-image img {
  width: 100%;
}
.cid-uD9Xt5s78I .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uD9Xt5s78I .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uD9Xt5s78I .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uD9Xt5s78I .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uD9Xt5s78I .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uD9Xt5s78I .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uD9Xt5s78I .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uD9Xt5s78I .team-item:hover {
    transform: none;
  }
  .cid-uD9Xt5s78I .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uD9Xt5s78I {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uD9Xt5s78I {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uD9Xt5s78I .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uD9Xt5s78I .container-fluid {
  max-width: 1300px;
}
.cid-uD9Xt6HXMw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-uD9Xt6HXMw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uD9Xt6HXMw .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD9Xt6HXMw .title {
    width: 100% !important;
  }
}
.cid-uD9Xt6HXMw .mbr-section-title {
  color: #ffffff;
}
.cid-uD9Xt6HXMw .mbr-section-subtitle,
.cid-uD9Xt6HXMw .underline {
  color: #cf7853;
}
.cid-uD9Xt8aqy5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uD9Xt8aqy5 .collapsed {
  flex-direction: row!important;
}
.cid-uD9Xt8aqy5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD9Xt8aqy5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD9Xt8aqy5 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9Xt8aqy5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9Xt8aqy5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uD9Xt8aqy5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD9Xt8aqy5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uD9Xt8aqy5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uD9Xt8aqy5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9Xt8aqy5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9Xt8aqy5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9Xt8aqy5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9Xt8aqy5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9Xt8aqy5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9Xt8aqy5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9Xt8aqy5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9Xt8aqy5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9Xt8aqy5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9Xt8aqy5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9Xt8aqy5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9Xt8aqy5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9Xt8aqy5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9Xt8aqy5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uD9Xt8aqy5 .nav-item:focus,
.cid-uD9Xt8aqy5 .nav-link:focus {
  outline: none;
}
.cid-uD9Xt8aqy5 .text-white:hover,
.cid-uD9Xt8aqy5 .text-white:active,
.cid-uD9Xt8aqy5 .text-white:focus {
  color: white!important;
}
.cid-uD9Xt8aqy5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uD9Xt8aqy5 .dropdown-item:hover {
  color: black!important;
}
.cid-uD9Xt8aqy5 .dropdown-menu {
  background-color: white!important;
}
.cid-uD9Xt8aqy5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uD9Xt8aqy5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uD9Xt8aqy5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uD9Xt8aqy5 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uD9Xt8aqy5 .nav-item {
    position: relative;
  }
}
.cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9Xt8aqy5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uD9Xt8aqy5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .navbar-caption {
  font-weight: 600!important;
}
.cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9Xt8aqy5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9Xt8aqy5 .dropdown-item.active,
.cid-uD9Xt8aqy5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9Xt8aqy5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9Xt8aqy5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9Xt8aqy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9Xt8aqy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uD9Xt8aqy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9Xt8aqy5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9Xt8aqy5 .navbar-buttons {
  text-align: center;
}
.cid-uD9Xt8aqy5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9Xt8aqy5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD9Xt8aqy5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9Xt8aqy5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9Xt8aqy5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9Xt8aqy5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9Xt8aqy5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9Xt8aqy5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9Xt8aqy5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9Xt8aqy5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9Xt8aqy5 .nav-link {
  font-weight: 600!important;
}
.cid-uD9Xt8aqy5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9Xt8aqy5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uD9Xt8aqy5 .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-uD9Xt8aqy5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9Xt8aqy5 .navbar {
    height: 77px;
  }
  .cid-uD9Xt8aqy5 .navbar.opened {
    height: auto;
  }
  .cid-uD9Xt8aqy5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfIVTzf4b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfIVTzf4b .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfIVTzf4b .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfIVTzf4b .col + .mbr-section-btn .btn,
.cid-uDfIVTzf4b .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfIVTzf4b .col + .mbr-section-btn .btn,
  .cid-uDfIVTzf4b .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfIVTzf4b .dragArea > *:nth-last-child(2).col,
  .cid-uDfIVTzf4b .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfIVTzf4b .col + .mbr-section-btn,
  .cid-uDfIVTzf4b .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfIVTzf4b .dragArea {
    flex-direction: column;
  }
}
.cid-uDfIVTzf4b .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfIVTzf4b .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfIVTzf4b .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfIVTzf4b .form-group {
  max-width: 220px;
}
.cid-uDfIVTzf4b .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfIVTzf4b .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfIVTzf4b .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfIVTzf4b .mbr-text {
  color: #444;
}
.cid-uDfIVTzf4b h5 {
  margin-bottom: 0;
}
.cid-uDfIVTzf4b .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfIVTzf4b .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfIVTzf4b .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfIVTzf4b .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfIVTzf4b .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfIVTzf4b .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfIVTzf4b .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfIVTzf4b .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfIVTzf4b .media-container-row > div {
  padding: 0px;
}
.cid-uDfIVTzf4b .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfIVTzf4b .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfIVTzf4b .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfIVTzf4b .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfIVTzf4b .social-list,
  .cid-uDfIVTzf4b .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfIVTzf4b h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfIVTzf4b .form-group {
    max-width: 180px;
  }
}
.cid-uDfIVTzf4b .links span {
  color: #9e9e9e;
}
.cid-uDfIVTzf4b .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfIVTzf4b .logo-title {
  text-align: center;
}
.cid-uDfIVTzf4b .logo-title,
.cid-uDfIVTzf4b .logo {
  color: #3b433f;
}
.cid-uDa2S3QavB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uDa2S3QavB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDa2S3QavB .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDa2S3QavB .title {
    width: 100% !important;
  }
}
.cid-uDa2S3QavB .mbr-section-title {
  color: #ffffff;
}
.cid-uDa2S3QavB .mbr-section-subtitle,
.cid-uDa2S3QavB .underline {
  color: #cf7853;
}
.cid-uDahXxzBT3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDahXxzBT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDahXxzBT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDahXxzBT3 .container {
    padding: 0 25px;
  }
}
.cid-uDahXxzBT3 .row {
  justify-content: center;
}
.cid-uDahXxzBT3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDahXxzBT3 .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-uDahXxzBT3 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDahXxzBT3 .item .item-wrapper:hover .item-img img,
.cid-uDahXxzBT3 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDahXxzBT3 .item .item-wrapper {
    display: block;
  }
}
.cid-uDahXxzBT3 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDahXxzBT3 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDahXxzBT3 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDahXxzBT3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDahXxzBT3 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDahXxzBT3 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDahXxzBT3 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDahXxzBT3 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uDahXxzBT3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDahXxzBT3 .mbr-section-title {
  color: #000000;
}
.cid-uDahXxzBT3 .item-title {
  color: #232323;
}
.cid-uDahXxzBT3 .item-desc {
  color: #eb8255;
}
.cid-uDahXxzBT3 .item-subtitle {
  color: #737136;
}
.cid-uDahXxzBT3 .item-price {
  color: #737136;
}
.cid-uE6id3PTbm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDfoGCpACj {
  background-color: #3b433f;
}
.cid-uDfoGCpACj .mbr-section-title {
  margin: 0;
}
.cid-uDfoGCpACj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDfoGCpACj .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDfoGCpACj .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDfoGCpACj .team-item {
  transition: all .2s;
}
.cid-uDfoGCpACj .team-item .item-image {
  position: relative !important;
}
.cid-uDfoGCpACj .team-item .item-image img {
  width: 100%;
}
.cid-uDfoGCpACj .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDfoGCpACj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDfoGCpACj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDfoGCpACj .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDfoGCpACj .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDfoGCpACj .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDfoGCpACj .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDfoGCpACj .team-item:hover {
    transform: none;
  }
  .cid-uDfoGCpACj .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDfoGCpACj {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDfoGCpACj {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDfoGCpACj .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDfoGCpACj .container-fluid {
  max-width: 1300px;
}
.cid-uDa2S78cvf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-uDa2S78cvf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDa2S78cvf .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDa2S78cvf .title {
    width: 100% !important;
  }
}
.cid-uDa2S78cvf .mbr-section-title {
  color: #ffffff;
}
.cid-uDa2S78cvf .mbr-section-subtitle,
.cid-uDa2S78cvf .underline {
  color: #cf7853;
}
.cid-uDa2S8yCkI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uDa2S8yCkI .collapsed {
  flex-direction: row!important;
}
.cid-uDa2S8yCkI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDa2S8yCkI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDa2S8yCkI .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uDa2S8yCkI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uDa2S8yCkI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uDa2S8yCkI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDa2S8yCkI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDa2S8yCkI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDa2S8yCkI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDa2S8yCkI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDa2S8yCkI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDa2S8yCkI .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-uDa2S8yCkI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDa2S8yCkI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uDa2S8yCkI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDa2S8yCkI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDa2S8yCkI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDa2S8yCkI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDa2S8yCkI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDa2S8yCkI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDa2S8yCkI .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-uDa2S8yCkI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDa2S8yCkI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDa2S8yCkI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDa2S8yCkI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDa2S8yCkI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDa2S8yCkI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDa2S8yCkI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uDa2S8yCkI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDa2S8yCkI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDa2S8yCkI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDa2S8yCkI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uDa2S8yCkI .nav-item:focus,
.cid-uDa2S8yCkI .nav-link:focus {
  outline: none;
}
.cid-uDa2S8yCkI .text-white:hover,
.cid-uDa2S8yCkI .text-white:active,
.cid-uDa2S8yCkI .text-white:focus {
  color: white!important;
}
.cid-uDa2S8yCkI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uDa2S8yCkI .dropdown-item:hover {
  color: black!important;
}
.cid-uDa2S8yCkI .dropdown-menu {
  background-color: white!important;
}
.cid-uDa2S8yCkI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uDa2S8yCkI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDa2S8yCkI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uDa2S8yCkI .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uDa2S8yCkI .nav-item {
    position: relative;
  }
}
.cid-uDa2S8yCkI .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-uDa2S8yCkI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDa2S8yCkI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uDa2S8yCkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDa2S8yCkI .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-uDa2S8yCkI .navbar-caption {
  font-weight: 600!important;
}
.cid-uDa2S8yCkI .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-uDa2S8yCkI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDa2S8yCkI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDa2S8yCkI .dropdown-item.active,
.cid-uDa2S8yCkI .dropdown-item:active {
  background-color: transparent;
}
.cid-uDa2S8yCkI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDa2S8yCkI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDa2S8yCkI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDa2S8yCkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uDa2S8yCkI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDa2S8yCkI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDa2S8yCkI .navbar-buttons {
  text-align: center;
}
.cid-uDa2S8yCkI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDa2S8yCkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDa2S8yCkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDa2S8yCkI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDa2S8yCkI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDa2S8yCkI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDa2S8yCkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDa2S8yCkI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDa2S8yCkI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDa2S8yCkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDa2S8yCkI .nav-link {
  font-weight: 600!important;
}
.cid-uDa2S8yCkI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDa2S8yCkI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDa2S8yCkI .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-uDa2S8yCkI .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDa2S8yCkI .navbar {
    height: 77px;
  }
  .cid-uDa2S8yCkI .navbar.opened {
    height: auto;
  }
  .cid-uDa2S8yCkI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfJ6Pgfxk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfJ6Pgfxk .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfJ6Pgfxk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfJ6Pgfxk .col + .mbr-section-btn .btn,
.cid-uDfJ6Pgfxk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfJ6Pgfxk .col + .mbr-section-btn .btn,
  .cid-uDfJ6Pgfxk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfJ6Pgfxk .dragArea > *:nth-last-child(2).col,
  .cid-uDfJ6Pgfxk .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfJ6Pgfxk .col + .mbr-section-btn,
  .cid-uDfJ6Pgfxk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfJ6Pgfxk .dragArea {
    flex-direction: column;
  }
}
.cid-uDfJ6Pgfxk .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfJ6Pgfxk .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfJ6Pgfxk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfJ6Pgfxk .form-group {
  max-width: 220px;
}
.cid-uDfJ6Pgfxk .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfJ6Pgfxk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfJ6Pgfxk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfJ6Pgfxk .mbr-text {
  color: #444;
}
.cid-uDfJ6Pgfxk h5 {
  margin-bottom: 0;
}
.cid-uDfJ6Pgfxk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfJ6Pgfxk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfJ6Pgfxk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfJ6Pgfxk .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfJ6Pgfxk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfJ6Pgfxk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfJ6Pgfxk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfJ6Pgfxk .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfJ6Pgfxk .media-container-row > div {
  padding: 0px;
}
.cid-uDfJ6Pgfxk .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfJ6Pgfxk .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfJ6Pgfxk .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfJ6Pgfxk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfJ6Pgfxk .social-list,
  .cid-uDfJ6Pgfxk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfJ6Pgfxk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfJ6Pgfxk .form-group {
    max-width: 180px;
  }
}
.cid-uDfJ6Pgfxk .links span {
  color: #9e9e9e;
}
.cid-uDfJ6Pgfxk .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfJ6Pgfxk .logo-title {
  text-align: center;
}
.cid-uDfJ6Pgfxk .logo-title,
.cid-uDfJ6Pgfxk .logo {
  color: #3b433f;
}
.cid-uDad1nCm2l {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uDad1nCm2l .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDad1nCm2l .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDad1nCm2l .title {
    width: 100% !important;
  }
}
.cid-uDad1nCm2l .mbr-section-title {
  color: #ffffff;
}
.cid-uDad1nCm2l .mbr-section-subtitle,
.cid-uDad1nCm2l .underline {
  color: #cf7853;
}
.cid-uDaeUFnniC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDaeUFnniC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDaeUFnniC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDaeUFnniC .container {
    padding: 0 25px;
  }
}
.cid-uDaeUFnniC .row {
  justify-content: center;
}
.cid-uDaeUFnniC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDaeUFnniC .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-uDaeUFnniC .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDaeUFnniC .item .item-wrapper:hover .item-img img,
.cid-uDaeUFnniC .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDaeUFnniC .item .item-wrapper {
    display: block;
  }
}
.cid-uDaeUFnniC .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDaeUFnniC .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDaeUFnniC .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDaeUFnniC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDaeUFnniC .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDaeUFnniC .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDaeUFnniC .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDaeUFnniC .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDaeUFnniC .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uDaeUFnniC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDaeUFnniC .mbr-section-title {
  color: #000000;
}
.cid-uDaeUFnniC .item-title {
  color: #232323;
}
.cid-uDaeUFnniC .item-desc {
  color: #eb8255;
}
.cid-uDaeUFnniC .item-subtitle {
  color: #737136;
}
.cid-uDaeUFnniC .item-price {
  color: #737136;
}
.cid-uDad1p9im3 {
  background-color: #3b433f;
}
.cid-uDad1p9im3 .mbr-section-title {
  margin: 0;
}
.cid-uDad1p9im3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uDad1p9im3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uDad1p9im3 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uDad1p9im3 .team-item {
  transition: all .2s;
}
.cid-uDad1p9im3 .team-item .item-image {
  position: relative !important;
}
.cid-uDad1p9im3 .team-item .item-image img {
  width: 100%;
}
.cid-uDad1p9im3 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uDad1p9im3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uDad1p9im3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uDad1p9im3 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uDad1p9im3 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uDad1p9im3 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uDad1p9im3 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uDad1p9im3 .team-item:hover {
    transform: none;
  }
  .cid-uDad1p9im3 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uDad1p9im3 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uDad1p9im3 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uDad1p9im3 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uDad1p9im3 .container-fluid {
  max-width: 1300px;
}
.cid-uDfmn6Jgvd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDfmn6Jgvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfmn6Jgvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDfmn6Jgvd .container {
    padding: 0 25px;
  }
}
.cid-uDfmn6Jgvd .row {
  justify-content: center;
}
.cid-uDfmn6Jgvd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uDfmn6Jgvd .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-uDfmn6Jgvd .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uDfmn6Jgvd .item .item-wrapper:hover .item-img img,
.cid-uDfmn6Jgvd .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uDfmn6Jgvd .item .item-wrapper {
    display: block;
  }
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uDfmn6Jgvd .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uDfmn6Jgvd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDfmn6Jgvd .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDfmn6Jgvd .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uDfmn6Jgvd .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uDfmn6Jgvd .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uDfmn6Jgvd .mbr-section-title {
  color: #000000;
}
.cid-uDfmn6Jgvd .item-title {
  color: #232323;
}
.cid-uDfmn6Jgvd .item-desc {
  color: #eb8255;
}
.cid-uDfmn6Jgvd .item-subtitle {
  color: #737136;
}
.cid-uDfmn6Jgvd .item-price {
  color: #737136;
}
.cid-uDad1qJH9v {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffc72c;
}
.cid-uDad1qJH9v .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDad1qJH9v .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDad1qJH9v .title {
    width: 100% !important;
  }
}
.cid-uDad1qJH9v .mbr-section-title {
  color: #ffffff;
}
.cid-uDad1qJH9v .mbr-section-subtitle,
.cid-uDad1qJH9v .underline {
  color: #cf7853;
}
.cid-uDad1sa6r8 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uDad1sa6r8 .collapsed {
  flex-direction: row!important;
}
.cid-uDad1sa6r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDad1sa6r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDad1sa6r8 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uDad1sa6r8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uDad1sa6r8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uDad1sa6r8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDad1sa6r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDad1sa6r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDad1sa6r8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDad1sa6r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDad1sa6r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDad1sa6r8 .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-uDad1sa6r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDad1sa6r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uDad1sa6r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDad1sa6r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDad1sa6r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDad1sa6r8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDad1sa6r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDad1sa6r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDad1sa6r8 .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-uDad1sa6r8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDad1sa6r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDad1sa6r8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDad1sa6r8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDad1sa6r8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDad1sa6r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDad1sa6r8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uDad1sa6r8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDad1sa6r8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDad1sa6r8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDad1sa6r8 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uDad1sa6r8 .nav-item:focus,
.cid-uDad1sa6r8 .nav-link:focus {
  outline: none;
}
.cid-uDad1sa6r8 .text-white:hover,
.cid-uDad1sa6r8 .text-white:active,
.cid-uDad1sa6r8 .text-white:focus {
  color: white!important;
}
.cid-uDad1sa6r8 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uDad1sa6r8 .dropdown-item:hover {
  color: black!important;
}
.cid-uDad1sa6r8 .dropdown-menu {
  background-color: white!important;
}
.cid-uDad1sa6r8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uDad1sa6r8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDad1sa6r8 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uDad1sa6r8 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uDad1sa6r8 .nav-item {
    position: relative;
  }
}
.cid-uDad1sa6r8 .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-uDad1sa6r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDad1sa6r8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uDad1sa6r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDad1sa6r8 .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-uDad1sa6r8 .navbar-caption {
  font-weight: 600!important;
}
.cid-uDad1sa6r8 .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-uDad1sa6r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDad1sa6r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDad1sa6r8 .dropdown-item.active,
.cid-uDad1sa6r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDad1sa6r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDad1sa6r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDad1sa6r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDad1sa6r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uDad1sa6r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDad1sa6r8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDad1sa6r8 .navbar-buttons {
  text-align: center;
}
.cid-uDad1sa6r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDad1sa6r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDad1sa6r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDad1sa6r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDad1sa6r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDad1sa6r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDad1sa6r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDad1sa6r8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDad1sa6r8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDad1sa6r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDad1sa6r8 .nav-link {
  font-weight: 600!important;
}
.cid-uDad1sa6r8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDad1sa6r8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDad1sa6r8 .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-uDad1sa6r8 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDad1sa6r8 .navbar {
    height: 77px;
  }
  .cid-uDad1sa6r8 .navbar.opened {
    height: auto;
  }
  .cid-uDad1sa6r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfJnKYLPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfJnKYLPK .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfJnKYLPK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfJnKYLPK .col + .mbr-section-btn .btn,
.cid-uDfJnKYLPK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfJnKYLPK .col + .mbr-section-btn .btn,
  .cid-uDfJnKYLPK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfJnKYLPK .dragArea > *:nth-last-child(2).col,
  .cid-uDfJnKYLPK .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfJnKYLPK .col + .mbr-section-btn,
  .cid-uDfJnKYLPK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfJnKYLPK .dragArea {
    flex-direction: column;
  }
}
.cid-uDfJnKYLPK .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfJnKYLPK .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfJnKYLPK .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfJnKYLPK .form-group {
  max-width: 220px;
}
.cid-uDfJnKYLPK .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfJnKYLPK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfJnKYLPK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfJnKYLPK .mbr-text {
  color: #444;
}
.cid-uDfJnKYLPK h5 {
  margin-bottom: 0;
}
.cid-uDfJnKYLPK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfJnKYLPK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfJnKYLPK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfJnKYLPK .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfJnKYLPK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfJnKYLPK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfJnKYLPK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfJnKYLPK .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfJnKYLPK .media-container-row > div {
  padding: 0px;
}
.cid-uDfJnKYLPK .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfJnKYLPK .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfJnKYLPK .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfJnKYLPK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfJnKYLPK .social-list,
  .cid-uDfJnKYLPK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfJnKYLPK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfJnKYLPK .form-group {
    max-width: 180px;
  }
}
.cid-uDfJnKYLPK .links span {
  color: #9e9e9e;
}
.cid-uDfJnKYLPK .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfJnKYLPK .logo-title {
  text-align: center;
}
.cid-uDfJnKYLPK .logo-title,
.cid-uDfJnKYLPK .logo {
  color: #3b433f;
}
.cid-uDapcCmUVj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uDapcCmUVj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDapcCmUVj .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDapcCmUVj .title {
    width: 100% !important;
  }
}
.cid-uDapcCmUVj .mbr-section-title {
  color: #ffffff;
}
.cid-uDapcCmUVj .mbr-section-subtitle,
.cid-uDapcCmUVj .underline {
  color: #cf7853;
}
.cid-uDapcDrHa0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDapcDrHa0 .line {
  background-color: #636340;
  color: #636340;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDapcDrHa0 .mbr-text {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDapcDrHa0 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uDft8ttt9L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDapcCZ6im {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78be20;
}
.cid-uDapcCZ6im .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDapcCZ6im .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDapcCZ6im .title {
    width: 100% !important;
  }
}
.cid-uDapcCZ6im .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDapcCZ6im .mbr-section-subtitle,
.cid-uDapcCZ6im .underline {
  color: #cf7853;
}
.cid-uDfttk2f8s {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDfttk2f8s .mbr-text,
.cid-uDfttk2f8s .ornament {
  color: #232323;
}
.cid-uDapcFmGvv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e40046;
}
.cid-uDapcFmGvv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uDapcFmGvv .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uDapcFmGvv .title {
    width: 100% !important;
  }
}
.cid-uDapcFmGvv .mbr-section-title {
  color: #ffffff;
}
.cid-uDapcFmGvv .mbr-section-subtitle,
.cid-uDapcFmGvv .underline {
  color: #cf7853;
}
.cid-uDapcGRZzo .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uDapcGRZzo .collapsed {
  flex-direction: row!important;
}
.cid-uDapcGRZzo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDapcGRZzo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDapcGRZzo .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uDapcGRZzo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uDapcGRZzo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uDapcGRZzo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDapcGRZzo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDapcGRZzo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDapcGRZzo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDapcGRZzo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDapcGRZzo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDapcGRZzo .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-uDapcGRZzo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDapcGRZzo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uDapcGRZzo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDapcGRZzo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDapcGRZzo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDapcGRZzo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDapcGRZzo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDapcGRZzo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDapcGRZzo .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-uDapcGRZzo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDapcGRZzo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDapcGRZzo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDapcGRZzo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDapcGRZzo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDapcGRZzo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDapcGRZzo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uDapcGRZzo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDapcGRZzo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDapcGRZzo .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDapcGRZzo .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uDapcGRZzo .nav-item:focus,
.cid-uDapcGRZzo .nav-link:focus {
  outline: none;
}
.cid-uDapcGRZzo .text-white:hover,
.cid-uDapcGRZzo .text-white:active,
.cid-uDapcGRZzo .text-white:focus {
  color: white!important;
}
.cid-uDapcGRZzo .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uDapcGRZzo .dropdown-item:hover {
  color: black!important;
}
.cid-uDapcGRZzo .dropdown-menu {
  background-color: white!important;
}
.cid-uDapcGRZzo .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uDapcGRZzo .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uDapcGRZzo .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uDapcGRZzo .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uDapcGRZzo .nav-item {
    position: relative;
  }
}
.cid-uDapcGRZzo .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-uDapcGRZzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDapcGRZzo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uDapcGRZzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDapcGRZzo .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-uDapcGRZzo .navbar-caption {
  font-weight: 600!important;
}
.cid-uDapcGRZzo .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-uDapcGRZzo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDapcGRZzo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDapcGRZzo .dropdown-item.active,
.cid-uDapcGRZzo .dropdown-item:active {
  background-color: transparent;
}
.cid-uDapcGRZzo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDapcGRZzo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDapcGRZzo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDapcGRZzo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uDapcGRZzo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDapcGRZzo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDapcGRZzo .navbar-buttons {
  text-align: center;
}
.cid-uDapcGRZzo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDapcGRZzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDapcGRZzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDapcGRZzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDapcGRZzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDapcGRZzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDapcGRZzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDapcGRZzo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDapcGRZzo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDapcGRZzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDapcGRZzo .nav-link {
  font-weight: 600!important;
}
.cid-uDapcGRZzo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDapcGRZzo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDapcGRZzo .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-uDapcGRZzo .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDapcGRZzo .navbar {
    height: 77px;
  }
  .cid-uDapcGRZzo .navbar.opened {
    height: auto;
  }
  .cid-uDapcGRZzo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDfJDZyyH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDfJDZyyH5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uDfJDZyyH5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uDfJDZyyH5 .col + .mbr-section-btn .btn,
.cid-uDfJDZyyH5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uDfJDZyyH5 .col + .mbr-section-btn .btn,
  .cid-uDfJDZyyH5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uDfJDZyyH5 .dragArea > *:nth-last-child(2).col,
  .cid-uDfJDZyyH5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uDfJDZyyH5 .col + .mbr-section-btn,
  .cid-uDfJDZyyH5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uDfJDZyyH5 .dragArea {
    flex-direction: column;
  }
}
.cid-uDfJDZyyH5 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uDfJDZyyH5 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uDfJDZyyH5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uDfJDZyyH5 .form-group {
  max-width: 220px;
}
.cid-uDfJDZyyH5 .mbr-section-btn {
  padding-left: 0;
}
.cid-uDfJDZyyH5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDfJDZyyH5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uDfJDZyyH5 .mbr-text {
  color: #444;
}
.cid-uDfJDZyyH5 h5 {
  margin-bottom: 0;
}
.cid-uDfJDZyyH5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uDfJDZyyH5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDfJDZyyH5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uDfJDZyyH5 .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDfJDZyyH5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDfJDZyyH5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDfJDZyyH5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDfJDZyyH5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uDfJDZyyH5 .media-container-row > div {
  padding: 0px;
}
.cid-uDfJDZyyH5 .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uDfJDZyyH5 .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uDfJDZyyH5 .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDfJDZyyH5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDfJDZyyH5 .social-list,
  .cid-uDfJDZyyH5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uDfJDZyyH5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uDfJDZyyH5 .form-group {
    max-width: 180px;
  }
}
.cid-uDfJDZyyH5 .links span {
  color: #9e9e9e;
}
.cid-uDfJDZyyH5 .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uDfJDZyyH5 .logo-title {
  text-align: center;
}
.cid-uDfJDZyyH5 .logo-title,
.cid-uDfJDZyyH5 .logo {
  color: #3b433f;
}
.cid-ubCBWkbTGV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubCBWkbTGV .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-ubCBWkbTGV .mbr-title {
  text-align: center;
  color: #cf7853;
}
.cid-ubCBWkI5gN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d2754d;
}
.cid-ubCBWkI5gN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubCBWkI5gN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubCBWkI5gN .title {
    width: 100% !important;
  }
}
.cid-ubCBWkI5gN .mbr-section-title {
  color: #ffffff;
}
.cid-ubCBWkI5gN .mbr-section-subtitle,
.cid-ubCBWkI5gN .underline {
  color: #cf7853;
}
.cid-udjuYuoXSJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udjuYuoXSJ .line {
  background-color: #b7b6b6;
  color: #b7b6b6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udjuYuoXSJ .mbr-text {
  margin: 0;
  padding: 2rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-udjuYuoXSJ .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-udjuZquTsT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udjuZquTsT .line {
  background-color: #b7b6b6;
  color: #b7b6b6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udjuZquTsT .mbr-text {
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-udjuZquTsT .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-ubCBWlewbW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubCBWlewbW .mbr-text {
  margin: 0;
}
.cid-ubCBWlewbW .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-ubCBWlewbW .row-element,
.cid-ubCBWlewbW .image-element {
  padding: 0;
}
.cid-ubCBWlewbW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubCBWlewbW .image-element .img-wrap {
  width: 100% !important;
}
.cid-ubCBWlewbW .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ubCBWlewbW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubCBWlewbW .carousel-item.active,
.cid-ubCBWlewbW .carousel-item-next,
.cid-ubCBWlewbW .carousel-item-prev {
  display: flex;
}
.cid-ubCBWlewbW .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-ubCBWlewbW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #000000;
}
.cid-ubCBWlewbW .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-ubCBWlewbW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ubCBWlewbW .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ubCBWlewbW .carousel-controls {
    display: block;
  }
  .cid-ubCBWlewbW .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-ubCBWlewbW .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-ubCBWlewbW .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ubCBWlewbW .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ubCBWlewbW .text-element {
    padding: 1rem;
  }
  .cid-ubCBWlewbW .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCBWlewbW .image-element {
    min-width: 50%;
  }
  .cid-ubCBWlewbW .media-container-row {
    width: 100%;
  }
}
.cid-ubCBWlewbW .mbr-text,
.cid-ubCBWlewbW .link {
  text-align: center;
  color: #000000;
}
.cid-ubCBWlewbW .mbr-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ubCBWlewbW .mbr-title,
.cid-ubCBWlewbW .ornament {
  text-align: center;
}
.cid-ubCBWlewbW DIV {
  text-align: center;
  color: #4d4b4b;
}
.cid-ubCCWChFzv {
  background-color: #cccccc;
}
.cid-ubCCWChFzv .mbr-section-title {
  margin: 0;
}
.cid-ubCCWChFzv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ubCCWChFzv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ubCCWChFzv .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-ubCCWChFzv .team-item {
  transition: all .2s;
}
.cid-ubCCWChFzv .team-item .item-image {
  position: relative !important;
}
.cid-ubCCWChFzv .team-item .item-image img {
  width: 100%;
}
.cid-ubCCWChFzv .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-ubCCWChFzv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ubCCWChFzv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ubCCWChFzv .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-ubCCWChFzv .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-ubCCWChFzv .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-ubCCWChFzv .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-ubCCWChFzv .team-item:hover {
    transform: none;
  }
  .cid-ubCCWChFzv .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-ubCCWChFzv {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-ubCCWChFzv {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-ubCCWChFzv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ubCCWChFzv .container-fluid {
  max-width: 1300px;
}
.cid-udjBzNzDmJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ew-01-695-1920x695.jpg");
}
.cid-udjBzNzDmJ .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-udjBzNzDmJ .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-udjBzNzDmJ .card {
  height: fit-content;
}
.cid-udjBzNzDmJ h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-udjBzNzDmJ .card1 {
  background: #f7f6f1;
}
.cid-udjBzNzDmJ .card2 {
  background: #f7f6f1;
}
.cid-udjBzNzDmJ .card3 {
  background: #f7f6f1;
}
.cid-udjBzNzDmJ .card4 {
  background: #f7f6f1;
}
.cid-udjBzNzDmJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-udjBzNzDmJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-udjBzNzDmJ .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-udjBzNzDmJ .card-subtitle1 {
  text-align: center;
  color: #989883;
}
.cid-udjBzNzDmJ .card-title1 {
  text-align: center;
}
.cid-udjBzNzDmJ .mbr-text1 {
  text-align: center;
}
.cid-udjBzNzDmJ .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-udjBzNzDmJ .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-udjBzNzDmJ .card-subtitle2 {
  color: #989883;
  text-align: center;
}
.cid-udjBzNzDmJ .card-title3 {
  text-align: center;
}
.cid-udjBzNzDmJ .mbr-text3 {
  text-align: center;
}
.cid-udjBzNzDmJ .card-subtitle3 {
  text-align: center;
  color: #989883;
}
.cid-udjBzNzDmJ .card-title4 {
  text-align: center;
}
.cid-udjBzNzDmJ .mbr-text4 {
  text-align: center;
  color: #000000;
}
.cid-udjBzNzDmJ .card-subtitle4 {
  text-align: center;
  color: #989883;
}
.cid-udjBzNzDmJ .card-title2,
.cid-udjBzNzDmJ .title-wrap2 {
  text-align: center;
  color: #737136;
}
.cid-udjBzNzDmJ .card-title3,
.cid-udjBzNzDmJ .title-wrap3 {
  text-align: center;
  color: #737136;
}
.cid-udjBzNzDmJ .card-title4,
.cid-udjBzNzDmJ .title-wrap4 {
  text-align: center;
  color: #737136;
}
.cid-udjBzNzDmJ .card-title1,
.cid-udjBzNzDmJ .title-wrap1 {
  text-align: center;
  color: #737136;
}
.cid-udjBzNzDmJ .title {
  text-align: center;
}
.cid-ubCBWnTgnM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ew-footer-4-1920x580.jpg");
}
.cid-ubCBWnTgnM .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-ubCBWnTgnM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ubCBWnTgnM .col + .mbr-section-btn .btn,
.cid-ubCBWnTgnM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ubCBWnTgnM .col + .mbr-section-btn .btn,
  .cid-ubCBWnTgnM .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ubCBWnTgnM .dragArea > *:nth-last-child(2).col,
  .cid-ubCBWnTgnM .dragArea > *:nth-last-child(2).col-auto,
  .cid-ubCBWnTgnM .col + .mbr-section-btn,
  .cid-ubCBWnTgnM .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ubCBWnTgnM .dragArea {
    flex-direction: column;
  }
}
.cid-ubCBWnTgnM .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-ubCBWnTgnM .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-ubCBWnTgnM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ubCBWnTgnM .form-group {
  max-width: 220px;
}
.cid-ubCBWnTgnM .mbr-section-btn {
  padding-left: 0;
}
.cid-ubCBWnTgnM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ubCBWnTgnM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ubCBWnTgnM .mbr-text {
  color: #444;
}
.cid-ubCBWnTgnM h5 {
  margin-bottom: 0;
}
.cid-ubCBWnTgnM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ubCBWnTgnM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubCBWnTgnM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ubCBWnTgnM .socicon {
  font-size: 1.3rem;
  background: #f0ebcb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubCBWnTgnM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ubCBWnTgnM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ubCBWnTgnM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubCBWnTgnM .social-list a:hover {
  opacity: 0.4;
}
.cid-ubCBWnTgnM .media-container-row > div {
  padding: 0px;
}
.cid-ubCBWnTgnM .text2 {
  color: #807e38;
  text-align: left;
}
.cid-ubCBWnTgnM .group-title {
  text-align: left;
  color: #737136;
  padding-bottom: 0.2rem;
}
.cid-ubCBWnTgnM .links {
  color: #828038;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ubCBWnTgnM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ubCBWnTgnM .social-list,
  .cid-ubCBWnTgnM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ubCBWnTgnM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ubCBWnTgnM .form-group {
    max-width: 180px;
  }
}
.cid-ubCBWnTgnM .links span {
  color: #9e9e9e;
}
.cid-ubCBWnTgnM .logo-sub-title {
  text-align: center;
  color: #adab49;
}
.cid-ubCBWnTgnM .logo-title {
  text-align: center;
}
.cid-ubCBWnTgnM .logo-title,
.cid-ubCBWnTgnM .logo {
  color: #737136;
}
.cid-ubCBWp4h0u .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-ubCBWp4h0u .collapsed {
  flex-direction: row!important;
}
.cid-ubCBWp4h0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCBWp4h0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCBWp4h0u .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ubCBWp4h0u .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ubCBWp4h0u .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ubCBWp4h0u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCBWp4h0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCBWp4h0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubCBWp4h0u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubCBWp4h0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCBWp4h0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCBWp4h0u .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-ubCBWp4h0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCBWp4h0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ubCBWp4h0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubCBWp4h0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCBWp4h0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCBWp4h0u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubCBWp4h0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCBWp4h0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCBWp4h0u .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-ubCBWp4h0u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubCBWp4h0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCBWp4h0u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCBWp4h0u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubCBWp4h0u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubCBWp4h0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubCBWp4h0u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ubCBWp4h0u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubCBWp4h0u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubCBWp4h0u .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubCBWp4h0u .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ubCBWp4h0u .nav-item:focus,
.cid-ubCBWp4h0u .nav-link:focus {
  outline: none;
}
.cid-ubCBWp4h0u .text-white:hover,
.cid-ubCBWp4h0u .text-white:active,
.cid-ubCBWp4h0u .text-white:focus {
  color: white!important;
}
.cid-ubCBWp4h0u .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ubCBWp4h0u .dropdown-item:hover {
  color: black!important;
}
.cid-ubCBWp4h0u .dropdown-menu {
  background-color: white!important;
}
.cid-ubCBWp4h0u .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-ubCBWp4h0u .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ubCBWp4h0u .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-ubCBWp4h0u .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ubCBWp4h0u .nav-item {
    position: relative;
  }
}
.cid-ubCBWp4h0u .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-ubCBWp4h0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCBWp4h0u .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubCBWp4h0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ubCBWp4h0u .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-ubCBWp4h0u .navbar-caption {
  font-weight: 600!important;
}
.cid-ubCBWp4h0u .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-ubCBWp4h0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCBWp4h0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCBWp4h0u .dropdown-item.active,
.cid-ubCBWp4h0u .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCBWp4h0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCBWp4h0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCBWp4h0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCBWp4h0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-ubCBWp4h0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubCBWp4h0u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubCBWp4h0u .navbar-buttons {
  text-align: center;
}
.cid-ubCBWp4h0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubCBWp4h0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ubCBWp4h0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubCBWp4h0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubCBWp4h0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubCBWp4h0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubCBWp4h0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubCBWp4h0u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubCBWp4h0u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubCBWp4h0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubCBWp4h0u .nav-link {
  font-weight: 600!important;
}
.cid-ubCBWp4h0u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubCBWp4h0u .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubCBWp4h0u .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-ubCBWp4h0u .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCBWp4h0u .navbar {
    height: 77px;
  }
  .cid-ubCBWp4h0u .navbar.opened {
    height: auto;
  }
  .cid-ubCBWp4h0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCSal6pPM {
  background-color: #cccccc;
}
.cid-ubCSal6pPM .mbr-section-title {
  margin: 0;
}
.cid-ubCSal6pPM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ubCSal6pPM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ubCSal6pPM .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-ubCSal6pPM .team-item {
  transition: all .2s;
}
.cid-ubCSal6pPM .team-item .item-image {
  position: relative !important;
}
.cid-ubCSal6pPM .team-item .item-image img {
  width: 100%;
}
.cid-ubCSal6pPM .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-ubCSal6pPM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ubCSal6pPM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ubCSal6pPM .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-ubCSal6pPM .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-ubCSal6pPM .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-ubCSal6pPM .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-ubCSal6pPM .team-item:hover {
    transform: none;
  }
  .cid-ubCSal6pPM .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-ubCSal6pPM {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-ubCSal6pPM {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-ubCSal6pPM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ubCSal6pPM .container-fluid {
  max-width: 1300px;
}
.cid-uePzdfJdbl {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uePzdfJdbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePzdfJdbl .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uePzdfJdbl h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uePzdfJdbl h1 {
    margin-bottom: 1rem;
  }
}
.cid-uePzdfJdbl p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uePzdfJdbl p {
    margin-bottom: 2rem;
  }
}
.cid-uePzdfJdbl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uePzdfJdbl .image-wrapper,
.cid-uePzdfJdbl img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uePzdfJdbl .image-wrapper,
  .cid-uePzdfJdbl img {
    padding-bottom: 0.5rem;
  }
}
.cid-uePzdfJdbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uePzdfJdbl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uePzdfJdbl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uePzdfJdbl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uePzdfJdbl .content-wrap {
    width: 100%;
  }
}
.cid-uePzdfJdbl .mbr-section-subtitle,
.cid-uePzdfJdbl .line {
  color: #291f1e;
}
.cid-uePzdfJdbl .mbr-text,
.cid-uePzdfJdbl .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uePzdfJdbl .mbr-section-title {
  color: #291f1e;
}
.cid-uePzdfJdbl .mbr-section-title,
.cid-uePzdfJdbl .mbr-section-btn,
.cid-uePzdfJdbl .line {
  text-align: left;
  color: #291f1e;
}
.cid-uePzdfJdbl .mbr-text {
  text-align: left;
}
.cid-uePB7n8C3X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uePB7n8C3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePB7n8C3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uePB7n8C3X .container {
    padding: 0 25px;
  }
}
.cid-uePB7n8C3X .row {
  justify-content: center;
}
.cid-uePB7n8C3X .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uePB7n8C3X .item:first-child .item-wrapper {
  border-top: 2px solid #cccccc;
}
.cid-uePB7n8C3X .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #cccccc;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uePB7n8C3X .item .item-wrapper:hover .item-img img,
.cid-uePB7n8C3X .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uePB7n8C3X .item .item-wrapper {
    display: block;
  }
}
.cid-uePB7n8C3X .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uePB7n8C3X .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uePB7n8C3X .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uePB7n8C3X .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uePB7n8C3X .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uePB7n8C3X .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uePB7n8C3X .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uePB7n8C3X .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uePB7n8C3X .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uePB7n8C3X .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uePB7n8C3X .mbr-section-title {
  color: #000000;
}
.cid-uePB7n8C3X .item-title {
  color: #6e6e6e;
}
.cid-uePB7n8C3X .item-desc {
  color: #eb8255;
}
.cid-uePB7n8C3X .item-subtitle {
  color: #6e6e6e;
}
.cid-uePB7n8C3X .item-price {
  color: #000000;
}
.cid-uEKLKYkKZO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffc72c;
}
.cid-uEKLKYkKZO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uEKLKYkKZO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEKLKYkKZO .title {
    width: 100% !important;
  }
}
.cid-uEKLKYkKZO .mbr-section-title {
  color: #ffffff;
}
.cid-uEKLKYkKZO .mbr-section-subtitle,
.cid-uEKLKYkKZO .underline {
  color: #cf7853;
}
.cid-uEKLKYJq1i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEKLKYJq1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEKLKYJq1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEKLKYJq1i .container {
    padding: 0 25px;
  }
}
.cid-uEKLKYJq1i .row {
  justify-content: center;
}
.cid-uEKLKYJq1i .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uEKLKYJq1i .item:first-child .item-wrapper {
  border-top: 2px solid #ffffff;
}
.cid-uEKLKYJq1i .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uEKLKYJq1i .item .item-wrapper:hover .item-img img,
.cid-uEKLKYJq1i .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uEKLKYJq1i .item .item-wrapper {
    display: block;
  }
}
.cid-uEKLKYJq1i .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uEKLKYJq1i .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uEKLKYJq1i .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uEKLKYJq1i .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEKLKYJq1i .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uEKLKYJq1i .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #d2754d;
  color: #ffffff;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uEKLKYJq1i .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uEKLKYJq1i .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #d2754d !important;
  color: #ffffff;
}
.cid-uEKLKYJq1i .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uEKLKYJq1i .mbr-section-title {
  color: #000000;
}
.cid-uEKLKYJq1i .item-title {
  color: #232323;
}
.cid-uEKLKYJq1i .item-desc {
  color: #eb8255;
}
.cid-uEKLKYJq1i .item-subtitle {
  color: #737136;
}
.cid-uEKLKYJq1i .item-price {
  color: #737136;
}
.cid-uEKLKZ6ITQ {
  background-color: #3b433f;
}
.cid-uEKLKZ6ITQ .mbr-section-title {
  margin: 0;
}
.cid-uEKLKZ6ITQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uEKLKZ6ITQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uEKLKZ6ITQ .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-uEKLKZ6ITQ .team-item {
  transition: all .2s;
}
.cid-uEKLKZ6ITQ .team-item .item-image {
  position: relative !important;
}
.cid-uEKLKZ6ITQ .team-item .item-image img {
  width: 100%;
}
.cid-uEKLKZ6ITQ .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-uEKLKZ6ITQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uEKLKZ6ITQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uEKLKZ6ITQ .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-uEKLKZ6ITQ .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-uEKLKZ6ITQ .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-uEKLKZ6ITQ .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-uEKLKZ6ITQ .team-item:hover {
    transform: none;
  }
  .cid-uEKLKZ6ITQ .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uEKLKZ6ITQ {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uEKLKZ6ITQ {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uEKLKZ6ITQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uEKLKZ6ITQ .container-fluid {
  max-width: 1300px;
}
.cid-uEKLL03wLi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #78be20;
}
.cid-uEKLL03wLi .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uEKLL03wLi .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEKLL03wLi .title {
    width: 100% !important;
  }
}
.cid-uEKLL03wLi .mbr-section-title {
  color: #ffffff;
}
.cid-uEKLL03wLi .mbr-section-subtitle,
.cid-uEKLL03wLi .underline {
  color: #cf7853;
}
.cid-uEKLL0odG4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uEKLL0odG4 .collapsed {
  flex-direction: row!important;
}
.cid-uEKLL0odG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEKLL0odG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEKLL0odG4 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uEKLL0odG4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uEKLL0odG4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uEKLL0odG4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEKLL0odG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEKLL0odG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEKLL0odG4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEKLL0odG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEKLL0odG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEKLL0odG4 .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-uEKLL0odG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEKLL0odG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uEKLL0odG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uEKLL0odG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEKLL0odG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEKLL0odG4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEKLL0odG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEKLL0odG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEKLL0odG4 .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-uEKLL0odG4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEKLL0odG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEKLL0odG4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEKLL0odG4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEKLL0odG4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEKLL0odG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uEKLL0odG4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uEKLL0odG4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEKLL0odG4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uEKLL0odG4 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uEKLL0odG4 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uEKLL0odG4 .nav-item:focus,
.cid-uEKLL0odG4 .nav-link:focus {
  outline: none;
}
.cid-uEKLL0odG4 .text-white:hover,
.cid-uEKLL0odG4 .text-white:active,
.cid-uEKLL0odG4 .text-white:focus {
  color: white!important;
}
.cid-uEKLL0odG4 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uEKLL0odG4 .dropdown-item:hover {
  color: black!important;
}
.cid-uEKLL0odG4 .dropdown-menu {
  background-color: white!important;
}
.cid-uEKLL0odG4 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(146, 221, 52, 0.35);
  display: block;
}
.cid-uEKLL0odG4 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #78be20;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uEKLL0odG4 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-uEKLL0odG4 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uEKLL0odG4 .nav-item {
    position: relative;
  }
}
.cid-uEKLL0odG4 .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-uEKLL0odG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEKLL0odG4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uEKLL0odG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEKLL0odG4 .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-uEKLL0odG4 .navbar-caption {
  font-weight: 600!important;
}
.cid-uEKLL0odG4 .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-uEKLL0odG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEKLL0odG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEKLL0odG4 .dropdown-item.active,
.cid-uEKLL0odG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEKLL0odG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEKLL0odG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEKLL0odG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEKLL0odG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  opacity: 0.7;
}
.cid-uEKLL0odG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEKLL0odG4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEKLL0odG4 .navbar-buttons {
  text-align: center;
}
.cid-uEKLL0odG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEKLL0odG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uEKLL0odG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uEKLL0odG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uEKLL0odG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uEKLL0odG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uEKLL0odG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEKLL0odG4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uEKLL0odG4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uEKLL0odG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEKLL0odG4 .nav-link {
  font-weight: 600!important;
}
.cid-uEKLL0odG4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEKLL0odG4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEKLL0odG4 .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-uEKLL0odG4 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEKLL0odG4 .navbar {
    height: 77px;
  }
  .cid-uEKLL0odG4 .navbar.opened {
    height: auto;
  }
  .cid-uEKLL0odG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEKLL0YOl6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEKLL0YOl6 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uEKLL0YOl6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uEKLL0YOl6 .col + .mbr-section-btn .btn,
.cid-uEKLL0YOl6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uEKLL0YOl6 .col + .mbr-section-btn .btn,
  .cid-uEKLL0YOl6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uEKLL0YOl6 .dragArea > *:nth-last-child(2).col,
  .cid-uEKLL0YOl6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uEKLL0YOl6 .col + .mbr-section-btn,
  .cid-uEKLL0YOl6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uEKLL0YOl6 .dragArea {
    flex-direction: column;
  }
}
.cid-uEKLL0YOl6 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uEKLL0YOl6 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uEKLL0YOl6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uEKLL0YOl6 .form-group {
  max-width: 220px;
}
.cid-uEKLL0YOl6 .mbr-section-btn {
  padding-left: 0;
}
.cid-uEKLL0YOl6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uEKLL0YOl6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uEKLL0YOl6 .mbr-text {
  color: #444;
}
.cid-uEKLL0YOl6 h5 {
  margin-bottom: 0;
}
.cid-uEKLL0YOl6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uEKLL0YOl6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEKLL0YOl6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uEKLL0YOl6 .socicon {
  font-size: 1.3rem;
  background: #efefef;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEKLL0YOl6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEKLL0YOl6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uEKLL0YOl6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uEKLL0YOl6 .social-list a:hover {
  opacity: 0.4;
}
.cid-uEKLL0YOl6 .media-container-row > div {
  padding: 0px;
}
.cid-uEKLL0YOl6 .text2 {
  color: #807e38;
  text-align: left;
}
.cid-uEKLL0YOl6 .group-title {
  text-align: left;
  color: #3b433f;
  padding-bottom: 0.2rem;
}
.cid-uEKLL0YOl6 .links {
  color: #333333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEKLL0YOl6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uEKLL0YOl6 .social-list,
  .cid-uEKLL0YOl6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uEKLL0YOl6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uEKLL0YOl6 .form-group {
    max-width: 180px;
  }
}
.cid-uEKLL0YOl6 .links span {
  color: #9e9e9e;
}
.cid-uEKLL0YOl6 .logo-sub-title {
  text-align: center;
  color: #78be20;
}
.cid-uEKLL0YOl6 .logo-title {
  text-align: center;
}
.cid-uEKLL0YOl6 .logo-title,
.cid-uEKLL0YOl6 .logo {
  color: #3b433f;
}
