body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #1c1551 !important;
}
.bg-success {
  background-color: #ed5424 !important;
}
.bg-info {
  background-color: #fab34d !important;
}
.bg-warning {
  background-color: #08567e !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1551 !important;
  border-color: #1c1551 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #31258e !important;
  border-color: #31258e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #31258e !important;
  border-color: #31258e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #76891d !important;
  border-color: #76891d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #acc82a !important;
  border-color: #acc82a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #acc82a !important;
  border-color: #acc82a !important;
}
.btn-info,
.btn-info:active {
  background-color: #fab34d !important;
  border-color: #fab34d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #fcd397 !important;
  border-color: #fcd397 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fcd397 !important;
  border-color: #fcd397 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed5424 !important;
  border-color: #ed5424 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f38b6b !important;
  border-color: #f38b6b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f38b6b !important;
  border-color: #f38b6b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #08567e !important;
  border-color: #08567e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d87c6 !important;
  border-color: #0d87c6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d87c6 !important;
  border-color: #0d87c6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1c1551;
  border-color: #1c1551;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1551 !important;
  border-color: #1c1551 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2d350b;
  color: #2d350b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #76891d;
  border-color: #76891d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #76891d !important;
  border-color: #76891d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #db8406;
  color: #db8406;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #fab34d;
  border-color: #fab34d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fab34d !important;
  border-color: #fab34d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9e300d;
  color: #9e300d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ed5424;
  border-color: #ed5424;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed5424 !important;
  border-color: #ed5424 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #02151e;
  color: #02151e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #08567e;
  border-color: #08567e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #08567e !important;
  border-color: #08567e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #1c1551 !important;
}
.text-secondary {
  color: #76891d !important;
}
.text-success {
  color: #ed5424 !important;
}
.text-info {
  color: #fab34d !important;
}
.text-warning {
  color: #08567e !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #382aa2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b9d537 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f59e82 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fdddb0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0e97de !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !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: #fab34d;
}
.alert-warning {
  background-color: #08567e;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #1c1551;
  border-color: #1c1551;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c1551;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7d71da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fce7e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #15a6f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #1c1551;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c1551;
  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: #1c1551;
  border-bottom-color: #1c1551;
}
.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: #1c1551 !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: #76891d !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='%231c1551' %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-sCAeu00hzF {
  background-color: #000000;
}
.cid-sCAeu00hzF video,
.cid-sCAeu00hzF img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-sCAeu00hzF .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f7699;
  opacity: 0.4;
}
.cid-sCAeu00hzF .show {
  visibility: visible;
}
.cid-sCAeu00hzF .hide {
  visibility: hidden;
}
.cid-sCAeu00hzF .row {
  padding-left: .5% ;
  padding-right: 10% !important;
}
.cid-sCAeu00hzF H1 {
  text-align: left;
}
.cid-sCAeu00hzF H3 {
  text-align: left;
}
.cid-sDNm4mWaLW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sDNm4mWaLW .mbr-text,
.cid-sDNm4mWaLW .mbr-section-btn {
  color: #333333;
}
.cid-sCFTNJqESX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sCFTNJqESX .mbr-text,
.cid-sCFTNJqESX .mbr-section-btn {
  color: #333333;
}
.cid-sCFTNJqESX H1 {
  color: #76891d;
}
.cid-sCAfqfSjRk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-sCAfqfSjRk .container {
    padding: 1rem;
  }
}
.cid-sCAfqfSjRk .card-box {
  padding: 2 2rem;
}
.cid-sCAfqfSjRk .card {
  padding: 0!important;
}
.cid-sCAfqfSjRk .mbr-section-btn {
  padding-top: 2rem;
}
.cid-sCAfqfSjRk .container-fluid {
  padding: 0;
}
.cid-sCAfqfSjRk .card1 {
  background-image: url("../../../assets/images/adobestock-109857777-small-1-2000x1334.jpeg");
}
.cid-sCAfqfSjRk .card2 {
  background-image: url("../../../assets/images/adobestock-325999427-2000x1125.jpeg");
}
.cid-sCAfqfSjRk .card3 {
  background-image: url("../../../assets/images/adobestock-270140136-new-2000x1335.jpeg");
}
.cid-sCAfqfSjRk h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sCAfqfSjRk p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sCAfqfSjRk .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-sCAfqfSjRk .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sCAfqfSjRk .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-sCAfs8xzrd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCAfs8xzrd .button-padding {
  padding: 0;
}
.cid-sCAfs8xzrd .btn {
  margin: 0;
}
.cid-sCAfs8xzrd .button-top {
  margin-top: 20px;
}
.cid-sCAfs8xzrd .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-sCAfs8xzrd .card-title {
  padding-bottom: 50px;
  margin: 0;
}
.cid-sCF87ebvkX {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #082c4e, #33658e);
}
.cid-sCF87ebvkX .mbr-overlay {
  background: #2bdc9d;
}
.cid-sCF87ebvkX .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sCFQ6Xxh8x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #76891d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .nav-item,
.cid-sCFQ6Xxh8x .nav-link,
.cid-sCFQ6Xxh8x .navbar-caption {
  font-weight: normal;
}
.cid-sCFQ6Xxh8x .nav-item:focus,
.cid-sCFQ6Xxh8x .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sCFQ6Xxh8x .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link {
    position: relative;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #76891d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sCFQ6Xxh8x .nav-item:hover .nav-link:before,
  .cid-sCFQ6Xxh8x .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sCFQ6Xxh8x .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCFQ6Xxh8x .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sCFQ6Xxh8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sCFQ6Xxh8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFQ6Xxh8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCFQ6Xxh8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFQ6Xxh8x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCFQ6Xxh8x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCFQ6Xxh8x .dropdown-item.active,
.cid-sCFQ6Xxh8x .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFQ6Xxh8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFQ6Xxh8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFQ6Xxh8x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFQ6Xxh8x .navbar-buttons {
  text-align: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCFQ6Xxh8x a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #76891d;
  display: inline-flex;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sCFQ6Xxh8x .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCFQ6Xxh8x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x a.nav-link .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sCFQ6Xxh8x a.nav-link:hover .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFQ6Xxh8x .navbar {
    height: 77px;
  }
  .cid-sCFQ6Xxh8x .navbar.opened {
    height: auto;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFRBU3ZVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCFRBU3ZVu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCFRBU3ZVu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCFRBU3ZVu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCGbo1CeTI {
  overflow-x: hidden !important;
}
.cid-sCGbo1CeTI,
.cid-sCGbo1CeTI .scroll-wrapper {
  padding-top: 195px;
  padding-bottom: 120px;
}
.cid-sCGbo1CeTI .mbr-section-title {
  color: #ffffff;
}
.cid-sCGbo1CeTI .mbr-section-title span {
  color: #1c1551;
}
.cid-sCGbo1CeTI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sCGbo1CeTI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/adobestock-179397747-2000x1334.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sCGbo1CeTI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCGbo1CeTI .mbr-overlay {
  z-index: 1;
}
.cid-sCGbo1CeTI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sDNnJqL5h2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sDNnJqL5h2 .mbr-text,
.cid-sDNnJqL5h2 .mbr-section-btn {
  color: #333333;
}
.cid-sDNnJqL5h2 H1 {
  color: #76891d;
}
.cid-sCF8ppnVmj {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sCF8ppnVmj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sCF8ppnVmj .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sCF8ppnVmj .video-block {
    width: 100% !important;
  }
}
.cid-sDNLFJXl9x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sDNLFJXl9x .mbr-text,
.cid-sDNLFJXl9x .mbr-section-btn {
  color: #333333;
}
.cid-sDNLFJXl9x H1 {
  color: #76891d;
}
.cid-sCF8rpyItQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #082c4e, #33658e);
}
.cid-sCF8rpyItQ .mbr-overlay {
  background: #2bdc9d;
}
.cid-sCF8rpyItQ .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sCFQ6Xxh8x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #76891d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .nav-item,
.cid-sCFQ6Xxh8x .nav-link,
.cid-sCFQ6Xxh8x .navbar-caption {
  font-weight: normal;
}
.cid-sCFQ6Xxh8x .nav-item:focus,
.cid-sCFQ6Xxh8x .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sCFQ6Xxh8x .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link {
    position: relative;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #76891d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sCFQ6Xxh8x .nav-item:hover .nav-link:before,
  .cid-sCFQ6Xxh8x .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sCFQ6Xxh8x .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCFQ6Xxh8x .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sCFQ6Xxh8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sCFQ6Xxh8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFQ6Xxh8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCFQ6Xxh8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFQ6Xxh8x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCFQ6Xxh8x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCFQ6Xxh8x .dropdown-item.active,
.cid-sCFQ6Xxh8x .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFQ6Xxh8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFQ6Xxh8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFQ6Xxh8x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFQ6Xxh8x .navbar-buttons {
  text-align: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCFQ6Xxh8x a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #76891d;
  display: inline-flex;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sCFQ6Xxh8x .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCFQ6Xxh8x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x a.nav-link .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sCFQ6Xxh8x a.nav-link:hover .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFQ6Xxh8x .navbar {
    height: 77px;
  }
  .cid-sCFQ6Xxh8x .navbar.opened {
    height: auto;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFRBU3ZVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCFRBU3ZVu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCFRBU3ZVu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCFRBU3ZVu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCFQ6Xxh8x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #76891d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .nav-item,
.cid-sCFQ6Xxh8x .nav-link,
.cid-sCFQ6Xxh8x .navbar-caption {
  font-weight: normal;
}
.cid-sCFQ6Xxh8x .nav-item:focus,
.cid-sCFQ6Xxh8x .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sCFQ6Xxh8x .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link {
    position: relative;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #76891d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sCFQ6Xxh8x .nav-item:hover .nav-link:before,
  .cid-sCFQ6Xxh8x .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sCFQ6Xxh8x .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCFQ6Xxh8x .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sCFQ6Xxh8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sCFQ6Xxh8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFQ6Xxh8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCFQ6Xxh8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFQ6Xxh8x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCFQ6Xxh8x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCFQ6Xxh8x .dropdown-item.active,
.cid-sCFQ6Xxh8x .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFQ6Xxh8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFQ6Xxh8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFQ6Xxh8x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFQ6Xxh8x .navbar-buttons {
  text-align: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCFQ6Xxh8x a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #76891d;
  display: inline-flex;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sCFQ6Xxh8x .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCFQ6Xxh8x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x a.nav-link .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sCFQ6Xxh8x a.nav-link:hover .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFQ6Xxh8x .navbar {
    height: 77px;
  }
  .cid-sCFQ6Xxh8x .navbar.opened {
    height: auto;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGbzSbo2v {
  overflow-x: hidden !important;
}
.cid-sCGbzSbo2v,
.cid-sCGbzSbo2v .scroll-wrapper {
  padding-top: 195px;
  padding-bottom: 120px;
}
.cid-sCGbzSbo2v .mbr-section-title {
  color: #ffffff;
}
.cid-sCGbzSbo2v .mbr-section-title span {
  color: #1c1551;
}
.cid-sCGbzSbo2v .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sCGbzSbo2v .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/adobestock-428635837-2000x1333.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sCGbzSbo2v .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCGbzSbo2v .mbr-overlay {
  z-index: 1;
}
.cid-sCGbzSbo2v .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sDN8Qw52zm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDN8Qw52zm .btn {
  padding: 8px 8px 8px 8px;
  font-weight: bold;
}
.cid-sDN8Qw52zm .mbr-section-title {
  letter-spacing: .1em;
  color: #76891d;
}
.cid-sDN8Qw52zm .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-sDN8Qw52zm .mbr-media {
  height: 70px;
}
.cid-sDN8Qw52zm .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-sDN8Qw52zm .mbr-media span:hover {
  opacity: 0.7;
}
.cid-sDN8Qw52zm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sDN8Qw52zm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sDN8Qw52zm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sDN8Qw52zm .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sDN8Qw52zm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sDN8Qw52zm a.close:hover {
  color: #ffffff;
}
.cid-sDN8Qw52zm .mbr-text,
.cid-sDN8Qw52zm .mbr-section-btn {
  color: #282124;
}
.cid-sCFRfPDCtW {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #082c4e, #33658e);
}
.cid-sCFRfPDCtW .mbr-overlay {
  background: #2bdc9d;
}
.cid-sCFRfPDCtW .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sCFRBU3ZVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCFRBU3ZVu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCFRBU3ZVu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCFRBU3ZVu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCGbGgm2Um {
  overflow-x: hidden !important;
}
.cid-sCGbGgm2Um,
.cid-sCGbGgm2Um .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 120px;
}
.cid-sCGbGgm2Um .mbr-section-title {
  color: #ffffff;
}
.cid-sCGbGgm2Um .mbr-section-title span {
  color: #1c1551;
}
.cid-sCGbGgm2Um .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sCGbGgm2Um .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/cows-2000x730.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sCGbGgm2Um .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sCGbGgm2Um .mbr-overlay {
  z-index: 1;
}
.cid-sCGbGgm2Um .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sCFUzOH9pb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sCFUzOH9pb .mbr-text,
.cid-sCFUzOH9pb .mbr-section-btn {
  color: #333333;
}
.cid-sCFUzOH9pb H1 {
  color: #76891d;
}
.cid-sCFQ6Xxh8x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #76891d;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .nav-item,
.cid-sCFQ6Xxh8x .nav-link,
.cid-sCFQ6Xxh8x .navbar-caption {
  font-weight: normal;
}
.cid-sCFQ6Xxh8x .nav-item:focus,
.cid-sCFQ6Xxh8x .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sCFQ6Xxh8x .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link {
    position: relative;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #76891d;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sCFQ6Xxh8x .nav-item:hover .nav-link:before,
  .cid-sCFQ6Xxh8x .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCFQ6Xxh8x .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFQ6Xxh8x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-sCFQ6Xxh8x .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCFQ6Xxh8x .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sCFQ6Xxh8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sCFQ6Xxh8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFQ6Xxh8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sCFQ6Xxh8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCFQ6Xxh8x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCFQ6Xxh8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFQ6Xxh8x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sCFQ6Xxh8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCFQ6Xxh8x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFQ6Xxh8x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sCFQ6Xxh8x .dropdown-item.active,
.cid-sCFQ6Xxh8x .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFQ6Xxh8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFQ6Xxh8x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sCFQ6Xxh8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFQ6Xxh8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFQ6Xxh8x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFQ6Xxh8x .navbar-buttons {
  text-align: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFQ6Xxh8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFQ6Xxh8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFQ6Xxh8x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sCFQ6Xxh8x a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #76891d;
  display: inline-flex;
}
.cid-sCFQ6Xxh8x .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sCFQ6Xxh8x .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sCFQ6Xxh8x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFQ6Xxh8x a.nav-link .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sCFQ6Xxh8x a.nav-link:hover .mbr-iconfont-btn,
.cid-sCFQ6Xxh8x a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sCFQ6Xxh8x a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFQ6Xxh8x .navbar {
    height: 77px;
  }
  .cid-sCFQ6Xxh8x .navbar.opened {
    height: auto;
  }
  .cid-sCFQ6Xxh8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFScaZKAX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCFScaZKAX .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sCFScaZKAX .mbr-section-title {
  margin: 0;
}
.cid-sCFScaZKAX .card-img {
  text-align: center;
}
.cid-sCFScaZKAX .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sCFScaZKAX .row-item.card1 {
  background: #003f72;
}
.cid-sCFScaZKAX .row-item.card2 {
  background: #76891d;
}
.cid-sCFScaZKAX .row-item.card3 {
  background: #082c4e;
}
.cid-sCFScaZKAX .row-item.card4 {
  background: #2bdc9d;
}
.cid-sCFScaZKAX .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sCFScaZKAX .card-img,
  .cid-sCFScaZKAX .mbr-text,
  .cid-sCFScaZKAX .mbr-card-title,
  .cid-sCFScaZKAX .mbr-section-subtitle,
  .cid-sCFScaZKAX .mbr-section-title,
  .cid-sCFScaZKAX .underline {
    text-align: center !important;
  }
}
.cid-sCFScaZKAX .card2 > .mbr-card-title,
.cid-sCFScaZKAX .card2 > .card-img {
  color: #ffffff;
}
.cid-sCFScy2vPe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCFScy2vPe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sCFScy2vPe .mbr-section-title {
  margin: 0;
}
.cid-sCFScy2vPe .card-img {
  text-align: center;
}
.cid-sCFScy2vPe .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sCFScy2vPe .row-item.card1 {
  background: #ff7c00;
}
.cid-sCFScy2vPe .row-item.card2 {
  background: #08567e;
}
.cid-sCFScy2vPe .row-item.card3 {
  background: #d7ad0f;
}
.cid-sCFScy2vPe .row-item.card4 {
  background: #2bdc9d;
}
.cid-sCFScy2vPe .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sCFScy2vPe .card-img,
  .cid-sCFScy2vPe .mbr-text,
  .cid-sCFScy2vPe .mbr-card-title,
  .cid-sCFScy2vPe .mbr-section-subtitle,
  .cid-sCFScy2vPe .mbr-section-title,
  .cid-sCFScy2vPe .underline {
    text-align: center !important;
  }
}
.cid-sDSTEBZj8i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDSTEBZj8i .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 30px;
  margin: 25px 0 0;
}
.cid-sDSTEBZj8i .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sDSTEBZj8i .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #76891d;
  margin-bottom: 2rem;
}
.cid-sDSTEBZj8i .row {
  justify-content: center;
}
.cid-sDSTEBZj8i .mbr-section-title {
  padding: 0;
  padding-bottom: 45px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sDSTEBZj8i .item {
    padding-bottom: 25px;
  }
}
.cid-sDSVgwX7Fj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDSVgwX7Fj .mbr-text,
.cid-sDSVgwX7Fj .mbr-section-btn {
  color: #333333;
}
.cid-sCFRBU3ZVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCFRBU3ZVu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCFRBU3ZVu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCFRBU3ZVu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCFRBU3ZVu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCFRBU3ZVu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCFRBU3ZVu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCFRBU3ZVu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCFRBU3ZVu .media-container-row .row-copirayt p {
  width: 100%;
}
