body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Sarala', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Maitree', serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Maitree', serif;
  font-size: 1.3rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #418128 !important;
}
.bg-success {
  background-color: #333333 !important;
}
.bg-info {
  background-color: #626262 !important;
}
.bg-warning {
  background-color: #f8f8f8 !important;
}
.bg-danger {
  background-color: #b295a2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #418128 !important;
  border-color: #418128 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5ebb3a !important;
  border-color: #5ebb3a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5ebb3a !important;
  border-color: #5ebb3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #325027 !important;
  border-color: #325027 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #528340 !important;
  border-color: #528340 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #528340 !important;
  border-color: #528340 !important;
}
.btn-info,
.btn-info:active {
  background-color: #626262 !important;
  border-color: #626262 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-success,
.btn-success:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #797979 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #797979 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #797979 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b295a2 !important;
  border-color: #b295a2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d2c1c9 !important;
  border-color: #d2c1c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d2c1c9 !important;
  border-color: #d2c1c9 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1a3310;
  color: #1a3310;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #418128;
  border-color: #418128;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #418128 !important;
  border-color: #418128 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #070b06;
  color: #070b06;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #325027;
  border-color: #325027;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #325027 !important;
  border-color: #325027 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2f2f2f;
  color: #2f2f2f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #626262;
  border-color: #626262;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c5c5c5;
  color: #c5c5c5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #797979;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #825f6f;
  color: #825f6f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b295a2;
  border-color: #b295a2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b295a2 !important;
  border-color: #b295a2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #418128 !important;
}
.text-secondary {
  color: #325027 !important;
}
.text-success {
  color: #333333 !important;
}
.text-info {
  color: #626262 !important;
}
.text-warning {
  color: #f8f8f8 !important;
}
.text-danger {
  color: #b295a2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6cc649 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5d9548 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #666666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #959595 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ddd0d6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #626262;
}
.alert-warning {
  background-color: #f8f8f8;
}
.alert-danger {
  background-color: #b295a2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #418128;
  border-color: #418128;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #418128;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ccc5c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a2a2a2;
}
.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: #e8dfe3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #418128;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #418128;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #418128;
  border-bottom-color: #418128;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #418128 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #325027 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23418128' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v1GydkMktY {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-51349670-2000x1000.jpg");
}
.cid-v1GydkMktY .row {
  justify-content: flex-end;
}
.cid-v1GydkMktY .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-v1GydkMktY .block {
  background-color: #325027;
}
.cid-v1GydkMktY img {
  width: 100%;
}
.cid-v1GydkMktY .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-v1GydkMktY .content {
  max-width: 600px;
}
.cid-v1GydkMktY h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v1GydkMktY .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v1GydkMktY h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GydkMktY .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v1GydkMktY h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-v1GydkMktY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GydkMktY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GydkMktY H1 {
  color: #ffffff;
}
.cid-v1GOswjI36 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1GOswjI36 .mbr-text {
  color: #418128;
}
.cid-v1GOswjI36 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1GOswjI36 .mbr-section-title {
  color: #000000;
}
.cid-v1GCabA2Li {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GCabA2Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GCabA2Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GCabA2Li .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GCabA2Li .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1GCabA2Li .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1GCabA2Li .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1GCabA2Li .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GCabA2Li .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v1GCabA2Li .mbr-label {
  color: #000000;
}
.cid-v1GCabA2Li .mbr-section-title {
  color: #000000;
}
.cid-v1GCabA2Li .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v1Sc8AKhiY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Sc8AKhiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Sc8AKhiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Sc8AKhiY .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1Sc8AKhiY .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1Sc8AKhiY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Sc8AKhiY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Sc8AKhiY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1Sc8AKhiY .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v1Sc8AKhiY .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #cccccc);
  opacity: .3;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #cccccc);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #cccccc);
}
@media (max-width: 1200px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_1 {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_2 {
  background-color: #efeeee;
  border-color: #efeeee;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_3 {
  background-color: #efeeee;
  border-color: #efeeee;
}
.cid-v1Sc8AKhiY .items-wrapper .item .item-wrapper .card_4 {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-v1Sc8AKhiY .btn-wrapper {
  margin-right: 9%;
}
.cid-v1Sc8AKhiY .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v1Sc8AKhiY .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1Sc8AKhiY .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v1Sc8AKhiY .mbr-text,
.cid-v1Sc8AKhiY .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v1Sc8AKhiY .card-title_1 {
  color: #ffffff;
}
.cid-v1Sc8AKhiY .card-title_2 {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-title_3 {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-title_4 {
  color: #ffffff;
}
.cid-v1Sc8AKhiY .card-text_1 {
  color: #333333;
  text-align: left;
}
.cid-v1Sc8AKhiY .card-text_2 {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-text_3 {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-text_4 {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-title_1,
.cid-v1Sc8AKhiY .mbr-section-btn {
  color: #333333;
}
.cid-v1Sc8AKhiY .card-title_4,
.cid-v1Sc8AKhiY .mbr-section-btn {
  color: #333333;
}
.cid-v1GG4IWf01 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GG4IWf01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GG4IWf01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GG4IWf01 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GG4IWf01 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1GG4IWf01 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1GG4IWf01 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1GG4IWf01 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GG4IWf01 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v1GG4IWf01 .mbr-label {
  color: #000000;
}
.cid-v1GG4IWf01 .mbr-section-title {
  color: #000000;
}
.cid-v1GG4IWf01 .mbr-text {
  color: #000000;
}
.cid-v1GwPNn0B2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1GwPNn0B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GwPNn0B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GwPNn0B2 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .row {
    padding: 0 12px;
  }
}
.cid-v1GwPNn0B2 .item {
  z-index: 1;
}
.cid-v1GwPNn0B2 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1GwPNn0B2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1GwPNn0B2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GwPNn0B2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1GwPNn0B2 .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1GwPNn0B2 .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1GwPNn0B2 .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1GwPNn0B2 .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1GwPNn0B2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GwPNn0B2 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1GwPNn0B2 .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GwPNn0B2 .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GwPNn0B2 .mbr-card-title {
  color: #181818;
}
.cid-v1GwPNn0B2 .mbr-card-title,
.cid-v1GwPNn0B2 .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1GwPNykya {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1GwPNykya .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GwPNykya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GwPNykya .row {
  justify-content: space-between;
}
.cid-v1GwPNykya .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GwPNykya .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GwPNykya .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1GwPNykya .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1GwPNykya .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1GwPNykya .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GwPNykya .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GwPNykya .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1GwPNykya .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1GwPNykya .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1GwPNykya .list-wrapper .list .item-wrap:hover,
.cid-v1GwPNykya .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1GwPNykya .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1GwPNykya .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GwPNykya .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GwPNykya .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1GwPNykya .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1GwPNykya .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1GwPNykya .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1GwPNykya .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1GwPNykya .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1GwPNykya .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1GwPNykya .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GwPNykya .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1GwPNykya .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1GwPNykya .mbr-section-title {
  color: #000000;
}
.cid-v1GwPNykya .mbr-text {
  color: #000000;
}
.cid-v1GwPNykya .list {
  color: #000000;
}
.cid-v1GwPNykya .mbr-desc {
  color: #000000;
}
.cid-v1GwPNykya .mbr-copy {
  color: #000000;
}
.cid-v1GwPNykya .mbr-desc,
.cid-v1GwPNykya .social-wrapper {
  text-align: center;
}
.cid-v1GwPNykya .mbr-copy,
.cid-v1GwPNykya .mbr-section-btn-main {
  text-align: center;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v1GScCV55g {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-37177506-2000x1333.jpg");
}
.cid-v1GScCV55g .row {
  justify-content: flex-end;
}
.cid-v1GScCV55g .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-v1GScCV55g .block {
  background-color: #325027;
}
.cid-v1GScCV55g img {
  width: 100%;
}
.cid-v1GScCV55g .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-v1GScCV55g .content {
  max-width: 600px;
}
.cid-v1GScCV55g h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v1GScCV55g .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v1GScCV55g h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GScCV55g .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v1GScCV55g h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-v1GScCV55g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GScCV55g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GScCV55g H1 {
  color: #ffffff;
}
.cid-v1GScDhkYr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1GScDhkYr .mbr-text {
  color: #418128;
}
.cid-v1GScDhkYr .mbr-section-subtitle {
  color: #000000;
}
.cid-v1GScDhkYr .mbr-section-title {
  color: #000000;
}
.cid-v1GScDx4AT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GScDx4AT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GScDx4AT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GScDx4AT .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GScDx4AT .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1GScDx4AT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1GScDx4AT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1GScDx4AT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GScDx4AT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v1GScDx4AT .mbr-label {
  color: #000000;
}
.cid-v1GScDx4AT .mbr-section-title {
  color: #000000;
}
.cid-v1GScDx4AT .mbr-text {
  color: #000000;
}
.cid-v1Mvk6s5zG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-v1Mvk6s5zG .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v1Mvk6s5zG .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v1Mvk6s5zG .card-wrapper {
    margin: 0rem;
  }
}
.cid-v1Mvk6s5zG .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v1Mvk6s5zG .row {
    padding: 0 4rem;
  }
}
.cid-v1Mvk6s5zG .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #325027;
}
.cid-v1Mvk6s5zG .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v1Mvk6s5zG .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v1Mvk6s5zG .card1 {
  background-color: #325027;
}
.cid-v1Mvk6s5zG .card2 {
  background-color: #325027;
}
.cid-v1Mvk6s5zG .card3 {
  background-color: #325027;
}
.cid-v1Mvk6s5zG .card4 {
  background-color: #333333;
}
.cid-v1Mvk6s5zG img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v1Mvk6s5zG .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v1Mvk6s5zG .container {
  max-width: 1500px;
}
.cid-v1Mvk6s5zG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v1Mvk6s5zG .mbr-iconfont {
  font-size: 1.3rem;
  color: #b10ed7;
  display: flex;
  justify-content: center;
}
.cid-v1Mvk6s5zG P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v1Mvk6s5zG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v1Mvk6s5zG .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v1Mvk6s5zG .col2,
  .cid-v1Mvk6s5zG .col3,
  .cid-v1Mvk6s5zG .col4 {
    margin-top: 0rem;
  }
  .cid-v1Mvk6s5zG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v1Mvk6s5zG .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v1Mvk6s5zG .number {
    margin: auto;
  }
}
.cid-v1Mvk6s5zG .mbr-text {
  color: #cccccc;
}
.cid-v1Mvk6s5zG .text2 {
  color: #ffffff;
}
.cid-v1Mvk6s5zG .text3 {
  color: #ffffff;
}
.cid-v1Mvk6s5zG .title2 {
  color: #ffffff;
}
.cid-v1Mvk6s5zG .title1 {
  color: #ffffff;
}
.cid-v1Mvk6s5zG .title3 {
  color: #e9e3b4;
}
.cid-v1Mvk6s5zG .title4 {
  color: #c1c1c1;
}
.cid-v1Mvk6s5zG .text4 {
  color: #efeeee;
}
.cid-v1Mvk6s5zG .text1 {
  color: #efeeee;
}
.cid-v1Mvk6s5zG .title3 B {
  color: #c1c1c1;
}
.cid-v1Mvk6s5zG H1 {
  color: #333333;
}
.cid-v1Mvk6s5zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Mvk6s5zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GScEIEP1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1GScEIEP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GScEIEP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GScEIEP1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .row {
    padding: 0 12px;
  }
}
.cid-v1GScEIEP1 .item {
  z-index: 1;
}
.cid-v1GScEIEP1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1GScEIEP1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1GScEIEP1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GScEIEP1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1GScEIEP1 .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1GScEIEP1 .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1GScEIEP1 .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1GScEIEP1 .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1GScEIEP1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GScEIEP1 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1GScEIEP1 .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GScEIEP1 .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GScEIEP1 .mbr-card-title {
  color: #181818;
}
.cid-v1GScEIEP1 .mbr-card-title,
.cid-v1GScEIEP1 .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1GScF2d1e {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1GScF2d1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GScF2d1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GScF2d1e .row {
  justify-content: space-between;
}
.cid-v1GScF2d1e .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GScF2d1e .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GScF2d1e .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1GScF2d1e .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1GScF2d1e .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1GScF2d1e .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GScF2d1e .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GScF2d1e .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1GScF2d1e .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1GScF2d1e .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1GScF2d1e .list-wrapper .list .item-wrap:hover,
.cid-v1GScF2d1e .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1GScF2d1e .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1GScF2d1e .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1GScF2d1e .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1GScF2d1e .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1GScF2d1e .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1GScF2d1e .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1GScF2d1e .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1GScF2d1e .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1GScF2d1e .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1GScF2d1e .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1GScF2d1e .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1GScF2d1e .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1GScF2d1e .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1GScF2d1e .mbr-section-title {
  color: #000000;
}
.cid-v1GScF2d1e .mbr-text {
  color: #000000;
}
.cid-v1GScF2d1e .list {
  color: #000000;
}
.cid-v1GScF2d1e .mbr-desc {
  color: #000000;
}
.cid-v1GScF2d1e .mbr-copy {
  color: #000000;
}
.cid-v1GScF2d1e .mbr-desc,
.cid-v1GScF2d1e .social-wrapper {
  text-align: center;
}
.cid-v1GScF2d1e .mbr-copy,
.cid-v1GScF2d1e .mbr-section-btn-main {
  text-align: center;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v1SDnJKZy7 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-37177506-2000x1333.jpg");
}
.cid-v1SDnJKZy7 .row {
  justify-content: flex-end;
}
.cid-v1SDnJKZy7 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-v1SDnJKZy7 .block {
  background-color: #325027;
}
.cid-v1SDnJKZy7 img {
  width: 100%;
}
.cid-v1SDnJKZy7 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-v1SDnJKZy7 .content {
  max-width: 600px;
}
.cid-v1SDnJKZy7 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v1SDnJKZy7 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v1SDnJKZy7 h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v1SDnJKZy7 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v1SDnJKZy7 h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-v1SDnJKZy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SDnJKZy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SDnJKZy7 H1 {
  color: #ffffff;
}
.cid-v1SDnJKZy7 .mbr-text,
.cid-v1SDnJKZy7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1SDnJKZy7 H3 {
  color: #ffffff;
}
.cid-v1H7IZjN3X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1H7IZjN3X .mbr-text {
  color: #418128;
}
.cid-v1H7IZjN3X .mbr-section-subtitle {
  color: #000000;
}
.cid-v1H7IZjN3X .mbr-section-title {
  color: #000000;
}
.cid-v1H9ulUcWW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1H9ulUcWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H9ulUcWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H9ulUcWW .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1H9ulUcWW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1H9ulUcWW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v1H9ulUcWW .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1H9ulUcWW .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1H9ulUcWW .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1H9ulUcWW .item {
    margin-bottom: 15px;
  }
}
.cid-v1H9ulUcWW .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v1H9ulUcWW .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1H9ulUcWW .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-v1H9ulUcWW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #efeeee;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-v1H9ulUcWW .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .card-title:hover,
.cid-v1H9ulUcWW .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1H9ulUcWW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1H9ulUcWW .mbr-label,
.cid-v1H9ulUcWW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1H9ulUcWW .mbr-section-title,
.cid-v1H9ulUcWW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1H9ulUcWW .card-label {
  color: #000000;
}
.cid-v1H9ulUcWW .card-title {
  color: #000000;
}
.cid-v1H9ulUcWW .card-text {
  color: #333333;
}
.cid-v1Ha8STQJz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Ha8STQJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Ha8STQJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Ha8STQJz .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1Ha8STQJz .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1Ha8STQJz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1Ha8STQJz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1Ha8STQJz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1Ha8STQJz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v1Ha8STQJz .mbr-label {
  color: #000000;
}
.cid-v1Ha8STQJz .mbr-section-title {
  color: #000000;
}
.cid-v1Ha8STQJz .mbr-text {
  color: #000000;
}
.cid-v1H8wCWaMO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-v1H8wCWaMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H8wCWaMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H8wCWaMO .row {
  justify-content: space-between;
}
.cid-v1H8wCWaMO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1H8wCWaMO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1H8wCWaMO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v1H8wCWaMO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #333333;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #325027;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #418128;
  transition: all 0.3s ease-in-out;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #418128;
}
.cid-v1H8wCWaMO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #efeeee;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #efeeee;
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #efeeee;
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v1H8wCWaMO .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1H8wCWaMO .mbr-label {
  color: #000000;
}
.cid-v1H8wCWaMO .mbr-section-title {
  color: #000000;
}
.cid-v1H8wCWaMO .item-title {
  color: #000000;
}
.cid-v1H8wCWaMO .item-text {
  color: #333333;
}
.cid-v1H8wCWaMO .item-title,
.cid-v1H8wCWaMO .mbr-section-btn {
  color: #333333;
}
.cid-v1LcAxK3Ng {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LcAxK3Ng .mbr-text {
  color: #333333;
}
.cid-v1LcAxK3Ng .mbr-section-subtitle {
  color: #000000;
}
.cid-v1LcAxK3Ng .mbr-section-title {
  color: #000000;
}
.cid-v1Lctbcf6b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v1Lctbcf6b .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v1Lctbcf6b .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v1Lctbcf6b .card-wrapper {
    margin: 0rem;
  }
}
.cid-v1Lctbcf6b .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v1Lctbcf6b .row {
    padding: 0 4rem;
  }
}
.cid-v1Lctbcf6b .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #325027;
}
.cid-v1Lctbcf6b .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v1Lctbcf6b .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v1Lctbcf6b .card1 {
  background-color: #325027;
}
.cid-v1Lctbcf6b .card2 {
  background-color: #325027;
}
.cid-v1Lctbcf6b .card3 {
  background-color: #333333;
}
.cid-v1Lctbcf6b .card4 {
  background-color: #333333;
}
.cid-v1Lctbcf6b img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v1Lctbcf6b .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v1Lctbcf6b .container {
  max-width: 1500px;
}
.cid-v1Lctbcf6b .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v1Lctbcf6b .mbr-iconfont {
  font-size: 1.3rem;
  color: #418128;
  display: flex;
  justify-content: center;
}
.cid-v1Lctbcf6b P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v1Lctbcf6b .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lctbcf6b .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v1Lctbcf6b .col2,
  .cid-v1Lctbcf6b .col3,
  .cid-v1Lctbcf6b .col4 {
    margin-top: 0rem;
  }
  .cid-v1Lctbcf6b .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v1Lctbcf6b .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v1Lctbcf6b .number {
    margin: auto;
  }
}
.cid-v1Lctbcf6b .mbr-text {
  color: #cccccc;
}
.cid-v1Lctbcf6b .text2 {
  color: #ffffff;
}
.cid-v1Lctbcf6b .text3 {
  color: #ffffff;
}
.cid-v1Lctbcf6b .title2 {
  color: #ffffff;
}
.cid-v1Lctbcf6b .title1 {
  color: #ffffff;
}
.cid-v1Lctbcf6b .title3 {
  color: #e9e3b4;
}
.cid-v1Lctbcf6b .title4 {
  color: #c1c1c1;
}
.cid-v1Lctbcf6b .text4 {
  color: #efeeee;
}
.cid-v1Lctbcf6b .text1 {
  color: #efeeee;
}
.cid-v1Lctbcf6b .title3 B {
  color: #c1c1c1;
}
.cid-v1Lctbcf6b H1 {
  color: #333333;
}
.cid-v1Lctbcf6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lctbcf6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eMTxZwsu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efeeee;
}
.cid-v2eMTxZwsu img,
.cid-v2eMTxZwsu .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 200px;
  height: 200px;
}
.cid-v2eMTxZwsu .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v2eMTxZwsu .item:focus,
.cid-v2eMTxZwsu span:focus {
  outline: none;
}
.cid-v2eMTxZwsu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2eMTxZwsu .item {
    margin-bottom: 1rem;
  }
}
.cid-v2eMTxZwsu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2eMTxZwsu .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v2eMTxZwsu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2eMTxZwsu .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-v2eMTxZwsu .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v2eMTxZwsu .item-wrapper {
    height: auto;
  }
}
.cid-v2eMTxZwsu .mbr-section-title {
  color: #282124;
  text-align: justify;
}
.cid-v2eMTxZwsu .item-title {
  text-align: left;
  color: #282124;
}
.cid-v2eMTxZwsu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v2eMTxZwsu .mbr-text,
.cid-v2eMTxZwsu .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v2eMTxZwsu .mbr-section-subtitle,
.cid-v2eMTxZwsu .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v1H7IZFyrN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1H7IZFyrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H7IZFyrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H7IZFyrN .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .row {
    padding: 0 12px;
  }
}
.cid-v1H7IZFyrN .item {
  z-index: 1;
}
.cid-v1H7IZFyrN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1H7IZFyrN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1H7IZFyrN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1H7IZFyrN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1H7IZFyrN .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1H7IZFyrN .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1H7IZFyrN .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1H7IZFyrN .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1H7IZFyrN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1H7IZFyrN .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1H7IZFyrN .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1H7IZFyrN .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1H7IZFyrN .mbr-card-title {
  color: #181818;
}
.cid-v1H7IZFyrN .mbr-card-title,
.cid-v1H7IZFyrN .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1H7IZRbFV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1H7IZRbFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H7IZRbFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H7IZRbFV .row {
  justify-content: space-between;
}
.cid-v1H7IZRbFV .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H7IZRbFV .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H7IZRbFV .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1H7IZRbFV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1H7IZRbFV .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1H7IZRbFV .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H7IZRbFV .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H7IZRbFV .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1H7IZRbFV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1H7IZRbFV .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1H7IZRbFV .list-wrapper .list .item-wrap:hover,
.cid-v1H7IZRbFV .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1H7IZRbFV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1H7IZRbFV .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H7IZRbFV .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H7IZRbFV .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1H7IZRbFV .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1H7IZRbFV .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1H7IZRbFV .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1H7IZRbFV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1H7IZRbFV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1H7IZRbFV .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1H7IZRbFV .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1H7IZRbFV .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1H7IZRbFV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1H7IZRbFV .mbr-section-title {
  color: #000000;
}
.cid-v1H7IZRbFV .mbr-text {
  color: #000000;
}
.cid-v1H7IZRbFV .list {
  color: #000000;
}
.cid-v1H7IZRbFV .mbr-desc {
  color: #000000;
}
.cid-v1H7IZRbFV .mbr-copy {
  color: #000000;
}
.cid-v1H7IZRbFV .mbr-desc,
.cid-v1H7IZRbFV .social-wrapper {
  text-align: center;
}
.cid-v1H7IZRbFV .mbr-copy,
.cid-v1H7IZRbFV .mbr-section-btn-main {
  text-align: center;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v1SERE0X14 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-194420937-2000x1003.jpg");
}
.cid-v1SERE0X14 .row {
  justify-content: flex-end;
}
.cid-v1SERE0X14 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-v1SERE0X14 .block {
  background-color: #325027;
}
.cid-v1SERE0X14 img {
  width: 100%;
}
.cid-v1SERE0X14 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-v1SERE0X14 .content {
  max-width: 600px;
}
.cid-v1SERE0X14 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v1SERE0X14 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v1SERE0X14 h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v1SERE0X14 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v1SERE0X14 h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-v1SERE0X14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SERE0X14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SERE0X14 H1 {
  color: #ffffff;
}
.cid-v1SERE0X14 .mbr-text,
.cid-v1SERE0X14 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1SERE0X14 H3 {
  color: #ffffff;
}
.cid-v1H1DbwHja {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1H1DbwHja .mbr-text {
  color: #418128;
}
.cid-v1H1DbwHja .mbr-section-subtitle {
  color: #000000;
}
.cid-v1H1DbwHja .mbr-section-title {
  color: #000000;
}
.cid-v1H1DbQolx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1H1DbQolx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H1DbQolx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H1DbQolx .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1H1DbQolx .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1H1DbQolx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1H1DbQolx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1H1DbQolx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1H1DbQolx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v1H1DbQolx .mbr-label {
  color: #000000;
}
.cid-v1H1DbQolx .mbr-section-title {
  color: #000000;
}
.cid-v1H1DbQolx .mbr-text {
  color: #000000;
}
.cid-v1H2J123mx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-v1H2J123mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H2J123mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H2J123mx .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .container {
    padding: 0 6px;
  }
}
.cid-v1H2J123mx .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v1H2J123mx .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v1H2J123mx .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v1H2J123mx .row {
    padding: 70px 16px;
  }
}
.cid-v1H2J123mx .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v1H2J123mx .title-wrapper {
  margin-bottom: 64px;
}
.cid-v1H2J123mx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1H2J123mx .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-v1H2J123mx .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-v1H2J123mx .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-v1H2J123mx .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #418128;
  border-radius: 0 !important;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v1H2J123mx .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-v1H2J123mx .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #333333;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-v1H2J123mx .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #418128;
  background-color: #ffffff;
}
.cid-v1H2J123mx .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .content-wrapper {
    display: block;
  }
}
.cid-v1H2J123mx .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-v1H2J123mx .content-wrapper .item:hover,
.cid-v1H2J123mx .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-v1H2J123mx .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #325027;
}
.cid-v1H2J123mx .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #325027;
}
.cid-v1H2J123mx .content-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #325027;
  border-radius: 16px 16px 0 0;
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  background-color: #143408;
  height: 100%;
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #325027;
  margin-bottom: 40px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-v1H2J123mx .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-v1H2J123mx .mbr-section-title {
  color: #131313;
}
.cid-v1H2J123mx .card-title {
  color: #ffffff;
}
.cid-v1H2J123mx .card-text {
  color: #131313;
}
.cid-v1H2J123mx .mbr-section-title,
.cid-v1H2J123mx .mbr-section-btn {
  text-align: justify;
}
.cid-v1H1DcxlpM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1H1DcxlpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H1DcxlpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H1DcxlpM .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .row {
    padding: 0 12px;
  }
}
.cid-v1H1DcxlpM .item {
  z-index: 1;
}
.cid-v1H1DcxlpM .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1H1DcxlpM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1H1DcxlpM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1H1DcxlpM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1H1DcxlpM .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1H1DcxlpM .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1H1DcxlpM .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1H1DcxlpM .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1H1DcxlpM .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1H1DcxlpM .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1H1DcxlpM .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1H1DcxlpM .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1H1DcxlpM .mbr-card-title {
  color: #181818;
}
.cid-v1H1DcxlpM .mbr-card-title,
.cid-v1H1DcxlpM .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1H1DcVdRc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1H1DcVdRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1H1DcVdRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1H1DcVdRc .row {
  justify-content: space-between;
}
.cid-v1H1DcVdRc .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H1DcVdRc .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H1DcVdRc .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1H1DcVdRc .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1H1DcVdRc .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1H1DcVdRc .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H1DcVdRc .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H1DcVdRc .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1H1DcVdRc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1H1DcVdRc .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1H1DcVdRc .list-wrapper .list .item-wrap:hover,
.cid-v1H1DcVdRc .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1H1DcVdRc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1H1DcVdRc .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1H1DcVdRc .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1H1DcVdRc .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1H1DcVdRc .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1H1DcVdRc .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1H1DcVdRc .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1H1DcVdRc .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1H1DcVdRc .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1H1DcVdRc .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1H1DcVdRc .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1H1DcVdRc .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1H1DcVdRc .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1H1DcVdRc .mbr-section-title {
  color: #000000;
}
.cid-v1H1DcVdRc .mbr-text {
  color: #000000;
}
.cid-v1H1DcVdRc .list {
  color: #000000;
}
.cid-v1H1DcVdRc .mbr-desc {
  color: #000000;
}
.cid-v1H1DcVdRc .mbr-copy {
  color: #000000;
}
.cid-v1H1DcVdRc .mbr-desc,
.cid-v1H1DcVdRc .social-wrapper {
  text-align: center;
}
.cid-v1H1DcVdRc .mbr-copy,
.cid-v1H1DcVdRc .mbr-section-btn-main {
  text-align: center;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-v1SFvZ4yd4 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-194420937-2000x1003.jpg");
}
.cid-v1SFvZ4yd4 .row {
  justify-content: flex-end;
}
.cid-v1SFvZ4yd4 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-v1SFvZ4yd4 .block {
  background-color: #325027;
}
.cid-v1SFvZ4yd4 img {
  width: 100%;
}
.cid-v1SFvZ4yd4 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-v1SFvZ4yd4 .content {
  max-width: 600px;
}
.cid-v1SFvZ4yd4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-v1SFvZ4yd4 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-v1SFvZ4yd4 h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v1SFvZ4yd4 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-v1SFvZ4yd4 h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-v1SFvZ4yd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SFvZ4yd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SFvZ4yd4 H1 {
  color: #ffffff;
}
.cid-v1SFvZ4yd4 .mbr-text,
.cid-v1SFvZ4yd4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1SFvZ4yd4 H3 {
  color: #ffffff;
}
.cid-v1HbRsRuKB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v1HbRsRuKB .mbr-text {
  color: #418128;
}
.cid-v1HbRsRuKB .mbr-section-subtitle {
  color: #000000;
}
.cid-v1HbRsRuKB .mbr-section-title {
  color: #000000;
}
.cid-v1HctJCb7J {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1HctJCb7J .row {
  position: relative;
}
.cid-v1HctJCb7J .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-v1HctJCb7J .row {
    margin: 0 2rem;
  }
}
.cid-v1HctJCb7J h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-v1HctJCb7J .content-wrapper {
  max-width: 600px;
}
.cid-v1HctJCb7J H1 {
  color: #333333;
}
.cid-v1HctJCb7J .mbr-text,
.cid-v1HctJCb7J .mbr-section-btn {
  color: #333333;
}
.cid-v1HctJCb7J H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v1HctJCb7J h4 {
    left: 3rem;
  }
}
.cid-v1L3SVXr4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cave20nuove-pescaccio-1492x736.png");
}
.cid-v1L3SVXr4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1L3SVXr4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1L3SVXr4l .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v1L3SVXr4l .image-wrapper {
    height: 350px;
  }
}
.cid-v2kSBAXsPb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2kSBAXsPb .row {
  position: relative;
}
.cid-v2kSBAXsPb .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-v2kSBAXsPb .row {
    margin: 0 2rem;
  }
}
.cid-v2kSBAXsPb h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-v2kSBAXsPb .content-wrapper {
  max-width: 600px;
}
.cid-v2kSBAXsPb H1 {
  color: #333333;
}
.cid-v2kSBAXsPb .mbr-text,
.cid-v2kSBAXsPb .mbr-section-btn {
  color: #333333;
}
.cid-v2kSBAXsPb H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v2kSBAXsPb h4 {
    left: 3rem;
  }
}
.cid-v1L4tPNLCx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1L4tPNLCx .row {
  position: relative;
}
.cid-v1L4tPNLCx .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-v1L4tPNLCx .row {
    margin: 0 2rem;
  }
}
.cid-v1L4tPNLCx h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-v1L4tPNLCx .content-wrapper {
  max-width: 600px;
}
.cid-v1L4tPNLCx H1 {
  color: #333333;
}
.cid-v1L4tPNLCx .mbr-text,
.cid-v1L4tPNLCx .mbr-section-btn {
  color: #333333;
}
.cid-v1L4tPNLCx H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v1L4tPNLCx h4 {
    left: 3rem;
  }
}
.cid-v1LaWtzpgY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-v1LaWtzpgY .mbr-text {
  color: #333333;
}
.cid-v1LaWtzpgY .mbr-section-subtitle {
  color: #000000;
}
.cid-v1LaWtzpgY .mbr-section-title {
  color: #000000;
}
.cid-v1LaIcpGhG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-v1LaIcpGhG .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v1LaIcpGhG .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v1LaIcpGhG .card-wrapper {
    margin: 0rem;
  }
}
.cid-v1LaIcpGhG .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v1LaIcpGhG .row {
    padding: 0 4rem;
  }
}
.cid-v1LaIcpGhG .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #325027;
}
.cid-v1LaIcpGhG .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v1LaIcpGhG .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v1LaIcpGhG .card1 {
  background-color: #325027;
}
.cid-v1LaIcpGhG .card2 {
  background-color: #325027;
}
.cid-v1LaIcpGhG .card3 {
  background-color: #333333;
}
.cid-v1LaIcpGhG .card4 {
  background-color: #333333;
}
.cid-v1LaIcpGhG img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v1LaIcpGhG .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v1LaIcpGhG .container {
  max-width: 1500px;
}
.cid-v1LaIcpGhG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v1LaIcpGhG .mbr-iconfont {
  font-size: 1.3rem;
  color: #418128;
  display: flex;
  justify-content: center;
}
.cid-v1LaIcpGhG P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v1LaIcpGhG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v1LaIcpGhG .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v1LaIcpGhG .col2,
  .cid-v1LaIcpGhG .col3,
  .cid-v1LaIcpGhG .col4 {
    margin-top: 0rem;
  }
  .cid-v1LaIcpGhG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v1LaIcpGhG .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v1LaIcpGhG .number {
    margin: auto;
  }
}
.cid-v1LaIcpGhG .mbr-text {
  color: #cccccc;
}
.cid-v1LaIcpGhG .text2 {
  color: #ffffff;
}
.cid-v1LaIcpGhG .text3 {
  color: #ffffff;
}
.cid-v1LaIcpGhG .title2 {
  color: #ffffff;
}
.cid-v1LaIcpGhG .title1 {
  color: #ffffff;
}
.cid-v1LaIcpGhG .title3 {
  color: #e9e3b4;
}
.cid-v1LaIcpGhG .title4 {
  color: #c1c1c1;
}
.cid-v1LaIcpGhG .text4 {
  color: #efeeee;
}
.cid-v1LaIcpGhG .text1 {
  color: #efeeee;
}
.cid-v1LaIcpGhG .title3 B {
  color: #c1c1c1;
}
.cid-v1LaIcpGhG H1 {
  color: #333333;
}
.cid-v1LaIcpGhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LaIcpGhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1L7tZEhOt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1L7tZEhOt img,
.cid-v1L7tZEhOt .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 200px;
  height: 200px;
}
.cid-v1L7tZEhOt .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v1L7tZEhOt .item:focus,
.cid-v1L7tZEhOt span:focus {
  outline: none;
}
.cid-v1L7tZEhOt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1L7tZEhOt .item {
    margin-bottom: 1rem;
  }
}
.cid-v1L7tZEhOt .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1L7tZEhOt .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v1L7tZEhOt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1L7tZEhOt .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-v1L7tZEhOt .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v1L7tZEhOt .item-wrapper {
    height: auto;
  }
}
.cid-v1L7tZEhOt .mbr-section-title {
  color: #282124;
  text-align: justify;
}
.cid-v1L7tZEhOt .item-title {
  text-align: left;
  color: #282124;
}
.cid-v1L7tZEhOt .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v1L7tZEhOt .mbr-text,
.cid-v1L7tZEhOt .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1L7tZEhOt .mbr-section-subtitle,
.cid-v1L7tZEhOt .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v1HbRtCGfN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1HbRtCGfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HbRtCGfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HbRtCGfN .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .row {
    padding: 0 12px;
  }
}
.cid-v1HbRtCGfN .item {
  z-index: 1;
}
.cid-v1HbRtCGfN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1HbRtCGfN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1HbRtCGfN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1HbRtCGfN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1HbRtCGfN .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1HbRtCGfN .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1HbRtCGfN .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1HbRtCGfN .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1HbRtCGfN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1HbRtCGfN .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1HbRtCGfN .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1HbRtCGfN .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1HbRtCGfN .mbr-card-title {
  color: #181818;
}
.cid-v1HbRtCGfN .mbr-card-title,
.cid-v1HbRtCGfN .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1HbRtR9fV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1HbRtR9fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HbRtR9fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HbRtR9fV .row {
  justify-content: space-between;
}
.cid-v1HbRtR9fV .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1HbRtR9fV .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1HbRtR9fV .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1HbRtR9fV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1HbRtR9fV .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1HbRtR9fV .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1HbRtR9fV .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1HbRtR9fV .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1HbRtR9fV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1HbRtR9fV .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1HbRtR9fV .list-wrapper .list .item-wrap:hover,
.cid-v1HbRtR9fV .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1HbRtR9fV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1HbRtR9fV .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1HbRtR9fV .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1HbRtR9fV .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1HbRtR9fV .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1HbRtR9fV .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1HbRtR9fV .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1HbRtR9fV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1HbRtR9fV .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1HbRtR9fV .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1HbRtR9fV .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1HbRtR9fV .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1HbRtR9fV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1HbRtR9fV .mbr-section-title {
  color: #000000;
}
.cid-v1HbRtR9fV .mbr-text {
  color: #000000;
}
.cid-v1HbRtR9fV .list {
  color: #000000;
}
.cid-v1HbRtR9fV .mbr-desc {
  color: #000000;
}
.cid-v1HbRtR9fV .mbr-copy {
  color: #000000;
}
.cid-v1HbRtR9fV .mbr-desc,
.cid-v1HbRtR9fV .social-wrapper {
  text-align: center;
}
.cid-v1HbRtR9fV .mbr-copy,
.cid-v1HbRtR9fV .mbr-section-btn-main {
  text-align: center;
}
.cid-v2eZsJa4At .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-v2eZsJa4At .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2eZsJa4At a {
  font-style: normal;
}
.cid-v2eZsJa4At .show {
  overflow: visible;
}
.cid-v2eZsJa4At .dropdown-menu {
  max-height: 400px;
}
.cid-v2eZsJa4At .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eZsJa4At .nav-link {
  font-weight: 600 !important;
}
.cid-v2eZsJa4At .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2eZsJa4At .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .nav-item:focus,
.cid-v2eZsJa4At .nav-link:focus {
  outline: none;
}
.cid-v2eZsJa4At .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2eZsJa4At .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2eZsJa4At .menu-logo {
  margin-right: auto;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2eZsJa4At .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eZsJa4At .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2eZsJa4At .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2eZsJa4At .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2eZsJa4At button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2eZsJa4At button.navbar-toggler:focus {
  outline: none;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eZsJa4At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eZsJa4At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eZsJa4At .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2eZsJa4At .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2eZsJa4At .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2eZsJa4At .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-v2eZsJa4At .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2eZsJa4At .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2eZsJa4At .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2eZsJa4At .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2eZsJa4At .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2eZsJa4At.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At img {
    height: 3.8rem !important;
  }
  .cid-v2eZsJa4At .btn {
    display: -webkit-flex;
  }
  .cid-v2eZsJa4At button.navbar-toggler {
    display: block;
  }
  .cid-v2eZsJa4At .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2eZsJa4At .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing,
  .cid-v2eZsJa4At .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2eZsJa4At .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2eZsJa4At .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2eZsJa4At .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2eZsJa4At .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-v2eZsJa4At .nav-link {
    justify-content: start !important;
  }
  .cid-v2eZsJa4At .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-v2eZsJa4At .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-v2eZsJa4At .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 767px) {
  .cid-v2eZsJa4At .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2eZsJa4At .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2eZsJa4At .nav-link:hover,
.cid-v2eZsJa4At .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-v2eZsJa4At .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-v2eZsJa4At .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tbDUarrM9U {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tbDUarrM9U .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #325027;
}
.cid-tbDUarrM9U img {
  width: 100%;
}
.cid-tbDUarrM9U p {
  margin-top: 6rem;
}
.cid-tbDUarrM9U .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tbDUarrM9U .content-wrapper {
  padding-top: 6rem;
}
.cid-tbDUarrM9U h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tbDUarrM9U .back {
    width: 100%;
    height: 75%;
  }
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tbDUarrM9U .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tbDUarrM9U h4 {
    right: 2rem;
  }
}
.cid-tbDUarrM9U H1 {
  color: #ffffff;
}
.cid-tbDUarrM9U .mbr-text,
.cid-tbDUarrM9U .mbr-section-btn {
  color: #ffffff;
}
.cid-v1MEaeFBB9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v1MEaeFBB9 .card-box {
  padding: 0rem;
}
.cid-v1MEaeFBB9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v1MEaeFBB9 .card {
  padding: 0;
  height: 100%;
}
.cid-v1MEaeFBB9 .card-img {
  height: 400px;
}
.cid-v1MEaeFBB9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MEaeFBB9 .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-v1MEaeFBB9 .cardbg {
  background: #cccccc;
  height: auto;
}
.cid-v1MEaeFBB9 .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-v1MEaeFBB9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1MEaeFBB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MEaeFBB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MEaeFBB9 .card-title {
  color: #333333;
}
.cid-v1MEaeFBB9 .card-text {
  color: #333333;
  text-align: left;
}
.cid-v1MBb2DlVp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v1MBb2DlVp .card-box {
  padding: 0rem;
}
.cid-v1MBb2DlVp .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v1MBb2DlVp .card {
  padding: 0;
  height: 100%;
}
.cid-v1MBb2DlVp .card-img {
  height: 400px;
}
.cid-v1MBb2DlVp .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MBb2DlVp .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-v1MBb2DlVp .cardbg {
  background: #ffffff;
  height: auto;
}
.cid-v1MBb2DlVp .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-v1MBb2DlVp .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1MBb2DlVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MBb2DlVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MBb2DlVp .card-title {
  color: #333333;
}
.cid-v1MU9O130H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-v1MU9O130H .card-box {
  padding: 0rem;
}
.cid-v1MU9O130H .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v1MU9O130H .card {
  padding: 0;
  height: 100%;
}
.cid-v1MU9O130H .card-img {
  height: 400px;
}
.cid-v1MU9O130H .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MU9O130H .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-v1MU9O130H .cardbg {
  background: #cccccc;
  height: auto;
}
.cid-v1MU9O130H .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-v1MU9O130H .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1MU9O130H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MU9O130H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MU9O130H .card-title {
  color: #333333;
  text-align: justify;
}
.cid-v1MU9O130H .card-text {
  color: #333333;
}
.cid-v1MU9O130H .card-title DIV {
  text-align: left;
}
.cid-tbDXye9gHV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tbDXye9gHV .row {
  position: relative;
}
.cid-tbDXye9gHV .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tbDXye9gHV .row {
    margin: 0 2rem;
  }
}
.cid-tbDXye9gHV h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tbDXye9gHV .content-wrapper {
  max-width: 600px;
}
.cid-tbDXye9gHV H1 {
  color: #333333;
}
.cid-tbDXye9gHV .mbr-text,
.cid-tbDXye9gHV .mbr-section-btn {
  color: #333333;
}
.cid-tbDXye9gHV H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-tbDXye9gHV h4 {
    left: 3rem;
  }
}
.cid-v1FZM9vesQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-v1FZM9vesQ .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v1FZM9vesQ .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v1FZM9vesQ .card-wrapper {
    margin: 0rem;
  }
}
.cid-v1FZM9vesQ .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v1FZM9vesQ .row {
    padding: 0 4rem;
  }
}
.cid-v1FZM9vesQ .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #325027;
}
.cid-v1FZM9vesQ .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v1FZM9vesQ .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v1FZM9vesQ .card1 {
  background-color: #325027;
}
.cid-v1FZM9vesQ .card2 {
  background-color: #325027;
}
.cid-v1FZM9vesQ .card3 {
  background-color: #325027;
}
.cid-v1FZM9vesQ .card4 {
  background-color: #333333;
}
.cid-v1FZM9vesQ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v1FZM9vesQ .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v1FZM9vesQ .container {
  max-width: 1500px;
}
.cid-v1FZM9vesQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v1FZM9vesQ .mbr-iconfont {
  font-size: 1.3rem;
  color: #b10ed7;
  display: flex;
  justify-content: center;
}
.cid-v1FZM9vesQ P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v1FZM9vesQ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v1FZM9vesQ .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v1FZM9vesQ .col2,
  .cid-v1FZM9vesQ .col3,
  .cid-v1FZM9vesQ .col4 {
    margin-top: 0rem;
  }
  .cid-v1FZM9vesQ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v1FZM9vesQ .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v1FZM9vesQ .number {
    margin: auto;
  }
}
.cid-v1FZM9vesQ .mbr-text {
  color: #cccccc;
}
.cid-v1FZM9vesQ .text2 {
  color: #ffffff;
}
.cid-v1FZM9vesQ .text3 {
  color: #ffffff;
}
.cid-v1FZM9vesQ .title2 {
  color: #ffffff;
}
.cid-v1FZM9vesQ .title1 {
  color: #ffffff;
}
.cid-v1FZM9vesQ .title3 {
  color: #e9e3b4;
}
.cid-v1FZM9vesQ .title4 {
  color: #c1c1c1;
}
.cid-v1FZM9vesQ .text4 {
  color: #efeeee;
}
.cid-v1FZM9vesQ .text1 {
  color: #efeeee;
}
.cid-v1FZM9vesQ .title3 B {
  color: #c1c1c1;
}
.cid-v1FZM9vesQ H1 {
  color: #333333;
}
.cid-v1FZM9vesQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1FZM9vesQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GmQToh58 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-1706781036-1-2000x1121.jpg");
}
.cid-v1GmQToh58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GmQToh58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GmQToh58 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .row {
    padding: 0 12px;
  }
}
.cid-v1GmQToh58 .item {
  z-index: 1;
}
.cid-v1GmQToh58 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v1GmQToh58 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1GmQToh58 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GmQToh58 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v1GmQToh58 .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v1GmQToh58 .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v1GmQToh58 .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v1GmQToh58 .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1GmQToh58 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1GmQToh58 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1GmQToh58 .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GmQToh58 .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v1GmQToh58 .mbr-card-title {
  color: #181818;
}
.cid-v1GmQToh58 .mbr-card-title,
.cid-v1GmQToh58 .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1Gsa0CKNX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Gsa0CKNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Gsa0CKNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Gsa0CKNX .row {
  justify-content: space-between;
}
.cid-v1Gsa0CKNX .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1Gsa0CKNX .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1Gsa0CKNX .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1Gsa0CKNX .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1Gsa0CKNX .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1Gsa0CKNX .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1Gsa0CKNX .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1Gsa0CKNX .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1Gsa0CKNX .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1Gsa0CKNX .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1Gsa0CKNX .list-wrapper .list .item-wrap:hover,
.cid-v1Gsa0CKNX .list-wrapper .list .item-wrap:focus {
  color: #143408;
}
.cid-v1Gsa0CKNX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1Gsa0CKNX .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1Gsa0CKNX .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1Gsa0CKNX .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1Gsa0CKNX .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1Gsa0CKNX .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1Gsa0CKNX .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1Gsa0CKNX .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1Gsa0CKNX .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1Gsa0CKNX .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1Gsa0CKNX .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1Gsa0CKNX .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1Gsa0CKNX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1Gsa0CKNX .mbr-section-title {
  color: #000000;
}
.cid-v1Gsa0CKNX .mbr-text {
  color: #000000;
}
.cid-v1Gsa0CKNX .list {
  color: #000000;
}
.cid-v1Gsa0CKNX .mbr-desc {
  color: #000000;
}
.cid-v1Gsa0CKNX .mbr-copy {
  color: #000000;
}
.cid-v1Gsa0CKNX .mbr-desc,
.cid-v1Gsa0CKNX .social-wrapper {
  text-align: center;
}
.cid-v1Gsa0CKNX .mbr-copy,
.cid-v1Gsa0CKNX .mbr-section-btn-main {
  text-align: center;
}
