@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #31ab19 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #555555 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
}
.btn-primary:before {
  background-color: #1e680f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e680f !important;
  border-color: #1e680f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
}
.btn-secondary:before {
  background-color: #1e680f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e680f !important;
  border-color: #1e680f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-warning:before {
  background-color: #2f2f2f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #17520c;
  color: #17520c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #31ab19;
}
.btn-primary-outline:before {
  background-color: #31ab19;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #17520c;
  color: #17520c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #31ab19;
}
.btn-secondary-outline:before {
  background-color: #31ab19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #31ab19 !important;
  border-color: #31ab19 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #222222;
  color: #222222;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #555555;
}
.btn-warning-outline:before {
  background-color: #555555;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #31ab19;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #31ab19 !important;
}
.text-secondary {
  color: #31ab19 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #555555 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #17520c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #17520c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #222222 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #555555;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #31ab19;
  border-color: #31ab19;
  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: #31ab19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73e75c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #31ab19;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #31ab19;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #31ab19;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #31ab19;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #31ab19;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #31ab19;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #31ab19;
  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: #31ab19;
  border-bottom-color: #31ab19;
}
.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: #31ab19 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #31ab19 !important;
  box-shadow: none !important;
}
.cid-rPaEAvB94Z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-rPaEAvB94Z .nav-item,
.cid-rPaEAvB94Z .nav-link,
.cid-rPaEAvB94Z .navbar-caption {
  font-weight: normal;
}
.cid-rPaEAvB94Z .nav-item:focus,
.cid-rPaEAvB94Z .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPaEAvB94Z .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPaEAvB94Z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rPaEAvB94Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPaEAvB94Z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPaEAvB94Z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPaEAvB94Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPaEAvB94Z .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-rPaEAvB94Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPaEAvB94Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPaEAvB94Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rPaEAvB94Z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rPaEAvB94Z .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPaEAvB94Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPaEAvB94Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPaEAvB94Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPaEAvB94Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 1rem);
  }
}
.cid-rPaEAvB94Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPaEAvB94Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPaEAvB94Z .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-rPaEAvB94Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPaEAvB94Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPaEAvB94Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPaEAvB94Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPaEAvB94Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPaEAvB94Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPaEAvB94Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPaEAvB94Z .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-rPaEAvB94Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPaEAvB94Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPaEAvB94Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPaEAvB94Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPaEAvB94Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPaEAvB94Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPaEAvB94Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rPaEAvB94Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPaEAvB94Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPaEAvB94Z .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-rPaEAvB94Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPaEAvB94Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPaEAvB94Z .dropdown-item.active,
.cid-rPaEAvB94Z .dropdown-item:active {
  background-color: transparent;
}
.cid-rPaEAvB94Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPaEAvB94Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPaEAvB94Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rPaEAvB94Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPaEAvB94Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPaEAvB94Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPaEAvB94Z .navbar-buttons {
  text-align: center;
}
.cid-rPaEAvB94Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPaEAvB94Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31ab19;
}
.cid-rPaEAvB94Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPaEAvB94Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPaEAvB94Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPaEAvB94Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPaEAvB94Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPaEAvB94Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPaEAvB94Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPaEAvB94Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPaEAvB94Z .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPaEAvB94Z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPaEAvB94Z .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPaEAvB94Z .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPaEAvB94Z .soc-item {
  margin: .5rem .3rem;
}
.cid-rPaEAvB94Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPaEAvB94Z .navbar {
    height: 77px;
  }
  .cid-rPaEAvB94Z .navbar.opened {
    height: auto;
  }
  .cid-rPaEAvB94Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPaoCWwlRS {
  background-image: url("../../../assets/images/empresas-de-sucesso-1920x1080.jpg");
}
.cid-rPaoCWwlRS .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rPaoCWwlRS .mbr-text,
.cid-rPaoCWwlRS .mbr-section-btn {
  color: #2c1616;
}
.cid-rPaoCWwlRS H1 {
  color: #2c1616;
}
.cid-rPapPUewr8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rPapPUewr8 h3 {
  text-align: center;
}
.cid-rPapPUewr8 .mbr-section-subtitle {
  font-weight: 300;
}
.cid-rPapPUewr8 .card {
  word-wrap: break-word;
}
.cid-rPapPUewr8 .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #31ab19;
}
.cid-rPapPUewr8 .mbr-iconfont {
  font-size: 5rem;
  color: #31ab19;
}
.cid-rPaszfqwdp {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rPaszfqwdp .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rPaszfqwdp .text-content .btn-bgr {
  z-index: 0;
}
.cid-rPaszfqwdp .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rPaszfqwdp .container-full-width {
  position: relative;
}
.cid-rPaszfqwdp .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rPaszfqwdp .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rPaszfqwdp .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rPaszfqwdp .text-content {
    width: 540px;
  }
  .cid-rPaszfqwdp .column-content {
    width: 100%;
  }
  .cid-rPaszfqwdp .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rPaszfqwdp .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rPaszfqwdp .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rPaszfqwdp .column-content {
    width: 50%;
  }
  .cid-rPaszfqwdp .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rPaszfqwdp .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPaszfqwdp .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rPaszfqwdp .column-content {
    height: 33rem;
  }
}
.cid-rPaKkW1OCb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/business-widescreen-desktop-wallpaper-873-892-hd-wallpapers-1920x1200.jpg");
}
.cid-rPaKkW1OCb .mbr-overlay {
  background: linear-gradient(90deg, #164e0b, #164e0b);
}
.cid-rPaKkW1OCb h4,
.cid-rPaKkW1OCb h5 {
  text-align: center;
}
.cid-rPaKkW1OCb p {
  text-align: center;
}
.cid-rPaKkW1OCb .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-rPaKkW1OCb .card-img {
  font-size: 3rem;
}
.cid-rPaKkW1OCb .date span {
  display: inline-block;
  background-color: #31ab19;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-rPaKkW1OCb .card-title,
.cid-rPaKkW1OCb .card-img {
  text-align: left;
}
.cid-rPaw2P2Yzs {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rPatlJUwi3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rPatlJUwi3 .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rPatlJUwi3 .mbr-section-title {
  margin: 0;
}
.cid-rPatlJUwi3 .card-img {
  text-align: center;
}
.cid-rPatlJUwi3 .mbr-section-subtitle,
.cid-rPatlJUwi3 .mbr-text {
  color: #8d97ad;
}
.cid-rPatlJUwi3 .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rPatlJUwi3 .card-img,
  .cid-rPatlJUwi3 .mbr-text,
  .cid-rPatlJUwi3 .mbr-card-title,
  .cid-rPatlJUwi3 .mbr-section-subtitle,
  .cid-rPatlJUwi3 .mbr-section-title,
  .cid-rPatlJUwi3 .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rPatlJUwi3 .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rPatlJUwi3 .mbr-text {
  color: #333333;
}
.cid-rPatCchNPr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rPatCchNPr .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rPatCchNPr .mbr-section-title {
  margin: 0;
}
.cid-rPatCchNPr .card-img {
  text-align: center;
}
.cid-rPatCchNPr .mbr-section-subtitle,
.cid-rPatCchNPr .mbr-text {
  color: #8d97ad;
}
.cid-rPatCchNPr .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rPatCchNPr .card-img,
  .cid-rPatCchNPr .mbr-text,
  .cid-rPatCchNPr .mbr-card-title,
  .cid-rPatCchNPr .mbr-section-subtitle,
  .cid-rPatCchNPr .mbr-section-title,
  .cid-rPatCchNPr .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rPatCchNPr .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rPatCchNPr .mbr-text {
  color: #333333;
}
.cid-rPatOHTEzC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rPatOHTEzC .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rPatOHTEzC .mbr-section-title {
  margin: 0;
}
.cid-rPatOHTEzC .card-img {
  text-align: center;
}
.cid-rPatOHTEzC .mbr-section-subtitle,
.cid-rPatOHTEzC .mbr-text {
  color: #8d97ad;
}
.cid-rPatOHTEzC .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rPatOHTEzC .card-img,
  .cid-rPatOHTEzC .mbr-text,
  .cid-rPatOHTEzC .mbr-card-title,
  .cid-rPatOHTEzC .mbr-section-subtitle,
  .cid-rPatOHTEzC .mbr-section-title,
  .cid-rPatOHTEzC .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rPatOHTEzC .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rPatOHTEzC .mbr-text {
  color: #333333;
}
.cid-rQMSrAEAWp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #31ab19;
}
.cid-rPaGXrvtyw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rPaGXrvtyw h2,
.cid-rPaGXrvtyw h3,
.cid-rPaGXrvtyw p,
.cid-rPaGXrvtyw h4 {
  color: #0a0a0a;
}
.cid-rPaGXrvtyw .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rPaGXrvtyw .mbr-iconfont {
  color: #31ab19;
  font-size: 2rem;
}
.cid-rPaGXrvtyw .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-rPaGXrvtyw .mbr-text {
  color: #767676;
}
.cid-rPaGXrvtyw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rPaGXrvtyw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rPaGXrvtyw .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rPaGXrvtyw textarea.form-control {
  resize: none;
}
.cid-rPaGXrvtyw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rPaGXrvtyw .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rPaGXrvtyw .list-block {
  position: relative;
}
.cid-rPaGXrvtyw .list-block h4,
.cid-rPaGXrvtyw .list-block p {
  padding-left: 3.5rem;
}
.cid-rPaGXrvtyw .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rPaGXrvtyw h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rPaGXrvtyw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rPaGXrvtyw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rPaGXrvtyw .img-block-wrap {
    position: relative;
  }
  .cid-rPaGXrvtyw .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rPaGXrvtyw .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rPaGXrvtyw .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rPaGXrvtyw .google-map {
    padding-bottom: 2rem;
  }
  .cid-rPaGXrvtyw .img-block {
    overflow: hidden;
  }
}
.cid-rPatjseByH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPatjseByH .google-map {
  height: 25rem;
  position: relative;
}
.cid-rPatjseByH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rPatjseByH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rPatjseByH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rPatjseByH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rPaN0l4Jk4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rPaN0l4Jk4 a:link {
  text-decoration: none;
}
.cid-rPaN0l4Jk4 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rPaN0l4Jk4 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rPaN0l4Jk4 .inner-text {
  line-height: 3em;
}
.cid-rPaN0l4Jk4 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPaN0l4Jk4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rPaN0l4Jk4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rPaN0l4Jk4 .content-text,
.cid-rPaN0l4Jk4 .inner-text {
  color: #ffffff;
}
.cid-rPaPI3onIB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rPaPI3onIB H1 {
  color: #2c1616;
}
.cid-rPaPI3onIB .mbr-text {
  color: #2c1616;
}
.cid-rPaPz4pwXU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rPaPz4pwXU .media-content .btn-bgr {
  z-index: 0;
}
.cid-rPaPz4pwXU .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rPaPz4pwXU h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rPaPz4pwXU p {
  color: #464646;
}
.cid-rPaPz4pwXU h2 {
  color: #000000;
}
.cid-rPaPz4pwXU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rPaPz4pwXU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rPaPz4pwXU .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rPaPz4pwXU .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rPaPz4pwXU .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rPaPz4pwXU .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rPaPz4pwXU .mbr-text {
    text-align: center;
  }
}
.cid-rPaPlpprqS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-rPaPlpprqS .nav-item,
.cid-rPaPlpprqS .nav-link,
.cid-rPaPlpprqS .navbar-caption {
  font-weight: normal;
}
.cid-rPaPlpprqS .nav-item:focus,
.cid-rPaPlpprqS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPaPlpprqS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPaPlpprqS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rPaPlpprqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPaPlpprqS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPaPlpprqS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPaPlpprqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPaPlpprqS .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-rPaPlpprqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPaPlpprqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPaPlpprqS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rPaPlpprqS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rPaPlpprqS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPaPlpprqS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPaPlpprqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPaPlpprqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPaPlpprqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.2rem - 1rem);
  }
}
.cid-rPaPlpprqS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPaPlpprqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPaPlpprqS .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-rPaPlpprqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPaPlpprqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPaPlpprqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPaPlpprqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPaPlpprqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPaPlpprqS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPaPlpprqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPaPlpprqS .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-rPaPlpprqS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPaPlpprqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPaPlpprqS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPaPlpprqS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPaPlpprqS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPaPlpprqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPaPlpprqS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rPaPlpprqS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPaPlpprqS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPaPlpprqS .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-rPaPlpprqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPaPlpprqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPaPlpprqS .dropdown-item.active,
.cid-rPaPlpprqS .dropdown-item:active {
  background-color: transparent;
}
.cid-rPaPlpprqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPaPlpprqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPaPlpprqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rPaPlpprqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPaPlpprqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPaPlpprqS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPaPlpprqS .navbar-buttons {
  text-align: center;
}
.cid-rPaPlpprqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPaPlpprqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #31ab19;
}
.cid-rPaPlpprqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPaPlpprqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPaPlpprqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPaPlpprqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPaPlpprqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPaPlpprqS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPaPlpprqS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPaPlpprqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPaPlpprqS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPaPlpprqS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPaPlpprqS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPaPlpprqS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPaPlpprqS .soc-item {
  margin: .5rem .3rem;
}
.cid-rPaPlpprqS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPaPlpprqS .navbar {
    height: 77px;
  }
  .cid-rPaPlpprqS .navbar.opened {
    height: auto;
  }
  .cid-rPaPlpprqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPaV2rqbOi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPaV2rqbOi .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rPaV2rqbOi .card-img {
  padding-bottom: 2rem;
}
.cid-rPaV2rqbOi .mbr-text {
  color: #767676;
}
.cid-rPaV2rqbOi span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rPaV2rqbOi .mbr-section-btn {
  margin-left: 0;
}
.cid-rPaV2rqbOi .date span {
  display: inline-block;
  background-color: #31ab19;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPaV2rqbOi .card-title {
    text-align: center;
  }
  .cid-rPaV2rqbOi p.mbr-text,
  .cid-rPaV2rqbOi p.date {
    text-align: center;
  }
}
.cid-rPaV2rqbOi .mbr-text,
.cid-rPaV2rqbOi .mbr-section-btn {
  color: #2c1616;
}
.cid-rPbDvgA5Nl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPbDvgA5Nl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rPbDvgA5Nl .card-img {
  padding-bottom: 2rem;
}
.cid-rPbDvgA5Nl .mbr-text {
  color: #767676;
}
.cid-rPbDvgA5Nl span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rPbDvgA5Nl .mbr-section-btn {
  margin-left: 0;
}
.cid-rPbDvgA5Nl .date span {
  display: inline-block;
  background-color: #31ab19;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPbDvgA5Nl .card-title {
    text-align: center;
  }
  .cid-rPbDvgA5Nl p.mbr-text,
  .cid-rPbDvgA5Nl p.date {
    text-align: center;
  }
}
.cid-rPaVpyuoOT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPaVpyuoOT .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rPaVpyuoOT .card-img {
  padding-bottom: 2rem;
}
.cid-rPaVpyuoOT .mbr-text {
  color: #767676;
}
.cid-rPaVpyuoOT span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rPaVpyuoOT .mbr-section-btn {
  margin-left: 0;
}
.cid-rPaVpyuoOT .date span {
  display: inline-block;
  background-color: #31ab19;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPaVpyuoOT .card-title {
    text-align: center;
  }
  .cid-rPaVpyuoOT p.mbr-text,
  .cid-rPaVpyuoOT p.date {
    text-align: center;
  }
}
.cid-rPaVyzlbiH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPaVyzlbiH .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rPaVyzlbiH .card-img {
  padding-bottom: 2rem;
}
.cid-rPaVyzlbiH .mbr-text {
  color: #767676;
}
.cid-rPaVyzlbiH span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rPaVyzlbiH .mbr-section-btn {
  margin-left: 0;
}
.cid-rPaVyzlbiH .date span {
  display: inline-block;
  background-color: #31ab19;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rPaVyzlbiH .card-title {
    text-align: center;
  }
  .cid-rPaVyzlbiH p.mbr-text,
  .cid-rPaVyzlbiH p.date {
    text-align: center;
  }
}
.cid-rR39Hk1zFF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rR39Hk1zFF h2,
.cid-rR39Hk1zFF h3,
.cid-rR39Hk1zFF p,
.cid-rR39Hk1zFF h4 {
  color: #0a0a0a;
}
.cid-rR39Hk1zFF .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rR39Hk1zFF .mbr-iconfont {
  color: #31ab19;
  font-size: 2rem;
}
.cid-rR39Hk1zFF .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-rR39Hk1zFF .mbr-text {
  color: #767676;
}
.cid-rR39Hk1zFF a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rR39Hk1zFF .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rR39Hk1zFF .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rR39Hk1zFF textarea.form-control {
  resize: none;
}
.cid-rR39Hk1zFF .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rR39Hk1zFF .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rR39Hk1zFF .list-block {
  position: relative;
}
.cid-rR39Hk1zFF .list-block h4,
.cid-rR39Hk1zFF .list-block p {
  padding-left: 3.5rem;
}
.cid-rR39Hk1zFF .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rR39Hk1zFF h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rR39Hk1zFF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rR39Hk1zFF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rR39Hk1zFF .img-block-wrap {
    position: relative;
  }
  .cid-rR39Hk1zFF .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rR39Hk1zFF .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rR39Hk1zFF .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rR39Hk1zFF .google-map {
    padding-bottom: 2rem;
  }
  .cid-rR39Hk1zFF .img-block {
    overflow: hidden;
  }
}
.cid-rPaPlyt0PZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPaPlyt0PZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-rPaPlyt0PZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rPaPlyt0PZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rPaPlyt0PZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rPaPlyt0PZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rPaPlzIp0M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rPaPlzIp0M a:link {
  text-decoration: none;
}
.cid-rPaPlzIp0M .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rPaPlzIp0M .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rPaPlzIp0M .inner-text {
  line-height: 3em;
}
.cid-rPaPlzIp0M .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPaPlzIp0M .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rPaPlzIp0M .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rPaPlzIp0M .content-text,
.cid-rPaPlzIp0M .inner-text {
  color: #ffffff;
}
