.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tVrlNWzOEC {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVrlNWzOEC {
    border: 8px solid #000000;
  }
}
.cid-tVrlNWzOEC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVrlNWzOEC .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVrlNWzOEC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVrlNWzOEC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .menu_box .navbar.opened,
  .cid-tVrlNWzOEC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVrlNWzOEC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVrlNWzOEC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVrlNWzOEC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVrlNWzOEC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVrlNWzOEC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVrlNWzOEC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVrlNWzOEC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVrlNWzOEC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVrlNWzOEC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVrlNWzOEC .offcanvas-body .mbr-text,
  .cid-tVrlNWzOEC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVrlNWzOEC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVrlNWzOEC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVrlNWzOEC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVrlNWzOEC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVrlNWzOEC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVrlNWzOEC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVrlNWzOEC li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVrlNWzOEC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVrlNWzOEC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVrlNWzOEC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVrlNWzOEC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVrlNWzOEC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVrlNWzOEC .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVrlNWzOEC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVrlNWzOEC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVrlNWzOEC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVrlNWzOEC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVrlNWzOEC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVrlNWzOEC .offcanvas_box {
    display: none;
  }
}
.cid-tVrlNWzOEC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVrlNWzOEC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVrlNWzOEC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVrlNWzOEC .container {
  display: flex;
  margin: auto;
}
.cid-tVrlNWzOEC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVrlNWzOEC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVrlNWzOEC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVrlNWzOEC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVrlNWzOEC .navbar-nav {
    margin: 0;
  }
}
.cid-tVrlNWzOEC .dropdown-menu,
.cid-tVrlNWzOEC .navbar.opened {
  background-color: true !important;
}
.cid-tVrlNWzOEC .nav-item:focus,
.cid-tVrlNWzOEC .nav-link:focus {
  outline: none;
}
.cid-tVrlNWzOEC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVrlNWzOEC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVrlNWzOEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVrlNWzOEC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVrlNWzOEC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVrlNWzOEC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVrlNWzOEC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVrlNWzOEC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVrlNWzOEC .navbar.opened {
  transition: all 0.3s;
}
.cid-tVrlNWzOEC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVrlNWzOEC .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVrlNWzOEC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVrlNWzOEC .navbar.collapsed {
  justify-content: center;
}
.cid-tVrlNWzOEC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVrlNWzOEC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVrlNWzOEC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVrlNWzOEC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVrlNWzOEC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVrlNWzOEC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVrlNWzOEC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVrlNWzOEC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVrlNWzOEC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVrlNWzOEC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVrlNWzOEC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVrlNWzOEC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVrlNWzOEC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVrlNWzOEC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVrlNWzOEC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVrlNWzOEC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVrlNWzOEC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVrlNWzOEC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVrlNWzOEC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVrlNWzOEC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVrlNWzOEC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVrlNWzOEC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVrlNWzOEC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVrlNWzOEC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVrlNWzOEC .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-tVrlNWzOEC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVrlNWzOEC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVrlNWzOEC .dropdown-item.active,
.cid-tVrlNWzOEC .dropdown-item:active {
  background-color: transparent;
}
.cid-tVrlNWzOEC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVrlNWzOEC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVrlNWzOEC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVrlNWzOEC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVrlNWzOEC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVrlNWzOEC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVrlNWzOEC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVrlNWzOEC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVrlNWzOEC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVrlNWzOEC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVrlNWzOEC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVrlNWzOEC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVrlNWzOEC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVrlNWzOEC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVrlNWzOEC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVrlNWzOEC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVrlNWzOEC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVrlNWzOEC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVrlNWzOEC .navbar {
    height: 70px;
  }
  .cid-tVrlNWzOEC .navbar.opened {
    height: auto;
  }
  .cid-tVrlNWzOEC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVrlNWzOEC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVrlNWzOEC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVrlNWzOEC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVrlNWzOEC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVrlNWzOEC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVrlNWzOEC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVrlNWzOEC .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVrlNWzOEC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVrlNWzOEC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVrlNWzOEC .text_widget {
  margin-bottom: 32px;
}
.cid-tVrlNWzOEC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVrlNWzOEC .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVrlNWzOEC .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVrlNWzOEC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVrlNWzOEC .mbr-section-subtitle,
.cid-tVrlNWzOEC .text_widget,
.cid-tVrlNWzOEC .mbr-section-btn {
  text-align: left;
}
.cid-tVrlNWzOEC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVrrXJkyIb {
  display: flex;
  background-image: url("../../../assets/images/young-fitness-man-studio-2.jpeg");
}
.cid-tVrrXJkyIb .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tVrrXJkyIb .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVrrXJkyIb {
    align-items: null;
  }
  .cid-tVrrXJkyIb .row {
    justify-content: center;
  }
}
.cid-tVrrXJkyIb .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-tVrrXJkyIb .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVrrXJkyIb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVrrXJkyIb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVrrXJkyIb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVrrXJkyIb .content-wrap {
    width: 100%;
  }
}
.cid-tVrrXJkyIb .mbr-section-title {
  text-align: center;
}
.cid-tVrrXJkyIb .mbr-text,
.cid-tVrrXJkyIb .mbr-section-btn {
  text-align: center;
}
.cid-tVsLfxjbcd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f7f8;
  background: linear-gradient(to right top, #f6f7f8, #fafafa);
}
.cid-tVsLfxjbcd .card {
  word-wrap: break-word;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tVsLfxjbcd .card.last {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tVsLfxjbcd .card .panel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVsLfxjbcd .card .panel-item .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
.cid-tVsLfxjbcd .card .panel-item .card-text {
  width: 100%;
}
.cid-tVsLfxjbcd .card .panel-item .card-text .count {
  text-align: center;
  color: #320707;
}
.cid-tVsLfxjbcd .card .panel-item .card-text .currency {
  vertical-align: top;
  color: #999999;
  margin-left: -10px;
}
.cid-tVsLfxjbcd .card .panel-item .card-text .mbr-content-title {
  color: #232323;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tVsLfxjbcd .panel-item {
    justify-content: center;
  }
  .cid-tVsLfxjbcd .card {
    border: none;
  }
  .cid-tVsLfxjbcd .card.last {
    border: none;
  }
}
.cid-tVsLfxjbcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsLfxjbcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVrm9xRcFu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVrm9xRcFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVrm9xRcFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVrm9xRcFu .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-tVrm9xRcFu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tVrm9xRcFu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVrm9xRcFu .media-content,
.cid-tVrm9xRcFu .mbr-figure {
  align-self: center;
}
.cid-tVrm9xRcFu .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tVrm9xRcFu .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tVrm9xRcFu .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tVrm9xRcFu .mbr-section-title {
  text-align: center;
}
.cid-tVrm9xRcFu .mbr-description {
  text-align: center;
}
.cid-tVsLXmYfan {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/photo-1544033527-b192daee1f5b-1.jpeg");
}
.cid-tVsLXmYfan .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsLXmYfan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVsLXmYfan .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-tVsLXmYfan .mbr-section-title {
  color: #FFFFFF;
}
.cid-tVsLXmYfan .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tVsLXmYfan .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tVsLXmYfan .mbr-section-btn {
  margin-top: 28px;
}
.cid-tVsLXmYfan iframe,
.cid-tVsLXmYfan img,
.cid-tVsLXmYfan video {
  width: 100%;
}
.cid-tVsLXmYfan .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tVsLXmYfan .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-tVsLXmYfan .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-tVsLXmYfan .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tVsLXmYfan .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tVsLXmYfan .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tVsLXmYfan .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tVsLXmYfan .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tVsLXmYfan .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tVsLXmYfan .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tVsLXmYfan .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tVsQrJFiuu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2e481a;
}
.cid-tVsQrJFiuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsQrJFiuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVsQrJFiuu .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tVsQrJFiuu .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tVsQrJFiuu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tVsQrJFiuu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tVsQrJFiuu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tVsQrJFiuu .row {
  flex-direction: row-reverse;
}
.cid-tVsQrJFiuu .image-wrapper {
  padding: 0 1rem;
}
.cid-tVsQrJFiuu img,
.cid-tVsQrJFiuu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVsQrJFiuu img,
  .cid-tVsQrJFiuu .image-wrapper {
    max-height: 350px;
  }
}
.cid-tVsQrJFiuu .mbr-section-title {
  color: #000000;
}
.cid-tVsQrJFiuu .mbr-text {
  color: #000000;
}
.cid-tVspsFmuqB {
  background-color: #163300;
}
.cid-tVspsFmuqB .row {
  align-items: center;
  width: 100%;
}
.cid-tVspsFmuqB .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-tVspsFmuqB .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tVspsFmuqB .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tVspsFmuqB .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-tVspsFmuqB .img-container img {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.cid-tVspsFmuqB .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #2e481a;
}
.cid-tVspsFmuqB .text-container {
  padding: 32px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-tVspsFmuqB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tVspsFmuqB .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-tVspsFmuqB .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-tVspsFmuqB .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-tVspsFmuqB .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-tVspsFmuqB .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-tVspsFmuqB .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-tVspsFmuqB .btn-container {
  width: 100%;
}
.cid-tVspsFmuqB .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-tVspsFmuqB .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-tVspsFmuqB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tVspsFmuqB .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tVsbzPDyAx {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background: #3a341c;
}
.cid-tVsbzPDyAx .plan {
  overflow: visible;
  word-break: break-word;
  background-color: #FFFFFF33;
  border-radius: 25px;
  box-shadow: 15px 17px 32px -2px rgba(0, 0, 0, 0.5);
  padding: 30px 30px 45px;
  transition-duration: all .3s;
}
.cid-tVsbzPDyAx .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-tVsbzPDyAx .align-center {
    margin-top: 2rem;
  }
  .cid-tVsbzPDyAx .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-tVsbzPDyAx .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-tVsbzPDyAx .list {
  text-align: left;
}
.cid-tVsbzPDyAx .category {
  text-align: left;
  margin-bottom: 24px;
}
.cid-tVsbzPDyAx .link {
  text-align: left;
}
.cid-tVsbzPDyAx li {
  display: flex;
  align-items: center;
}
.cid-tVsbzPDyAx li:last-child {
  margin-bottom: 0;
}
.cid-tVsbzPDyAx ul {
  padding-inline-start: 0px;
  margin-bottom: 0rem;
}
.cid-tVsbzPDyAx .card {
  border: 1px solid #eff0f6;
}
.cid-tVsbzPDyAx .text {
  margin-bottom: 34px;
  text-align: left;
  color: #5f5d68;
}
.cid-tVsbzPDyAx .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-tVsbzPDyAx .align {
  margin-bottom: 31px;
}
.cid-tVsbzPDyAx .name {
  margin-bottom: 16px;
  text-align: center;
  color: #ffffff;
}
.cid-tVsbzPDyAx .price,
.cid-tVsbzPDyAx .montn,
.cid-tVsbzPDyAx .month2 {
  display: inline !important;
}
.cid-tVsbzPDyAx .mbr-text {
  display: inline;
  width: 100%;
}
.cid-tVsbzPDyAx .month {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-tVsbzPDyAx .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-tVsbzPDyAx span {
  color: #e5be8a;
  font-size: 0.6rem;
  margin-right: 6px;
  font-weight: 800;
}
.cid-tVsbzPDyAx .mbr-section-title {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-tVsbzPDyAx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 5.2px;
}
.cid-tVsbzPDyAx .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tVsbzPDyAx .card1:hover,
.cid-tVsbzPDyAx .card2:hover,
.cid-tVsbzPDyAx .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 768px) {
  .cid-tVsbzPDyAx .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-tVsbzPDyAx a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-tVsbzPDyAx .list,
.cid-tVsbzPDyAx .link {
  color: #ffffff;
}
.cid-tVsbzPDyAx .price {
  color: #75dbcd;
}
.cid-tVsbzPDyAx .plan:hover {
  background-color: #FFFFFF4D;
}
.cid-tVsbzPDyAx .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  width: auto;
}
.cid-tVsbzPDyAx a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-tVsbzPDyAx a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-tVsbzPDyAx .button-align {
  margin-bottom: 25px;
  text-align: center;
}
.cid-tVsbzPDyAx .btn span {
  color: currentColor;
}
.cid-tVsbzPDyAx .list,
.cid-tVsbzPDyAx .link .p {
  text-align: left;
}
.cid-tVs8UHd7QC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5f1f2;
}
.cid-tVs8UHd7QC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVs8UHd7QC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVs8UHd7QC img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-tVs8UHd7QC .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-tVs8UHd7QC .card-title,
.cid-tVs8UHd7QC .iconfont-wrapper {
  color: #232323;
}
.cid-tVs8UHd7QC .card-text {
  color: #232323;
}
.cid-tVs8UHd7QC .mbr-section-title {
  color: #4e423d;
}
.cid-tVs8UHd7QC .mbr-section-subtitle {
  color: #232323;
}
.cid-tVs8UHd7QC .content-head {
  max-width: 800px;
}
.cid-tVs8UHd7QC .card-subtitle {
  color: #a1a1a1;
}
.cid-tVrn39sGEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVrn39sGEk input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVrn39sGEk input:hover {
  border: none !important;
}
.cid-tVrn39sGEk .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVrn39sGEk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVrn39sGEk .row {
  justify-content: center;
}
.cid-tVrn39sGEk .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVrn39sGEk .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVrn39sGEk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVrn39sGEk .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVrn39sGEk .justify-content-center {
  align-items: center;
}
.cid-tVrn39sGEk .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVrn5G8wtf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVrn5G8wtf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVrn5G8wtf .container {
    padding: 0 12px;
  }
}
.cid-tVrn5G8wtf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVrn5G8wtf .social-row .soc-item {
  margin: 8px;
}
.cid-tVrn5G8wtf .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVrn5G8wtf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVrn5G8wtf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVrn5G8wtf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVrn5G8wtf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVrn5G8wtf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVrn5G8wtf .header-menu li p {
  margin: 0;
}
.cid-tVrn5G8wtf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVrn5G8wtf .mbr-section-title {
  color: #ffffff;
}
.cid-tVrnrQpz4f {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVrnrQpz4f {
    border: 8px solid #000000;
  }
}
.cid-tVrnrQpz4f .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVrnrQpz4f .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVrnrQpz4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVrnrQpz4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .menu_box .navbar.opened,
  .cid-tVrnrQpz4f .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVrnrQpz4f nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVrnrQpz4f .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVrnrQpz4f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVrnrQpz4f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVrnrQpz4f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVrnrQpz4f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVrnrQpz4f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVrnrQpz4f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVrnrQpz4f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVrnrQpz4f .offcanvas-body .mbr-text,
  .cid-tVrnrQpz4f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVrnrQpz4f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVrnrQpz4f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVrnrQpz4f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVrnrQpz4f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVrnrQpz4f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVrnrQpz4f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVrnrQpz4f li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVrnrQpz4f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVrnrQpz4f .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVrnrQpz4f .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVrnrQpz4f .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVrnrQpz4f .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVrnrQpz4f .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVrnrQpz4f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVrnrQpz4f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVrnrQpz4f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVrnrQpz4f .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVrnrQpz4f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVrnrQpz4f .offcanvas_box {
    display: none;
  }
}
.cid-tVrnrQpz4f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVrnrQpz4f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVrnrQpz4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVrnrQpz4f .container {
  display: flex;
  margin: auto;
}
.cid-tVrnrQpz4f .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVrnrQpz4f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVrnrQpz4f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVrnrQpz4f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVrnrQpz4f .navbar-nav {
    margin: 0;
  }
}
.cid-tVrnrQpz4f .dropdown-menu,
.cid-tVrnrQpz4f .navbar.opened {
  background-color: true !important;
}
.cid-tVrnrQpz4f .nav-item:focus,
.cid-tVrnrQpz4f .nav-link:focus {
  outline: none;
}
.cid-tVrnrQpz4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVrnrQpz4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVrnrQpz4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVrnrQpz4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVrnrQpz4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVrnrQpz4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVrnrQpz4f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVrnrQpz4f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVrnrQpz4f .navbar.opened {
  transition: all 0.3s;
}
.cid-tVrnrQpz4f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVrnrQpz4f .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVrnrQpz4f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVrnrQpz4f .navbar.collapsed {
  justify-content: center;
}
.cid-tVrnrQpz4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVrnrQpz4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVrnrQpz4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVrnrQpz4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVrnrQpz4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVrnrQpz4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVrnrQpz4f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVrnrQpz4f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVrnrQpz4f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVrnrQpz4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVrnrQpz4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVrnrQpz4f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVrnrQpz4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVrnrQpz4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVrnrQpz4f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVrnrQpz4f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVrnrQpz4f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVrnrQpz4f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVrnrQpz4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVrnrQpz4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVrnrQpz4f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVrnrQpz4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVrnrQpz4f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVrnrQpz4f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVrnrQpz4f .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-tVrnrQpz4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVrnrQpz4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVrnrQpz4f .dropdown-item.active,
.cid-tVrnrQpz4f .dropdown-item:active {
  background-color: transparent;
}
.cid-tVrnrQpz4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVrnrQpz4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVrnrQpz4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVrnrQpz4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVrnrQpz4f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVrnrQpz4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVrnrQpz4f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVrnrQpz4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVrnrQpz4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVrnrQpz4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVrnrQpz4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVrnrQpz4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVrnrQpz4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVrnrQpz4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVrnrQpz4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVrnrQpz4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVrnrQpz4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVrnrQpz4f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVrnrQpz4f .navbar {
    height: 70px;
  }
  .cid-tVrnrQpz4f .navbar.opened {
    height: auto;
  }
  .cid-tVrnrQpz4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVrnrQpz4f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVrnrQpz4f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVrnrQpz4f .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVrnrQpz4f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVrnrQpz4f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVrnrQpz4f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVrnrQpz4f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVrnrQpz4f .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVrnrQpz4f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVrnrQpz4f .text_widget {
  margin-bottom: 32px;
}
.cid-tVrnrQpz4f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVrnrQpz4f .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVrnrQpz4f .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVrnrQpz4f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVrnrQpz4f .mbr-section-subtitle,
.cid-tVrnrQpz4f .text_widget,
.cid-tVrnrQpz4f .mbr-section-btn {
  text-align: left;
}
.cid-tVrnrQpz4f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVro8Mhho5 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #7787a5;
}
.cid-tVro8Mhho5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVro8Mhho5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVro8Mhho5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVro8Mhho5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVro8Mhho5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVro8Mhho5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVro8Mhho5 .mbr-section-title {
  color: #ffffff;
}
.cid-tVro8Mhho5 .mbr-text,
.cid-tVro8Mhho5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tVsEbOUgXx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tVsEbOUgXx img,
.cid-tVsEbOUgXx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tVsEbOUgXx .item:focus,
.cid-tVsEbOUgXx span:focus {
  outline: none;
}
.cid-tVsEbOUgXx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVsEbOUgXx .item {
    margin-bottom: 1rem;
  }
}
.cid-tVsEbOUgXx .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tVsEbOUgXx .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tVsEbOUgXx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVsEbOUgXx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tVsEbOUgXx .mbr-section-title {
  color: #000000;
}
.cid-tVsEbOUgXx .item-title {
  text-align: left;
}
.cid-tVsEbOUgXx .item-subtitle {
  text-align: left;
}
.cid-tVsEbOUgXx .mbr-text,
.cid-tVsEbOUgXx .item .mbr-section-btn {
  text-align: left;
}
.cid-tVsEbOUgXx .content-head {
  max-width: 800px;
}
.cid-tVsGjYjQ9i {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-tVsGjYjQ9i .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVsGjYjQ9i .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-tVsGjYjQ9i .panel-group {
  border: none;
}
.cid-tVsGjYjQ9i .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVsGjYjQ9i .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tVsGjYjQ9i .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tVsGjYjQ9i .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tVsGjYjQ9i .content {
  margin: 5rem auto;
}
.cid-tVsGjYjQ9i .img-col {
  padding: 0;
}
.cid-tVsGjYjQ9i .img-item {
  height: 100%;
}
.cid-tVsGjYjQ9i img {
  height: 100%;
  object-fit: cover;
}
.cid-tVsGjYjQ9i .collapsed span {
  transform: rotate(0deg);
}
.cid-tVsGjYjQ9i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVsGjYjQ9i p {
  margin-bottom: 0.3rem;
}
.cid-tVsGjYjQ9i .panel-title-edit {
  color: #1b1818;
}
.cid-tVsGjYjQ9i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tVsGjYjQ9i .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tVsGjYjQ9i .card {
    padding: 1rem;
  }
}
.cid-tVsGjYjQ9i .panel-text {
  color: #1b1818;
}
.cid-tVsGjYjQ9i H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tVsGjYjQ9i H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tVrnrToUzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVrnrToUzt input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVrnrToUzt input:hover {
  border: none !important;
}
.cid-tVrnrToUzt .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVrnrToUzt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVrnrToUzt .row {
  justify-content: center;
}
.cid-tVrnrToUzt .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVrnrToUzt .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVrnrToUzt .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVrnrToUzt .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVrnrToUzt .justify-content-center {
  align-items: center;
}
.cid-tVrnrToUzt .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVrnrUeexG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVrnrUeexG .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVrnrUeexG .container {
    padding: 0 12px;
  }
}
.cid-tVrnrUeexG .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVrnrUeexG .social-row .soc-item {
  margin: 8px;
}
.cid-tVrnrUeexG .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVrnrUeexG .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVrnrUeexG .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVrnrUeexG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVrnrUeexG .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVrnrUeexG .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVrnrUeexG .header-menu li p {
  margin: 0;
}
.cid-tVrnrUeexG .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVrnrUeexG .mbr-section-title {
  color: #ffffff;
}
.cid-tVsujF4Ruq {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVsujF4Ruq {
    border: 8px solid #000000;
  }
}
.cid-tVsujF4Ruq .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVsujF4Ruq .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVsujF4Ruq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVsujF4Ruq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .menu_box .navbar.opened,
  .cid-tVsujF4Ruq .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVsujF4Ruq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVsujF4Ruq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVsujF4Ruq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVsujF4Ruq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVsujF4Ruq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVsujF4Ruq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVsujF4Ruq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVsujF4Ruq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVsujF4Ruq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVsujF4Ruq .offcanvas-body .mbr-text,
  .cid-tVsujF4Ruq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVsujF4Ruq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVsujF4Ruq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVsujF4Ruq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVsujF4Ruq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsujF4Ruq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVsujF4Ruq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVsujF4Ruq li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVsujF4Ruq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVsujF4Ruq .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVsujF4Ruq .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVsujF4Ruq .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVsujF4Ruq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVsujF4Ruq .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVsujF4Ruq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVsujF4Ruq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVsujF4Ruq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsujF4Ruq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVsujF4Ruq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVsujF4Ruq .offcanvas_box {
    display: none;
  }
}
.cid-tVsujF4Ruq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVsujF4Ruq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVsujF4Ruq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVsujF4Ruq .container {
  display: flex;
  margin: auto;
}
.cid-tVsujF4Ruq .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVsujF4Ruq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVsujF4Ruq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVsujF4Ruq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVsujF4Ruq .navbar-nav {
    margin: 0;
  }
}
.cid-tVsujF4Ruq .dropdown-menu,
.cid-tVsujF4Ruq .navbar.opened {
  background-color: true !important;
}
.cid-tVsujF4Ruq .nav-item:focus,
.cid-tVsujF4Ruq .nav-link:focus {
  outline: none;
}
.cid-tVsujF4Ruq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVsujF4Ruq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVsujF4Ruq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVsujF4Ruq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVsujF4Ruq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVsujF4Ruq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVsujF4Ruq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVsujF4Ruq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVsujF4Ruq .navbar.opened {
  transition: all 0.3s;
}
.cid-tVsujF4Ruq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVsujF4Ruq .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVsujF4Ruq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVsujF4Ruq .navbar.collapsed {
  justify-content: center;
}
.cid-tVsujF4Ruq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVsujF4Ruq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVsujF4Ruq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVsujF4Ruq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVsujF4Ruq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVsujF4Ruq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVsujF4Ruq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVsujF4Ruq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVsujF4Ruq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVsujF4Ruq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVsujF4Ruq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVsujF4Ruq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVsujF4Ruq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVsujF4Ruq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVsujF4Ruq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVsujF4Ruq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVsujF4Ruq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVsujF4Ruq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVsujF4Ruq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVsujF4Ruq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVsujF4Ruq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVsujF4Ruq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVsujF4Ruq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVsujF4Ruq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVsujF4Ruq .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-tVsujF4Ruq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVsujF4Ruq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVsujF4Ruq .dropdown-item.active,
.cid-tVsujF4Ruq .dropdown-item:active {
  background-color: transparent;
}
.cid-tVsujF4Ruq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVsujF4Ruq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVsujF4Ruq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVsujF4Ruq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVsujF4Ruq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVsujF4Ruq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVsujF4Ruq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVsujF4Ruq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVsujF4Ruq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVsujF4Ruq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsujF4Ruq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsujF4Ruq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVsujF4Ruq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsujF4Ruq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVsujF4Ruq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVsujF4Ruq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsujF4Ruq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVsujF4Ruq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVsujF4Ruq .navbar {
    height: 70px;
  }
  .cid-tVsujF4Ruq .navbar.opened {
    height: auto;
  }
  .cid-tVsujF4Ruq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVsujF4Ruq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVsujF4Ruq .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVsujF4Ruq .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVsujF4Ruq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVsujF4Ruq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVsujF4Ruq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVsujF4Ruq .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVsujF4Ruq .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVsujF4Ruq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVsujF4Ruq .text_widget {
  margin-bottom: 32px;
}
.cid-tVsujF4Ruq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVsujF4Ruq .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVsujF4Ruq .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVsujF4Ruq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVsujF4Ruq .mbr-section-subtitle,
.cid-tVsujF4Ruq .text_widget,
.cid-tVsujF4Ruq .mbr-section-btn {
  text-align: left;
}
.cid-tVsujF4Ruq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVsujGrjV1 {
  background-color: #edefeb;
}
.cid-tVsujGrjV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsujGrjV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVsujGrjV1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVsujGrjV1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVsujGrjV1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVsujGrjV1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsujGrjV1 .mbr-section-title {
  color: #260a30;
}
.cid-tVsujGrjV1 .mbr-text,
.cid-tVsujGrjV1 .mbr-section-btn {
  color: #260a30;
}
.cid-tVsANpxHrT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6a99c;
}
.cid-tVsANpxHrT img,
.cid-tVsANpxHrT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tVsANpxHrT .item:focus,
.cid-tVsANpxHrT span:focus {
  outline: none;
}
.cid-tVsANpxHrT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVsANpxHrT .item {
    margin-bottom: 1rem;
  }
}
.cid-tVsANpxHrT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVsANpxHrT .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tVsANpxHrT .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-tVsANpxHrT .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-tVsANpxHrT .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-tVsANpxHrT .mbr-section-title {
  color: #232323;
}
.cid-tVsANpxHrT .mbr-text,
.cid-tVsANpxHrT .mbr-section-btn {
  text-align: center;
}
.cid-tVsANpxHrT .item-title {
  text-align: center;
}
.cid-tVsANpxHrT .content-head {
  max-width: 800px;
}
.cid-tVsANpxHrT .mbr-section-title,
.cid-tVsANpxHrT .mbr-section-head .mbr-section-btn {
  color: #edefeb;
}
.cid-tVsziEUm1m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tVsziEUm1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsziEUm1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-tVsziEUm1m .container-fluid {
    padding: 0;
  }
}
.cid-tVsziEUm1m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tVsziEUm1m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tVsziEUm1m .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tVsziEUm1m .embla__button--next,
.cid-tVsziEUm1m .embla__button--prev {
  display: flex;
}
.cid-tVsziEUm1m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVsziEUm1m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVsziEUm1m .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVsziEUm1m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tVsziEUm1m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVsziEUm1m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVsziEUm1m .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVsziEUm1m .embla {
  position: relative;
  width: 100%;
}
.cid-tVsziEUm1m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tVsziEUm1m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVsziEUm1m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVsziEUm1m .embla__slide a {
  cursor: grab;
}
.cid-tVsziEUm1m .embla__slide a:active {
  cursor: grabbing;
}
.cid-tVsziEUm1m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tVsziEUm1m .item-menu-overlay {
  border-radius: 2rem;
}
.cid-tVsziEUm1m .mbr-section-title {
  color: #232323;
}
.cid-tVsziEUm1m .mbr-section-subtitle {
  color: #232323;
}
.cid-tVsziEUm1m .mbr-box {
  color: #ffffff;
}
.cid-tVsziEUm1m .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tVsziEUm1m img,
.cid-tVsziEUm1m .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tVsziEUm1m .item-wrapper {
  position: relative;
}
.cid-tVsziEUm1m .content-head {
  max-width: 800px;
}
.cid-tVsujHKeFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVsujHKeFH input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVsujHKeFH input:hover {
  border: none !important;
}
.cid-tVsujHKeFH .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVsujHKeFH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsujHKeFH .row {
  justify-content: center;
}
.cid-tVsujHKeFH .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVsujHKeFH .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVsujHKeFH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVsujHKeFH .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVsujHKeFH .justify-content-center {
  align-items: center;
}
.cid-tVsujHKeFH .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVsujIoPxf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVsujIoPxf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVsujIoPxf .container {
    padding: 0 12px;
  }
}
.cid-tVsujIoPxf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVsujIoPxf .social-row .soc-item {
  margin: 8px;
}
.cid-tVsujIoPxf .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVsujIoPxf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVsujIoPxf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVsujIoPxf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVsujIoPxf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVsujIoPxf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVsujIoPxf .header-menu li p {
  margin: 0;
}
.cid-tVsujIoPxf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVsujIoPxf .mbr-section-title {
  color: #ffffff;
}
.cid-tVsvvDiQKC {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVsvvDiQKC {
    border: 8px solid #000000;
  }
}
.cid-tVsvvDiQKC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVsvvDiQKC .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVsvvDiQKC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVsvvDiQKC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .menu_box .navbar.opened,
  .cid-tVsvvDiQKC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVsvvDiQKC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVsvvDiQKC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVsvvDiQKC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVsvvDiQKC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVsvvDiQKC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVsvvDiQKC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVsvvDiQKC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVsvvDiQKC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVsvvDiQKC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVsvvDiQKC .offcanvas-body .mbr-text,
  .cid-tVsvvDiQKC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVsvvDiQKC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVsvvDiQKC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVsvvDiQKC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVsvvDiQKC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsvvDiQKC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVsvvDiQKC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVsvvDiQKC li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVsvvDiQKC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVsvvDiQKC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVsvvDiQKC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVsvvDiQKC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVsvvDiQKC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVsvvDiQKC .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVsvvDiQKC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVsvvDiQKC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVsvvDiQKC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsvvDiQKC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVsvvDiQKC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVsvvDiQKC .offcanvas_box {
    display: none;
  }
}
.cid-tVsvvDiQKC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVsvvDiQKC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVsvvDiQKC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVsvvDiQKC .container {
  display: flex;
  margin: auto;
}
.cid-tVsvvDiQKC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVsvvDiQKC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVsvvDiQKC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVsvvDiQKC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVsvvDiQKC .navbar-nav {
    margin: 0;
  }
}
.cid-tVsvvDiQKC .dropdown-menu,
.cid-tVsvvDiQKC .navbar.opened {
  background-color: true !important;
}
.cid-tVsvvDiQKC .nav-item:focus,
.cid-tVsvvDiQKC .nav-link:focus {
  outline: none;
}
.cid-tVsvvDiQKC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVsvvDiQKC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVsvvDiQKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVsvvDiQKC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVsvvDiQKC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVsvvDiQKC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVsvvDiQKC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVsvvDiQKC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVsvvDiQKC .navbar.opened {
  transition: all 0.3s;
}
.cid-tVsvvDiQKC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVsvvDiQKC .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVsvvDiQKC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVsvvDiQKC .navbar.collapsed {
  justify-content: center;
}
.cid-tVsvvDiQKC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVsvvDiQKC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVsvvDiQKC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVsvvDiQKC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVsvvDiQKC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVsvvDiQKC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVsvvDiQKC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVsvvDiQKC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVsvvDiQKC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVsvvDiQKC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVsvvDiQKC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVsvvDiQKC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVsvvDiQKC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVsvvDiQKC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVsvvDiQKC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVsvvDiQKC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVsvvDiQKC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVsvvDiQKC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVsvvDiQKC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVsvvDiQKC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVsvvDiQKC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVsvvDiQKC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVsvvDiQKC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVsvvDiQKC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVsvvDiQKC .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-tVsvvDiQKC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVsvvDiQKC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVsvvDiQKC .dropdown-item.active,
.cid-tVsvvDiQKC .dropdown-item:active {
  background-color: transparent;
}
.cid-tVsvvDiQKC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVsvvDiQKC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVsvvDiQKC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVsvvDiQKC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVsvvDiQKC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVsvvDiQKC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVsvvDiQKC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVsvvDiQKC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVsvvDiQKC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVsvvDiQKC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsvvDiQKC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsvvDiQKC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVsvvDiQKC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsvvDiQKC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVsvvDiQKC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVsvvDiQKC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsvvDiQKC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVsvvDiQKC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVsvvDiQKC .navbar {
    height: 70px;
  }
  .cid-tVsvvDiQKC .navbar.opened {
    height: auto;
  }
  .cid-tVsvvDiQKC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVsvvDiQKC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVsvvDiQKC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVsvvDiQKC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVsvvDiQKC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVsvvDiQKC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVsvvDiQKC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVsvvDiQKC .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVsvvDiQKC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVsvvDiQKC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVsvvDiQKC .text_widget {
  margin-bottom: 32px;
}
.cid-tVsvvDiQKC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVsvvDiQKC .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVsvvDiQKC .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVsvvDiQKC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVsvvDiQKC .mbr-section-subtitle,
.cid-tVsvvDiQKC .text_widget,
.cid-tVsvvDiQKC .mbr-section-btn {
  text-align: left;
}
.cid-tVsvvDiQKC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVsvvE6kx3 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #17003b;
}
.cid-tVsvvE6kx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsvvE6kx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVsvvE6kx3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVsvvE6kx3 .mbr-text,
.cid-tVsvvE6kx3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVsvvE6kx3 b,
.cid-tVsvvE6kx3 strong {
  font-weight: 900;
}
.cid-tVsvvE6kx3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tVsvvEJivo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-tVsvvEJivo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsvvEJivo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVsvvEJivo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVsvvEJivo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVsvvEJivo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVsvvEJivo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsvvEJivo .mbr-section-title {
  color: #260a30;
}
.cid-tVsvvEJivo .mbr-text,
.cid-tVsvvEJivo .mbr-section-btn {
  color: #260a30;
}
.cid-tVsvvFoB0d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tVsvvFoB0d .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tVsvvFoB0d img,
.cid-tVsvvFoB0d .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tVsvvFoB0d .item:focus,
.cid-tVsvvFoB0d span:focus {
  outline: none;
}
.cid-tVsvvFoB0d .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tVsvvFoB0d .item {
    margin-top: 1rem;
  }
}
.cid-tVsvvFoB0d .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVsvvFoB0d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVsvvFoB0d .mbr-section-title {
  color: #232323;
}
.cid-tVsvvFoB0d .mbr-text,
.cid-tVsvvFoB0d .mbr-section-btn {
  color: #232323;
}
.cid-tVsvvFoB0d .item-title {
  color: #232323;
}
.cid-tVsvvFoB0d .content-head {
  max-width: 800px;
}
.cid-tVsvvG57Ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVsvvG57Ep input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVsvvG57Ep input:hover {
  border: none !important;
}
.cid-tVsvvG57Ep .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVsvvG57Ep .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsvvG57Ep .row {
  justify-content: center;
}
.cid-tVsvvG57Ep .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVsvvG57Ep .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVsvvG57Ep .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVsvvG57Ep .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVsvvG57Ep .justify-content-center {
  align-items: center;
}
.cid-tVsvvG57Ep .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVsvvGPrIF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVsvvGPrIF .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVsvvGPrIF .container {
    padding: 0 12px;
  }
}
.cid-tVsvvGPrIF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVsvvGPrIF .social-row .soc-item {
  margin: 8px;
}
.cid-tVsvvGPrIF .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVsvvGPrIF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVsvvGPrIF .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVsvvGPrIF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVsvvGPrIF .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVsvvGPrIF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVsvvGPrIF .header-menu li p {
  margin: 0;
}
.cid-tVsvvGPrIF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVsvvGPrIF .mbr-section-title {
  color: #ffffff;
}
.cid-tVsSeb4GvE {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVsSeb4GvE {
    border: 8px solid #000000;
  }
}
.cid-tVsSeb4GvE .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVsSeb4GvE .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVsSeb4GvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVsSeb4GvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .menu_box .navbar.opened,
  .cid-tVsSeb4GvE .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVsSeb4GvE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVsSeb4GvE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVsSeb4GvE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVsSeb4GvE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVsSeb4GvE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVsSeb4GvE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVsSeb4GvE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVsSeb4GvE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVsSeb4GvE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVsSeb4GvE .offcanvas-body .mbr-text,
  .cid-tVsSeb4GvE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVsSeb4GvE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVsSeb4GvE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVsSeb4GvE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVsSeb4GvE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsSeb4GvE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVsSeb4GvE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVsSeb4GvE li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVsSeb4GvE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVsSeb4GvE .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVsSeb4GvE .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVsSeb4GvE .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVsSeb4GvE .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVsSeb4GvE .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVsSeb4GvE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVsSeb4GvE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVsSeb4GvE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsSeb4GvE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVsSeb4GvE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVsSeb4GvE .offcanvas_box {
    display: none;
  }
}
.cid-tVsSeb4GvE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVsSeb4GvE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVsSeb4GvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVsSeb4GvE .container {
  display: flex;
  margin: auto;
}
.cid-tVsSeb4GvE .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVsSeb4GvE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVsSeb4GvE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVsSeb4GvE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVsSeb4GvE .navbar-nav {
    margin: 0;
  }
}
.cid-tVsSeb4GvE .dropdown-menu,
.cid-tVsSeb4GvE .navbar.opened {
  background-color: true !important;
}
.cid-tVsSeb4GvE .nav-item:focus,
.cid-tVsSeb4GvE .nav-link:focus {
  outline: none;
}
.cid-tVsSeb4GvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVsSeb4GvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVsSeb4GvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVsSeb4GvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVsSeb4GvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVsSeb4GvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVsSeb4GvE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVsSeb4GvE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVsSeb4GvE .navbar.opened {
  transition: all 0.3s;
}
.cid-tVsSeb4GvE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVsSeb4GvE .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVsSeb4GvE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVsSeb4GvE .navbar.collapsed {
  justify-content: center;
}
.cid-tVsSeb4GvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVsSeb4GvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVsSeb4GvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVsSeb4GvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVsSeb4GvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVsSeb4GvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVsSeb4GvE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVsSeb4GvE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVsSeb4GvE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVsSeb4GvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVsSeb4GvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVsSeb4GvE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVsSeb4GvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVsSeb4GvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVsSeb4GvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVsSeb4GvE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVsSeb4GvE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVsSeb4GvE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVsSeb4GvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVsSeb4GvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVsSeb4GvE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVsSeb4GvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVsSeb4GvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVsSeb4GvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVsSeb4GvE .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-tVsSeb4GvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVsSeb4GvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVsSeb4GvE .dropdown-item.active,
.cid-tVsSeb4GvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tVsSeb4GvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVsSeb4GvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVsSeb4GvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVsSeb4GvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVsSeb4GvE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVsSeb4GvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVsSeb4GvE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVsSeb4GvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVsSeb4GvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVsSeb4GvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsSeb4GvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsSeb4GvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVsSeb4GvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsSeb4GvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVsSeb4GvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVsSeb4GvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsSeb4GvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVsSeb4GvE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVsSeb4GvE .navbar {
    height: 70px;
  }
  .cid-tVsSeb4GvE .navbar.opened {
    height: auto;
  }
  .cid-tVsSeb4GvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVsSeb4GvE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVsSeb4GvE .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVsSeb4GvE .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVsSeb4GvE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVsSeb4GvE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVsSeb4GvE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVsSeb4GvE .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVsSeb4GvE .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVsSeb4GvE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVsSeb4GvE .text_widget {
  margin-bottom: 32px;
}
.cid-tVsSeb4GvE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVsSeb4GvE .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVsSeb4GvE .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVsSeb4GvE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVsSeb4GvE .mbr-section-subtitle,
.cid-tVsSeb4GvE .text_widget,
.cid-tVsSeb4GvE .mbr-section-btn {
  text-align: left;
}
.cid-tVsSeb4GvE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVsSKL2oMA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tVsSKL2oMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsSKL2oMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVsSKL2oMA .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tVsSKL2oMA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-tVsSKL2oMA .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .mbr-desc {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 12px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap img {
    margin: 0 auto 12px;
  }
}
.cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-tVsSKL2oMA .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tVsSKL2oMA .dragArea.row .form-group .form-control {
  padding: 34px 26px;
  border: none !important;
  box-shadow: none;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .dragArea.row .form-group .form-control {
    padding: 24px 26px;
  }
}
.cid-tVsSKL2oMA .dragArea.row .form-group .form-control:hover,
.cid-tVsSKL2oMA .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-tVsSKL2oMA .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-tVsSKL2oMA .dragArea.row .form-group textarea {
  min-height: 102px;
}
.cid-tVsSKL2oMA .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-tVsSKL2oMA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.cid-tVsSKL2oMA .dragArea.row .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tVsSKL2oMA .dragArea.row .mbr-section-btn {
    text-align: center;
  }
}
.cid-tVsSKL2oMA .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tVsSKL2oMA .mbr-section-title {
  color: #222222;
}
.cid-tVsSKL2oMA .mbr-desc {
  color: #222222;
}
.cid-tVsSKL2oMA .mbr-name {
  color: #222222;
}
.cid-tVsSKL2oMA .mbr-role {
  color: #222222;
}
.cid-tVsSVI891k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tVsSVI891k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsSVI891k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tVsSVI891k .mbr-section-head {
    text-align: center;
  }
}
.cid-tVsSVI891k .google-map {
  height: 35rem;
  position: relative;
}
.cid-tVsSVI891k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tVsSVI891k .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-tVsSVI891k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVsSVI891k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVsSecwM7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVsSecwM7D input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVsSecwM7D input:hover {
  border: none !important;
}
.cid-tVsSecwM7D .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVsSecwM7D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsSecwM7D .row {
  justify-content: center;
}
.cid-tVsSecwM7D .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVsSecwM7D .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVsSecwM7D .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVsSecwM7D .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVsSecwM7D .justify-content-center {
  align-items: center;
}
.cid-tVsSecwM7D .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVsSecPhFz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVsSecPhFz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVsSecPhFz .container {
    padding: 0 12px;
  }
}
.cid-tVsSecPhFz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVsSecPhFz .social-row .soc-item {
  margin: 8px;
}
.cid-tVsSecPhFz .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVsSecPhFz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVsSecPhFz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVsSecPhFz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVsSecPhFz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVsSecPhFz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVsSecPhFz .header-menu li p {
  margin: 0;
}
.cid-tVsSecPhFz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVsSecPhFz .mbr-section-title {
  color: #ffffff;
}
.cid-tVsUj9FiLD {
  background-color: #000000;
  border: 18px solid #000000;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVsUj9FiLD {
    border: 8px solid #000000;
  }
}
.cid-tVsUj9FiLD .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-tVsUj9FiLD .navbar-dropdown {
  background: #111111 !important;
  padding: 0;
  position: fixed;
}
.cid-tVsUj9FiLD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111 !important;
  background: #111111;
}
.cid-tVsUj9FiLD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .menu_box .navbar.opened,
  .cid-tVsUj9FiLD .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVsUj9FiLD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tVsUj9FiLD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVsUj9FiLD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVsUj9FiLD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVsUj9FiLD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-tVsUj9FiLD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVsUj9FiLD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVsUj9FiLD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVsUj9FiLD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVsUj9FiLD .offcanvas-body .mbr-text,
  .cid-tVsUj9FiLD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVsUj9FiLD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ed2c03;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVsUj9FiLD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVsUj9FiLD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVsUj9FiLD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsUj9FiLD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVsUj9FiLD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVsUj9FiLD li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVsUj9FiLD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVsUj9FiLD .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-tVsUj9FiLD .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-tVsUj9FiLD .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tVsUj9FiLD .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tVsUj9FiLD .nav-item .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tVsUj9FiLD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVsUj9FiLD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVsUj9FiLD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVsUj9FiLD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVsUj9FiLD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVsUj9FiLD .offcanvas_box {
    display: none;
  }
}
.cid-tVsUj9FiLD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVsUj9FiLD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVsUj9FiLD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVsUj9FiLD .container {
  display: flex;
  margin: auto;
}
.cid-tVsUj9FiLD .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVsUj9FiLD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVsUj9FiLD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVsUj9FiLD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVsUj9FiLD .navbar-nav {
    margin: 0;
  }
}
.cid-tVsUj9FiLD .dropdown-menu,
.cid-tVsUj9FiLD .navbar.opened {
  background-color: true !important;
}
.cid-tVsUj9FiLD .nav-item:focus,
.cid-tVsUj9FiLD .nav-link:focus {
  outline: none;
}
.cid-tVsUj9FiLD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVsUj9FiLD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVsUj9FiLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVsUj9FiLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVsUj9FiLD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVsUj9FiLD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVsUj9FiLD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVsUj9FiLD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVsUj9FiLD .navbar.opened {
  transition: all 0.3s;
}
.cid-tVsUj9FiLD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVsUj9FiLD .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-tVsUj9FiLD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tVsUj9FiLD .navbar.collapsed {
  justify-content: center;
}
.cid-tVsUj9FiLD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVsUj9FiLD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVsUj9FiLD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVsUj9FiLD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVsUj9FiLD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVsUj9FiLD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVsUj9FiLD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVsUj9FiLD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVsUj9FiLD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVsUj9FiLD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVsUj9FiLD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVsUj9FiLD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVsUj9FiLD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVsUj9FiLD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVsUj9FiLD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVsUj9FiLD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVsUj9FiLD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVsUj9FiLD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVsUj9FiLD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVsUj9FiLD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVsUj9FiLD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVsUj9FiLD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVsUj9FiLD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVsUj9FiLD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVsUj9FiLD .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-tVsUj9FiLD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tVsUj9FiLD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVsUj9FiLD .dropdown-item.active,
.cid-tVsUj9FiLD .dropdown-item:active {
  background-color: transparent;
}
.cid-tVsUj9FiLD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVsUj9FiLD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVsUj9FiLD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVsUj9FiLD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVsUj9FiLD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVsUj9FiLD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVsUj9FiLD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #ffffff;
}
.cid-tVsUj9FiLD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ed2c03;
}
.cid-tVsUj9FiLD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVsUj9FiLD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsUj9FiLD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVsUj9FiLD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVsUj9FiLD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsUj9FiLD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVsUj9FiLD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVsUj9FiLD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVsUj9FiLD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVsUj9FiLD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVsUj9FiLD .navbar {
    height: 70px;
  }
  .cid-tVsUj9FiLD .navbar.opened {
    height: auto;
  }
  .cid-tVsUj9FiLD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVsUj9FiLD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tVsUj9FiLD .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tVsUj9FiLD .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-tVsUj9FiLD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVsUj9FiLD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tVsUj9FiLD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVsUj9FiLD .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tVsUj9FiLD .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tVsUj9FiLD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVsUj9FiLD .text_widget {
  margin-bottom: 32px;
}
.cid-tVsUj9FiLD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVsUj9FiLD .text_widget a:hover {
  color: #9fe870 !important;
}
.cid-tVsUj9FiLD .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-tVsUj9FiLD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tVsUj9FiLD .mbr-section-subtitle,
.cid-tVsUj9FiLD .text_widget,
.cid-tVsUj9FiLD .mbr-section-btn {
  text-align: left;
}
.cid-tVsUj9FiLD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVsUWLAEOL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #af9fff;
}
.cid-tVsUWLAEOL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVsUWLAEOL form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tVsUWLAEOL form {
    padding: 2rem 0rem;
  }
}
.cid-tVsUWLAEOL .border-radius {
  border-radius: 3rem;
}
.cid-tVsUWLAEOL input,
.cid-tVsUWLAEOL textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-tVsUWLAEOL input:hover,
.cid-tVsUWLAEOL textarea:hover,
.cid-tVsUWLAEOL input:focus,
.cid-tVsUWLAEOL textarea:focus,
.cid-tVsUWLAEOL input:active,
.cid-tVsUWLAEOL textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-tVsUWLAEOL .image-wrapper,
.cid-tVsUWLAEOL img {
  height: 100%;
  object-fit: cover;
}
.cid-tVsUWLAEOL .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-tVsUWLAEOL .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-tVsUWLAEOL .col-auto {
    margin: auto;
  }
}
.cid-tVsUWLAEOL h5 {
  margin-bottom: 3rem;
}
.cid-tVsUWLAEOL a {
  font-weight: bold;
}
.cid-tVsUWLAEOL .mbr-section-title {
  color: #ffffff;
}
.cid-tVsUWLAEOL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tVsUjbGAII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-tVsUjbGAII input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-tVsUjbGAII input:hover {
  border: none !important;
}
.cid-tVsUjbGAII .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVsUjbGAII .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVsUjbGAII .row {
  justify-content: center;
}
.cid-tVsUjbGAII .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-tVsUjbGAII .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tVsUjbGAII .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tVsUjbGAII .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tVsUjbGAII .justify-content-center {
  align-items: center;
}
.cid-tVsUjbGAII .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-tVsUjc0ZNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
@media (max-width: 991px) {
  .cid-tVsUjc0ZNe .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tVsUjc0ZNe .container {
    padding: 0 12px;
  }
}
.cid-tVsUjc0ZNe .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tVsUjc0ZNe .social-row .soc-item {
  margin: 8px;
}
.cid-tVsUjc0ZNe .social-row .soc-item a:hover .mbr-iconfont,
.cid-tVsUjc0ZNe .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tVsUjc0ZNe .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-tVsUjc0ZNe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVsUjc0ZNe .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVsUjc0ZNe .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVsUjc0ZNe .header-menu li p {
  margin: 0;
}
.cid-tVsUjc0ZNe .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tVsUjc0ZNe .mbr-section-title {
  color: #ffffff;
}
