@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #101112;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}


h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'Balthazar', serif;
  font-size: 5rem;
  line-height: 1.1;
  text-shadow: -1px 1px 2px #000000, 1px 1px 2px #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Balthazar', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 1.3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #90c74a !important;
}
.bg-success {
  background-color: #547a21 !important;
}
.bg-info {
  background-color: #c4ff78 !important;
}
.bg-warning {
  background-color: #69157a !important;
}
.bg-danger {
  background-color: #b24ac7 !important;
}
.btn-primary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-primary,
.btn-primary:active {
  background-color: #90c74a !important;
  border-color: #90c74a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-primary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: black !important;
}
.btn-primary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-secondary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90c74a !important;
  border-color: #90c74a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-secondary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-secondary:hover {
  color: black !important;
}
.btn-secondary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-info {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-info,
.btn-info:active {
  background-color: #c4ff78 !important;
  border-color: #c4ff78 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #c4ff78 !important;
  border-color: #c4ff78 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #c4ff78 !important;
  border-color: #c4ff78 !important;
}
.btn-info:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-info:hover {
  color: black !important;
}
.btn-info:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-success {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-success,
.btn-success:active {
  background-color: #547a21 !important;
  border-color: #547a21 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #547a21 !important;
  border-color: #547a21 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #547a21 !important;
  border-color: #547a21 !important;
}
.btn-success:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-success:hover {
  color: black !important;
}
.btn-success:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-warning {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-warning,
.btn-warning:active {
  background-color: #69157a !important;
  border-color: #69157a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #69157a !important;
  border-color: #69157a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #69157a !important;
  border-color: #69157a !important;
}
.btn-warning:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-warning:hover {
  color: black !important;
}
.btn-warning:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-danger {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-danger,
.btn-danger:active {
  background-color: #b24ac7 !important;
  border-color: #b24ac7 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b24ac7 !important;
  border-color: #b24ac7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b24ac7 !important;
  border-color: #b24ac7 !important;
}
.btn-danger:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-danger:hover {
  color: black !important;
}
.btn-danger:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-white,
.btn-white:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover {
  color: black !important;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #90c74a;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-black {
  position: relative;
  z-index: 1;
  border: 0;
}
.btn-black,
.btn-black:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-black:hover {
  color: black !important;
}
.btn-black:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #90c74a;
  color: #90c74a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #638e2c !important;
  background-color: transparent !important;
  border-color: #638e2c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90c74a;
  color: #90c74a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #638e2c !important;
  background-color: transparent !important;
  border-color: #638e2c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #90c74a !important;
  border-color: #90c74a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4ff78;
  color: #c4ff78;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9eff21 !important;
  background-color: transparent !important;
  border-color: #9eff21 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #447800 !important;
  background-color: #c4ff78 !important;
  border-color: #c4ff78 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #547a21;
  color: #547a21;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25360f !important;
  background-color: transparent !important;
  border-color: #25360f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #547a21 !important;
  border-color: #547a21 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #69157a;
  color: #69157a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #290830 !important;
  background-color: transparent !important;
  border-color: #290830 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #69157a !important;
  border-color: #69157a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b24ac7;
  color: #b24ac7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7e2c8e !important;
  background-color: transparent !important;
  border-color: #7e2c8e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b24ac7 !important;
  border-color: #b24ac7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #90c74a !important;
}
.text-secondary {
  color: #90c74a !important;
}
.text-success {
  color: #547a21 !important;
}
.text-info {
  color: #c4ff78 !important;
}
.text-warning {
  color: #69157a !important;
}
.text-danger {
  color: #b24ac7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90c74a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5b8328 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d2a0b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #97ff12 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1e0623 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #732883 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #90c74a;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4ff78;
}
.alert-warning {
  background-color: #69157a;
}
.alert-danger {
  background-color: #b24ac7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #90c74a;
  border-color: #90c74a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #90c74a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce5ab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #97cf4c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bf33dc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dbabe5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #90c74a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #90c74a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #90c74a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #90c74a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #90c74a;
  border-bottom-color: #90c74a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #90c74a !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: #90c74a !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%;
  width: 100%;
  height: auto;
}
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='%2390c74a' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t3rKxm5gNG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t3rKxm5gNG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-t3rKxm5gNG .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #90c74a;
  z-index: -1;
}
.cid-t3rKxm5gNG nav.navbar {
  position: fixed;
}
.cid-t3rKxm5gNG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-item {
    border: 0;
  }
}
.cid-t3rKxm5gNG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-t3rKxm5gNG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-t3rKxm5gNG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-t3rKxm5gNG .title-wrap:hover span {
  color: white;
}
.cid-t3rKxm5gNG .title-wrap:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .dropdown-menu {
  padding: 0;
  border-top: 4px solid #90c74a;
}
.cid-t3rKxm5gNG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3rKxm5gNG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3rKxm5gNG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3rKxm5gNG .nav-link {
  position: relative;
}
.cid-t3rKxm5gNG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .container {
    flex-wrap: nowrap;
  }
}
.cid-t3rKxm5gNG .dropdown-menu,
.cid-t3rKxm5gNG .navbar.opened {
  background: #ffffff !important;
}
.cid-t3rKxm5gNG .nav-item:focus,
.cid-t3rKxm5gNG .nav-link:focus {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3rKxm5gNG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3rKxm5gNG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-t3rKxm5gNG .navbar.opened {
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3rKxm5gNG .navbar .navbar-logo img {
  width: auto;
}
.cid-t3rKxm5gNG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar.collapsed {
  justify-content: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3rKxm5gNG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3rKxm5gNG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3rKxm5gNG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3rKxm5gNG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3rKxm5gNG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3rKxm5gNG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3rKxm5gNG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3rKxm5gNG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3rKxm5gNG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3rKxm5gNG .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3rKxm5gNG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown-item.active,
.cid-t3rKxm5gNG .dropdown-item:active {
  background-color: transparent;
}
.cid-t3rKxm5gNG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3rKxm5gNG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3rKxm5gNG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3rKxm5gNG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3rKxm5gNG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t3rKxm5gNG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3rKxm5gNG .navbar {
    height: 70px;
  }
  .cid-t3rKxm5gNG .navbar.opened {
    height: auto;
  }
  .cid-t3rKxm5gNG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3rKxm5gNG .navbar-caption-wrap,
.cid-t3rKxm5gNG .title-wrap {
  color: #272727;
}
.cid-t3rKx6Cx6V .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-t3rKx6Cx6V .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-t3rKx6Cx6V .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-t3rKx6Cx6V .card-wrapper:hover .icon2,
.cid-t3rKx6Cx6V .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-t3rKx6Cx6V .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-t3rKx6Cx6V img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-t3rKx6Cx6V img:hover {
  transform: scale(1.05);
}
.cid-t3rKx6Cx6V .icon1 {
  color: #f7df67;
}
.cid-t3rKx6Cx6V .icon2 {
  color: #ffffff;
}
.cid-t3rKx6Cx6V .icon3 {
  color: #f7df67;
}
.cid-t3rKx6Cx6V .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-t3rKx6Cx6V .card1 {
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-t3rKx6Cx6V .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-t3rKx6Cx6V .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t3rKx6Cx6V .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-t3rKx6Cx6V .card1 {
    padding: 3rem 1rem;
  }
}
.cid-t3rKx6Cx6V .card-box {
  z-index: 2;
}
.cid-t3rKx6Cx6V .card2 {
  background: #6e8c3b;
}
.cid-t3rKx6Cx6V .card3 {
  background: #69157a;
}
.cid-t3rKx6Cx6V .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-t3rKx6Cx6V .card3:hover {
  background-size: auto 115%;
}
.cid-t3rKx6Cx6V .card3:hover:before {
  opacity: 0.3;
}
.cid-t3rKx6Cx6V .card2-title {
  color: #ffffff;
}
.cid-t3rKx6Cx6V .card3-title {
  color: #ffffff;
}
.cid-t3rKx6Cx6V .card1-title {
  color: #c4ff78;
}
@media (max-width: 767px) {
  .cid-t3rKx6Cx6V .card1-title {
    text-align: center;
  }
}
.cid-t3rKx6Cx6V .card1-text {
  color: #ffffff;
}
.cid-t3rSfkxx8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-t3rSfkxx8x .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-t3rSfkxx8x .mbr-text {
  color: #353535;
}
.cid-t3rSfkxx8x .mbr-section-title {
  color: #000000;
}
.cid-t3rSdfeJ8s .main-card {
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-t3rSdfeJ8s .mbr-main-subtitle {
  background: #90c74a;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-t3rSdfeJ8s .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #90c74a;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-t3rSdfeJ8s .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-t3rSdfeJ8s .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-t3rSdfeJ8s .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-t3rSdfeJ8s .card:hover:before {
  opacity: 0.5;
}
.cid-t3rSdfeJ8s .card:hover img {
  transform: scale(1.1);
}
.cid-t3rSdfeJ8s .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-t3rSdfeJ8s .card:before {
    opacity: 0.5;
  }
  .cid-t3rSdfeJ8s .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-t3rSdfeJ8s .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-t3rSdfeJ8s .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 2rem;
}
@media (max-width: 992px) {
  .cid-t3rSdfeJ8s .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t3rSdfeJ8s .content {
    padding: 4rem 1rem;
  }
}
.cid-t3rSdfeJ8s .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t3rSdfeJ8s .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #90c74a;
  font-size: 1.2rem;
}
.cid-t3rSdfeJ8s .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-t3rSdfeJ8s .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-t3rSdfeJ8s .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-t3rSdfeJ8s .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-t3rSdfeJ8s .mbr-section-subtitle,
.cid-t3rSdfeJ8s .main-btn {
  color: #ffffff;
}
.cid-t3rSdfeJ8s .soc-link,
.cid-t3rSdfeJ8s .soc-wrapper {
  color: #ffffff;
}
.cid-t3rSdfeJ8s .mbr-section-title {
  color: #ffffff;
}
.cid-tsReBZOrT9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #90c74a;
}
.cid-tsReBZOrT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsReBZOrT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsReBZOrT9 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tsReBZOrT9 .mbr-section-title {
  color: #69157a;
}
.cid-tsReBZOrT9 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tsReBZOrT9 .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tsReBZOrT9 .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tsReBZOrT9 .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tsReBZOrT9 .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #b24ac7;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tsReBZOrT9 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tsReBZOrT9 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tsReBZOrT9 .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tsReBZOrT9 .panel-title {
    padding: 20px !important;
  }
}
.cid-tsReBZOrT9 .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tsReBZOrT9 .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tsReBZOrT9 .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tsReBZOrT9 .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tsReBZOrT9 .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-tsReBZOrT9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tsReBZOrT9 .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-t3rSipB7FC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t3rSipB7FC .row {
  justify-content: space-between;
}
.cid-t3rSipB7FC .text-wrapper {
  display: flex;
}
.cid-t3rSipB7FC .text-wrapper span {
  color: #90c74a;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-t3rSipB7FC .mbr-main-subtitle {
  background: #90c74a;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-t3rSipB7FC .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #90c74a;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-t3rSipB7FC .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-t3rSipB7FC .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-t3rSipB7FC .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #90c74a;
}
@media (max-width: 767px) {
  .cid-t3rSipB7FC .social {
    padding-left: 0rem;
  }
}
.cid-t3rSipB7FC .embla__button {
  border-radius: 0;
  background: white !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3rSipB7FC .embla__button span {
  color: gray;
}
.cid-t3rSipB7FC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3rSipB7FC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t3rSipB7FC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3rSipB7FC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3rSipB7FC .embla__button {
    top: auto;
  }
}
.cid-t3rSipB7FC img,
.cid-t3rSipB7FC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3rSipB7FC .item:focus,
.cid-t3rSipB7FC span:focus {
  outline: none;
}
.cid-t3rSipB7FC .mbr-section-head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t3rSipB7FC .mbr-section-head {
    margin-bottom: 4rem;
  }
}
.cid-t3rSipB7FC .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.cid-t3rSipB7FC .slide-content .item-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-t3rSipB7FC .slide-content .item-img {
    margin-right: 5px;
  }
}
.cid-t3rSipB7FC .slide-content .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-t3rSipB7FC .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3rSipB7FC .btn:hover {
  border: none;
  box-shadow: none;
}
.cid-t3rSipB7FC .mbr-section-title {
  margin-bottom: 22px;
  color: #547a21;
}
.cid-t3rSipB7FC .mbr-text {
  margin-bottom: 22px;
  color: #404a4f;
}
.cid-t3rSipB7FC .item-title {
  margin-bottom: 0;
  color: #404a4f;
  text-align: center;
}
.cid-t3rSipB7FC .embla__button--next,
.cid-t3rSipB7FC .embla__button--prev {
  display: flex;
}
.cid-t3rSipB7FC .embla {
  position: relative;
  width: 100%;
}
.cid-t3rSipB7FC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3rSipB7FC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3rSipB7FC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3rSipB7FC .embla__container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 800px;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-t3rSipB7FC .embla__container {
    justify-content: center;
  }
}
.cid-t3rSipB7FC .embla__slide {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .cid-t3rSipB7FC .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t3rSipB7FC .embla__button.embla__button--prev {
  right: -20px;
  top: 50%;
  left: auto;
  margin: 0;
  transform: rotate(90deg);
}
.cid-t3rSipB7FC .embla__button.embla__button--prev span {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .cid-t3rSipB7FC .embla__button.embla__button--prev {
    right: 0px;
  }
}
.cid-t3rSipB7FC .embla__button.embla__button--next {
  right: -20px;
  left: auto;
  top: 50%;
  transform: rotate(90deg) translateX(40px);
  margin: 0;
}
.cid-t3rSipB7FC .embla__button.embla__button--next span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .cid-t3rSipB7FC .embla__button.embla__button--next {
    right: 0px;
  }
}
.cid-t3rSPr79gH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101112;
}
.cid-t3rSPr79gH .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-t3rSPr79gH .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t3rSPr79gH .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-t3rSPr79gH .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-t3rSPr79gH .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-t3rSPr79gH .primary {
  background: #90c74a;
}
.cid-t3rSPr79gH .primary .mbr-iconfont {
  color: #000000;
}
.cid-t3rSPr79gH .mbr-text {
  color: #bbbbbb;
}
.cid-t3rSPr79gH .name {
  color: #ffffff;
}
.cid-t3rSPr79gH .position {
  color: #bbbbbb;
}
.cid-t3rSPr79gH .mbr-section-title {
  color: #b24ac7;
}
.cid-t3rSPr79gH .mbr-primarytext {
  color: #000000;
}
.cid-t3rSPr79gH .primary-name {
  color: #000000;
}
.cid-t3rSPr79gH .primary-position {
  color: #000000;
}
.cid-tsTDSlZcLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #90c74a;
  position: relative;
  overflow: hidden;
}
.cid-tsTDSlZcLR .mbr-overlay {
  background-color: #fef9ee;
  opacity: 0.4;
}
.cid-tsTDSlZcLR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tsTDSlZcLR .mbr-section-title {
  color: #ffffff;
}
.cid-tsTDSlZcLR .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-tsTDSlZcLR .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tsTDSlZcLR .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tsTDSlZcLR .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tsTDSlZcLR .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tsTDSlZcLR .form-container {
  display: flex;
  width: 100%;
}
.cid-tsTDSlZcLR .form-wrap {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tsTDSlZcLR blockquote {
  display: none;
}
.cid-tsTDSlZcLR .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tsTDSlZcLR form {
  width: 100%;
}
.cid-tsTDSlZcLR form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tsTDSlZcLR form p {
  color: #1F1D1A;
}
.cid-tsTDSlZcLR form .mbr-section-btn {
  margin-top: 0;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tsTDSlZcLR form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tsTDSlZcLR form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-tsTDSlZcLR form .form-control {
  height: 42px;
  border: 1px solid #6b7280 !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1A;
  font-weight: 400;
}
.cid-tsTDSlZcLR form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tsTDSlZcLR form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-tsTDSlZcLR form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tsTDSlZcLR form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-tsTDSlZcLR form select {
  color: #bbbbbb !important;
}
.cid-tsTDSlZcLR form textarea {
  height: 250px !important;
}
.cid-tsTDSlZcLR form input:active,
.cid-tsTDSlZcLR form textarea:active,
.cid-tsTDSlZcLR form input:focus,
.cid-tsTDSlZcLR form textarea:focus {
  background-color: #ffffff !important;
  border-color: #2563eb !important;
  outline: 2px solid #2563eb !important;
  outline-offset: -1px;
}
.cid-tsTDSlZcLR form input:active::-webkit-input-placeholder,
.cid-tsTDSlZcLR form textarea:active::-webkit-input-placeholder,
.cid-tsTDSlZcLR form input:focus::-webkit-input-placeholder,
.cid-tsTDSlZcLR form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tsTDSlZcLR form input:active::-moz-placeholder,
.cid-tsTDSlZcLR form textarea:active::-moz-placeholder,
.cid-tsTDSlZcLR form input:focus::-moz-placeholder,
.cid-tsTDSlZcLR form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-tsTDSlZcLR form input:active:-moz-placeholder,
.cid-tsTDSlZcLR form textarea:active:-moz-placeholder,
.cid-tsTDSlZcLR form input:focus:-moz-placeholder,
.cid-tsTDSlZcLR form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-tsTDSlZcLR form input:active:-ms-input-placeholder,
.cid-tsTDSlZcLR form textarea:active:-ms-input-placeholder,
.cid-tsTDSlZcLR form input:focus:-ms-input-placeholder,
.cid-tsTDSlZcLR form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-tsTDSlZcLR form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tsTDSlZcLR form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tsTDSlZcLR form label {
  width: 100%;
  color: #1F1D1A;
  margin-bottom: 0.5rem;
}
.cid-tsTDSlZcLR form .form-check-input {
  border-color: #6b7280 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tsTDSlZcLR form .form-check-input:focus,
.cid-tsTDSlZcLR form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1F1D1A !important;
}
.cid-tsTDSlZcLR form .form-check-input:checked {
  border-color: #1F1D1A !important;
  background-color: #1F1D1A !important;
}
.cid-tsTDSlZcLR .bg-img {
  position: absolute;
  width: 100%;
  background-color: #009cd6;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-tsTDSlZcLR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t3rSRumjVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3rSRumjVC .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-t3rSRumjVC .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-t3rSRumjVC .social {
  display: inline-flex;
  align-items: center;
}
.cid-t3rSRumjVC .social .socicon {
  padding-right: 0.6rem;
  color: #90c74a;
  font-size: 1.2rem;
}
.cid-t3rSRumjVC .soc-wrapper {
  width: 100%;
}
.cid-t3rSRumjVC .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t3rSRumjVC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-t3rSRumjVC .item {
    padding: 0 3rem;
  }
}
.cid-t3rSRumjVC img,
.cid-t3rSRumjVC .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-t3rSRumjVC .item:focus,
.cid-t3rSRumjVC span:focus {
  outline: none;
}
.cid-t3rSRumjVC .mbr-section-title {
  color: #547a21;
}
.cid-t3rSRumjVC .mbr-text,
.cid-t3rSRumjVC .mbr-section-btn {
  color: #353535;
}
.cid-t3rSRumjVC .mbr-section-subtitle {
  color: #353535;
}
.cid-t3rSoWeagQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t3rSoWeagQ .google-map {
  height: 35rem;
  position: relative;
}
.cid-t3rSoWeagQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3rSoWeagQ .google-map [data-state-details] {
  color: #6b6763;
  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-t3rSoWeagQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3rSoWeagQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t3rSpZwiUZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 991px) {
  .cid-t3rSpZwiUZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3rSpZwiUZ .text-wrapper {
  padding: 2rem 1rem;
}
.cid-t3rSpZwiUZ img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3rSpZwiUZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3rSpZwiUZ .mbr-text {
  color: #bbbbbb;
}
.cid-t3rSpZwiUZ .mbr-section-title {
  color: #ffffff;
}
.cid-t3rSpZwiUZ .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-t3rST5NvQf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
