body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2c2a01 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2c2a01 !important;
  border-color: #2c2a01 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2c2a01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2a01 !important;
  border-color: #2c2a01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2c2a01 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2c2a01;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2c2a01;
  border-color: #2c2a01;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2c2a01;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf895;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2c2a01 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2c2a01;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2c2a01;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2c2a01;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2c2a01;
  border-bottom-color: #2c2a01;
}
.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: #2c2a01 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232c2a01' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCCWouVknQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCWouVknQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tCCYFNVAuY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-tCCYFNVAuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCYFNVAuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCYFNVAuY .mbr-section-title {
  color: #ffffff;
}
.cid-tCCYFNVAuY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ivAR1e8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74701e;
}
.cid-tIggYxORTx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tIggYxORTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIggYxORTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIggYxORTx .video-wrapper iframe {
  width: 100%;
}
.cid-tIggYxORTx .mbr-section-title,
.cid-tIggYxORTx .mbr-section-subtitle,
.cid-tIggYxORTx .mbr-text {
  text-align: center;
}
.cid-tRNcXaliKA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tRNcXaliKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRNcXaliKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRNcXaliKA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRNcXaliKA .row {
  flex-direction: row-reverse;
}
.cid-tRNcXaliKA img {
  width: 100%;
}
.cid-tRNcXaliKA .mbr-description {
  color: #ffffff;
}
.cid-uPY7U39VKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uPY7U39VKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPY7U39VKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPY7U39VKN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPY7U39VKN .row {
  flex-direction: row-reverse;
}
.cid-uPY7U39VKN img {
  width: 100%;
}
.cid-uHYWpyK8RH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uHYWpyK8RH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYWpyK8RH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHYWpyK8RH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYWpyK8RH .row {
  flex-direction: row-reverse;
}
.cid-uHYWpyK8RH img {
  width: 100%;
}
.cid-uKHBauqTAL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uKHBauqTAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHBauqTAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKHBauqTAL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKHBauqTAL .row {
  flex-direction: row-reverse;
}
.cid-uKHBauqTAL img {
  width: 100%;
}
.cid-tLBu0GxJBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tLBu0GxJBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBu0GxJBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLBu0GxJBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLBu0GxJBh .row {
  flex-direction: row-reverse;
}
.cid-tLBu0GxJBh img {
  width: 100%;
}
.cid-uQTE6uHBip {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uQTE6uHBip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQTE6uHBip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQTE6uHBip .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQTE6uHBip .row {
  flex-direction: row-reverse;
}
.cid-uQTE6uHBip img {
  width: 100%;
}
.cid-tCCXJDVBFs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCCXJDVBFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCXJDVBFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCXJDVBFs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCCXJDVBFs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCCXJDVBFs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCCXJDVBFs .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCCXJDVBFs .mbr-text,
.cid-tCCXJDVBFs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tE804MDE8i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE804MDE8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE804MDE8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tE804MDE8i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tE804MDE8i .row {
  flex-direction: row-reverse;
}
.cid-tE804MDE8i img {
  width: 100%;
}
.cid-tE804MDE8i .mbr-description {
  color: #ffffff;
}
.cid-uZCjA2qrgI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uZCjA2qrgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZCjA2qrgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZCjA2qrgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZCjA2qrgI .row {
  flex-direction: row-reverse;
}
.cid-uZCjA2qrgI img {
  width: 100%;
}
.cid-uvBtSgxiRe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uvBtSgxiRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBtSgxiRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvBtSgxiRe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBtSgxiRe .row {
  flex-direction: row-reverse;
}
.cid-uvBtSgxiRe img {
  width: 100%;
}
.cid-uvBtSgxiRe .mbr-description {
  color: #ffffff;
}
.cid-tCDjnAgOqy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2c2a01;
}
.cid-tCDjnAgOqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDjnAgOqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDjnAgOqy .mbr-section-title {
  color: #ffffff;
}
.cid-tCDjnAgOqy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCDjqF9zjV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCDjqF9zjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDjqF9zjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDjqF9zjV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCDjqF9zjV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCDjqF9zjV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCDjqF9zjV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCDjqF9zjV .mbr-text,
.cid-tCDjqF9zjV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tCDkv9mZCX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDe9u51MD {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCDe9u51MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDe9u51MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDe9u51MD .mbr-section-title,
.cid-tCDe9u51MD .mbr-text,
.cid-tCDe9u51MD .mbr-section-btn {
  text-align: center;
}
.cid-tCDe9u51MD .video-wrapper {
  margin: auto;
}
.cid-tCDe9u51MD .video-wrapper iframe {
  width: 100%;
}
.cid-tCDe9u51MD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCDe9u51MD .mbr-text,
.cid-tCDe9u51MD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvBu3hKV6g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uvBu3hKV6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBu3hKV6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvBu3hKV6g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBu3hKV6g .row {
  flex-direction: row-reverse;
}
.cid-uvBu3hKV6g img {
  width: 100%;
}
.cid-uvBu3hKV6g .mbr-description {
  color: #ffffff;
}
.cid-uw9VXUObPG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uw9VXUObPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw9VXUObPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw9VXUObPG .item {
  padding-bottom: 2rem;
}
.cid-uw9VXUObPG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uw9VXUObPG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uw9VXUObPG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uw9VXUObPG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uw9VXUObPG .carousel-control,
.cid-uw9VXUObPG .close {
  background: #1b1b1b;
}
.cid-uw9VXUObPG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw9VXUObPG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uw9VXUObPG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw9VXUObPG .carousel-control-next span {
  margin-left: 5px;
}
.cid-uw9VXUObPG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw9VXUObPG .close::before {
  content: '\e91a';
}
.cid-uw9VXUObPG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw9VXUObPG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uw9VXUObPG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw9VXUObPG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uw9VXUObPG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uw9VXUObPG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uw9VXUObPG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uw9VXUObPG .carousel-indicators li.active,
.cid-uw9VXUObPG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uw9VXUObPG .carousel-indicators li::after,
.cid-uw9VXUObPG .carousel-indicators li::before {
  content: none;
}
.cid-uw9VXUObPG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uw9VXUObPG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uw9VXUObPG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw9VXUObPG .carousel-indicators {
    display: none;
  }
}
.cid-uw9VXUObPG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uw9VXUObPG .carousel-inner > .active {
  display: block;
}
.cid-uw9VXUObPG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw9VXUObPG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw9VXUObPG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw9VXUObPG .carousel-control,
  .cid-uw9VXUObPG .carousel-indicators,
  .cid-uw9VXUObPG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw9VXUObPG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw9VXUObPG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw9VXUObPG .carousel-indicators .active,
.cid-uw9VXUObPG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uw9VXUObPG .carousel-indicators .active {
  background: #fff;
}
.cid-uw9VXUObPG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw9VXUObPG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw9VXUObPG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw9VXUObPG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw9VXUObPG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw9VXUObPG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw9VXUObPG .carousel {
  width: 100%;
}
.cid-uw9VXUObPG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw9VXUObPG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uw9VXUObPG .modal.fade .modal-dialog,
.cid-uw9VXUObPG .modal.in .modal-dialog {
  transform: none;
}
.cid-uw9VXUObPG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw9VXUObPG H6 {
  text-align: center;
}
.cid-tCDkv9mZCX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDgMxgkBI {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCDgMxgkBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDgMxgkBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDgMxgkBI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCDgMxgkBI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCDgMxgkBI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCDgMxgkBI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCDgMxgkBI .mbr-text,
.cid-tCDgMxgkBI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tCDhlLg6dK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tCDhlLg6dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDhlLg6dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDhlLg6dK .mbr-section-title {
  color: #ffffff;
}
.cid-tCDhlLg6dK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCDhv7NIQS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCDhv7NIQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDhv7NIQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCDhv7NIQS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCDhv7NIQS .row {
  flex-direction: row-reverse;
}
.cid-tCDhv7NIQS img {
  width: 100%;
}
.cid-tCDgs86kub {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCDgs86kub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDgs86kub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDgs86kub .item {
  padding-bottom: 2rem;
}
.cid-tCDgs86kub .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCDgs86kub .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCDgs86kub .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tCDgs86kub .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCDgs86kub .carousel-control,
.cid-tCDgs86kub .close {
  background: #1b1b1b;
}
.cid-tCDgs86kub .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCDgs86kub .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCDgs86kub .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCDgs86kub .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCDgs86kub .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCDgs86kub .close::before {
  content: '\e91a';
}
.cid-tCDgs86kub .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCDgs86kub .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCDgs86kub .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCDgs86kub .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCDgs86kub .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCDgs86kub .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCDgs86kub .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tCDgs86kub .carousel-indicators li.active,
.cid-tCDgs86kub .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCDgs86kub .carousel-indicators li::after,
.cid-tCDgs86kub .carousel-indicators li::before {
  content: none;
}
.cid-tCDgs86kub .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCDgs86kub .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCDgs86kub .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCDgs86kub .carousel-indicators {
    display: none;
  }
}
.cid-tCDgs86kub .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCDgs86kub .carousel-inner > .active {
  display: block;
}
.cid-tCDgs86kub .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCDgs86kub .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCDgs86kub .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCDgs86kub .carousel-control,
  .cid-tCDgs86kub .carousel-indicators,
  .cid-tCDgs86kub .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCDgs86kub .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCDgs86kub .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCDgs86kub .carousel-indicators .active,
.cid-tCDgs86kub .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCDgs86kub .carousel-indicators .active {
  background: #fff;
}
.cid-tCDgs86kub .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCDgs86kub .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCDgs86kub .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCDgs86kub .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCDgs86kub .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCDgs86kub .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCDgs86kub .carousel {
  width: 100%;
}
.cid-tCDgs86kub .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCDgs86kub .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCDgs86kub .modal.fade .modal-dialog,
.cid-tCDgs86kub .modal.in .modal-dialog {
  transform: none;
}
.cid-tCDgs86kub .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCDgs86kub H6 {
  text-align: center;
}
.cid-tCDkv9mZCX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJxKbBsr7 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJxKbBsr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxKbBsr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJxKbBsr7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCJxKbBsr7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCJxKbBsr7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCJxKbBsr7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCJxKbBsr7 .mbr-text,
.cid-tCJxKbBsr7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tCJxKc6eIF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tCJxKc6eIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxKc6eIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJxKc6eIF .mbr-section-title {
  color: #ffffff;
}
.cid-tCJxKc6eIF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCJxKclTvY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJxKclTvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJxKclTvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCJxKclTvY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCJxKclTvY .row {
  flex-direction: row-reverse;
}
.cid-tCJxKclTvY img {
  width: 100%;
}
.cid-uPGj9Rl1xs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uPGj9Rl1xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGj9Rl1xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGj9Rl1xs .video-wrapper iframe {
  width: 100%;
}
.cid-uPGj9Rl1xs .mbr-section-title,
.cid-uPGj9Rl1xs .mbr-section-subtitle,
.cid-uPGj9Rl1xs .mbr-text {
  text-align: center;
}
.cid-uPGj9Rl1xs .mbr-text {
  color: #ffffff;
}
.cid-tD6toWWuxr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6toWWuxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6toWWuxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6toWWuxr .item {
  padding-bottom: 2rem;
}
.cid-tD6toWWuxr .item-wrapper {
  position: relative;
}
.cid-tD6toWWuxr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD6toWWuxr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD6toWWuxr .carousel-control,
.cid-tD6toWWuxr .close {
  background: #1b1b1b;
}
.cid-tD6toWWuxr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD6toWWuxr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD6toWWuxr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD6toWWuxr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD6toWWuxr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD6toWWuxr .close::before {
  content: '\e91a';
}
.cid-tD6toWWuxr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD6toWWuxr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD6toWWuxr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6toWWuxr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6toWWuxr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6toWWuxr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD6toWWuxr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD6toWWuxr .carousel-indicators li.active,
.cid-tD6toWWuxr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6toWWuxr .carousel-indicators li::after,
.cid-tD6toWWuxr .carousel-indicators li::before {
  content: none;
}
.cid-tD6toWWuxr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6toWWuxr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6toWWuxr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6toWWuxr .carousel-indicators {
    display: none;
  }
}
.cid-tD6toWWuxr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6toWWuxr .carousel-inner > .active {
  display: block;
}
.cid-tD6toWWuxr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6toWWuxr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD6toWWuxr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD6toWWuxr .carousel-control,
  .cid-tD6toWWuxr .carousel-indicators,
  .cid-tD6toWWuxr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD6toWWuxr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD6toWWuxr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD6toWWuxr .carousel-indicators .active,
.cid-tD6toWWuxr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD6toWWuxr .carousel-indicators .active {
  background: #fff;
}
.cid-tD6toWWuxr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD6toWWuxr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD6toWWuxr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD6toWWuxr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD6toWWuxr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD6toWWuxr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD6toWWuxr .carousel {
  width: 100%;
}
.cid-tD6toWWuxr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD6toWWuxr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD6toWWuxr .modal.fade .modal-dialog,
.cid-tD6toWWuxr .modal.in .modal-dialog {
  transform: none;
}
.cid-tD6toWWuxr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD6toWWuxr H6 {
  text-align: center;
}
.cid-tCJxKd9ric {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJyKlZItc {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJyKlZItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJyKlZItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJyKlZItc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCJyKlZItc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCJyKlZItc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCJyKlZItc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCJyKlZItc .mbr-text,
.cid-tCJyKlZItc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tCJyKmqXrX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tCJyKmqXrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJyKmqXrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJyKmqXrX .mbr-section-title {
  color: #ffffff;
}
.cid-tCJyKmqXrX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCJyKmCNEm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJyKmCNEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJyKmCNEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCJyKmCNEm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCJyKmCNEm .row {
  flex-direction: row-reverse;
}
.cid-tCJyKmCNEm img {
  width: 100%;
}
.cid-tCJyKmPeVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJyKmPeVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJyKmPeVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJyKmPeVW .item {
  padding-bottom: 2rem;
}
.cid-tCJyKmPeVW .item-wrapper {
  position: relative;
}
.cid-tCJyKmPeVW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tCJyKmPeVW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCJyKmPeVW .carousel-control,
.cid-tCJyKmPeVW .close {
  background: #1b1b1b;
}
.cid-tCJyKmPeVW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCJyKmPeVW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCJyKmPeVW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCJyKmPeVW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCJyKmPeVW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCJyKmPeVW .close::before {
  content: '\e91a';
}
.cid-tCJyKmPeVW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCJyKmPeVW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCJyKmPeVW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJyKmPeVW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJyKmPeVW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCJyKmPeVW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCJyKmPeVW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tCJyKmPeVW .carousel-indicators li.active,
.cid-tCJyKmPeVW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCJyKmPeVW .carousel-indicators li::after,
.cid-tCJyKmPeVW .carousel-indicators li::before {
  content: none;
}
.cid-tCJyKmPeVW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCJyKmPeVW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCJyKmPeVW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCJyKmPeVW .carousel-indicators {
    display: none;
  }
}
.cid-tCJyKmPeVW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCJyKmPeVW .carousel-inner > .active {
  display: block;
}
.cid-tCJyKmPeVW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJyKmPeVW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCJyKmPeVW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCJyKmPeVW .carousel-control,
  .cid-tCJyKmPeVW .carousel-indicators,
  .cid-tCJyKmPeVW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCJyKmPeVW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCJyKmPeVW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCJyKmPeVW .carousel-indicators .active,
.cid-tCJyKmPeVW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCJyKmPeVW .carousel-indicators .active {
  background: #fff;
}
.cid-tCJyKmPeVW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCJyKmPeVW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCJyKmPeVW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCJyKmPeVW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCJyKmPeVW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCJyKmPeVW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCJyKmPeVW .carousel {
  width: 100%;
}
.cid-tCJyKmPeVW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCJyKmPeVW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCJyKmPeVW .modal.fade .modal-dialog,
.cid-tCJyKmPeVW .modal.in .modal-dialog {
  transform: none;
}
.cid-tCJyKmPeVW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCJyKmPeVW H6 {
  text-align: center;
}
.cid-tCJyKnjkyU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJA6Pv9yN {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJA6Pv9yN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJA6Pv9yN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJA6Pv9yN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCJA6Pv9yN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCJA6Pv9yN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCJA6Pv9yN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCJA6Pv9yN .mbr-text,
.cid-tCJA6Pv9yN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tCJA6QeVjR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tCJA6QeVjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJA6QeVjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJA6QeVjR .mbr-section-title {
  color: #ffffff;
}
.cid-tCJA6QeVjR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCJA6QK4Ft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJA6QK4Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJA6QK4Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCJA6QK4Ft .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCJA6QK4Ft .row {
  flex-direction: row-reverse;
}
.cid-tCJA6QK4Ft img {
  width: 100%;
}
.cid-tCJA6R1rEt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tCJA6R1rEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJA6R1rEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJA6R1rEt .item {
  padding-bottom: 2rem;
}
.cid-tCJA6R1rEt .item-wrapper {
  position: relative;
}
.cid-tCJA6R1rEt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tCJA6R1rEt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCJA6R1rEt .carousel-control,
.cid-tCJA6R1rEt .close {
  background: #1b1b1b;
}
.cid-tCJA6R1rEt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCJA6R1rEt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCJA6R1rEt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCJA6R1rEt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCJA6R1rEt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCJA6R1rEt .close::before {
  content: '\e91a';
}
.cid-tCJA6R1rEt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCJA6R1rEt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCJA6R1rEt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJA6R1rEt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCJA6R1rEt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCJA6R1rEt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCJA6R1rEt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tCJA6R1rEt .carousel-indicators li.active,
.cid-tCJA6R1rEt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCJA6R1rEt .carousel-indicators li::after,
.cid-tCJA6R1rEt .carousel-indicators li::before {
  content: none;
}
.cid-tCJA6R1rEt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCJA6R1rEt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCJA6R1rEt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCJA6R1rEt .carousel-indicators {
    display: none;
  }
}
.cid-tCJA6R1rEt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCJA6R1rEt .carousel-inner > .active {
  display: block;
}
.cid-tCJA6R1rEt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJA6R1rEt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCJA6R1rEt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCJA6R1rEt .carousel-control,
  .cid-tCJA6R1rEt .carousel-indicators,
  .cid-tCJA6R1rEt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCJA6R1rEt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCJA6R1rEt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCJA6R1rEt .carousel-indicators .active,
.cid-tCJA6R1rEt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCJA6R1rEt .carousel-indicators .active {
  background: #fff;
}
.cid-tCJA6R1rEt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCJA6R1rEt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCJA6R1rEt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCJA6R1rEt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCJA6R1rEt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCJA6R1rEt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCJA6R1rEt .carousel {
  width: 100%;
}
.cid-tCJA6R1rEt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCJA6R1rEt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCJA6R1rEt .modal.fade .modal-dialog,
.cid-tCJA6R1rEt .modal.in .modal-dialog {
  transform: none;
}
.cid-tCJA6R1rEt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCJA6R1rEt H6 {
  text-align: center;
}
.cid-tCJA6RAVrP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD6pIevgsN {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6pIevgsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6pIevgsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6pIevgsN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD6pIevgsN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tD6pIevgsN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tD6pIevgsN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tD6pIevgsN .mbr-text,
.cid-tD6pIevgsN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tD6pIeVTRC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tD6pIeVTRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6pIeVTRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6pIeVTRC .mbr-section-title {
  color: #ffffff;
}
.cid-tD6pIeVTRC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD6pIfbeMt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6pIfbeMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6pIfbeMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD6pIfbeMt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD6pIfbeMt .row {
  flex-direction: row-reverse;
}
.cid-tD6pIfbeMt img {
  width: 100%;
}
.cid-tKh8PJJND7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tKh8PJJND7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKh8PJJND7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKh8PJJND7 .video-wrapper iframe {
  width: 100%;
}
.cid-tKh8PJJND7 .mbr-section-title,
.cid-tKh8PJJND7 .mbr-section-subtitle,
.cid-tKh8PJJND7 .mbr-text {
  text-align: center;
}
.cid-tKh8PJJND7 .mbr-section-title {
  color: #ffffff;
}
.cid-tKh8PJJND7 .mbr-text {
  color: #ffffff;
}
.cid-tJY62MdCEL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tJY62MdCEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJY62MdCEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJY62MdCEL .video-wrapper iframe {
  width: 100%;
}
.cid-tJY62MdCEL .mbr-section-title,
.cid-tJY62MdCEL .mbr-section-subtitle,
.cid-tJY62MdCEL .mbr-text {
  text-align: center;
}
.cid-tJY62MdCEL .mbr-section-title {
  color: #ffffff;
}
.cid-tD6pIfo07y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6pIfo07y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6pIfo07y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6pIfo07y .item {
  padding-bottom: 2rem;
}
.cid-tD6pIfo07y .item-wrapper {
  position: relative;
}
.cid-tD6pIfo07y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD6pIfo07y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD6pIfo07y .carousel-control,
.cid-tD6pIfo07y .close {
  background: #1b1b1b;
}
.cid-tD6pIfo07y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD6pIfo07y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD6pIfo07y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD6pIfo07y .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD6pIfo07y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD6pIfo07y .close::before {
  content: '\e91a';
}
.cid-tD6pIfo07y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD6pIfo07y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD6pIfo07y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6pIfo07y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6pIfo07y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6pIfo07y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD6pIfo07y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD6pIfo07y .carousel-indicators li.active,
.cid-tD6pIfo07y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6pIfo07y .carousel-indicators li::after,
.cid-tD6pIfo07y .carousel-indicators li::before {
  content: none;
}
.cid-tD6pIfo07y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6pIfo07y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6pIfo07y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6pIfo07y .carousel-indicators {
    display: none;
  }
}
.cid-tD6pIfo07y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6pIfo07y .carousel-inner > .active {
  display: block;
}
.cid-tD6pIfo07y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6pIfo07y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD6pIfo07y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD6pIfo07y .carousel-control,
  .cid-tD6pIfo07y .carousel-indicators,
  .cid-tD6pIfo07y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD6pIfo07y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD6pIfo07y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD6pIfo07y .carousel-indicators .active,
.cid-tD6pIfo07y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD6pIfo07y .carousel-indicators .active {
  background: #fff;
}
.cid-tD6pIfo07y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD6pIfo07y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD6pIfo07y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD6pIfo07y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD6pIfo07y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD6pIfo07y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD6pIfo07y .carousel {
  width: 100%;
}
.cid-tD6pIfo07y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD6pIfo07y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD6pIfo07y .modal.fade .modal-dialog,
.cid-tD6pIfo07y .modal.in .modal-dialog {
  transform: none;
}
.cid-tD6pIfo07y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD6pIfo07y H6 {
  text-align: center;
}
.cid-tD6pIfNMYj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD6qFTdXj1 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6qFTdXj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6qFTdXj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6qFTdXj1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD6qFTdXj1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tD6qFTdXj1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tD6qFTdXj1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tD6qFTdXj1 .mbr-text,
.cid-tD6qFTdXj1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tD6qFTzU2G {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tD6qFTzU2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6qFTzU2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6qFTzU2G .mbr-section-title {
  color: #ffffff;
}
.cid-tD6qFTzU2G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD6qFTLeB6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6qFTLeB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6qFTLeB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD6qFTLeB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD6qFTLeB6 .row {
  flex-direction: row-reverse;
}
.cid-tD6qFTLeB6 img {
  width: 100%;
}
.cid-tD6sEI06m8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6sEI06m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6sEI06m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6sEI06m8 .item {
  padding-bottom: 2rem;
}
.cid-tD6sEI06m8 .item-wrapper {
  position: relative;
}
.cid-tD6sEI06m8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD6sEI06m8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD6sEI06m8 .carousel-control,
.cid-tD6sEI06m8 .close {
  background: #1b1b1b;
}
.cid-tD6sEI06m8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD6sEI06m8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD6sEI06m8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD6sEI06m8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD6sEI06m8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD6sEI06m8 .close::before {
  content: '\e91a';
}
.cid-tD6sEI06m8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD6sEI06m8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD6sEI06m8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6sEI06m8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6sEI06m8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6sEI06m8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD6sEI06m8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD6sEI06m8 .carousel-indicators li.active,
.cid-tD6sEI06m8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6sEI06m8 .carousel-indicators li::after,
.cid-tD6sEI06m8 .carousel-indicators li::before {
  content: none;
}
.cid-tD6sEI06m8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6sEI06m8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6sEI06m8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6sEI06m8 .carousel-indicators {
    display: none;
  }
}
.cid-tD6sEI06m8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6sEI06m8 .carousel-inner > .active {
  display: block;
}
.cid-tD6sEI06m8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6sEI06m8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD6sEI06m8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD6sEI06m8 .carousel-control,
  .cid-tD6sEI06m8 .carousel-indicators,
  .cid-tD6sEI06m8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD6sEI06m8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD6sEI06m8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD6sEI06m8 .carousel-indicators .active,
.cid-tD6sEI06m8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD6sEI06m8 .carousel-indicators .active {
  background: #fff;
}
.cid-tD6sEI06m8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD6sEI06m8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD6sEI06m8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD6sEI06m8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD6sEI06m8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD6sEI06m8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD6sEI06m8 .carousel {
  width: 100%;
}
.cid-tD6sEI06m8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD6sEI06m8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD6sEI06m8 .modal.fade .modal-dialog,
.cid-tD6sEI06m8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tD6sEI06m8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD6sEI06m8 H6 {
  text-align: center;
}
.cid-tDna2Ugj4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDna2Ugj4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDna2Ugj4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDna2Ugj4r .video-wrapper iframe {
  width: 100%;
}
.cid-tDna2Ugj4r .mbr-section-title,
.cid-tDna2Ugj4r .mbr-section-subtitle,
.cid-tDna2Ugj4r .mbr-text {
  text-align: center;
}
.cid-tDna2Ugj4r .mbr-section-title {
  color: #ffffff;
}
.cid-tD6qFTXWO0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD6xVopZkN {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6xVopZkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6xVopZkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6xVopZkN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD6xVopZkN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tD6xVopZkN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tD6xVopZkN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tD6xVopZkN .mbr-text,
.cid-tD6xVopZkN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tD6xVoGdXL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tD6xVoGdXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6xVoGdXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6xVoGdXL .mbr-section-title {
  color: #ffffff;
}
.cid-tD6xVoGdXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD6xVoT33o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6xVoT33o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6xVoT33o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD6xVoT33o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD6xVoT33o .row {
  flex-direction: row-reverse;
}
.cid-tD6xVoT33o img {
  width: 100%;
}
.cid-ursHr6nNOS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ursHr6nNOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursHr6nNOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursHr6nNOS .item {
  padding-bottom: 2rem;
}
.cid-ursHr6nNOS .item-wrapper {
  position: relative;
}
.cid-ursHr6nNOS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ursHr6nNOS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ursHr6nNOS .carousel-control,
.cid-ursHr6nNOS .close {
  background: #1b1b1b;
}
.cid-ursHr6nNOS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ursHr6nNOS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ursHr6nNOS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ursHr6nNOS .carousel-control-next span {
  margin-left: 5px;
}
.cid-ursHr6nNOS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ursHr6nNOS .close::before {
  content: '\e91a';
}
.cid-ursHr6nNOS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ursHr6nNOS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ursHr6nNOS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ursHr6nNOS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ursHr6nNOS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ursHr6nNOS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ursHr6nNOS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ursHr6nNOS .carousel-indicators li.active,
.cid-ursHr6nNOS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ursHr6nNOS .carousel-indicators li::after,
.cid-ursHr6nNOS .carousel-indicators li::before {
  content: none;
}
.cid-ursHr6nNOS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ursHr6nNOS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ursHr6nNOS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ursHr6nNOS .carousel-indicators {
    display: none;
  }
}
.cid-ursHr6nNOS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ursHr6nNOS .carousel-inner > .active {
  display: block;
}
.cid-ursHr6nNOS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ursHr6nNOS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ursHr6nNOS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ursHr6nNOS .carousel-control,
  .cid-ursHr6nNOS .carousel-indicators,
  .cid-ursHr6nNOS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ursHr6nNOS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ursHr6nNOS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ursHr6nNOS .carousel-indicators .active,
.cid-ursHr6nNOS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ursHr6nNOS .carousel-indicators .active {
  background: #fff;
}
.cid-ursHr6nNOS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ursHr6nNOS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ursHr6nNOS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ursHr6nNOS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ursHr6nNOS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ursHr6nNOS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ursHr6nNOS .carousel {
  width: 100%;
}
.cid-ursHr6nNOS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ursHr6nNOS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ursHr6nNOS .modal.fade .modal-dialog,
.cid-ursHr6nNOS .modal.in .modal-dialog {
  transform: none;
}
.cid-ursHr6nNOS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ursHr6nNOS H6 {
  text-align: center;
}
.cid-tD6xVpntzG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD6ySvOxzG {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ySvOxzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ySvOxzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ySvOxzG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD6ySvOxzG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tD6ySvOxzG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tD6ySvOxzG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tD6ySvOxzG .mbr-text,
.cid-tD6ySvOxzG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tD6ySw9b5h {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tD6ySw9b5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ySw9b5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ySw9b5h .mbr-section-title {
  color: #ffffff;
}
.cid-tD6ySw9b5h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD6ySwn2lu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ySwn2lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ySwn2lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD6ySwn2lu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD6ySwn2lu .row {
  flex-direction: row-reverse;
}
.cid-tD6ySwn2lu img {
  width: 100%;
}
.cid-tD6ySwz9z9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ySwz9z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ySwz9z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ySwz9z9 .item {
  padding-bottom: 2rem;
}
.cid-tD6ySwz9z9 .item-wrapper {
  position: relative;
}
.cid-tD6ySwz9z9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD6ySwz9z9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD6ySwz9z9 .carousel-control,
.cid-tD6ySwz9z9 .close {
  background: #1b1b1b;
}
.cid-tD6ySwz9z9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD6ySwz9z9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD6ySwz9z9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD6ySwz9z9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD6ySwz9z9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD6ySwz9z9 .close::before {
  content: '\e91a';
}
.cid-tD6ySwz9z9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD6ySwz9z9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD6ySwz9z9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6ySwz9z9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6ySwz9z9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6ySwz9z9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD6ySwz9z9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD6ySwz9z9 .carousel-indicators li.active,
.cid-tD6ySwz9z9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6ySwz9z9 .carousel-indicators li::after,
.cid-tD6ySwz9z9 .carousel-indicators li::before {
  content: none;
}
.cid-tD6ySwz9z9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6ySwz9z9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6ySwz9z9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6ySwz9z9 .carousel-indicators {
    display: none;
  }
}
.cid-tD6ySwz9z9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6ySwz9z9 .carousel-inner > .active {
  display: block;
}
.cid-tD6ySwz9z9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6ySwz9z9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD6ySwz9z9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD6ySwz9z9 .carousel-control,
  .cid-tD6ySwz9z9 .carousel-indicators,
  .cid-tD6ySwz9z9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD6ySwz9z9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD6ySwz9z9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD6ySwz9z9 .carousel-indicators .active,
.cid-tD6ySwz9z9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD6ySwz9z9 .carousel-indicators .active {
  background: #fff;
}
.cid-tD6ySwz9z9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD6ySwz9z9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD6ySwz9z9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD6ySwz9z9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD6ySwz9z9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD6ySwz9z9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD6ySwz9z9 .carousel {
  width: 100%;
}
.cid-tD6ySwz9z9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD6ySwz9z9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD6ySwz9z9 .modal.fade .modal-dialog,
.cid-tD6ySwz9z9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tD6ySwz9z9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD6ySwz9z9 H6 {
  text-align: center;
}
.cid-tD6ySwTL1h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDcEa1kGwX {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-tDcEa1kGwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcEa1kGwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDcEa1kGwX .mbr-section-title {
  color: #ffffff;
}
.cid-tDcEa1kGwX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDcEVvbmiv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDcEVvbmiv img,
.cid-tDcEVvbmiv .item-img {
  width: 100%;
}
.cid-tDcEVvbmiv .item:focus,
.cid-tDcEVvbmiv span:focus {
  outline: none;
}
.cid-tDcEVvbmiv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDcEVvbmiv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #74701e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDcEVvbmiv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDcEVvbmiv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDcEVvbmiv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDcEVvbmiv .mbr-section-title {
  color: #232323;
}
.cid-tDcEVvbmiv .mbr-text,
.cid-tDcEVvbmiv .mbr-section-btn {
  text-align: left;
}
.cid-tDcEVvbmiv .item-title {
  text-align: center;
}
.cid-tDcEVvbmiv .item-subtitle {
  text-align: center;
}
.cid-tDn6uyeTkn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDn6uyeTkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn6uyeTkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn6uyeTkn .mbr-section-title {
  color: #ffffff;
}
.cid-tDn6uyeTkn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxv1ROUybA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uxv1ROUybA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxv1ROUybA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxv1ROUybA .mbr-section-title {
  color: #ffffff;
}
.cid-uxv1ROUybA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDnaoTVz0N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDnaoTVz0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnaoTVz0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnaoTVz0N .video-wrapper iframe {
  width: 100%;
}
.cid-tDnaoTVz0N .mbr-section-title,
.cid-tDnaoTVz0N .mbr-section-subtitle,
.cid-tDnaoTVz0N .mbr-text {
  text-align: center;
}
.cid-tDnaoTVz0N .mbr-section-title {
  color: #ffffff;
}
.cid-tDnqfFtfuB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDnqfFtfuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnqfFtfuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnqfFtfuB .mbr-section-title {
  color: #ffffff;
}
.cid-tDnqfFtfuB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDnqmCrtmO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDnqmCrtmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnqmCrtmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnqmCrtmO .video-wrapper iframe {
  width: 100%;
}
.cid-tDnqmCrtmO .mbr-section-title,
.cid-tDnqmCrtmO .mbr-section-subtitle,
.cid-tDnqmCrtmO .mbr-text {
  text-align: center;
}
.cid-tDnqmCrtmO .mbr-section-title {
  color: #ffffff;
}
.cid-tDcEa2e420 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDn15cxdPV {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn15cxdPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn15cxdPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn15cxdPV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDn15cxdPV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDn15cxdPV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDn15cxdPV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDn15cxdPV .mbr-text,
.cid-tDn15cxdPV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDn15cUeoe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDn15cUeoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn15cUeoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn15cUeoe .mbr-section-title {
  color: #ffffff;
}
.cid-tDn15cUeoe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDn15d6dER {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn15d6dER .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn15d6dER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDn15d6dER .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDn15d6dER .row {
  flex-direction: row-reverse;
}
.cid-tDn15d6dER img {
  width: 100%;
}
.cid-u7ttmS4tvl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u7ttmS4tvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ttmS4tvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ttmS4tvl .video-wrapper iframe {
  width: 100%;
}
.cid-u7ttmS4tvl .mbr-section-title,
.cid-u7ttmS4tvl .mbr-section-subtitle,
.cid-u7ttmS4tvl .mbr-text {
  text-align: center;
}
.cid-u7ttmS4tvl .mbr-section-title {
  color: #ffffff;
}
.cid-u7ttnvSwzy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u7ttnvSwzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ttnvSwzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ttnvSwzy .video-wrapper iframe {
  width: 100%;
}
.cid-u7ttnvSwzy .mbr-section-title,
.cid-u7ttnvSwzy .mbr-section-subtitle,
.cid-u7ttnvSwzy .mbr-text {
  text-align: center;
}
.cid-u7ttnvSwzy .mbr-section-title {
  color: #ffffff;
}
.cid-u7tto9pYji {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u7tto9pYji .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7tto9pYji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7tto9pYji .video-wrapper iframe {
  width: 100%;
}
.cid-u7tto9pYji .mbr-section-title,
.cid-u7tto9pYji .mbr-section-subtitle,
.cid-u7tto9pYji .mbr-text {
  text-align: center;
}
.cid-u7tto9pYji .mbr-section-title {
  color: #ffffff;
}
.cid-tDWnm6TjB1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDWnm6TjB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWnm6TjB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDWnm6TjB1 .video-wrapper iframe {
  width: 100%;
}
.cid-tDWnm6TjB1 .mbr-section-title,
.cid-tDWnm6TjB1 .mbr-section-subtitle,
.cid-tDWnm6TjB1 .mbr-text {
  text-align: center;
}
.cid-tDWnm6TjB1 .mbr-section-title {
  color: #ffffff;
}
.cid-tDn15dheBW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn15dheBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn15dheBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn15dheBW .item {
  padding-bottom: 2rem;
}
.cid-tDn15dheBW .item-wrapper {
  position: relative;
}
.cid-tDn15dheBW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDn15dheBW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDn15dheBW .carousel-control,
.cid-tDn15dheBW .close {
  background: #1b1b1b;
}
.cid-tDn15dheBW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDn15dheBW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDn15dheBW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDn15dheBW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDn15dheBW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDn15dheBW .close::before {
  content: '\e91a';
}
.cid-tDn15dheBW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDn15dheBW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDn15dheBW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDn15dheBW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDn15dheBW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDn15dheBW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDn15dheBW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDn15dheBW .carousel-indicators li.active,
.cid-tDn15dheBW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDn15dheBW .carousel-indicators li::after,
.cid-tDn15dheBW .carousel-indicators li::before {
  content: none;
}
.cid-tDn15dheBW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDn15dheBW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDn15dheBW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDn15dheBW .carousel-indicators {
    display: none;
  }
}
.cid-tDn15dheBW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDn15dheBW .carousel-inner > .active {
  display: block;
}
.cid-tDn15dheBW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDn15dheBW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDn15dheBW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDn15dheBW .carousel-control,
  .cid-tDn15dheBW .carousel-indicators,
  .cid-tDn15dheBW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDn15dheBW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDn15dheBW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDn15dheBW .carousel-indicators .active,
.cid-tDn15dheBW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDn15dheBW .carousel-indicators .active {
  background: #fff;
}
.cid-tDn15dheBW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDn15dheBW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDn15dheBW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDn15dheBW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDn15dheBW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDn15dheBW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDn15dheBW .carousel {
  width: 100%;
}
.cid-tDn15dheBW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDn15dheBW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDn15dheBW .modal.fade .modal-dialog,
.cid-tDn15dheBW .modal.in .modal-dialog {
  transform: none;
}
.cid-tDn15dheBW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDn15dheBW H6 {
  text-align: center;
}
.cid-tDn15dAjYe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDn2UyF9Yt {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn2UyF9Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn2UyF9Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn2UyF9Yt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDn2UyF9Yt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDn2UyF9Yt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDn2UyF9Yt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDn2UyF9Yt .mbr-text,
.cid-tDn2UyF9Yt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDn2Uz4zjd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDn2Uz4zjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn2Uz4zjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn2Uz4zjd .mbr-section-title {
  color: #ffffff;
}
.cid-tDn2Uz4zjd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDn2UzfU5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn2UzfU5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn2UzfU5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDn2UzfU5A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDn2UzfU5A .row {
  flex-direction: row-reverse;
}
.cid-tDn2UzfU5A img {
  width: 100%;
}
.cid-tDn2UztsxK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDn2UztsxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDn2UztsxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDn2UztsxK .item {
  padding-bottom: 2rem;
}
.cid-tDn2UztsxK .item-wrapper {
  position: relative;
}
.cid-tDn2UztsxK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDn2UztsxK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDn2UztsxK .carousel-control,
.cid-tDn2UztsxK .close {
  background: #1b1b1b;
}
.cid-tDn2UztsxK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDn2UztsxK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDn2UztsxK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDn2UztsxK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDn2UztsxK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDn2UztsxK .close::before {
  content: '\e91a';
}
.cid-tDn2UztsxK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDn2UztsxK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDn2UztsxK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDn2UztsxK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDn2UztsxK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDn2UztsxK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDn2UztsxK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDn2UztsxK .carousel-indicators li.active,
.cid-tDn2UztsxK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDn2UztsxK .carousel-indicators li::after,
.cid-tDn2UztsxK .carousel-indicators li::before {
  content: none;
}
.cid-tDn2UztsxK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDn2UztsxK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDn2UztsxK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDn2UztsxK .carousel-indicators {
    display: none;
  }
}
.cid-tDn2UztsxK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDn2UztsxK .carousel-inner > .active {
  display: block;
}
.cid-tDn2UztsxK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDn2UztsxK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDn2UztsxK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDn2UztsxK .carousel-control,
  .cid-tDn2UztsxK .carousel-indicators,
  .cid-tDn2UztsxK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDn2UztsxK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDn2UztsxK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDn2UztsxK .carousel-indicators .active,
.cid-tDn2UztsxK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDn2UztsxK .carousel-indicators .active {
  background: #fff;
}
.cid-tDn2UztsxK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDn2UztsxK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDn2UztsxK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDn2UztsxK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDn2UztsxK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDn2UztsxK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDn2UztsxK .carousel {
  width: 100%;
}
.cid-tDn2UztsxK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDn2UztsxK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDn2UztsxK .modal.fade .modal-dialog,
.cid-tDn2UztsxK .modal.in .modal-dialog {
  transform: none;
}
.cid-tDn2UztsxK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDn2UztsxK H6 {
  text-align: center;
}
.cid-tDn2UzKBrO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDntJkJN6r {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDntJkJN6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDntJkJN6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDntJkJN6r .mbr-section-title {
  color: #ffffff;
}
.cid-tDntJkJN6r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSMU11LgGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-uSMU11LgGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSMU11LgGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSMU11LgGn .mbr-section-title {
  color: #ffffff;
}
.cid-uSMU11LgGn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXpRKinbuS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uXpRKinbuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpRKinbuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXpRKinbuS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXpRKinbuS .row {
  flex-direction: row-reverse;
}
.cid-uXpRKinbuS img {
  width: 100%;
}
.cid-uXpRKinbuS .mbr-description {
  color: #ffffff;
}
.cid-uSMUnE1398 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uSMUnE1398 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSMUnE1398 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSMUnE1398 .item {
  padding-bottom: 2rem;
}
.cid-uSMUnE1398 .item-wrapper {
  position: relative;
}
.cid-uSMUnE1398 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uSMUnE1398 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uSMUnE1398 .carousel-control,
.cid-uSMUnE1398 .close {
  background: #1b1b1b;
}
.cid-uSMUnE1398 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSMUnE1398 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSMUnE1398 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSMUnE1398 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSMUnE1398 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSMUnE1398 .close::before {
  content: '\e91a';
}
.cid-uSMUnE1398 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSMUnE1398 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSMUnE1398 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSMUnE1398 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSMUnE1398 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSMUnE1398 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSMUnE1398 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uSMUnE1398 .carousel-indicators li.active,
.cid-uSMUnE1398 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSMUnE1398 .carousel-indicators li::after,
.cid-uSMUnE1398 .carousel-indicators li::before {
  content: none;
}
.cid-uSMUnE1398 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSMUnE1398 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSMUnE1398 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSMUnE1398 .carousel-indicators {
    display: none;
  }
}
.cid-uSMUnE1398 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSMUnE1398 .carousel-inner > .active {
  display: block;
}
.cid-uSMUnE1398 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSMUnE1398 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSMUnE1398 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSMUnE1398 .carousel-control,
  .cid-uSMUnE1398 .carousel-indicators,
  .cid-uSMUnE1398 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSMUnE1398 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSMUnE1398 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSMUnE1398 .carousel-indicators .active,
.cid-uSMUnE1398 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSMUnE1398 .carousel-indicators .active {
  background: #fff;
}
.cid-uSMUnE1398 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSMUnE1398 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSMUnE1398 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSMUnE1398 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSMUnE1398 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSMUnE1398 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSMUnE1398 .carousel {
  width: 100%;
}
.cid-uSMUnE1398 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSMUnE1398 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSMUnE1398 .modal.fade .modal-dialog,
.cid-uSMUnE1398 .modal.in .modal-dialog {
  transform: none;
}
.cid-uSMUnE1398 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSMUnE1398 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-uSMUnE1398 H3 {
  color: #ffffff;
}
.cid-tE80q9aSLX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE80q9aSLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE80q9aSLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tE80q9aSLX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tE80q9aSLX .row {
  flex-direction: row-reverse;
}
.cid-tE80q9aSLX img {
  width: 100%;
}
.cid-tE80q9aSLX .mbr-description {
  color: #ffffff;
}
.cid-tDntJo5iSu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDEMoGpWKP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDEMoGpWKP nav.navbar {
  position: fixed;
}
.cid-tDEMoGpWKP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEMoGpWKP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDEMoGpWKP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDEMoGpWKP .dropdown-item:hover,
.cid-tDEMoGpWKP .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDEMoGpWKP .dropdown-item:hover span {
  color: white;
}
.cid-tDEMoGpWKP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDEMoGpWKP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDEMoGpWKP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDEMoGpWKP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDEMoGpWKP .nav-link {
  position: relative;
}
.cid-tDEMoGpWKP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDEMoGpWKP .container {
    flex-wrap: wrap;
  }
}
.cid-tDEMoGpWKP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDEMoGpWKP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDEMoGpWKP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDEMoGpWKP .dropdown-menu,
.cid-tDEMoGpWKP .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDEMoGpWKP .nav-item:focus,
.cid-tDEMoGpWKP .nav-link:focus {
  outline: none;
}
.cid-tDEMoGpWKP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEMoGpWKP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEMoGpWKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEMoGpWKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEMoGpWKP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEMoGpWKP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEMoGpWKP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDEMoGpWKP .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEMoGpWKP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDEMoGpWKP .navbar .navbar-logo img {
  width: auto;
}
.cid-tDEMoGpWKP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDEMoGpWKP .navbar.collapsed {
  justify-content: center;
}
.cid-tDEMoGpWKP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEMoGpWKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDEMoGpWKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDEMoGpWKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEMoGpWKP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEMoGpWKP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDEMoGpWKP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEMoGpWKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDEMoGpWKP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDEMoGpWKP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEMoGpWKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEMoGpWKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEMoGpWKP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDEMoGpWKP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDEMoGpWKP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEMoGpWKP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDEMoGpWKP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDEMoGpWKP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEMoGpWKP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEMoGpWKP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDEMoGpWKP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDEMoGpWKP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEMoGpWKP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEMoGpWKP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEMoGpWKP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDEMoGpWKP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDEMoGpWKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEMoGpWKP .dropdown-item.active,
.cid-tDEMoGpWKP .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEMoGpWKP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEMoGpWKP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEMoGpWKP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEMoGpWKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDEMoGpWKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDEMoGpWKP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEMoGpWKP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDEMoGpWKP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEMoGpWKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDEMoGpWKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDEMoGpWKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEMoGpWKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEMoGpWKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEMoGpWKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEMoGpWKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEMoGpWKP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEMoGpWKP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEMoGpWKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEMoGpWKP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDEMoGpWKP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDEMoGpWKP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDEMoGpWKP .navbar {
    height: 70px;
  }
  .cid-tDEMoGpWKP .navbar.opened {
    height: auto;
  }
  .cid-tDEMoGpWKP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEMoGUDoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEMoGUDoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tDEMoHgAFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-tDEMoHgAFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEMoHgAFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEMoHgAFP .mbr-section-title {
  color: #ffffff;
}
.cid-tDEMoHgAFP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTYtiITIAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-tTYtiITIAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYtiITIAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYtiITIAH .mbr-section-title {
  color: #ffffff;
}
.cid-tTYtiITIAH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTYtBG18R6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tTYtBG18R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYtBG18R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYtBG18R6 .video-wrapper iframe {
  width: 100%;
}
.cid-tTYtBG18R6 .mbr-section-title,
.cid-tTYtBG18R6 .mbr-section-subtitle,
.cid-tTYtBG18R6 .mbr-text {
  text-align: center;
}
.cid-tVcFZlo4Fs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tVcFZlo4Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVcFZlo4Fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVcFZlo4Fs .video-wrapper iframe {
  width: 100%;
}
.cid-tVcFZlo4Fs .mbr-section-title,
.cid-tVcFZlo4Fs .mbr-section-subtitle,
.cid-tVcFZlo4Fs .mbr-text {
  text-align: center;
}
.cid-tVcFZlo4Fs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVcG7Uw0gv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tVcG7Uw0gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVcG7Uw0gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVcG7Uw0gv .video-wrapper iframe {
  width: 100%;
}
.cid-tVcG7Uw0gv .mbr-section-title,
.cid-tVcG7Uw0gv .mbr-section-subtitle,
.cid-tVcG7Uw0gv .mbr-text {
  text-align: center;
}
.cid-tVcG7Uw0gv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWK5MBvkF0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tWK5MBvkF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWK5MBvkF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWK5MBvkF0 .video-wrapper iframe {
  width: 100%;
}
.cid-tWK5MBvkF0 .mbr-section-title,
.cid-tWK5MBvkF0 .mbr-section-subtitle,
.cid-tWK5MBvkF0 .mbr-text {
  text-align: center;
}
.cid-tWK5MBvkF0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTYtQjQgiZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tTYtQjQgiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYtQjQgiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYtQjQgiZ .item {
  padding-bottom: 2rem;
}
.cid-tTYtQjQgiZ .item-wrapper {
  position: relative;
}
.cid-tTYtQjQgiZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tTYtQjQgiZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tTYtQjQgiZ .carousel-control,
.cid-tTYtQjQgiZ .close {
  background: #1b1b1b;
}
.cid-tTYtQjQgiZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tTYtQjQgiZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tTYtQjQgiZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tTYtQjQgiZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tTYtQjQgiZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTYtQjQgiZ .close::before {
  content: '\e91a';
}
.cid-tTYtQjQgiZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTYtQjQgiZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tTYtQjQgiZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTYtQjQgiZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tTYtQjQgiZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tTYtQjQgiZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tTYtQjQgiZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tTYtQjQgiZ .carousel-indicators li.active,
.cid-tTYtQjQgiZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tTYtQjQgiZ .carousel-indicators li::after,
.cid-tTYtQjQgiZ .carousel-indicators li::before {
  content: none;
}
.cid-tTYtQjQgiZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tTYtQjQgiZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tTYtQjQgiZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tTYtQjQgiZ .carousel-indicators {
    display: none;
  }
}
.cid-tTYtQjQgiZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tTYtQjQgiZ .carousel-inner > .active {
  display: block;
}
.cid-tTYtQjQgiZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTYtQjQgiZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTYtQjQgiZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tTYtQjQgiZ .carousel-control,
  .cid-tTYtQjQgiZ .carousel-indicators,
  .cid-tTYtQjQgiZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tTYtQjQgiZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tTYtQjQgiZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTYtQjQgiZ .carousel-indicators .active,
.cid-tTYtQjQgiZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tTYtQjQgiZ .carousel-indicators .active {
  background: #fff;
}
.cid-tTYtQjQgiZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tTYtQjQgiZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tTYtQjQgiZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTYtQjQgiZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tTYtQjQgiZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tTYtQjQgiZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tTYtQjQgiZ .carousel {
  width: 100%;
}
.cid-tTYtQjQgiZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tTYtQjQgiZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tTYtQjQgiZ .modal.fade .modal-dialog,
.cid-tTYtQjQgiZ .modal.in .modal-dialog {
  transform: none;
}
.cid-tTYtQjQgiZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tTYtQjQgiZ H6 {
  text-align: center;
}
.cid-tTYtQjQgiZ H3 {
  color: #ffffff;
}
.cid-uDU2nOey45 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-uDU2nOey45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDU2nOey45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDU2nOey45 .video-wrapper iframe {
  width: 100%;
}
.cid-uDU2nOey45 .mbr-section-title,
.cid-uDU2nOey45 .mbr-section-subtitle,
.cid-uDU2nOey45 .mbr-text {
  text-align: center;
}
.cid-tKUYG7sCah {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c2a01;
}
.cid-tKUYG7sCah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKUYG7sCah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKUYG7sCah .video-wrapper iframe {
  width: 100%;
}
.cid-tKUYG7sCah .mbr-section-title,
.cid-tKUYG7sCah .mbr-section-subtitle,
.cid-tKUYG7sCah .mbr-text {
  text-align: center;
}
.cid-tE80xJOYq8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE80xJOYq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE80xJOYq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tE80xJOYq8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tE80xJOYq8 .row {
  flex-direction: row-reverse;
}
.cid-tE80xJOYq8 img {
  width: 100%;
}
.cid-tE80xJOYq8 .mbr-description {
  color: #ffffff;
}
.cid-tDEOWinlIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-tDEOWinlIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEOWinlIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEOWinlIz .mbr-section-title {
  color: #ffffff;
}
.cid-tDEOWinlIz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEMoII4eH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDEP7Nlc5o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDEP7Nlc5o nav.navbar {
  position: fixed;
}
.cid-tDEP7Nlc5o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEP7Nlc5o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDEP7Nlc5o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDEP7Nlc5o .dropdown-item:hover,
.cid-tDEP7Nlc5o .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDEP7Nlc5o .dropdown-item:hover span {
  color: white;
}
.cid-tDEP7Nlc5o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDEP7Nlc5o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDEP7Nlc5o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDEP7Nlc5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDEP7Nlc5o .nav-link {
  position: relative;
}
.cid-tDEP7Nlc5o .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDEP7Nlc5o .container {
    flex-wrap: wrap;
  }
}
.cid-tDEP7Nlc5o .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDEP7Nlc5o .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDEP7Nlc5o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDEP7Nlc5o .dropdown-menu,
.cid-tDEP7Nlc5o .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDEP7Nlc5o .nav-item:focus,
.cid-tDEP7Nlc5o .nav-link:focus {
  outline: none;
}
.cid-tDEP7Nlc5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDEP7Nlc5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDEP7Nlc5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDEP7Nlc5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDEP7Nlc5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDEP7Nlc5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDEP7Nlc5o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDEP7Nlc5o .navbar.opened {
  transition: all 0.3s;
}
.cid-tDEP7Nlc5o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDEP7Nlc5o .navbar .navbar-logo img {
  width: auto;
}
.cid-tDEP7Nlc5o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDEP7Nlc5o .navbar.collapsed {
  justify-content: center;
}
.cid-tDEP7Nlc5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDEP7Nlc5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDEP7Nlc5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDEP7Nlc5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDEP7Nlc5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDEP7Nlc5o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDEP7Nlc5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDEP7Nlc5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDEP7Nlc5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDEP7Nlc5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDEP7Nlc5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDEP7Nlc5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDEP7Nlc5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDEP7Nlc5o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDEP7Nlc5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDEP7Nlc5o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDEP7Nlc5o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDEP7Nlc5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDEP7Nlc5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDEP7Nlc5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDEP7Nlc5o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDEP7Nlc5o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDEP7Nlc5o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDEP7Nlc5o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDEP7Nlc5o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDEP7Nlc5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDEP7Nlc5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDEP7Nlc5o .dropdown-item.active,
.cid-tDEP7Nlc5o .dropdown-item:active {
  background-color: transparent;
}
.cid-tDEP7Nlc5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDEP7Nlc5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDEP7Nlc5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDEP7Nlc5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDEP7Nlc5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDEP7Nlc5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDEP7Nlc5o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDEP7Nlc5o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDEP7Nlc5o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDEP7Nlc5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDEP7Nlc5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDEP7Nlc5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEP7Nlc5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDEP7Nlc5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDEP7Nlc5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEP7Nlc5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDEP7Nlc5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDEP7Nlc5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDEP7Nlc5o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDEP7Nlc5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDEP7Nlc5o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDEP7Nlc5o .navbar {
    height: 70px;
  }
  .cid-tDEP7Nlc5o .navbar.opened {
    height: auto;
  }
  .cid-tDEP7Nlc5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDEPhBkqqC {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDEPhBkqqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEPhBkqqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEPhBkqqC .mbr-section-title {
  color: #ffffff;
}
.cid-tDEPhBkqqC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDEP7LVmJz {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDEP7LVmJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEP7LVmJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEP7LVmJz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDEP7LVmJz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDEP7LVmJz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDEP7LVmJz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDEP7LVmJz .mbr-text,
.cid-tDEP7LVmJz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDEP7MEuZV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDEP7MEuZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDEP7MEuZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDEP7MEuZV .item {
  padding-bottom: 2rem;
}
.cid-tDEP7MEuZV .item-wrapper {
  position: relative;
}
.cid-tDEP7MEuZV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDEP7MEuZV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDEP7MEuZV .carousel-control,
.cid-tDEP7MEuZV .close {
  background: #1b1b1b;
}
.cid-tDEP7MEuZV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDEP7MEuZV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDEP7MEuZV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDEP7MEuZV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDEP7MEuZV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDEP7MEuZV .close::before {
  content: '\e91a';
}
.cid-tDEP7MEuZV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDEP7MEuZV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDEP7MEuZV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDEP7MEuZV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDEP7MEuZV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDEP7MEuZV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDEP7MEuZV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDEP7MEuZV .carousel-indicators li.active,
.cid-tDEP7MEuZV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDEP7MEuZV .carousel-indicators li::after,
.cid-tDEP7MEuZV .carousel-indicators li::before {
  content: none;
}
.cid-tDEP7MEuZV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDEP7MEuZV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDEP7MEuZV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDEP7MEuZV .carousel-indicators {
    display: none;
  }
}
.cid-tDEP7MEuZV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDEP7MEuZV .carousel-inner > .active {
  display: block;
}
.cid-tDEP7MEuZV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDEP7MEuZV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDEP7MEuZV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDEP7MEuZV .carousel-control,
  .cid-tDEP7MEuZV .carousel-indicators,
  .cid-tDEP7MEuZV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDEP7MEuZV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDEP7MEuZV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDEP7MEuZV .carousel-indicators .active,
.cid-tDEP7MEuZV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDEP7MEuZV .carousel-indicators .active {
  background: #fff;
}
.cid-tDEP7MEuZV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDEP7MEuZV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDEP7MEuZV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDEP7MEuZV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDEP7MEuZV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDEP7MEuZV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDEP7MEuZV .carousel {
  width: 100%;
}
.cid-tDEP7MEuZV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDEP7MEuZV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDEP7MEuZV .modal.fade .modal-dialog,
.cid-tDEP7MEuZV .modal.in .modal-dialog {
  transform: none;
}
.cid-tDEP7MEuZV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDEP7MEuZV H6 {
  text-align: center;
}
.cid-tDEP7MEuZV H3 {
  color: #ffffff;
}
.cid-tDFaCtg6FI {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFaCtg6FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFaCtg6FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFaCtg6FI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFaCtg6FI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFaCtg6FI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFaCtg6FI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFaCtg6FI .mbr-text,
.cid-tDFaCtg6FI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDF9Y6EPyq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDF9Y6EPyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDF9Y6EPyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDF9Y6EPyq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDF9Y6EPyq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDF9Y6EPyq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDF9Y6EPyq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDF9Y6EPyq .mbr-text,
.cid-tDF9Y6EPyq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFgmLh6tM {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFgmLh6tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFgmLh6tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFgmLh6tM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFgmLh6tM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFgmLh6tM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFgmLh6tM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFgmLh6tM .mbr-text,
.cid-tDFgmLh6tM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFgD3Rdl2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFgD3Rdl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFgD3Rdl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFgD3Rdl2 .item {
  padding-bottom: 2rem;
}
.cid-tDFgD3Rdl2 .item-wrapper {
  position: relative;
}
.cid-tDFgD3Rdl2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDFgD3Rdl2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFgD3Rdl2 .carousel-control,
.cid-tDFgD3Rdl2 .close {
  background: #1b1b1b;
}
.cid-tDFgD3Rdl2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFgD3Rdl2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFgD3Rdl2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFgD3Rdl2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFgD3Rdl2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDFgD3Rdl2 .close::before {
  content: '\e91a';
}
.cid-tDFgD3Rdl2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFgD3Rdl2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDFgD3Rdl2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFgD3Rdl2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFgD3Rdl2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFgD3Rdl2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFgD3Rdl2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDFgD3Rdl2 .carousel-indicators li.active,
.cid-tDFgD3Rdl2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFgD3Rdl2 .carousel-indicators li::after,
.cid-tDFgD3Rdl2 .carousel-indicators li::before {
  content: none;
}
.cid-tDFgD3Rdl2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFgD3Rdl2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFgD3Rdl2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFgD3Rdl2 .carousel-indicators {
    display: none;
  }
}
.cid-tDFgD3Rdl2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFgD3Rdl2 .carousel-inner > .active {
  display: block;
}
.cid-tDFgD3Rdl2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFgD3Rdl2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFgD3Rdl2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFgD3Rdl2 .carousel-control,
  .cid-tDFgD3Rdl2 .carousel-indicators,
  .cid-tDFgD3Rdl2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFgD3Rdl2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFgD3Rdl2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFgD3Rdl2 .carousel-indicators .active,
.cid-tDFgD3Rdl2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFgD3Rdl2 .carousel-indicators .active {
  background: #fff;
}
.cid-tDFgD3Rdl2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFgD3Rdl2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFgD3Rdl2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFgD3Rdl2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFgD3Rdl2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFgD3Rdl2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFgD3Rdl2 .carousel {
  width: 100%;
}
.cid-tDFgD3Rdl2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFgD3Rdl2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFgD3Rdl2 .modal.fade .modal-dialog,
.cid-tDFgD3Rdl2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFgD3Rdl2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFgD3Rdl2 H6 {
  text-align: center;
}
.cid-tDFgD3Rdl2 H3 {
  color: #ffffff;
}
.cid-tDFc6tw1zj {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFc6tw1zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFc6tw1zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFc6tw1zj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFc6tw1zj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFc6tw1zj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFc6tw1zj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFc6tw1zj .mbr-text,
.cid-tDFc6tw1zj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFdXSQdc2 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFdXSQdc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFdXSQdc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFdXSQdc2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFdXSQdc2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFdXSQdc2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFdXSQdc2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFdXSQdc2 .mbr-text,
.cid-tDFdXSQdc2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tE2QQ4OOms {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE2QQ4OOms .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2QQ4OOms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2QQ4OOms .item {
  padding-bottom: 2rem;
}
.cid-tE2QQ4OOms .item-wrapper {
  position: relative;
}
.cid-tE2QQ4OOms .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tE2QQ4OOms .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tE2QQ4OOms .carousel-control,
.cid-tE2QQ4OOms .close {
  background: #1b1b1b;
}
.cid-tE2QQ4OOms .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tE2QQ4OOms .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tE2QQ4OOms .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tE2QQ4OOms .carousel-control-next span {
  margin-left: 5px;
}
.cid-tE2QQ4OOms .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tE2QQ4OOms .close::before {
  content: '\e91a';
}
.cid-tE2QQ4OOms .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tE2QQ4OOms .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tE2QQ4OOms .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE2QQ4OOms .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tE2QQ4OOms .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tE2QQ4OOms .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tE2QQ4OOms .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tE2QQ4OOms .carousel-indicators li.active,
.cid-tE2QQ4OOms .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tE2QQ4OOms .carousel-indicators li::after,
.cid-tE2QQ4OOms .carousel-indicators li::before {
  content: none;
}
.cid-tE2QQ4OOms .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tE2QQ4OOms .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tE2QQ4OOms .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tE2QQ4OOms .carousel-indicators {
    display: none;
  }
}
.cid-tE2QQ4OOms .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tE2QQ4OOms .carousel-inner > .active {
  display: block;
}
.cid-tE2QQ4OOms .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE2QQ4OOms .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tE2QQ4OOms .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tE2QQ4OOms .carousel-control,
  .cid-tE2QQ4OOms .carousel-indicators,
  .cid-tE2QQ4OOms .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tE2QQ4OOms .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tE2QQ4OOms .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tE2QQ4OOms .carousel-indicators .active,
.cid-tE2QQ4OOms .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tE2QQ4OOms .carousel-indicators .active {
  background: #fff;
}
.cid-tE2QQ4OOms .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tE2QQ4OOms .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tE2QQ4OOms .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tE2QQ4OOms .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tE2QQ4OOms .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tE2QQ4OOms .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tE2QQ4OOms .carousel {
  width: 100%;
}
.cid-tE2QQ4OOms .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tE2QQ4OOms .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tE2QQ4OOms .modal.fade .modal-dialog,
.cid-tE2QQ4OOms .modal.in .modal-dialog {
  transform: none;
}
.cid-tE2QQ4OOms .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tE2QQ4OOms H6 {
  text-align: center;
}
.cid-tE2QQ4OOms H3 {
  color: #ffffff;
}
.cid-u2tz8kWNtn {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u2tz8kWNtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tz8kWNtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tz8kWNtn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2tz8kWNtn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2tz8kWNtn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2tz8kWNtn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2tz8kWNtn .mbr-text,
.cid-u2tz8kWNtn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u2tzjV2jkD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u2tzjV2jkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tzjV2jkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tzjV2jkD .item {
  padding-bottom: 2rem;
}
.cid-u2tzjV2jkD .item-wrapper {
  position: relative;
}
.cid-u2tzjV2jkD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u2tzjV2jkD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2tzjV2jkD .carousel-control,
.cid-u2tzjV2jkD .close {
  background: #1b1b1b;
}
.cid-u2tzjV2jkD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2tzjV2jkD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2tzjV2jkD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2tzjV2jkD .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2tzjV2jkD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2tzjV2jkD .close::before {
  content: '\e91a';
}
.cid-u2tzjV2jkD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2tzjV2jkD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2tzjV2jkD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2tzjV2jkD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2tzjV2jkD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2tzjV2jkD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2tzjV2jkD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2tzjV2jkD .carousel-indicators li.active,
.cid-u2tzjV2jkD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2tzjV2jkD .carousel-indicators li::after,
.cid-u2tzjV2jkD .carousel-indicators li::before {
  content: none;
}
.cid-u2tzjV2jkD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2tzjV2jkD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2tzjV2jkD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2tzjV2jkD .carousel-indicators {
    display: none;
  }
}
.cid-u2tzjV2jkD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2tzjV2jkD .carousel-inner > .active {
  display: block;
}
.cid-u2tzjV2jkD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2tzjV2jkD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2tzjV2jkD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2tzjV2jkD .carousel-control,
  .cid-u2tzjV2jkD .carousel-indicators,
  .cid-u2tzjV2jkD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2tzjV2jkD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2tzjV2jkD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2tzjV2jkD .carousel-indicators .active,
.cid-u2tzjV2jkD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2tzjV2jkD .carousel-indicators .active {
  background: #fff;
}
.cid-u2tzjV2jkD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2tzjV2jkD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2tzjV2jkD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2tzjV2jkD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2tzjV2jkD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2tzjV2jkD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2tzjV2jkD .carousel {
  width: 100%;
}
.cid-u2tzjV2jkD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2tzjV2jkD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2tzjV2jkD .modal.fade .modal-dialog,
.cid-u2tzjV2jkD .modal.in .modal-dialog {
  transform: none;
}
.cid-u2tzjV2jkD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2tzjV2jkD H6 {
  text-align: center;
}
.cid-u2tzjV2jkD H3 {
  color: #ffffff;
}
.cid-tDFeqEPFFD {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFeqEPFFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFeqEPFFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFeqEPFFD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFeqEPFFD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFeqEPFFD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFeqEPFFD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFeqEPFFD .mbr-text,
.cid-tDFeqEPFFD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFf1aQHu6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFf1aQHu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFf1aQHu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFf1aQHu6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFf1aQHu6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFf1aQHu6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFf1aQHu6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFf1aQHu6 .mbr-text,
.cid-tDFf1aQHu6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFfaVWakr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFfaVWakr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFfaVWakr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFfaVWakr .item {
  padding-bottom: 2rem;
}
.cid-tDFfaVWakr .item-wrapper {
  position: relative;
}
.cid-tDFfaVWakr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDFfaVWakr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFfaVWakr .carousel-control,
.cid-tDFfaVWakr .close {
  background: #1b1b1b;
}
.cid-tDFfaVWakr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFfaVWakr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFfaVWakr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFfaVWakr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFfaVWakr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDFfaVWakr .close::before {
  content: '\e91a';
}
.cid-tDFfaVWakr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFfaVWakr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDFfaVWakr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFfaVWakr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFfaVWakr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFfaVWakr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFfaVWakr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDFfaVWakr .carousel-indicators li.active,
.cid-tDFfaVWakr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFfaVWakr .carousel-indicators li::after,
.cid-tDFfaVWakr .carousel-indicators li::before {
  content: none;
}
.cid-tDFfaVWakr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFfaVWakr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFfaVWakr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFfaVWakr .carousel-indicators {
    display: none;
  }
}
.cid-tDFfaVWakr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFfaVWakr .carousel-inner > .active {
  display: block;
}
.cid-tDFfaVWakr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFfaVWakr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFfaVWakr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFfaVWakr .carousel-control,
  .cid-tDFfaVWakr .carousel-indicators,
  .cid-tDFfaVWakr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFfaVWakr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFfaVWakr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFfaVWakr .carousel-indicators .active,
.cid-tDFfaVWakr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFfaVWakr .carousel-indicators .active {
  background: #fff;
}
.cid-tDFfaVWakr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFfaVWakr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFfaVWakr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFfaVWakr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFfaVWakr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFfaVWakr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFfaVWakr .carousel {
  width: 100%;
}
.cid-tDFfaVWakr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFfaVWakr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFfaVWakr .modal.fade .modal-dialog,
.cid-tDFfaVWakr .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFfaVWakr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFfaVWakr H6 {
  text-align: center;
}
.cid-tDFfaVWakr H3 {
  color: #ffffff;
}
.cid-tDFfp6HMSM {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFfp6HMSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFfp6HMSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFfp6HMSM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDFfp6HMSM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFfp6HMSM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDFfp6HMSM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDFfp6HMSM .mbr-text,
.cid-tDFfp6HMSM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDFfNNGFZO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFfNNGFZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFfNNGFZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFfNNGFZO .item {
  padding-bottom: 2rem;
}
.cid-tDFfNNGFZO .item-wrapper {
  position: relative;
}
.cid-tDFfNNGFZO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDFfNNGFZO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFfNNGFZO .carousel-control,
.cid-tDFfNNGFZO .close {
  background: #1b1b1b;
}
.cid-tDFfNNGFZO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFfNNGFZO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFfNNGFZO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFfNNGFZO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFfNNGFZO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDFfNNGFZO .close::before {
  content: '\e91a';
}
.cid-tDFfNNGFZO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFfNNGFZO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDFfNNGFZO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFfNNGFZO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFfNNGFZO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFfNNGFZO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFfNNGFZO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDFfNNGFZO .carousel-indicators li.active,
.cid-tDFfNNGFZO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFfNNGFZO .carousel-indicators li::after,
.cid-tDFfNNGFZO .carousel-indicators li::before {
  content: none;
}
.cid-tDFfNNGFZO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFfNNGFZO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFfNNGFZO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFfNNGFZO .carousel-indicators {
    display: none;
  }
}
.cid-tDFfNNGFZO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFfNNGFZO .carousel-inner > .active {
  display: block;
}
.cid-tDFfNNGFZO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFfNNGFZO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFfNNGFZO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFfNNGFZO .carousel-control,
  .cid-tDFfNNGFZO .carousel-indicators,
  .cid-tDFfNNGFZO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFfNNGFZO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFfNNGFZO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFfNNGFZO .carousel-indicators .active,
.cid-tDFfNNGFZO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFfNNGFZO .carousel-indicators .active {
  background: #fff;
}
.cid-tDFfNNGFZO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFfNNGFZO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFfNNGFZO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFfNNGFZO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFfNNGFZO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFfNNGFZO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFfNNGFZO .carousel {
  width: 100%;
}
.cid-tDFfNNGFZO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFfNNGFZO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFfNNGFZO .modal.fade .modal-dialog,
.cid-tDFfNNGFZO .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFfNNGFZO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFfNNGFZO H6 {
  text-align: center;
}
.cid-tDFfNNGFZO H3 {
  color: #ffffff;
}
.cid-tIVTxIwYTu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVTxIwYTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVTxIwYTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVTxIwYTu .item {
  padding-bottom: 2rem;
}
.cid-tIVTxIwYTu .item-wrapper {
  position: relative;
}
.cid-tIVTxIwYTu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVTxIwYTu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVTxIwYTu .carousel-control,
.cid-tIVTxIwYTu .close {
  background: #1b1b1b;
}
.cid-tIVTxIwYTu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVTxIwYTu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVTxIwYTu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVTxIwYTu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVTxIwYTu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVTxIwYTu .close::before {
  content: '\e91a';
}
.cid-tIVTxIwYTu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVTxIwYTu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVTxIwYTu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVTxIwYTu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVTxIwYTu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVTxIwYTu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVTxIwYTu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVTxIwYTu .carousel-indicators li.active,
.cid-tIVTxIwYTu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVTxIwYTu .carousel-indicators li::after,
.cid-tIVTxIwYTu .carousel-indicators li::before {
  content: none;
}
.cid-tIVTxIwYTu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVTxIwYTu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVTxIwYTu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVTxIwYTu .carousel-indicators {
    display: none;
  }
}
.cid-tIVTxIwYTu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVTxIwYTu .carousel-inner > .active {
  display: block;
}
.cid-tIVTxIwYTu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVTxIwYTu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVTxIwYTu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVTxIwYTu .carousel-control,
  .cid-tIVTxIwYTu .carousel-indicators,
  .cid-tIVTxIwYTu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVTxIwYTu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVTxIwYTu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVTxIwYTu .carousel-indicators .active,
.cid-tIVTxIwYTu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVTxIwYTu .carousel-indicators .active {
  background: #fff;
}
.cid-tIVTxIwYTu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVTxIwYTu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVTxIwYTu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVTxIwYTu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVTxIwYTu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVTxIwYTu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVTxIwYTu .carousel {
  width: 100%;
}
.cid-tIVTxIwYTu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVTxIwYTu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVTxIwYTu .modal.fade .modal-dialog,
.cid-tIVTxIwYTu .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVTxIwYTu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVTxIwYTu H6 {
  text-align: center;
}
.cid-tIVTxIwYTu H3 {
  color: #ffffff;
}
.cid-tDEP7N3PIB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDFgPivPCO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDFgPivPCO nav.navbar {
  position: fixed;
}
.cid-tDFgPivPCO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFgPivPCO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDFgPivPCO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDFgPivPCO .dropdown-item:hover,
.cid-tDFgPivPCO .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDFgPivPCO .dropdown-item:hover span {
  color: white;
}
.cid-tDFgPivPCO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDFgPivPCO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDFgPivPCO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDFgPivPCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDFgPivPCO .nav-link {
  position: relative;
}
.cid-tDFgPivPCO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDFgPivPCO .container {
    flex-wrap: wrap;
  }
}
.cid-tDFgPivPCO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDFgPivPCO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDFgPivPCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDFgPivPCO .dropdown-menu,
.cid-tDFgPivPCO .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDFgPivPCO .nav-item:focus,
.cid-tDFgPivPCO .nav-link:focus {
  outline: none;
}
.cid-tDFgPivPCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFgPivPCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFgPivPCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFgPivPCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFgPivPCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFgPivPCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFgPivPCO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDFgPivPCO .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFgPivPCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDFgPivPCO .navbar .navbar-logo img {
  width: auto;
}
.cid-tDFgPivPCO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDFgPivPCO .navbar.collapsed {
  justify-content: center;
}
.cid-tDFgPivPCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFgPivPCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDFgPivPCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDFgPivPCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFgPivPCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFgPivPCO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDFgPivPCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFgPivPCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDFgPivPCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDFgPivPCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFgPivPCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFgPivPCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFgPivPCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDFgPivPCO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDFgPivPCO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFgPivPCO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDFgPivPCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDFgPivPCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFgPivPCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFgPivPCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDFgPivPCO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDFgPivPCO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFgPivPCO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFgPivPCO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFgPivPCO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDFgPivPCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDFgPivPCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFgPivPCO .dropdown-item.active,
.cid-tDFgPivPCO .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFgPivPCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFgPivPCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFgPivPCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFgPivPCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDFgPivPCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDFgPivPCO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFgPivPCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDFgPivPCO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFgPivPCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDFgPivPCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDFgPivPCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFgPivPCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFgPivPCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFgPivPCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFgPivPCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFgPivPCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFgPivPCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFgPivPCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFgPivPCO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDFgPivPCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDFgPivPCO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDFgPivPCO .navbar {
    height: 70px;
  }
  .cid-tDFgPivPCO .navbar.opened {
    height: auto;
  }
  .cid-tDFgPivPCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFgPco1Fc {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDFgPco1Fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFgPco1Fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFgPco1Fc .mbr-section-title {
  color: #ffffff;
}
.cid-tDFgPco1Fc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDFgPd8jxa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFgPd8jxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFgPd8jxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFgPd8jxa .item {
  padding-bottom: 2rem;
}
.cid-tDFgPd8jxa .item-wrapper {
  position: relative;
}
.cid-tDFgPd8jxa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDFgPd8jxa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFgPd8jxa .carousel-control,
.cid-tDFgPd8jxa .close {
  background: #1b1b1b;
}
.cid-tDFgPd8jxa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFgPd8jxa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFgPd8jxa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFgPd8jxa .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFgPd8jxa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDFgPd8jxa .close::before {
  content: '\e91a';
}
.cid-tDFgPd8jxa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFgPd8jxa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDFgPd8jxa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFgPd8jxa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFgPd8jxa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFgPd8jxa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFgPd8jxa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDFgPd8jxa .carousel-indicators li.active,
.cid-tDFgPd8jxa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFgPd8jxa .carousel-indicators li::after,
.cid-tDFgPd8jxa .carousel-indicators li::before {
  content: none;
}
.cid-tDFgPd8jxa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFgPd8jxa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFgPd8jxa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFgPd8jxa .carousel-indicators {
    display: none;
  }
}
.cid-tDFgPd8jxa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFgPd8jxa .carousel-inner > .active {
  display: block;
}
.cid-tDFgPd8jxa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFgPd8jxa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFgPd8jxa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFgPd8jxa .carousel-control,
  .cid-tDFgPd8jxa .carousel-indicators,
  .cid-tDFgPd8jxa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFgPd8jxa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFgPd8jxa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFgPd8jxa .carousel-indicators .active,
.cid-tDFgPd8jxa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFgPd8jxa .carousel-indicators .active {
  background: #fff;
}
.cid-tDFgPd8jxa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFgPd8jxa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFgPd8jxa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFgPd8jxa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFgPd8jxa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFgPd8jxa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFgPd8jxa .carousel {
  width: 100%;
}
.cid-tDFgPd8jxa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFgPd8jxa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFgPd8jxa .modal.fade .modal-dialog,
.cid-tDFgPd8jxa .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFgPd8jxa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFgPd8jxa H6 {
  text-align: center;
}
.cid-tDFgPd8jxa H3 {
  color: #ffffff;
}
.cid-tDFhxMcwNN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFhxMcwNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFhxMcwNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFhxMcwNN .video-wrapper iframe {
  width: 100%;
}
.cid-tDFhxMcwNN .mbr-section-title,
.cid-tDFhxMcwNN .mbr-section-subtitle,
.cid-tDFhxMcwNN .mbr-text {
  text-align: center;
}
.cid-tDFhxMcwNN .mbr-section-title {
  color: #ffffff;
}
.cid-tDFkZWrYem {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFkZWrYem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFkZWrYem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFkZWrYem .video-wrapper iframe {
  width: 100%;
}
.cid-tDFkZWrYem .mbr-section-title,
.cid-tDFkZWrYem .mbr-section-subtitle,
.cid-tDFkZWrYem .mbr-text {
  text-align: center;
}
.cid-tDFkZWrYem .mbr-section-title {
  color: #ffffff;
}
.cid-tDFl6WLuTX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFl6WLuTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFl6WLuTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFl6WLuTX .video-wrapper iframe {
  width: 100%;
}
.cid-tDFl6WLuTX .mbr-section-title,
.cid-tDFl6WLuTX .mbr-section-subtitle,
.cid-tDFl6WLuTX .mbr-text {
  text-align: center;
}
.cid-tDFl6WLuTX .mbr-section-title {
  color: #ffffff;
}
.cid-tDFlfmNGDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDFlfmNGDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFlfmNGDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFlfmNGDf .video-wrapper iframe {
  width: 100%;
}
.cid-tDFlfmNGDf .mbr-section-title,
.cid-tDFlfmNGDf .mbr-section-subtitle,
.cid-tDFlfmNGDf .mbr-text {
  text-align: center;
}
.cid-tDFlfmNGDf .mbr-section-title {
  color: #ffffff;
}
.cid-tDFgPi5Abo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDGaTOqpP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDGaTOqpP8 nav.navbar {
  position: fixed;
}
.cid-tDGaTOqpP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGaTOqpP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDGaTOqpP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDGaTOqpP8 .dropdown-item:hover,
.cid-tDGaTOqpP8 .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDGaTOqpP8 .dropdown-item:hover span {
  color: white;
}
.cid-tDGaTOqpP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDGaTOqpP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDGaTOqpP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDGaTOqpP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDGaTOqpP8 .nav-link {
  position: relative;
}
.cid-tDGaTOqpP8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGaTOqpP8 .container {
    flex-wrap: wrap;
  }
}
.cid-tDGaTOqpP8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGaTOqpP8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDGaTOqpP8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDGaTOqpP8 .dropdown-menu,
.cid-tDGaTOqpP8 .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDGaTOqpP8 .nav-item:focus,
.cid-tDGaTOqpP8 .nav-link:focus {
  outline: none;
}
.cid-tDGaTOqpP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDGaTOqpP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDGaTOqpP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDGaTOqpP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGaTOqpP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDGaTOqpP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDGaTOqpP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDGaTOqpP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDGaTOqpP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDGaTOqpP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDGaTOqpP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDGaTOqpP8 .navbar.collapsed {
  justify-content: center;
}
.cid-tDGaTOqpP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDGaTOqpP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDGaTOqpP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDGaTOqpP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDGaTOqpP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDGaTOqpP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDGaTOqpP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDGaTOqpP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDGaTOqpP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDGaTOqpP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDGaTOqpP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDGaTOqpP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDGaTOqpP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDGaTOqpP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDGaTOqpP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDGaTOqpP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDGaTOqpP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDGaTOqpP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDGaTOqpP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDGaTOqpP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDGaTOqpP8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDGaTOqpP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDGaTOqpP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDGaTOqpP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDGaTOqpP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDGaTOqpP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDGaTOqpP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDGaTOqpP8 .dropdown-item.active,
.cid-tDGaTOqpP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDGaTOqpP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDGaTOqpP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDGaTOqpP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDGaTOqpP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDGaTOqpP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDGaTOqpP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDGaTOqpP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDGaTOqpP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDGaTOqpP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDGaTOqpP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDGaTOqpP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDGaTOqpP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGaTOqpP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGaTOqpP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDGaTOqpP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGaTOqpP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDGaTOqpP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDGaTOqpP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGaTOqpP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDGaTOqpP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDGaTOqpP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDGaTOqpP8 .navbar {
    height: 70px;
  }
  .cid-tDGaTOqpP8 .navbar.opened {
    height: auto;
  }
  .cid-tDGaTOqpP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDGaTN1AiJ {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGaTN1AiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGaTN1AiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGaTN1AiJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDGaTN1AiJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDGaTN1AiJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDGaTN1AiJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDGaTN1AiJ .mbr-text,
.cid-tDGaTN1AiJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDGaTNoXsB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDGaTNoXsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGaTNoXsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGaTNoXsB .mbr-section-title {
  color: #ffffff;
}
.cid-tDGaTNoXsB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDGaTNBO5j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGaTNBO5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGaTNBO5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDGaTNBO5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDGaTNBO5j .row {
  flex-direction: row-reverse;
}
.cid-tDGaTNBO5j img {
  width: 100%;
}
.cid-tDGaTNQ4L6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGaTNQ4L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGaTNQ4L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGaTNQ4L6 .item {
  padding-bottom: 2rem;
}
.cid-tDGaTNQ4L6 .item-wrapper {
  position: relative;
}
.cid-tDGaTNQ4L6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDGaTNQ4L6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDGaTNQ4L6 .carousel-control,
.cid-tDGaTNQ4L6 .close {
  background: #1b1b1b;
}
.cid-tDGaTNQ4L6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDGaTNQ4L6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDGaTNQ4L6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDGaTNQ4L6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDGaTNQ4L6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDGaTNQ4L6 .close::before {
  content: '\e91a';
}
.cid-tDGaTNQ4L6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDGaTNQ4L6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDGaTNQ4L6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGaTNQ4L6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDGaTNQ4L6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDGaTNQ4L6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDGaTNQ4L6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDGaTNQ4L6 .carousel-indicators li.active,
.cid-tDGaTNQ4L6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDGaTNQ4L6 .carousel-indicators li::after,
.cid-tDGaTNQ4L6 .carousel-indicators li::before {
  content: none;
}
.cid-tDGaTNQ4L6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDGaTNQ4L6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDGaTNQ4L6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDGaTNQ4L6 .carousel-indicators {
    display: none;
  }
}
.cid-tDGaTNQ4L6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDGaTNQ4L6 .carousel-inner > .active {
  display: block;
}
.cid-tDGaTNQ4L6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGaTNQ4L6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDGaTNQ4L6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDGaTNQ4L6 .carousel-control,
  .cid-tDGaTNQ4L6 .carousel-indicators,
  .cid-tDGaTNQ4L6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDGaTNQ4L6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDGaTNQ4L6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDGaTNQ4L6 .carousel-indicators .active,
.cid-tDGaTNQ4L6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDGaTNQ4L6 .carousel-indicators .active {
  background: #fff;
}
.cid-tDGaTNQ4L6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDGaTNQ4L6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDGaTNQ4L6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDGaTNQ4L6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDGaTNQ4L6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDGaTNQ4L6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDGaTNQ4L6 .carousel {
  width: 100%;
}
.cid-tDGaTNQ4L6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDGaTNQ4L6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDGaTNQ4L6 .modal.fade .modal-dialog,
.cid-tDGaTNQ4L6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tDGaTNQ4L6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDGaTNQ4L6 H6 {
  text-align: center;
}
.cid-tDGaTO9RWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDGbIZH3PI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDGbIZH3PI nav.navbar {
  position: fixed;
}
.cid-tDGbIZH3PI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGbIZH3PI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDGbIZH3PI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDGbIZH3PI .dropdown-item:hover,
.cid-tDGbIZH3PI .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDGbIZH3PI .dropdown-item:hover span {
  color: white;
}
.cid-tDGbIZH3PI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDGbIZH3PI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDGbIZH3PI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDGbIZH3PI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDGbIZH3PI .nav-link {
  position: relative;
}
.cid-tDGbIZH3PI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGbIZH3PI .container {
    flex-wrap: wrap;
  }
}
.cid-tDGbIZH3PI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGbIZH3PI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDGbIZH3PI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDGbIZH3PI .dropdown-menu,
.cid-tDGbIZH3PI .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDGbIZH3PI .nav-item:focus,
.cid-tDGbIZH3PI .nav-link:focus {
  outline: none;
}
.cid-tDGbIZH3PI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDGbIZH3PI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDGbIZH3PI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDGbIZH3PI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGbIZH3PI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDGbIZH3PI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDGbIZH3PI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDGbIZH3PI .navbar.opened {
  transition: all 0.3s;
}
.cid-tDGbIZH3PI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDGbIZH3PI .navbar .navbar-logo img {
  width: auto;
}
.cid-tDGbIZH3PI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDGbIZH3PI .navbar.collapsed {
  justify-content: center;
}
.cid-tDGbIZH3PI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDGbIZH3PI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDGbIZH3PI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDGbIZH3PI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDGbIZH3PI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDGbIZH3PI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDGbIZH3PI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDGbIZH3PI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDGbIZH3PI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDGbIZH3PI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDGbIZH3PI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDGbIZH3PI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDGbIZH3PI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDGbIZH3PI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDGbIZH3PI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDGbIZH3PI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDGbIZH3PI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDGbIZH3PI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDGbIZH3PI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDGbIZH3PI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDGbIZH3PI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDGbIZH3PI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDGbIZH3PI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDGbIZH3PI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDGbIZH3PI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDGbIZH3PI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDGbIZH3PI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDGbIZH3PI .dropdown-item.active,
.cid-tDGbIZH3PI .dropdown-item:active {
  background-color: transparent;
}
.cid-tDGbIZH3PI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDGbIZH3PI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDGbIZH3PI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDGbIZH3PI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDGbIZH3PI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDGbIZH3PI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDGbIZH3PI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDGbIZH3PI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDGbIZH3PI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDGbIZH3PI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDGbIZH3PI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDGbIZH3PI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGbIZH3PI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGbIZH3PI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDGbIZH3PI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGbIZH3PI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDGbIZH3PI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDGbIZH3PI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGbIZH3PI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDGbIZH3PI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDGbIZH3PI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDGbIZH3PI .navbar {
    height: 70px;
  }
  .cid-tDGbIZH3PI .navbar.opened {
    height: auto;
  }
  .cid-tDGbIZH3PI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDGbIYhlfw {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGbIYhlfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGbIYhlfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGbIYhlfw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDGbIYhlfw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDGbIYhlfw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDGbIYhlfw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDGbIYhlfw .mbr-text,
.cid-tDGbIYhlfw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDGbIYEL6E {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDGbIYEL6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGbIYEL6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGbIYEL6E .mbr-section-title {
  color: #ffffff;
}
.cid-tDGbIYEL6E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDGbIYTFbe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGbIYTFbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGbIYTFbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDGbIYTFbe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDGbIYTFbe .row {
  flex-direction: row-reverse;
}
.cid-tDGbIYTFbe img {
  width: 100%;
}
.cid-tDGbIZ67Sw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGbIZ67Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGbIZ67Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGbIZ67Sw .item {
  padding-bottom: 2rem;
}
.cid-tDGbIZ67Sw .item-wrapper {
  position: relative;
}
.cid-tDGbIZ67Sw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDGbIZ67Sw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDGbIZ67Sw .carousel-control,
.cid-tDGbIZ67Sw .close {
  background: #1b1b1b;
}
.cid-tDGbIZ67Sw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDGbIZ67Sw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDGbIZ67Sw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDGbIZ67Sw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDGbIZ67Sw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDGbIZ67Sw .close::before {
  content: '\e91a';
}
.cid-tDGbIZ67Sw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDGbIZ67Sw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDGbIZ67Sw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGbIZ67Sw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDGbIZ67Sw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDGbIZ67Sw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDGbIZ67Sw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDGbIZ67Sw .carousel-indicators li.active,
.cid-tDGbIZ67Sw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDGbIZ67Sw .carousel-indicators li::after,
.cid-tDGbIZ67Sw .carousel-indicators li::before {
  content: none;
}
.cid-tDGbIZ67Sw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDGbIZ67Sw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDGbIZ67Sw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDGbIZ67Sw .carousel-indicators {
    display: none;
  }
}
.cid-tDGbIZ67Sw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDGbIZ67Sw .carousel-inner > .active {
  display: block;
}
.cid-tDGbIZ67Sw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGbIZ67Sw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDGbIZ67Sw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDGbIZ67Sw .carousel-control,
  .cid-tDGbIZ67Sw .carousel-indicators,
  .cid-tDGbIZ67Sw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDGbIZ67Sw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDGbIZ67Sw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDGbIZ67Sw .carousel-indicators .active,
.cid-tDGbIZ67Sw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDGbIZ67Sw .carousel-indicators .active {
  background: #fff;
}
.cid-tDGbIZ67Sw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDGbIZ67Sw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDGbIZ67Sw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDGbIZ67Sw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDGbIZ67Sw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDGbIZ67Sw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDGbIZ67Sw .carousel {
  width: 100%;
}
.cid-tDGbIZ67Sw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDGbIZ67Sw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDGbIZ67Sw .modal.fade .modal-dialog,
.cid-tDGbIZ67Sw .modal.in .modal-dialog {
  transform: none;
}
.cid-tDGbIZ67Sw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDGbIZ67Sw H6 {
  text-align: center;
}
.cid-tDGbIZqxYk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDGEdcfWjr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDGEdcfWjr nav.navbar {
  position: fixed;
}
.cid-tDGEdcfWjr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGEdcfWjr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDGEdcfWjr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDGEdcfWjr .dropdown-item:hover,
.cid-tDGEdcfWjr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDGEdcfWjr .dropdown-item:hover span {
  color: white;
}
.cid-tDGEdcfWjr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDGEdcfWjr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDGEdcfWjr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDGEdcfWjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDGEdcfWjr .nav-link {
  position: relative;
}
.cid-tDGEdcfWjr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGEdcfWjr .container {
    flex-wrap: wrap;
  }
}
.cid-tDGEdcfWjr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDGEdcfWjr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDGEdcfWjr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDGEdcfWjr .dropdown-menu,
.cid-tDGEdcfWjr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDGEdcfWjr .nav-item:focus,
.cid-tDGEdcfWjr .nav-link:focus {
  outline: none;
}
.cid-tDGEdcfWjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDGEdcfWjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDGEdcfWjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDGEdcfWjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDGEdcfWjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDGEdcfWjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDGEdcfWjr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDGEdcfWjr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDGEdcfWjr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDGEdcfWjr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDGEdcfWjr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDGEdcfWjr .navbar.collapsed {
  justify-content: center;
}
.cid-tDGEdcfWjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDGEdcfWjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDGEdcfWjr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDGEdcfWjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDGEdcfWjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDGEdcfWjr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDGEdcfWjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDGEdcfWjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDGEdcfWjr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDGEdcfWjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDGEdcfWjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDGEdcfWjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDGEdcfWjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDGEdcfWjr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDGEdcfWjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDGEdcfWjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDGEdcfWjr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDGEdcfWjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDGEdcfWjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDGEdcfWjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDGEdcfWjr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDGEdcfWjr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDGEdcfWjr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDGEdcfWjr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDGEdcfWjr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDGEdcfWjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDGEdcfWjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDGEdcfWjr .dropdown-item.active,
.cid-tDGEdcfWjr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDGEdcfWjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDGEdcfWjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDGEdcfWjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDGEdcfWjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDGEdcfWjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDGEdcfWjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDGEdcfWjr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDGEdcfWjr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDGEdcfWjr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDGEdcfWjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDGEdcfWjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDGEdcfWjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGEdcfWjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDGEdcfWjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDGEdcfWjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGEdcfWjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDGEdcfWjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDGEdcfWjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDGEdcfWjr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDGEdcfWjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDGEdcfWjr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDGEdcfWjr .navbar {
    height: 70px;
  }
  .cid-tDGEdcfWjr .navbar.opened {
    height: auto;
  }
  .cid-tDGEdcfWjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDGEdbe6mb {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGEdbe6mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGEdbe6mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGEdbe6mb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDGEdbe6mb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDGEdbe6mb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDGEdbe6mb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDGEdbe6mb .mbr-text,
.cid-tDGEdbe6mb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tDGEdbA5Mi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tDGEdbA5Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGEdbA5Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGEdbA5Mi .mbr-section-title {
  color: #ffffff;
}
.cid-tDGEdbA5Mi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDGEdbM9xE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGEdbM9xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGEdbM9xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDGEdbM9xE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDGEdbM9xE .row {
  flex-direction: row-reverse;
}
.cid-tDGEdbM9xE img {
  width: 100%;
}
.cid-tDGEu1npI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDGEu1npI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDGEu1npI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDGEu1npI4 .item {
  padding-bottom: 2rem;
}
.cid-tDGEu1npI4 .item-wrapper {
  position: relative;
}
.cid-tDGEu1npI4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDGEu1npI4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDGEu1npI4 .carousel-control,
.cid-tDGEu1npI4 .close {
  background: #1b1b1b;
}
.cid-tDGEu1npI4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDGEu1npI4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDGEu1npI4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDGEu1npI4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDGEu1npI4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDGEu1npI4 .close::before {
  content: '\e91a';
}
.cid-tDGEu1npI4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDGEu1npI4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDGEu1npI4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGEu1npI4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDGEu1npI4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDGEu1npI4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDGEu1npI4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDGEu1npI4 .carousel-indicators li.active,
.cid-tDGEu1npI4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDGEu1npI4 .carousel-indicators li::after,
.cid-tDGEu1npI4 .carousel-indicators li::before {
  content: none;
}
.cid-tDGEu1npI4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDGEu1npI4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDGEu1npI4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDGEu1npI4 .carousel-indicators {
    display: none;
  }
}
.cid-tDGEu1npI4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDGEu1npI4 .carousel-inner > .active {
  display: block;
}
.cid-tDGEu1npI4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDGEu1npI4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDGEu1npI4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDGEu1npI4 .carousel-control,
  .cid-tDGEu1npI4 .carousel-indicators,
  .cid-tDGEu1npI4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDGEu1npI4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDGEu1npI4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDGEu1npI4 .carousel-indicators .active,
.cid-tDGEu1npI4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDGEu1npI4 .carousel-indicators .active {
  background: #fff;
}
.cid-tDGEu1npI4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDGEu1npI4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDGEu1npI4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDGEu1npI4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDGEu1npI4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDGEu1npI4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDGEu1npI4 .carousel {
  width: 100%;
}
.cid-tDGEu1npI4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDGEu1npI4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDGEu1npI4 .modal.fade .modal-dialog,
.cid-tDGEu1npI4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tDGEu1npI4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDGEu1npI4 H6 {
  text-align: center;
}
.cid-tDGEdbYQBL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tDnwTFdwGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnwTFdwGr nav.navbar {
  position: fixed;
}
.cid-tDnwTFdwGr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnwTFdwGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnwTFdwGr .dropdown-item:hover,
.cid-tDnwTFdwGr .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tDnwTFdwGr .dropdown-item:hover span {
  color: white;
}
.cid-tDnwTFdwGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnwTFdwGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnwTFdwGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnwTFdwGr .nav-link {
  position: relative;
}
.cid-tDnwTFdwGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDnwTFdwGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown-menu,
.cid-tDnwTFdwGr .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tDnwTFdwGr .nav-item:focus,
.cid-tDnwTFdwGr .nav-link:focus {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnwTFdwGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnwTFdwGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnwTFdwGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnwTFdwGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnwTFdwGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnwTFdwGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnwTFdwGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar.collapsed {
  justify-content: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnwTFdwGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnwTFdwGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnwTFdwGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnwTFdwGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnwTFdwGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnwTFdwGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnwTFdwGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnwTFdwGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnwTFdwGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnwTFdwGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnwTFdwGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnwTFdwGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDnwTFdwGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDnwTFdwGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnwTFdwGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnwTFdwGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnwTFdwGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnwTFdwGr .dropdown-item.active,
.cid-tDnwTFdwGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnwTFdwGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnwTFdwGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tDnwTFdwGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnwTFdwGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDnwTFdwGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnwTFdwGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnwTFdwGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnwTFdwGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnwTFdwGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnwTFdwGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnwTFdwGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnwTFdwGr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnwTFdwGr .navbar {
    height: 70px;
  }
  .cid-tDnwTFdwGr .navbar.opened {
    height: auto;
  }
  .cid-tDnwTFdwGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD6ATvcNeU {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ATvcNeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ATvcNeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ATvcNeU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tD6ATvcNeU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tD6ATvcNeU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tD6ATvcNeU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tD6ATvcNeU .mbr-text,
.cid-tD6ATvcNeU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u2aZkTifOy {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u2aZkTifOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2aZkTifOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2aZkTifOy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2aZkTifOy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2aZkTifOy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2aZkTifOy .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2aZkTifOy .mbr-text,
.cid-u2aZkTifOy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tD6ATvw13o {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tD6ATvw13o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ATvw13o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ATvw13o .mbr-section-title {
  color: #ffffff;
}
.cid-tD6ATvw13o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tD6ATvId5b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ATvId5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ATvId5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD6ATvId5b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD6ATvId5b .row {
  flex-direction: row-reverse;
}
.cid-tD6ATvId5b img {
  width: 100%;
}
.cid-tD6ATvW9hp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tD6ATvW9hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6ATvW9hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6ATvW9hp .item {
  padding-bottom: 2rem;
}
.cid-tD6ATvW9hp .item-wrapper {
  position: relative;
}
.cid-tD6ATvW9hp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tD6ATvW9hp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tD6ATvW9hp .carousel-control,
.cid-tD6ATvW9hp .close {
  background: #1b1b1b;
}
.cid-tD6ATvW9hp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tD6ATvW9hp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tD6ATvW9hp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tD6ATvW9hp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tD6ATvW9hp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tD6ATvW9hp .close::before {
  content: '\e91a';
}
.cid-tD6ATvW9hp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tD6ATvW9hp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tD6ATvW9hp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6ATvW9hp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6ATvW9hp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6ATvW9hp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tD6ATvW9hp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tD6ATvW9hp .carousel-indicators li.active,
.cid-tD6ATvW9hp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6ATvW9hp .carousel-indicators li::after,
.cid-tD6ATvW9hp .carousel-indicators li::before {
  content: none;
}
.cid-tD6ATvW9hp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6ATvW9hp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6ATvW9hp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6ATvW9hp .carousel-indicators {
    display: none;
  }
}
.cid-tD6ATvW9hp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6ATvW9hp .carousel-inner > .active {
  display: block;
}
.cid-tD6ATvW9hp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6ATvW9hp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD6ATvW9hp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tD6ATvW9hp .carousel-control,
  .cid-tD6ATvW9hp .carousel-indicators,
  .cid-tD6ATvW9hp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tD6ATvW9hp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tD6ATvW9hp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tD6ATvW9hp .carousel-indicators .active,
.cid-tD6ATvW9hp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tD6ATvW9hp .carousel-indicators .active {
  background: #fff;
}
.cid-tD6ATvW9hp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tD6ATvW9hp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tD6ATvW9hp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tD6ATvW9hp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tD6ATvW9hp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tD6ATvW9hp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tD6ATvW9hp .carousel {
  width: 100%;
}
.cid-tD6ATvW9hp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tD6ATvW9hp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tD6ATvW9hp .modal.fade .modal-dialog,
.cid-tD6ATvW9hp .modal.in .modal-dialog {
  transform: none;
}
.cid-tD6ATvW9hp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tD6ATvW9hp H6 {
  text-align: center;
}
.cid-u2saGugt5m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u2saGugt5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2saGugt5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2saGugt5m .item {
  padding-bottom: 2rem;
}
.cid-u2saGugt5m .item-wrapper {
  position: relative;
}
.cid-u2saGugt5m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u2saGugt5m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2saGugt5m .carousel-control,
.cid-u2saGugt5m .close {
  background: #1b1b1b;
}
.cid-u2saGugt5m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2saGugt5m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2saGugt5m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2saGugt5m .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2saGugt5m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2saGugt5m .close::before {
  content: '\e91a';
}
.cid-u2saGugt5m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2saGugt5m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2saGugt5m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2saGugt5m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2saGugt5m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2saGugt5m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2saGugt5m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2saGugt5m .carousel-indicators li.active,
.cid-u2saGugt5m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2saGugt5m .carousel-indicators li::after,
.cid-u2saGugt5m .carousel-indicators li::before {
  content: none;
}
.cid-u2saGugt5m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2saGugt5m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2saGugt5m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2saGugt5m .carousel-indicators {
    display: none;
  }
}
.cid-u2saGugt5m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2saGugt5m .carousel-inner > .active {
  display: block;
}
.cid-u2saGugt5m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2saGugt5m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2saGugt5m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2saGugt5m .carousel-control,
  .cid-u2saGugt5m .carousel-indicators,
  .cid-u2saGugt5m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2saGugt5m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2saGugt5m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2saGugt5m .carousel-indicators .active,
.cid-u2saGugt5m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2saGugt5m .carousel-indicators .active {
  background: #fff;
}
.cid-u2saGugt5m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2saGugt5m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2saGugt5m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2saGugt5m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2saGugt5m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2saGugt5m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2saGugt5m .carousel {
  width: 100%;
}
.cid-u2saGugt5m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2saGugt5m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2saGugt5m .modal.fade .modal-dialog,
.cid-u2saGugt5m .modal.in .modal-dialog {
  transform: none;
}
.cid-u2saGugt5m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2saGugt5m H6 {
  text-align: center;
}
.cid-u2saGugt5m H3 {
  color: #ffffff;
}
.cid-tDnaA0CFFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tDnaA0CFFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnaA0CFFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnaA0CFFQ .video-wrapper iframe {
  width: 100%;
}
.cid-tDnaA0CFFQ .mbr-section-title,
.cid-tDnaA0CFFQ .mbr-section-subtitle,
.cid-tDnaA0CFFQ .mbr-text {
  text-align: center;
}
.cid-tDnaA0CFFQ .mbr-section-title {
  color: #ffffff;
}
.cid-tD6ATwdT5I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tE7X62SC50 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tE7X62SC50 nav.navbar {
  position: fixed;
}
.cid-tE7X62SC50 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE7X62SC50 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tE7X62SC50 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tE7X62SC50 .dropdown-item:hover,
.cid-tE7X62SC50 .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tE7X62SC50 .dropdown-item:hover span {
  color: white;
}
.cid-tE7X62SC50 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tE7X62SC50 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tE7X62SC50 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tE7X62SC50 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE7X62SC50 .nav-link {
  position: relative;
}
.cid-tE7X62SC50 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tE7X62SC50 .container {
    flex-wrap: wrap;
  }
}
.cid-tE7X62SC50 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tE7X62SC50 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tE7X62SC50 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE7X62SC50 .dropdown-menu,
.cid-tE7X62SC50 .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tE7X62SC50 .nav-item:focus,
.cid-tE7X62SC50 .nav-link:focus {
  outline: none;
}
.cid-tE7X62SC50 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE7X62SC50 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE7X62SC50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE7X62SC50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE7X62SC50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE7X62SC50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE7X62SC50 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tE7X62SC50 .navbar.opened {
  transition: all 0.3s;
}
.cid-tE7X62SC50 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE7X62SC50 .navbar .navbar-logo img {
  width: auto;
}
.cid-tE7X62SC50 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tE7X62SC50 .navbar.collapsed {
  justify-content: center;
}
.cid-tE7X62SC50 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE7X62SC50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE7X62SC50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tE7X62SC50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE7X62SC50 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE7X62SC50 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tE7X62SC50 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE7X62SC50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE7X62SC50 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE7X62SC50 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE7X62SC50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE7X62SC50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE7X62SC50 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE7X62SC50 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tE7X62SC50 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE7X62SC50 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE7X62SC50 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE7X62SC50 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE7X62SC50 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE7X62SC50 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tE7X62SC50 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tE7X62SC50 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tE7X62SC50 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tE7X62SC50 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tE7X62SC50 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tE7X62SC50 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE7X62SC50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE7X62SC50 .dropdown-item.active,
.cid-tE7X62SC50 .dropdown-item:active {
  background-color: transparent;
}
.cid-tE7X62SC50 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE7X62SC50 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE7X62SC50 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE7X62SC50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tE7X62SC50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE7X62SC50 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE7X62SC50 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tE7X62SC50 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE7X62SC50 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tE7X62SC50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tE7X62SC50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE7X62SC50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE7X62SC50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE7X62SC50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE7X62SC50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE7X62SC50 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE7X62SC50 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE7X62SC50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE7X62SC50 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tE7X62SC50 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE7X62SC50 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE7X62SC50 .navbar {
    height: 70px;
  }
  .cid-tE7X62SC50 .navbar.opened {
    height: auto;
  }
  .cid-tE7X62SC50 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE7X61FHY1 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tE7X61FHY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE7X61FHY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE7X61FHY1 .mbr-section-title {
  color: #ffffff;
}
.cid-tE7X61FHY1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE7X627hCD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE7X627hCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE7X627hCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE7X627hCD .item {
  padding-bottom: 2rem;
}
.cid-tE7X627hCD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tE7X627hCD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tE7X627hCD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tE7X627hCD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tE7X627hCD .carousel-control,
.cid-tE7X627hCD .close {
  background: #1b1b1b;
}
.cid-tE7X627hCD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tE7X627hCD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tE7X627hCD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tE7X627hCD .carousel-control-next span {
  margin-left: 5px;
}
.cid-tE7X627hCD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tE7X627hCD .close::before {
  content: '\e91a';
}
.cid-tE7X627hCD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tE7X627hCD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tE7X627hCD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE7X627hCD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tE7X627hCD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tE7X627hCD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tE7X627hCD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tE7X627hCD .carousel-indicators li.active,
.cid-tE7X627hCD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tE7X627hCD .carousel-indicators li::after,
.cid-tE7X627hCD .carousel-indicators li::before {
  content: none;
}
.cid-tE7X627hCD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tE7X627hCD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tE7X627hCD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tE7X627hCD .carousel-indicators {
    display: none;
  }
}
.cid-tE7X627hCD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tE7X627hCD .carousel-inner > .active {
  display: block;
}
.cid-tE7X627hCD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE7X627hCD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tE7X627hCD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tE7X627hCD .carousel-control,
  .cid-tE7X627hCD .carousel-indicators,
  .cid-tE7X627hCD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tE7X627hCD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tE7X627hCD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tE7X627hCD .carousel-indicators .active,
.cid-tE7X627hCD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tE7X627hCD .carousel-indicators .active {
  background: #fff;
}
.cid-tE7X627hCD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tE7X627hCD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tE7X627hCD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tE7X627hCD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tE7X627hCD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tE7X627hCD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tE7X627hCD .carousel {
  width: 100%;
}
.cid-tE7X627hCD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tE7X627hCD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tE7X627hCD .modal.fade .modal-dialog,
.cid-tE7X627hCD .modal.in .modal-dialog {
  transform: none;
}
.cid-tE7X627hCD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tE7X627hCD H6 {
  text-align: center;
}
.cid-tE7XTrbKzX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tE7XTrbKzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE7XTrbKzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE7XTrbKzX .mbr-section-title {
  color: #ffffff;
}
.cid-tE7XTrbKzX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tE7YRXx8BL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tE7YRXx8BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE7YRXx8BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE7YRXx8BL .item {
  padding-bottom: 2rem;
}
.cid-tE7YRXx8BL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tE7YRXx8BL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tE7YRXx8BL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tE7YRXx8BL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tE7YRXx8BL .carousel-control,
.cid-tE7YRXx8BL .close {
  background: #1b1b1b;
}
.cid-tE7YRXx8BL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tE7YRXx8BL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tE7YRXx8BL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tE7YRXx8BL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tE7YRXx8BL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tE7YRXx8BL .close::before {
  content: '\e91a';
}
.cid-tE7YRXx8BL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tE7YRXx8BL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tE7YRXx8BL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE7YRXx8BL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tE7YRXx8BL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tE7YRXx8BL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tE7YRXx8BL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tE7YRXx8BL .carousel-indicators li.active,
.cid-tE7YRXx8BL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tE7YRXx8BL .carousel-indicators li::after,
.cid-tE7YRXx8BL .carousel-indicators li::before {
  content: none;
}
.cid-tE7YRXx8BL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tE7YRXx8BL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tE7YRXx8BL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tE7YRXx8BL .carousel-indicators {
    display: none;
  }
}
.cid-tE7YRXx8BL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tE7YRXx8BL .carousel-inner > .active {
  display: block;
}
.cid-tE7YRXx8BL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE7YRXx8BL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tE7YRXx8BL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tE7YRXx8BL .carousel-control,
  .cid-tE7YRXx8BL .carousel-indicators,
  .cid-tE7YRXx8BL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tE7YRXx8BL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tE7YRXx8BL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tE7YRXx8BL .carousel-indicators .active,
.cid-tE7YRXx8BL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tE7YRXx8BL .carousel-indicators .active {
  background: #fff;
}
.cid-tE7YRXx8BL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tE7YRXx8BL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tE7YRXx8BL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tE7YRXx8BL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tE7YRXx8BL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tE7YRXx8BL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tE7YRXx8BL .carousel {
  width: 100%;
}
.cid-tE7YRXx8BL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tE7YRXx8BL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tE7YRXx8BL .modal.fade .modal-dialog,
.cid-tE7YRXx8BL .modal.in .modal-dialog {
  transform: none;
}
.cid-tE7YRXx8BL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tE7YRXx8BL H6 {
  text-align: center;
}
.cid-tE7X62zge9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tIVUkMnSzv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIVUkMnSzv nav.navbar {
  position: fixed;
}
.cid-tIVUkMnSzv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIVUkMnSzv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIVUkMnSzv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIVUkMnSzv .dropdown-item:hover,
.cid-tIVUkMnSzv .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tIVUkMnSzv .dropdown-item:hover span {
  color: white;
}
.cid-tIVUkMnSzv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIVUkMnSzv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIVUkMnSzv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIVUkMnSzv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIVUkMnSzv .nav-link {
  position: relative;
}
.cid-tIVUkMnSzv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tIVUkMnSzv .container {
    flex-wrap: wrap;
  }
}
.cid-tIVUkMnSzv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tIVUkMnSzv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tIVUkMnSzv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIVUkMnSzv .dropdown-menu,
.cid-tIVUkMnSzv .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tIVUkMnSzv .nav-item:focus,
.cid-tIVUkMnSzv .nav-link:focus {
  outline: none;
}
.cid-tIVUkMnSzv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIVUkMnSzv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIVUkMnSzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIVUkMnSzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIVUkMnSzv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIVUkMnSzv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIVUkMnSzv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tIVUkMnSzv .navbar.opened {
  transition: all 0.3s;
}
.cid-tIVUkMnSzv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIVUkMnSzv .navbar .navbar-logo img {
  width: auto;
}
.cid-tIVUkMnSzv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIVUkMnSzv .navbar.collapsed {
  justify-content: center;
}
.cid-tIVUkMnSzv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIVUkMnSzv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIVUkMnSzv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tIVUkMnSzv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIVUkMnSzv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIVUkMnSzv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tIVUkMnSzv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIVUkMnSzv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIVUkMnSzv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIVUkMnSzv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIVUkMnSzv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIVUkMnSzv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIVUkMnSzv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIVUkMnSzv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tIVUkMnSzv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIVUkMnSzv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIVUkMnSzv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIVUkMnSzv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIVUkMnSzv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIVUkMnSzv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIVUkMnSzv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIVUkMnSzv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIVUkMnSzv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIVUkMnSzv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIVUkMnSzv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIVUkMnSzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIVUkMnSzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIVUkMnSzv .dropdown-item.active,
.cid-tIVUkMnSzv .dropdown-item:active {
  background-color: transparent;
}
.cid-tIVUkMnSzv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIVUkMnSzv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIVUkMnSzv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIVUkMnSzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tIVUkMnSzv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIVUkMnSzv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIVUkMnSzv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIVUkMnSzv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIVUkMnSzv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIVUkMnSzv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIVUkMnSzv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIVUkMnSzv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIVUkMnSzv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIVUkMnSzv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIVUkMnSzv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIVUkMnSzv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIVUkMnSzv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIVUkMnSzv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIVUkMnSzv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIVUkMnSzv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIVUkMnSzv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIVUkMnSzv .navbar {
    height: 70px;
  }
  .cid-tIVUkMnSzv .navbar.opened {
    height: auto;
  }
  .cid-tIVUkMnSzv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIVUkKBjOh {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVUkKBjOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVUkKBjOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVUkKBjOh .mbr-section-title {
  color: #ffffff;
}
.cid-tIVUkKBjOh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHcSpvtqtk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uHcSpvtqtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcSpvtqtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcSpvtqtk .mbr-section-title {
  color: #ffffff;
}
.cid-uHcSpvtqtk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHcSr8Dd7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uHcSr8Dd7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcSr8Dd7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcSr8Dd7Z .item {
  padding-bottom: 2rem;
}
.cid-uHcSr8Dd7Z .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uHcSr8Dd7Z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHcSr8Dd7Z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHcSr8Dd7Z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHcSr8Dd7Z .carousel-control,
.cid-uHcSr8Dd7Z .close {
  background: #1b1b1b;
}
.cid-uHcSr8Dd7Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHcSr8Dd7Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHcSr8Dd7Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHcSr8Dd7Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHcSr8Dd7Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHcSr8Dd7Z .close::before {
  content: '\e91a';
}
.cid-uHcSr8Dd7Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHcSr8Dd7Z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHcSr8Dd7Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHcSr8Dd7Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHcSr8Dd7Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHcSr8Dd7Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHcSr8Dd7Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHcSr8Dd7Z .carousel-indicators li.active,
.cid-uHcSr8Dd7Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHcSr8Dd7Z .carousel-indicators li::after,
.cid-uHcSr8Dd7Z .carousel-indicators li::before {
  content: none;
}
.cid-uHcSr8Dd7Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHcSr8Dd7Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHcSr8Dd7Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHcSr8Dd7Z .carousel-indicators {
    display: none;
  }
}
.cid-uHcSr8Dd7Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHcSr8Dd7Z .carousel-inner > .active {
  display: block;
}
.cid-uHcSr8Dd7Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHcSr8Dd7Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHcSr8Dd7Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHcSr8Dd7Z .carousel-control,
  .cid-uHcSr8Dd7Z .carousel-indicators,
  .cid-uHcSr8Dd7Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHcSr8Dd7Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHcSr8Dd7Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHcSr8Dd7Z .carousel-indicators .active,
.cid-uHcSr8Dd7Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHcSr8Dd7Z .carousel-indicators .active {
  background: #fff;
}
.cid-uHcSr8Dd7Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHcSr8Dd7Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHcSr8Dd7Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHcSr8Dd7Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHcSr8Dd7Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHcSr8Dd7Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHcSr8Dd7Z .carousel {
  width: 100%;
}
.cid-uHcSr8Dd7Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHcSr8Dd7Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHcSr8Dd7Z .modal.fade .modal-dialog,
.cid-uHcSr8Dd7Z .modal.in .modal-dialog {
  transform: none;
}
.cid-uHcSr8Dd7Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHcSr8Dd7Z H6 {
  text-align: center;
  color: #ffffff;
}
.cid-uYWUQMOqdJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uYWUQMOqdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWUQMOqdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWUQMOqdJ .mbr-section-title {
  color: #ffffff;
}
.cid-uYWUQMOqdJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYWUS6iWrk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uYWUS6iWrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWUS6iWrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWUS6iWrk .item {
  padding-bottom: 2rem;
}
.cid-uYWUS6iWrk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYWUS6iWrk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYWUS6iWrk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYWUS6iWrk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYWUS6iWrk .carousel-control,
.cid-uYWUS6iWrk .close {
  background: #1b1b1b;
}
.cid-uYWUS6iWrk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYWUS6iWrk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYWUS6iWrk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYWUS6iWrk .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYWUS6iWrk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYWUS6iWrk .close::before {
  content: '\e91a';
}
.cid-uYWUS6iWrk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYWUS6iWrk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYWUS6iWrk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYWUS6iWrk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYWUS6iWrk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYWUS6iWrk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYWUS6iWrk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYWUS6iWrk .carousel-indicators li.active,
.cid-uYWUS6iWrk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYWUS6iWrk .carousel-indicators li::after,
.cid-uYWUS6iWrk .carousel-indicators li::before {
  content: none;
}
.cid-uYWUS6iWrk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYWUS6iWrk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYWUS6iWrk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYWUS6iWrk .carousel-indicators {
    display: none;
  }
}
.cid-uYWUS6iWrk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYWUS6iWrk .carousel-inner > .active {
  display: block;
}
.cid-uYWUS6iWrk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYWUS6iWrk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYWUS6iWrk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYWUS6iWrk .carousel-control,
  .cid-uYWUS6iWrk .carousel-indicators,
  .cid-uYWUS6iWrk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYWUS6iWrk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYWUS6iWrk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYWUS6iWrk .carousel-indicators .active,
.cid-uYWUS6iWrk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYWUS6iWrk .carousel-indicators .active {
  background: #fff;
}
.cid-uYWUS6iWrk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYWUS6iWrk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYWUS6iWrk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYWUS6iWrk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYWUS6iWrk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYWUS6iWrk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYWUS6iWrk .carousel {
  width: 100%;
}
.cid-uYWUS6iWrk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYWUS6iWrk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYWUS6iWrk .modal.fade .modal-dialog,
.cid-uYWUS6iWrk .modal.in .modal-dialog {
  transform: none;
}
.cid-uYWUS6iWrk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYWUS6iWrk H6 {
  text-align: center;
}
.cid-uXrlSvpJ3l {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uXrlSvpJ3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrlSvpJ3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrlSvpJ3l .mbr-section-title {
  color: #ffffff;
}
.cid-uXrlSvpJ3l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYhaEdc1Xd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uYhaEdc1Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhaEdc1Xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhaEdc1Xd .item {
  padding-bottom: 2rem;
}
.cid-uYhaEdc1Xd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYhaEdc1Xd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYhaEdc1Xd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYhaEdc1Xd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYhaEdc1Xd .carousel-control,
.cid-uYhaEdc1Xd .close {
  background: #1b1b1b;
}
.cid-uYhaEdc1Xd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYhaEdc1Xd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYhaEdc1Xd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYhaEdc1Xd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYhaEdc1Xd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYhaEdc1Xd .close::before {
  content: '\e91a';
}
.cid-uYhaEdc1Xd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYhaEdc1Xd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYhaEdc1Xd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYhaEdc1Xd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYhaEdc1Xd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYhaEdc1Xd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYhaEdc1Xd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYhaEdc1Xd .carousel-indicators li.active,
.cid-uYhaEdc1Xd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYhaEdc1Xd .carousel-indicators li::after,
.cid-uYhaEdc1Xd .carousel-indicators li::before {
  content: none;
}
.cid-uYhaEdc1Xd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYhaEdc1Xd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYhaEdc1Xd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYhaEdc1Xd .carousel-indicators {
    display: none;
  }
}
.cid-uYhaEdc1Xd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYhaEdc1Xd .carousel-inner > .active {
  display: block;
}
.cid-uYhaEdc1Xd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYhaEdc1Xd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYhaEdc1Xd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYhaEdc1Xd .carousel-control,
  .cid-uYhaEdc1Xd .carousel-indicators,
  .cid-uYhaEdc1Xd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYhaEdc1Xd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYhaEdc1Xd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYhaEdc1Xd .carousel-indicators .active,
.cid-uYhaEdc1Xd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYhaEdc1Xd .carousel-indicators .active {
  background: #fff;
}
.cid-uYhaEdc1Xd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYhaEdc1Xd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYhaEdc1Xd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYhaEdc1Xd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYhaEdc1Xd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYhaEdc1Xd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYhaEdc1Xd .carousel {
  width: 100%;
}
.cid-uYhaEdc1Xd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYhaEdc1Xd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYhaEdc1Xd .modal.fade .modal-dialog,
.cid-uYhaEdc1Xd .modal.in .modal-dialog {
  transform: none;
}
.cid-uYhaEdc1Xd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYhaEdc1Xd H6 {
  text-align: center;
}
.cid-uAjOzbMars {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uAjOzbMars .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjOzbMars .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAjOzbMars .mbr-section-title {
  color: #ffffff;
}
.cid-uAjOzbMars .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAjOEaoW6x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uAjOEaoW6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAjOEaoW6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAjOEaoW6x .item {
  padding-bottom: 2rem;
}
.cid-uAjOEaoW6x .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAjOEaoW6x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAjOEaoW6x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAjOEaoW6x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAjOEaoW6x .carousel-control,
.cid-uAjOEaoW6x .close {
  background: #1b1b1b;
}
.cid-uAjOEaoW6x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAjOEaoW6x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAjOEaoW6x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAjOEaoW6x .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAjOEaoW6x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAjOEaoW6x .close::before {
  content: '\e91a';
}
.cid-uAjOEaoW6x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAjOEaoW6x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAjOEaoW6x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAjOEaoW6x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAjOEaoW6x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAjOEaoW6x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAjOEaoW6x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAjOEaoW6x .carousel-indicators li.active,
.cid-uAjOEaoW6x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAjOEaoW6x .carousel-indicators li::after,
.cid-uAjOEaoW6x .carousel-indicators li::before {
  content: none;
}
.cid-uAjOEaoW6x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAjOEaoW6x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAjOEaoW6x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAjOEaoW6x .carousel-indicators {
    display: none;
  }
}
.cid-uAjOEaoW6x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAjOEaoW6x .carousel-inner > .active {
  display: block;
}
.cid-uAjOEaoW6x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAjOEaoW6x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAjOEaoW6x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAjOEaoW6x .carousel-control,
  .cid-uAjOEaoW6x .carousel-indicators,
  .cid-uAjOEaoW6x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAjOEaoW6x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAjOEaoW6x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAjOEaoW6x .carousel-indicators .active,
.cid-uAjOEaoW6x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAjOEaoW6x .carousel-indicators .active {
  background: #fff;
}
.cid-uAjOEaoW6x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAjOEaoW6x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAjOEaoW6x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAjOEaoW6x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAjOEaoW6x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAjOEaoW6x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAjOEaoW6x .carousel {
  width: 100%;
}
.cid-uAjOEaoW6x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAjOEaoW6x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAjOEaoW6x .modal.fade .modal-dialog,
.cid-uAjOEaoW6x .modal.in .modal-dialog {
  transform: none;
}
.cid-uAjOEaoW6x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAjOEaoW6x H6 {
  text-align: center;
}
.cid-usuUJCalJn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-usuUJCalJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuUJCalJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuUJCalJn .mbr-section-title {
  color: #ffffff;
}
.cid-usuUJCalJn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usuUL5c2K5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-usuUL5c2K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuUL5c2K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuUL5c2K5 .item {
  padding-bottom: 2rem;
}
.cid-usuUL5c2K5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-usuUL5c2K5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-usuUL5c2K5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-usuUL5c2K5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-usuUL5c2K5 .carousel-control,
.cid-usuUL5c2K5 .close {
  background: #1b1b1b;
}
.cid-usuUL5c2K5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usuUL5c2K5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usuUL5c2K5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usuUL5c2K5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-usuUL5c2K5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usuUL5c2K5 .close::before {
  content: '\e91a';
}
.cid-usuUL5c2K5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usuUL5c2K5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usuUL5c2K5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usuUL5c2K5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usuUL5c2K5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usuUL5c2K5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usuUL5c2K5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usuUL5c2K5 .carousel-indicators li.active,
.cid-usuUL5c2K5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usuUL5c2K5 .carousel-indicators li::after,
.cid-usuUL5c2K5 .carousel-indicators li::before {
  content: none;
}
.cid-usuUL5c2K5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usuUL5c2K5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usuUL5c2K5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usuUL5c2K5 .carousel-indicators {
    display: none;
  }
}
.cid-usuUL5c2K5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usuUL5c2K5 .carousel-inner > .active {
  display: block;
}
.cid-usuUL5c2K5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usuUL5c2K5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usuUL5c2K5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usuUL5c2K5 .carousel-control,
  .cid-usuUL5c2K5 .carousel-indicators,
  .cid-usuUL5c2K5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usuUL5c2K5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usuUL5c2K5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usuUL5c2K5 .carousel-indicators .active,
.cid-usuUL5c2K5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usuUL5c2K5 .carousel-indicators .active {
  background: #fff;
}
.cid-usuUL5c2K5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usuUL5c2K5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usuUL5c2K5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usuUL5c2K5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usuUL5c2K5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usuUL5c2K5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usuUL5c2K5 .carousel {
  width: 100%;
}
.cid-usuUL5c2K5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usuUL5c2K5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usuUL5c2K5 .modal.fade .modal-dialog,
.cid-usuUL5c2K5 .modal.in .modal-dialog {
  transform: none;
}
.cid-usuUL5c2K5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usuUL5c2K5 H6 {
  text-align: center;
}
.cid-uq1NMhV01x {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uq1NMhV01x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq1NMhV01x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq1NMhV01x .mbr-section-title {
  color: #ffffff;
}
.cid-uq1NMhV01x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uq1NVyiDXs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uq1NVyiDXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq1NVyiDXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq1NVyiDXs .item {
  padding-bottom: 2rem;
}
.cid-uq1NVyiDXs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uq1NVyiDXs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uq1NVyiDXs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uq1NVyiDXs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uq1NVyiDXs .carousel-control,
.cid-uq1NVyiDXs .close {
  background: #1b1b1b;
}
.cid-uq1NVyiDXs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uq1NVyiDXs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uq1NVyiDXs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uq1NVyiDXs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uq1NVyiDXs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uq1NVyiDXs .close::before {
  content: '\e91a';
}
.cid-uq1NVyiDXs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uq1NVyiDXs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uq1NVyiDXs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq1NVyiDXs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uq1NVyiDXs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uq1NVyiDXs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uq1NVyiDXs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uq1NVyiDXs .carousel-indicators li.active,
.cid-uq1NVyiDXs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uq1NVyiDXs .carousel-indicators li::after,
.cid-uq1NVyiDXs .carousel-indicators li::before {
  content: none;
}
.cid-uq1NVyiDXs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uq1NVyiDXs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uq1NVyiDXs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uq1NVyiDXs .carousel-indicators {
    display: none;
  }
}
.cid-uq1NVyiDXs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uq1NVyiDXs .carousel-inner > .active {
  display: block;
}
.cid-uq1NVyiDXs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq1NVyiDXs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq1NVyiDXs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uq1NVyiDXs .carousel-control,
  .cid-uq1NVyiDXs .carousel-indicators,
  .cid-uq1NVyiDXs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uq1NVyiDXs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uq1NVyiDXs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uq1NVyiDXs .carousel-indicators .active,
.cid-uq1NVyiDXs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uq1NVyiDXs .carousel-indicators .active {
  background: #fff;
}
.cid-uq1NVyiDXs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uq1NVyiDXs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uq1NVyiDXs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uq1NVyiDXs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uq1NVyiDXs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uq1NVyiDXs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uq1NVyiDXs .carousel {
  width: 100%;
}
.cid-uq1NVyiDXs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uq1NVyiDXs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uq1NVyiDXs .modal.fade .modal-dialog,
.cid-uq1NVyiDXs .modal.in .modal-dialog {
  transform: none;
}
.cid-uq1NVyiDXs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uq1NVyiDXs H6 {
  text-align: center;
}
.cid-uq1Ogk57m6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uq1Ogk57m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq1Ogk57m6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq1Ogk57m6 .mbr-section-title {
  color: #ffffff;
}
.cid-uq1Ogk57m6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uq1OswkR9j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uq1OswkR9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq1OswkR9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq1OswkR9j .item {
  padding-bottom: 2rem;
}
.cid-uq1OswkR9j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uq1OswkR9j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uq1OswkR9j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uq1OswkR9j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uq1OswkR9j .carousel-control,
.cid-uq1OswkR9j .close {
  background: #1b1b1b;
}
.cid-uq1OswkR9j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uq1OswkR9j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uq1OswkR9j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uq1OswkR9j .carousel-control-next span {
  margin-left: 5px;
}
.cid-uq1OswkR9j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uq1OswkR9j .close::before {
  content: '\e91a';
}
.cid-uq1OswkR9j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uq1OswkR9j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uq1OswkR9j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq1OswkR9j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uq1OswkR9j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uq1OswkR9j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uq1OswkR9j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uq1OswkR9j .carousel-indicators li.active,
.cid-uq1OswkR9j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uq1OswkR9j .carousel-indicators li::after,
.cid-uq1OswkR9j .carousel-indicators li::before {
  content: none;
}
.cid-uq1OswkR9j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uq1OswkR9j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uq1OswkR9j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uq1OswkR9j .carousel-indicators {
    display: none;
  }
}
.cid-uq1OswkR9j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uq1OswkR9j .carousel-inner > .active {
  display: block;
}
.cid-uq1OswkR9j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq1OswkR9j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq1OswkR9j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uq1OswkR9j .carousel-control,
  .cid-uq1OswkR9j .carousel-indicators,
  .cid-uq1OswkR9j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uq1OswkR9j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uq1OswkR9j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uq1OswkR9j .carousel-indicators .active,
.cid-uq1OswkR9j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uq1OswkR9j .carousel-indicators .active {
  background: #fff;
}
.cid-uq1OswkR9j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uq1OswkR9j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uq1OswkR9j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uq1OswkR9j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uq1OswkR9j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uq1OswkR9j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uq1OswkR9j .carousel {
  width: 100%;
}
.cid-uq1OswkR9j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uq1OswkR9j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uq1OswkR9j .modal.fade .modal-dialog,
.cid-uq1OswkR9j .modal.in .modal-dialog {
  transform: none;
}
.cid-uq1OswkR9j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uq1OswkR9j H6 {
  text-align: center;
}
.cid-ubptf4htVh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-ubptf4htVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubptf4htVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubptf4htVh .mbr-section-title {
  color: #ffffff;
}
.cid-ubptf4htVh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubptggMhDi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ubptggMhDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubptggMhDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubptggMhDi .item {
  padding-bottom: 2rem;
}
.cid-ubptggMhDi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubptggMhDi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubptggMhDi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubptggMhDi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubptggMhDi .carousel-control,
.cid-ubptggMhDi .close {
  background: #1b1b1b;
}
.cid-ubptggMhDi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubptggMhDi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubptggMhDi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubptggMhDi .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubptggMhDi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubptggMhDi .close::before {
  content: '\e91a';
}
.cid-ubptggMhDi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubptggMhDi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubptggMhDi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubptggMhDi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubptggMhDi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubptggMhDi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubptggMhDi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubptggMhDi .carousel-indicators li.active,
.cid-ubptggMhDi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubptggMhDi .carousel-indicators li::after,
.cid-ubptggMhDi .carousel-indicators li::before {
  content: none;
}
.cid-ubptggMhDi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubptggMhDi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubptggMhDi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubptggMhDi .carousel-indicators {
    display: none;
  }
}
.cid-ubptggMhDi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubptggMhDi .carousel-inner > .active {
  display: block;
}
.cid-ubptggMhDi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubptggMhDi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubptggMhDi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubptggMhDi .carousel-control,
  .cid-ubptggMhDi .carousel-indicators,
  .cid-ubptggMhDi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubptggMhDi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubptggMhDi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubptggMhDi .carousel-indicators .active,
.cid-ubptggMhDi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubptggMhDi .carousel-indicators .active {
  background: #fff;
}
.cid-ubptggMhDi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubptggMhDi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubptggMhDi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubptggMhDi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubptggMhDi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubptggMhDi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubptggMhDi .carousel {
  width: 100%;
}
.cid-ubptggMhDi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubptggMhDi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubptggMhDi .modal.fade .modal-dialog,
.cid-ubptggMhDi .modal.in .modal-dialog {
  transform: none;
}
.cid-ubptggMhDi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubptggMhDi H6 {
  text-align: center;
}
.cid-u4g92iMQqu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-u4g92iMQqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4g92iMQqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4g92iMQqu .mbr-section-title {
  color: #ffffff;
}
.cid-u4g92iMQqu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4g96KSetu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u4g96KSetu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4g96KSetu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4g96KSetu .item {
  padding-bottom: 2rem;
}
.cid-u4g96KSetu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4g96KSetu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4g96KSetu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u4g96KSetu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4g96KSetu .carousel-control,
.cid-u4g96KSetu .close {
  background: #1b1b1b;
}
.cid-u4g96KSetu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4g96KSetu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4g96KSetu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4g96KSetu .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4g96KSetu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u4g96KSetu .close::before {
  content: '\e91a';
}
.cid-u4g96KSetu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4g96KSetu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u4g96KSetu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4g96KSetu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4g96KSetu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4g96KSetu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4g96KSetu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u4g96KSetu .carousel-indicators li.active,
.cid-u4g96KSetu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4g96KSetu .carousel-indicators li::after,
.cid-u4g96KSetu .carousel-indicators li::before {
  content: none;
}
.cid-u4g96KSetu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4g96KSetu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4g96KSetu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4g96KSetu .carousel-indicators {
    display: none;
  }
}
.cid-u4g96KSetu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4g96KSetu .carousel-inner > .active {
  display: block;
}
.cid-u4g96KSetu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4g96KSetu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4g96KSetu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4g96KSetu .carousel-control,
  .cid-u4g96KSetu .carousel-indicators,
  .cid-u4g96KSetu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4g96KSetu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4g96KSetu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4g96KSetu .carousel-indicators .active,
.cid-u4g96KSetu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4g96KSetu .carousel-indicators .active {
  background: #fff;
}
.cid-u4g96KSetu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4g96KSetu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4g96KSetu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4g96KSetu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4g96KSetu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4g96KSetu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4g96KSetu .carousel {
  width: 100%;
}
.cid-u4g96KSetu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4g96KSetu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4g96KSetu .modal.fade .modal-dialog,
.cid-u4g96KSetu .modal.in .modal-dialog {
  transform: none;
}
.cid-u4g96KSetu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4g96KSetu H6 {
  text-align: center;
}
.cid-u4g99l8vMd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u4g99l8vMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4g99l8vMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4g99l8vMd .video-wrapper iframe {
  width: 100%;
}
.cid-u4g99l8vMd .mbr-section-title,
.cid-u4g99l8vMd .mbr-section-subtitle,
.cid-u4g99l8vMd .mbr-text {
  text-align: center;
}
.cid-u4g99l8vMd .mbr-section-title {
  color: #ffffff;
}
.cid-uwD89JePD9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uwD89JePD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwD89JePD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwD89JePD9 .mbr-section-title {
  color: #ffffff;
}
.cid-uwD89JePD9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwD84UdizX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uwD84UdizX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwD84UdizX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwD84UdizX .item {
  padding-bottom: 2rem;
}
.cid-uwD84UdizX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uwD84UdizX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwD84UdizX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uwD84UdizX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uwD84UdizX .carousel-control,
.cid-uwD84UdizX .close {
  background: #1b1b1b;
}
.cid-uwD84UdizX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwD84UdizX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uwD84UdizX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwD84UdizX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uwD84UdizX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uwD84UdizX .close::before {
  content: '\e91a';
}
.cid-uwD84UdizX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwD84UdizX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uwD84UdizX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwD84UdizX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwD84UdizX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwD84UdizX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uwD84UdizX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uwD84UdizX .carousel-indicators li.active,
.cid-uwD84UdizX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwD84UdizX .carousel-indicators li::after,
.cid-uwD84UdizX .carousel-indicators li::before {
  content: none;
}
.cid-uwD84UdizX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwD84UdizX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwD84UdizX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwD84UdizX .carousel-indicators {
    display: none;
  }
}
.cid-uwD84UdizX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uwD84UdizX .carousel-inner > .active {
  display: block;
}
.cid-uwD84UdizX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwD84UdizX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwD84UdizX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwD84UdizX .carousel-control,
  .cid-uwD84UdizX .carousel-indicators,
  .cid-uwD84UdizX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwD84UdizX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwD84UdizX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwD84UdizX .carousel-indicators .active,
.cid-uwD84UdizX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uwD84UdizX .carousel-indicators .active {
  background: #fff;
}
.cid-uwD84UdizX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwD84UdizX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwD84UdizX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwD84UdizX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwD84UdizX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwD84UdizX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwD84UdizX .carousel {
  width: 100%;
}
.cid-uwD84UdizX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwD84UdizX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uwD84UdizX .modal.fade .modal-dialog,
.cid-uwD84UdizX .modal.in .modal-dialog {
  transform: none;
}
.cid-uwD84UdizX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwD84UdizX H6 {
  text-align: center;
}
.cid-uwD84UdizX H4 {
  color: #ffffff;
}
.cid-tWK73FR30y {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tWK73FR30y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWK73FR30y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWK73FR30y .mbr-section-title {
  color: #ffffff;
}
.cid-tWK73FR30y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWK7ju7ty8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tWK7ju7ty8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWK7ju7ty8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWK7ju7ty8 .item {
  padding-bottom: 2rem;
}
.cid-tWK7ju7ty8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWK7ju7ty8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWK7ju7ty8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tWK7ju7ty8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWK7ju7ty8 .carousel-control,
.cid-tWK7ju7ty8 .close {
  background: #1b1b1b;
}
.cid-tWK7ju7ty8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWK7ju7ty8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWK7ju7ty8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWK7ju7ty8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWK7ju7ty8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWK7ju7ty8 .close::before {
  content: '\e91a';
}
.cid-tWK7ju7ty8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWK7ju7ty8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tWK7ju7ty8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWK7ju7ty8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWK7ju7ty8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWK7ju7ty8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWK7ju7ty8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tWK7ju7ty8 .carousel-indicators li.active,
.cid-tWK7ju7ty8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWK7ju7ty8 .carousel-indicators li::after,
.cid-tWK7ju7ty8 .carousel-indicators li::before {
  content: none;
}
.cid-tWK7ju7ty8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWK7ju7ty8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWK7ju7ty8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWK7ju7ty8 .carousel-indicators {
    display: none;
  }
}
.cid-tWK7ju7ty8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWK7ju7ty8 .carousel-inner > .active {
  display: block;
}
.cid-tWK7ju7ty8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWK7ju7ty8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWK7ju7ty8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWK7ju7ty8 .carousel-control,
  .cid-tWK7ju7ty8 .carousel-indicators,
  .cid-tWK7ju7ty8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWK7ju7ty8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWK7ju7ty8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWK7ju7ty8 .carousel-indicators .active,
.cid-tWK7ju7ty8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWK7ju7ty8 .carousel-indicators .active {
  background: #fff;
}
.cid-tWK7ju7ty8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWK7ju7ty8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWK7ju7ty8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWK7ju7ty8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWK7ju7ty8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWK7ju7ty8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWK7ju7ty8 .carousel {
  width: 100%;
}
.cid-tWK7ju7ty8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWK7ju7ty8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWK7ju7ty8 .modal.fade .modal-dialog,
.cid-tWK7ju7ty8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tWK7ju7ty8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWK7ju7ty8 H6 {
  text-align: center;
}
.cid-u2bZP9mto7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-u2bZP9mto7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2bZP9mto7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2bZP9mto7 .mbr-section-title {
  color: #ffffff;
}
.cid-u2bZP9mto7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2bZTCv1hE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u2bZTCv1hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2bZTCv1hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2bZTCv1hE .item {
  padding-bottom: 2rem;
}
.cid-u2bZTCv1hE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u2bZTCv1hE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2bZTCv1hE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u2bZTCv1hE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2bZTCv1hE .carousel-control,
.cid-u2bZTCv1hE .close {
  background: #1b1b1b;
}
.cid-u2bZTCv1hE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2bZTCv1hE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2bZTCv1hE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2bZTCv1hE .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2bZTCv1hE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2bZTCv1hE .close::before {
  content: '\e91a';
}
.cid-u2bZTCv1hE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2bZTCv1hE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2bZTCv1hE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2bZTCv1hE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2bZTCv1hE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2bZTCv1hE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2bZTCv1hE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2bZTCv1hE .carousel-indicators li.active,
.cid-u2bZTCv1hE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2bZTCv1hE .carousel-indicators li::after,
.cid-u2bZTCv1hE .carousel-indicators li::before {
  content: none;
}
.cid-u2bZTCv1hE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2bZTCv1hE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2bZTCv1hE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2bZTCv1hE .carousel-indicators {
    display: none;
  }
}
.cid-u2bZTCv1hE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2bZTCv1hE .carousel-inner > .active {
  display: block;
}
.cid-u2bZTCv1hE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2bZTCv1hE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2bZTCv1hE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2bZTCv1hE .carousel-control,
  .cid-u2bZTCv1hE .carousel-indicators,
  .cid-u2bZTCv1hE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2bZTCv1hE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2bZTCv1hE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2bZTCv1hE .carousel-indicators .active,
.cid-u2bZTCv1hE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2bZTCv1hE .carousel-indicators .active {
  background: #fff;
}
.cid-u2bZTCv1hE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2bZTCv1hE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2bZTCv1hE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2bZTCv1hE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2bZTCv1hE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2bZTCv1hE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2bZTCv1hE .carousel {
  width: 100%;
}
.cid-u2bZTCv1hE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2bZTCv1hE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2bZTCv1hE .modal.fade .modal-dialog,
.cid-u2bZTCv1hE .modal.in .modal-dialog {
  transform: none;
}
.cid-u2bZTCv1hE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2bZTCv1hE H6 {
  text-align: center;
}
.cid-tU3pnVeTPr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tU3pnVeTPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU3pnVeTPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU3pnVeTPr .mbr-section-title {
  color: #ffffff;
}
.cid-tU3pnVeTPr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tU3pC5FRF7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tU3pC5FRF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU3pC5FRF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU3pC5FRF7 .item {
  padding-bottom: 2rem;
}
.cid-tU3pC5FRF7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tU3pC5FRF7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tU3pC5FRF7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tU3pC5FRF7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tU3pC5FRF7 .carousel-control,
.cid-tU3pC5FRF7 .close {
  background: #1b1b1b;
}
.cid-tU3pC5FRF7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tU3pC5FRF7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tU3pC5FRF7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tU3pC5FRF7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tU3pC5FRF7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tU3pC5FRF7 .close::before {
  content: '\e91a';
}
.cid-tU3pC5FRF7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tU3pC5FRF7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tU3pC5FRF7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU3pC5FRF7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tU3pC5FRF7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tU3pC5FRF7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tU3pC5FRF7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tU3pC5FRF7 .carousel-indicators li.active,
.cid-tU3pC5FRF7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tU3pC5FRF7 .carousel-indicators li::after,
.cid-tU3pC5FRF7 .carousel-indicators li::before {
  content: none;
}
.cid-tU3pC5FRF7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tU3pC5FRF7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tU3pC5FRF7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tU3pC5FRF7 .carousel-indicators {
    display: none;
  }
}
.cid-tU3pC5FRF7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tU3pC5FRF7 .carousel-inner > .active {
  display: block;
}
.cid-tU3pC5FRF7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU3pC5FRF7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU3pC5FRF7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tU3pC5FRF7 .carousel-control,
  .cid-tU3pC5FRF7 .carousel-indicators,
  .cid-tU3pC5FRF7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tU3pC5FRF7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tU3pC5FRF7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tU3pC5FRF7 .carousel-indicators .active,
.cid-tU3pC5FRF7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tU3pC5FRF7 .carousel-indicators .active {
  background: #fff;
}
.cid-tU3pC5FRF7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tU3pC5FRF7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tU3pC5FRF7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tU3pC5FRF7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tU3pC5FRF7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tU3pC5FRF7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tU3pC5FRF7 .carousel {
  width: 100%;
}
.cid-tU3pC5FRF7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tU3pC5FRF7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tU3pC5FRF7 .modal.fade .modal-dialog,
.cid-tU3pC5FRF7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tU3pC5FRF7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tU3pC5FRF7 H6 {
  text-align: center;
}
.cid-tU3pQ9RyVL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tU3pQ9RyVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU3pQ9RyVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU3pQ9RyVL .video-wrapper iframe {
  width: 100%;
}
.cid-tU3pQ9RyVL .mbr-section-title,
.cid-tU3pQ9RyVL .mbr-section-subtitle,
.cid-tU3pQ9RyVL .mbr-text {
  text-align: center;
}
.cid-tU3pQ9RyVL .mbr-section-title {
  color: #ffffff;
}
.cid-tRwsRgJZnA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tRwsRgJZnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwsRgJZnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwsRgJZnA .mbr-section-title {
  color: #ffffff;
}
.cid-tRwsRgJZnA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRwsSjp5QR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tRwsSjp5QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwsSjp5QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwsSjp5QR .item {
  padding-bottom: 2rem;
}
.cid-tRwsSjp5QR .item-wrapper {
  position: relative;
}
.cid-tRwsSjp5QR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwsSjp5QR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwsSjp5QR .carousel-control,
.cid-tRwsSjp5QR .close {
  background: #1b1b1b;
}
.cid-tRwsSjp5QR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwsSjp5QR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwsSjp5QR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwsSjp5QR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwsSjp5QR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwsSjp5QR .close::before {
  content: '\e91a';
}
.cid-tRwsSjp5QR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwsSjp5QR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwsSjp5QR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwsSjp5QR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwsSjp5QR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwsSjp5QR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwsSjp5QR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwsSjp5QR .carousel-indicators li.active,
.cid-tRwsSjp5QR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwsSjp5QR .carousel-indicators li::after,
.cid-tRwsSjp5QR .carousel-indicators li::before {
  content: none;
}
.cid-tRwsSjp5QR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwsSjp5QR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwsSjp5QR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwsSjp5QR .carousel-indicators {
    display: none;
  }
}
.cid-tRwsSjp5QR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwsSjp5QR .carousel-inner > .active {
  display: block;
}
.cid-tRwsSjp5QR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwsSjp5QR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwsSjp5QR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwsSjp5QR .carousel-control,
  .cid-tRwsSjp5QR .carousel-indicators,
  .cid-tRwsSjp5QR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwsSjp5QR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwsSjp5QR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwsSjp5QR .carousel-indicators .active,
.cid-tRwsSjp5QR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwsSjp5QR .carousel-indicators .active {
  background: #fff;
}
.cid-tRwsSjp5QR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwsSjp5QR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwsSjp5QR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwsSjp5QR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwsSjp5QR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwsSjp5QR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwsSjp5QR .carousel {
  width: 100%;
}
.cid-tRwsSjp5QR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwsSjp5QR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwsSjp5QR .modal.fade .modal-dialog,
.cid-tRwsSjp5QR .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwsSjp5QR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwsSjp5QR H6 {
  text-align: center;
}
.cid-tLBtjdiJSt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tLBtjdiJSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBtjdiJSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBtjdiJSt .mbr-section-title {
  color: #ffffff;
}
.cid-tLBtjdiJSt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLBtm90PQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tLBtm90PQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLBtm90PQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLBtm90PQU .item {
  padding-bottom: 2rem;
}
.cid-tLBtm90PQU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tLBtm90PQU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tLBtm90PQU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tLBtm90PQU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tLBtm90PQU .carousel-control,
.cid-tLBtm90PQU .close {
  background: #1b1b1b;
}
.cid-tLBtm90PQU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLBtm90PQU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLBtm90PQU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLBtm90PQU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLBtm90PQU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLBtm90PQU .close::before {
  content: '\e91a';
}
.cid-tLBtm90PQU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLBtm90PQU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLBtm90PQU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLBtm90PQU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLBtm90PQU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLBtm90PQU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLBtm90PQU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLBtm90PQU .carousel-indicators li.active,
.cid-tLBtm90PQU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLBtm90PQU .carousel-indicators li::after,
.cid-tLBtm90PQU .carousel-indicators li::before {
  content: none;
}
.cid-tLBtm90PQU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLBtm90PQU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLBtm90PQU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLBtm90PQU .carousel-indicators {
    display: none;
  }
}
.cid-tLBtm90PQU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLBtm90PQU .carousel-inner > .active {
  display: block;
}
.cid-tLBtm90PQU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLBtm90PQU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLBtm90PQU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLBtm90PQU .carousel-control,
  .cid-tLBtm90PQU .carousel-indicators,
  .cid-tLBtm90PQU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLBtm90PQU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLBtm90PQU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLBtm90PQU .carousel-indicators .active,
.cid-tLBtm90PQU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLBtm90PQU .carousel-indicators .active {
  background: #fff;
}
.cid-tLBtm90PQU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLBtm90PQU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLBtm90PQU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLBtm90PQU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLBtm90PQU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLBtm90PQU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLBtm90PQU .carousel {
  width: 100%;
}
.cid-tLBtm90PQU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLBtm90PQU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLBtm90PQU .modal.fade .modal-dialog,
.cid-tLBtm90PQU .modal.in .modal-dialog {
  transform: none;
}
.cid-tLBtm90PQU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLBtm90PQU H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tIVURoOg4Q {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVURoOg4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVURoOg4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVURoOg4Q .mbr-section-title {
  color: #ffffff;
}
.cid-tIVURoOg4Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVUkKXpsz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVUkKXpsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVUkKXpsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVUkKXpsz .item {
  padding-bottom: 2rem;
}
.cid-tIVUkKXpsz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tIVUkKXpsz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVUkKXpsz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVUkKXpsz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVUkKXpsz .carousel-control,
.cid-tIVUkKXpsz .close {
  background: #1b1b1b;
}
.cid-tIVUkKXpsz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVUkKXpsz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVUkKXpsz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVUkKXpsz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVUkKXpsz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVUkKXpsz .close::before {
  content: '\e91a';
}
.cid-tIVUkKXpsz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVUkKXpsz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVUkKXpsz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVUkKXpsz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVUkKXpsz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVUkKXpsz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVUkKXpsz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVUkKXpsz .carousel-indicators li.active,
.cid-tIVUkKXpsz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVUkKXpsz .carousel-indicators li::after,
.cid-tIVUkKXpsz .carousel-indicators li::before {
  content: none;
}
.cid-tIVUkKXpsz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVUkKXpsz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVUkKXpsz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVUkKXpsz .carousel-indicators {
    display: none;
  }
}
.cid-tIVUkKXpsz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVUkKXpsz .carousel-inner > .active {
  display: block;
}
.cid-tIVUkKXpsz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVUkKXpsz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVUkKXpsz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVUkKXpsz .carousel-control,
  .cid-tIVUkKXpsz .carousel-indicators,
  .cid-tIVUkKXpsz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVUkKXpsz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVUkKXpsz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVUkKXpsz .carousel-indicators .active,
.cid-tIVUkKXpsz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVUkKXpsz .carousel-indicators .active {
  background: #fff;
}
.cid-tIVUkKXpsz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVUkKXpsz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVUkKXpsz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVUkKXpsz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVUkKXpsz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVUkKXpsz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVUkKXpsz .carousel {
  width: 100%;
}
.cid-tIVUkKXpsz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVUkKXpsz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVUkKXpsz .modal.fade .modal-dialog,
.cid-tIVUkKXpsz .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVUkKXpsz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVUkKXpsz H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tJOFl85xfJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tJOFl85xfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOFl85xfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOFl85xfJ .mbr-section-title {
  color: #ffffff;
}
.cid-tJOFl85xfJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJOFm1bxWA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tJOFm1bxWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOFm1bxWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOFm1bxWA .item {
  padding-bottom: 2rem;
}
.cid-tJOFm1bxWA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tJOFm1bxWA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJOFm1bxWA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJOFm1bxWA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJOFm1bxWA .carousel-control,
.cid-tJOFm1bxWA .close {
  background: #1b1b1b;
}
.cid-tJOFm1bxWA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJOFm1bxWA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJOFm1bxWA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJOFm1bxWA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJOFm1bxWA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJOFm1bxWA .close::before {
  content: '\e91a';
}
.cid-tJOFm1bxWA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJOFm1bxWA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJOFm1bxWA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJOFm1bxWA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJOFm1bxWA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJOFm1bxWA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJOFm1bxWA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJOFm1bxWA .carousel-indicators li.active,
.cid-tJOFm1bxWA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJOFm1bxWA .carousel-indicators li::after,
.cid-tJOFm1bxWA .carousel-indicators li::before {
  content: none;
}
.cid-tJOFm1bxWA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJOFm1bxWA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJOFm1bxWA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJOFm1bxWA .carousel-indicators {
    display: none;
  }
}
.cid-tJOFm1bxWA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJOFm1bxWA .carousel-inner > .active {
  display: block;
}
.cid-tJOFm1bxWA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJOFm1bxWA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJOFm1bxWA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJOFm1bxWA .carousel-control,
  .cid-tJOFm1bxWA .carousel-indicators,
  .cid-tJOFm1bxWA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJOFm1bxWA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJOFm1bxWA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJOFm1bxWA .carousel-indicators .active,
.cid-tJOFm1bxWA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJOFm1bxWA .carousel-indicators .active {
  background: #fff;
}
.cid-tJOFm1bxWA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJOFm1bxWA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJOFm1bxWA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJOFm1bxWA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJOFm1bxWA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJOFm1bxWA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJOFm1bxWA .carousel {
  width: 100%;
}
.cid-tJOFm1bxWA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJOFm1bxWA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJOFm1bxWA .modal.fade .modal-dialog,
.cid-tJOFm1bxWA .modal.in .modal-dialog {
  transform: none;
}
.cid-tJOFm1bxWA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJOFm1bxWA H6 {
  text-align: center;
}
.cid-tIXsuqSxrO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIXsuqSxrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIXsuqSxrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIXsuqSxrO .video-wrapper iframe {
  width: 100%;
}
.cid-tIXsuqSxrO .mbr-section-title,
.cid-tIXsuqSxrO .mbr-section-subtitle,
.cid-tIXsuqSxrO .mbr-text {
  text-align: center;
}
.cid-tIXsuqSxrO .mbr-section-title {
  color: #ffffff;
}
.cid-tIVVgASKGs {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVVgASKGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVVgASKGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVVgASKGs .mbr-section-title {
  color: #ffffff;
}
.cid-tIVVgASKGs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVVj2n9id {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVVj2n9id .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVVj2n9id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVVj2n9id .item {
  padding-bottom: 2rem;
}
.cid-tIVVj2n9id .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVVj2n9id .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVVj2n9id .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVVj2n9id .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVVj2n9id .carousel-control,
.cid-tIVVj2n9id .close {
  background: #1b1b1b;
}
.cid-tIVVj2n9id .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVVj2n9id .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVVj2n9id .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVVj2n9id .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVVj2n9id .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVVj2n9id .close::before {
  content: '\e91a';
}
.cid-tIVVj2n9id .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVVj2n9id .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVVj2n9id .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVVj2n9id .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVVj2n9id .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVVj2n9id .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVVj2n9id .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVVj2n9id .carousel-indicators li.active,
.cid-tIVVj2n9id .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVVj2n9id .carousel-indicators li::after,
.cid-tIVVj2n9id .carousel-indicators li::before {
  content: none;
}
.cid-tIVVj2n9id .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVVj2n9id .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVVj2n9id .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVVj2n9id .carousel-indicators {
    display: none;
  }
}
.cid-tIVVj2n9id .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVVj2n9id .carousel-inner > .active {
  display: block;
}
.cid-tIVVj2n9id .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVVj2n9id .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVVj2n9id .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVVj2n9id .carousel-control,
  .cid-tIVVj2n9id .carousel-indicators,
  .cid-tIVVj2n9id .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVVj2n9id .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVVj2n9id .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVVj2n9id .carousel-indicators .active,
.cid-tIVVj2n9id .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVVj2n9id .carousel-indicators .active {
  background: #fff;
}
.cid-tIVVj2n9id .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVVj2n9id .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVVj2n9id .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVVj2n9id .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVVj2n9id .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVVj2n9id .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVVj2n9id .carousel {
  width: 100%;
}
.cid-tIVVj2n9id .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVVj2n9id .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVVj2n9id .modal.fade .modal-dialog,
.cid-tIVVj2n9id .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVVj2n9id .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVVj2n9id H6 {
  text-align: center;
}
.cid-tIVVLWaXXL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVVLWaXXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVVLWaXXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVVLWaXXL .video-wrapper iframe {
  width: 100%;
}
.cid-tIVVLWaXXL .mbr-section-title,
.cid-tIVVLWaXXL .mbr-section-subtitle,
.cid-tIVVLWaXXL .mbr-text {
  text-align: center;
}
.cid-tIVVLWaXXL .mbr-section-title {
  color: #ffffff;
}
.cid-tIVVLWaXXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVW8UpmbS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVW8UpmbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVW8UpmbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVW8UpmbS .mbr-section-title {
  color: #ffffff;
}
.cid-tIVW8UpmbS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVW9KwTBX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVW9KwTBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVW9KwTBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVW9KwTBX .item {
  padding-bottom: 2rem;
}
.cid-tIVW9KwTBX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVW9KwTBX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVW9KwTBX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVW9KwTBX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVW9KwTBX .carousel-control,
.cid-tIVW9KwTBX .close {
  background: #1b1b1b;
}
.cid-tIVW9KwTBX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVW9KwTBX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVW9KwTBX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVW9KwTBX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVW9KwTBX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVW9KwTBX .close::before {
  content: '\e91a';
}
.cid-tIVW9KwTBX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVW9KwTBX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVW9KwTBX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVW9KwTBX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVW9KwTBX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVW9KwTBX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVW9KwTBX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVW9KwTBX .carousel-indicators li.active,
.cid-tIVW9KwTBX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVW9KwTBX .carousel-indicators li::after,
.cid-tIVW9KwTBX .carousel-indicators li::before {
  content: none;
}
.cid-tIVW9KwTBX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVW9KwTBX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVW9KwTBX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVW9KwTBX .carousel-indicators {
    display: none;
  }
}
.cid-tIVW9KwTBX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVW9KwTBX .carousel-inner > .active {
  display: block;
}
.cid-tIVW9KwTBX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVW9KwTBX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVW9KwTBX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVW9KwTBX .carousel-control,
  .cid-tIVW9KwTBX .carousel-indicators,
  .cid-tIVW9KwTBX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVW9KwTBX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVW9KwTBX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVW9KwTBX .carousel-indicators .active,
.cid-tIVW9KwTBX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVW9KwTBX .carousel-indicators .active {
  background: #fff;
}
.cid-tIVW9KwTBX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVW9KwTBX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVW9KwTBX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVW9KwTBX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVW9KwTBX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVW9KwTBX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVW9KwTBX .carousel {
  width: 100%;
}
.cid-tIVW9KwTBX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVW9KwTBX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVW9KwTBX .modal.fade .modal-dialog,
.cid-tIVW9KwTBX .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVW9KwTBX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVW9KwTBX H6 {
  text-align: center;
}
.cid-tJBkCqqWgV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tJBkCqqWgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJBkCqqWgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJBkCqqWgV .video-wrapper iframe {
  width: 100%;
}
.cid-tJBkCqqWgV .mbr-section-title,
.cid-tJBkCqqWgV .mbr-section-subtitle,
.cid-tJBkCqqWgV .mbr-text {
  text-align: center;
}
.cid-tJBkCqqWgV .mbr-section-title {
  color: #ffffff;
}
.cid-tIVWntE9nr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVWntE9nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVWntE9nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVWntE9nr .mbr-section-title {
  color: #ffffff;
}
.cid-tIVWntE9nr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVWus9EnP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVWus9EnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVWus9EnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVWus9EnP .item {
  padding-bottom: 2rem;
}
.cid-tIVWus9EnP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVWus9EnP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVWus9EnP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVWus9EnP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVWus9EnP .carousel-control,
.cid-tIVWus9EnP .close {
  background: #1b1b1b;
}
.cid-tIVWus9EnP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVWus9EnP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVWus9EnP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVWus9EnP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVWus9EnP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVWus9EnP .close::before {
  content: '\e91a';
}
.cid-tIVWus9EnP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVWus9EnP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVWus9EnP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVWus9EnP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVWus9EnP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVWus9EnP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVWus9EnP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVWus9EnP .carousel-indicators li.active,
.cid-tIVWus9EnP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVWus9EnP .carousel-indicators li::after,
.cid-tIVWus9EnP .carousel-indicators li::before {
  content: none;
}
.cid-tIVWus9EnP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVWus9EnP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVWus9EnP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVWus9EnP .carousel-indicators {
    display: none;
  }
}
.cid-tIVWus9EnP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVWus9EnP .carousel-inner > .active {
  display: block;
}
.cid-tIVWus9EnP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVWus9EnP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVWus9EnP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVWus9EnP .carousel-control,
  .cid-tIVWus9EnP .carousel-indicators,
  .cid-tIVWus9EnP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVWus9EnP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVWus9EnP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVWus9EnP .carousel-indicators .active,
.cid-tIVWus9EnP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVWus9EnP .carousel-indicators .active {
  background: #fff;
}
.cid-tIVWus9EnP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVWus9EnP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVWus9EnP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVWus9EnP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVWus9EnP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVWus9EnP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVWus9EnP .carousel {
  width: 100%;
}
.cid-tIVWus9EnP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVWus9EnP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVWus9EnP .modal.fade .modal-dialog,
.cid-tIVWus9EnP .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVWus9EnP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVWus9EnP H6 {
  text-align: center;
}
.cid-tIVWHtH5gH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVWHtH5gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVWHtH5gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVWHtH5gH .video-wrapper iframe {
  width: 100%;
}
.cid-tIVWHtH5gH .mbr-section-title,
.cid-tIVWHtH5gH .mbr-section-subtitle,
.cid-tIVWHtH5gH .mbr-text {
  text-align: center;
}
.cid-tIVWHtH5gH .mbr-section-title {
  color: #ffffff;
}
.cid-tIVWHtH5gH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVX4qMfxu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVX4qMfxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVX4qMfxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVX4qMfxu .mbr-section-title {
  color: #ffffff;
}
.cid-tIVX4qMfxu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVX5grPJN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVX5grPJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVX5grPJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVX5grPJN .item {
  padding-bottom: 2rem;
}
.cid-tIVX5grPJN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVX5grPJN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVX5grPJN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVX5grPJN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVX5grPJN .carousel-control,
.cid-tIVX5grPJN .close {
  background: #1b1b1b;
}
.cid-tIVX5grPJN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVX5grPJN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVX5grPJN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVX5grPJN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVX5grPJN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVX5grPJN .close::before {
  content: '\e91a';
}
.cid-tIVX5grPJN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVX5grPJN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVX5grPJN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVX5grPJN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVX5grPJN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVX5grPJN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVX5grPJN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVX5grPJN .carousel-indicators li.active,
.cid-tIVX5grPJN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVX5grPJN .carousel-indicators li::after,
.cid-tIVX5grPJN .carousel-indicators li::before {
  content: none;
}
.cid-tIVX5grPJN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVX5grPJN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVX5grPJN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVX5grPJN .carousel-indicators {
    display: none;
  }
}
.cid-tIVX5grPJN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVX5grPJN .carousel-inner > .active {
  display: block;
}
.cid-tIVX5grPJN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVX5grPJN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVX5grPJN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVX5grPJN .carousel-control,
  .cid-tIVX5grPJN .carousel-indicators,
  .cid-tIVX5grPJN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVX5grPJN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVX5grPJN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVX5grPJN .carousel-indicators .active,
.cid-tIVX5grPJN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVX5grPJN .carousel-indicators .active {
  background: #fff;
}
.cid-tIVX5grPJN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVX5grPJN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVX5grPJN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVX5grPJN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVX5grPJN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVX5grPJN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVX5grPJN .carousel {
  width: 100%;
}
.cid-tIVX5grPJN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVX5grPJN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVX5grPJN .modal.fade .modal-dialog,
.cid-tIVX5grPJN .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVX5grPJN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVX5grPJN H6 {
  text-align: center;
}
.cid-tWK6v8j0bO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tWK6v8j0bO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWK6v8j0bO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWK6v8j0bO .video-wrapper iframe {
  width: 100%;
}
.cid-tWK6v8j0bO .mbr-section-title,
.cid-tWK6v8j0bO .mbr-section-subtitle,
.cid-tWK6v8j0bO .mbr-text {
  text-align: center;
}
.cid-tWK6v8j0bO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVYEMP7QN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVYEMP7QN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVYEMP7QN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVYEMP7QN .mbr-section-title {
  color: #ffffff;
}
.cid-tIVYEMP7QN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVYFPRRFe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVYFPRRFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVYFPRRFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVYFPRRFe .item {
  padding-bottom: 2rem;
}
.cid-tIVYFPRRFe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVYFPRRFe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVYFPRRFe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVYFPRRFe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVYFPRRFe .carousel-control,
.cid-tIVYFPRRFe .close {
  background: #1b1b1b;
}
.cid-tIVYFPRRFe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVYFPRRFe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVYFPRRFe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVYFPRRFe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVYFPRRFe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVYFPRRFe .close::before {
  content: '\e91a';
}
.cid-tIVYFPRRFe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVYFPRRFe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVYFPRRFe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVYFPRRFe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVYFPRRFe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVYFPRRFe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVYFPRRFe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVYFPRRFe .carousel-indicators li.active,
.cid-tIVYFPRRFe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVYFPRRFe .carousel-indicators li::after,
.cid-tIVYFPRRFe .carousel-indicators li::before {
  content: none;
}
.cid-tIVYFPRRFe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVYFPRRFe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVYFPRRFe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVYFPRRFe .carousel-indicators {
    display: none;
  }
}
.cid-tIVYFPRRFe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVYFPRRFe .carousel-inner > .active {
  display: block;
}
.cid-tIVYFPRRFe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVYFPRRFe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVYFPRRFe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVYFPRRFe .carousel-control,
  .cid-tIVYFPRRFe .carousel-indicators,
  .cid-tIVYFPRRFe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVYFPRRFe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVYFPRRFe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVYFPRRFe .carousel-indicators .active,
.cid-tIVYFPRRFe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVYFPRRFe .carousel-indicators .active {
  background: #fff;
}
.cid-tIVYFPRRFe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVYFPRRFe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVYFPRRFe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVYFPRRFe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVYFPRRFe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVYFPRRFe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVYFPRRFe .carousel {
  width: 100%;
}
.cid-tIVYFPRRFe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVYFPRRFe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVYFPRRFe .modal.fade .modal-dialog,
.cid-tIVYFPRRFe .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVYFPRRFe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVYFPRRFe H6 {
  text-align: center;
}
.cid-tKVTCKz52v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tKVTCKz52v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKVTCKz52v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKVTCKz52v .video-wrapper iframe {
  width: 100%;
}
.cid-tKVTCKz52v .mbr-section-title,
.cid-tKVTCKz52v .mbr-section-subtitle,
.cid-tKVTCKz52v .mbr-text {
  text-align: center;
}
.cid-tKVTCKz52v .mbr-section-title {
  color: #ffffff;
}
.cid-tKVTCKz52v .mbr-text {
  color: #ffffff;
}
.cid-tIVYOl2YhE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVYOl2YhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVYOl2YhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVYOl2YhE .mbr-section-title {
  color: #ffffff;
}
.cid-tIVYOl2YhE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVYPBnD96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVYPBnD96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVYPBnD96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVYPBnD96 .item {
  padding-bottom: 2rem;
}
.cid-tIVYPBnD96 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVYPBnD96 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVYPBnD96 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVYPBnD96 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVYPBnD96 .carousel-control,
.cid-tIVYPBnD96 .close {
  background: #1b1b1b;
}
.cid-tIVYPBnD96 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVYPBnD96 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVYPBnD96 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVYPBnD96 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVYPBnD96 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVYPBnD96 .close::before {
  content: '\e91a';
}
.cid-tIVYPBnD96 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVYPBnD96 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVYPBnD96 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVYPBnD96 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVYPBnD96 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVYPBnD96 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVYPBnD96 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVYPBnD96 .carousel-indicators li.active,
.cid-tIVYPBnD96 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVYPBnD96 .carousel-indicators li::after,
.cid-tIVYPBnD96 .carousel-indicators li::before {
  content: none;
}
.cid-tIVYPBnD96 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVYPBnD96 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVYPBnD96 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVYPBnD96 .carousel-indicators {
    display: none;
  }
}
.cid-tIVYPBnD96 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVYPBnD96 .carousel-inner > .active {
  display: block;
}
.cid-tIVYPBnD96 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVYPBnD96 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVYPBnD96 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVYPBnD96 .carousel-control,
  .cid-tIVYPBnD96 .carousel-indicators,
  .cid-tIVYPBnD96 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVYPBnD96 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVYPBnD96 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVYPBnD96 .carousel-indicators .active,
.cid-tIVYPBnD96 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVYPBnD96 .carousel-indicators .active {
  background: #fff;
}
.cid-tIVYPBnD96 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVYPBnD96 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVYPBnD96 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVYPBnD96 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVYPBnD96 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVYPBnD96 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVYPBnD96 .carousel {
  width: 100%;
}
.cid-tIVYPBnD96 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVYPBnD96 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVYPBnD96 .modal.fade .modal-dialog,
.cid-tIVYPBnD96 .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVYPBnD96 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVYPBnD96 H6 {
  text-align: center;
}
.cid-tIVZ49dQzH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVZ49dQzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVZ49dQzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVZ49dQzH .mbr-section-title {
  color: #ffffff;
}
.cid-tIVZ49dQzH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVZ5frEyH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVZ5frEyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVZ5frEyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVZ5frEyH .item {
  padding-bottom: 2rem;
}
.cid-tIVZ5frEyH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVZ5frEyH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVZ5frEyH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVZ5frEyH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVZ5frEyH .carousel-control,
.cid-tIVZ5frEyH .close {
  background: #1b1b1b;
}
.cid-tIVZ5frEyH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVZ5frEyH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVZ5frEyH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVZ5frEyH .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVZ5frEyH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVZ5frEyH .close::before {
  content: '\e91a';
}
.cid-tIVZ5frEyH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVZ5frEyH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVZ5frEyH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVZ5frEyH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVZ5frEyH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVZ5frEyH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVZ5frEyH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVZ5frEyH .carousel-indicators li.active,
.cid-tIVZ5frEyH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVZ5frEyH .carousel-indicators li::after,
.cid-tIVZ5frEyH .carousel-indicators li::before {
  content: none;
}
.cid-tIVZ5frEyH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVZ5frEyH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVZ5frEyH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVZ5frEyH .carousel-indicators {
    display: none;
  }
}
.cid-tIVZ5frEyH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVZ5frEyH .carousel-inner > .active {
  display: block;
}
.cid-tIVZ5frEyH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVZ5frEyH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVZ5frEyH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVZ5frEyH .carousel-control,
  .cid-tIVZ5frEyH .carousel-indicators,
  .cid-tIVZ5frEyH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVZ5frEyH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVZ5frEyH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVZ5frEyH .carousel-indicators .active,
.cid-tIVZ5frEyH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVZ5frEyH .carousel-indicators .active {
  background: #fff;
}
.cid-tIVZ5frEyH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVZ5frEyH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVZ5frEyH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVZ5frEyH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVZ5frEyH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVZ5frEyH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVZ5frEyH .carousel {
  width: 100%;
}
.cid-tIVZ5frEyH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVZ5frEyH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVZ5frEyH .modal.fade .modal-dialog,
.cid-tIVZ5frEyH .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVZ5frEyH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVZ5frEyH H6 {
  text-align: center;
}
.cid-tIVZXpPpEk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIVZXpPpEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVZXpPpEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVZXpPpEk .mbr-section-title {
  color: #ffffff;
}
.cid-tIVZXpPpEk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIVZY56158 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIVZY56158 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIVZY56158 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIVZY56158 .item {
  padding-bottom: 2rem;
}
.cid-tIVZY56158 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIVZY56158 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIVZY56158 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIVZY56158 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIVZY56158 .carousel-control,
.cid-tIVZY56158 .close {
  background: #1b1b1b;
}
.cid-tIVZY56158 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIVZY56158 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIVZY56158 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIVZY56158 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIVZY56158 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIVZY56158 .close::before {
  content: '\e91a';
}
.cid-tIVZY56158 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIVZY56158 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIVZY56158 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVZY56158 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIVZY56158 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIVZY56158 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIVZY56158 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIVZY56158 .carousel-indicators li.active,
.cid-tIVZY56158 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIVZY56158 .carousel-indicators li::after,
.cid-tIVZY56158 .carousel-indicators li::before {
  content: none;
}
.cid-tIVZY56158 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIVZY56158 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIVZY56158 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIVZY56158 .carousel-indicators {
    display: none;
  }
}
.cid-tIVZY56158 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIVZY56158 .carousel-inner > .active {
  display: block;
}
.cid-tIVZY56158 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIVZY56158 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIVZY56158 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIVZY56158 .carousel-control,
  .cid-tIVZY56158 .carousel-indicators,
  .cid-tIVZY56158 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIVZY56158 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIVZY56158 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIVZY56158 .carousel-indicators .active,
.cid-tIVZY56158 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIVZY56158 .carousel-indicators .active {
  background: #fff;
}
.cid-tIVZY56158 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIVZY56158 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIVZY56158 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIVZY56158 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIVZY56158 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIVZY56158 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIVZY56158 .carousel {
  width: 100%;
}
.cid-tIVZY56158 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIVZY56158 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIVZY56158 .modal.fade .modal-dialog,
.cid-tIVZY56158 .modal.in .modal-dialog {
  transform: none;
}
.cid-tIVZY56158 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIVZY56158 H6 {
  text-align: center;
}
.cid-tIW0bYDg9n {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW0bYDg9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0bYDg9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0bYDg9n .mbr-section-title {
  color: #ffffff;
}
.cid-tIW0bYDg9n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW0cQ5iiF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW0cQ5iiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0cQ5iiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0cQ5iiF .item {
  padding-bottom: 2rem;
}
.cid-tIW0cQ5iiF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tIW0cQ5iiF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIW0cQ5iiF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIW0cQ5iiF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIW0cQ5iiF .carousel-control,
.cid-tIW0cQ5iiF .close {
  background: #1b1b1b;
}
.cid-tIW0cQ5iiF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIW0cQ5iiF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIW0cQ5iiF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIW0cQ5iiF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIW0cQ5iiF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIW0cQ5iiF .close::before {
  content: '\e91a';
}
.cid-tIW0cQ5iiF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIW0cQ5iiF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIW0cQ5iiF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0cQ5iiF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIW0cQ5iiF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIW0cQ5iiF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIW0cQ5iiF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIW0cQ5iiF .carousel-indicators li.active,
.cid-tIW0cQ5iiF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIW0cQ5iiF .carousel-indicators li::after,
.cid-tIW0cQ5iiF .carousel-indicators li::before {
  content: none;
}
.cid-tIW0cQ5iiF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIW0cQ5iiF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIW0cQ5iiF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIW0cQ5iiF .carousel-indicators {
    display: none;
  }
}
.cid-tIW0cQ5iiF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIW0cQ5iiF .carousel-inner > .active {
  display: block;
}
.cid-tIW0cQ5iiF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0cQ5iiF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIW0cQ5iiF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIW0cQ5iiF .carousel-control,
  .cid-tIW0cQ5iiF .carousel-indicators,
  .cid-tIW0cQ5iiF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIW0cQ5iiF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIW0cQ5iiF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIW0cQ5iiF .carousel-indicators .active,
.cid-tIW0cQ5iiF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIW0cQ5iiF .carousel-indicators .active {
  background: #fff;
}
.cid-tIW0cQ5iiF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIW0cQ5iiF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIW0cQ5iiF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIW0cQ5iiF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIW0cQ5iiF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIW0cQ5iiF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIW0cQ5iiF .carousel {
  width: 100%;
}
.cid-tIW0cQ5iiF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIW0cQ5iiF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIW0cQ5iiF .modal.fade .modal-dialog,
.cid-tIW0cQ5iiF .modal.in .modal-dialog {
  transform: none;
}
.cid-tIW0cQ5iiF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIW0cQ5iiF H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tIW0pUX1jq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW0pUX1jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0pUX1jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0pUX1jq .mbr-section-title {
  color: #ffffff;
}
.cid-tIW0pUX1jq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW0uMwmeL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW0uMwmeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0uMwmeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0uMwmeL .item {
  padding-bottom: 2rem;
}
.cid-tIW0uMwmeL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIW0uMwmeL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIW0uMwmeL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIW0uMwmeL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIW0uMwmeL .carousel-control,
.cid-tIW0uMwmeL .close {
  background: #1b1b1b;
}
.cid-tIW0uMwmeL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIW0uMwmeL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIW0uMwmeL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIW0uMwmeL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIW0uMwmeL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIW0uMwmeL .close::before {
  content: '\e91a';
}
.cid-tIW0uMwmeL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIW0uMwmeL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIW0uMwmeL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0uMwmeL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIW0uMwmeL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIW0uMwmeL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIW0uMwmeL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIW0uMwmeL .carousel-indicators li.active,
.cid-tIW0uMwmeL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIW0uMwmeL .carousel-indicators li::after,
.cid-tIW0uMwmeL .carousel-indicators li::before {
  content: none;
}
.cid-tIW0uMwmeL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIW0uMwmeL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIW0uMwmeL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIW0uMwmeL .carousel-indicators {
    display: none;
  }
}
.cid-tIW0uMwmeL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIW0uMwmeL .carousel-inner > .active {
  display: block;
}
.cid-tIW0uMwmeL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0uMwmeL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIW0uMwmeL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIW0uMwmeL .carousel-control,
  .cid-tIW0uMwmeL .carousel-indicators,
  .cid-tIW0uMwmeL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIW0uMwmeL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIW0uMwmeL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIW0uMwmeL .carousel-indicators .active,
.cid-tIW0uMwmeL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIW0uMwmeL .carousel-indicators .active {
  background: #fff;
}
.cid-tIW0uMwmeL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIW0uMwmeL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIW0uMwmeL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIW0uMwmeL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIW0uMwmeL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIW0uMwmeL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIW0uMwmeL .carousel {
  width: 100%;
}
.cid-tIW0uMwmeL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIW0uMwmeL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIW0uMwmeL .modal.fade .modal-dialog,
.cid-tIW0uMwmeL .modal.in .modal-dialog {
  transform: none;
}
.cid-tIW0uMwmeL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIW0uMwmeL H6 {
  text-align: center;
}
.cid-tIW0GGNIrU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW0GGNIrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0GGNIrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0GGNIrU .mbr-section-title {
  color: #ffffff;
}
.cid-tIW0GGNIrU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW0Hvnc3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW0Hvnc3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0Hvnc3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0Hvnc3g .item {
  padding-bottom: 2rem;
}
.cid-tIW0Hvnc3g .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tIW0Hvnc3g .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIW0Hvnc3g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIW0Hvnc3g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIW0Hvnc3g .carousel-control,
.cid-tIW0Hvnc3g .close {
  background: #1b1b1b;
}
.cid-tIW0Hvnc3g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIW0Hvnc3g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIW0Hvnc3g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIW0Hvnc3g .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIW0Hvnc3g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIW0Hvnc3g .close::before {
  content: '\e91a';
}
.cid-tIW0Hvnc3g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIW0Hvnc3g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIW0Hvnc3g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0Hvnc3g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIW0Hvnc3g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIW0Hvnc3g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIW0Hvnc3g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIW0Hvnc3g .carousel-indicators li.active,
.cid-tIW0Hvnc3g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIW0Hvnc3g .carousel-indicators li::after,
.cid-tIW0Hvnc3g .carousel-indicators li::before {
  content: none;
}
.cid-tIW0Hvnc3g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIW0Hvnc3g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIW0Hvnc3g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIW0Hvnc3g .carousel-indicators {
    display: none;
  }
}
.cid-tIW0Hvnc3g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIW0Hvnc3g .carousel-inner > .active {
  display: block;
}
.cid-tIW0Hvnc3g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0Hvnc3g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIW0Hvnc3g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIW0Hvnc3g .carousel-control,
  .cid-tIW0Hvnc3g .carousel-indicators,
  .cid-tIW0Hvnc3g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIW0Hvnc3g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIW0Hvnc3g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIW0Hvnc3g .carousel-indicators .active,
.cid-tIW0Hvnc3g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIW0Hvnc3g .carousel-indicators .active {
  background: #fff;
}
.cid-tIW0Hvnc3g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIW0Hvnc3g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIW0Hvnc3g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIW0Hvnc3g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIW0Hvnc3g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIW0Hvnc3g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIW0Hvnc3g .carousel {
  width: 100%;
}
.cid-tIW0Hvnc3g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIW0Hvnc3g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIW0Hvnc3g .modal.fade .modal-dialog,
.cid-tIW0Hvnc3g .modal.in .modal-dialog {
  transform: none;
}
.cid-tIW0Hvnc3g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIW0Hvnc3g H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tIW0Yls7uQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW0Yls7uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0Yls7uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0Yls7uQ .mbr-section-title {
  color: #ffffff;
}
.cid-tIW0Yls7uQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW0YYrwdo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW0YYrwdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW0YYrwdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW0YYrwdo .item {
  padding-bottom: 2rem;
}
.cid-tIW0YYrwdo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIW0YYrwdo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIW0YYrwdo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIW0YYrwdo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIW0YYrwdo .carousel-control,
.cid-tIW0YYrwdo .close {
  background: #1b1b1b;
}
.cid-tIW0YYrwdo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIW0YYrwdo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIW0YYrwdo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIW0YYrwdo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIW0YYrwdo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIW0YYrwdo .close::before {
  content: '\e91a';
}
.cid-tIW0YYrwdo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIW0YYrwdo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIW0YYrwdo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0YYrwdo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIW0YYrwdo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIW0YYrwdo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIW0YYrwdo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIW0YYrwdo .carousel-indicators li.active,
.cid-tIW0YYrwdo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIW0YYrwdo .carousel-indicators li::after,
.cid-tIW0YYrwdo .carousel-indicators li::before {
  content: none;
}
.cid-tIW0YYrwdo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIW0YYrwdo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIW0YYrwdo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIW0YYrwdo .carousel-indicators {
    display: none;
  }
}
.cid-tIW0YYrwdo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIW0YYrwdo .carousel-inner > .active {
  display: block;
}
.cid-tIW0YYrwdo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW0YYrwdo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIW0YYrwdo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIW0YYrwdo .carousel-control,
  .cid-tIW0YYrwdo .carousel-indicators,
  .cid-tIW0YYrwdo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIW0YYrwdo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIW0YYrwdo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIW0YYrwdo .carousel-indicators .active,
.cid-tIW0YYrwdo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIW0YYrwdo .carousel-indicators .active {
  background: #fff;
}
.cid-tIW0YYrwdo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIW0YYrwdo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIW0YYrwdo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIW0YYrwdo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIW0YYrwdo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIW0YYrwdo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIW0YYrwdo .carousel {
  width: 100%;
}
.cid-tIW0YYrwdo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIW0YYrwdo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIW0YYrwdo .modal.fade .modal-dialog,
.cid-tIW0YYrwdo .modal.in .modal-dialog {
  transform: none;
}
.cid-tIW0YYrwdo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIW0YYrwdo H6 {
  text-align: center;
}
.cid-tIW1a61QHH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW1a61QHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW1a61QHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW1a61QHH .mbr-section-title {
  color: #ffffff;
}
.cid-tIW1a61QHH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW1ykbvWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW1ykbvWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW1ykbvWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW1ykbvWz .video-wrapper iframe {
  width: 100%;
}
.cid-tIW1ykbvWz .mbr-section-title,
.cid-tIW1ykbvWz .mbr-section-subtitle,
.cid-tIW1ykbvWz .mbr-text {
  text-align: center;
}
.cid-tIW1ykbvWz .mbr-section-title {
  color: #ffffff;
}
.cid-tIW1Q6vMEP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW1Q6vMEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW1Q6vMEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW1Q6vMEP .mbr-section-title {
  color: #ffffff;
}
.cid-tIW1Q6vMEP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW21A7G4l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW21A7G4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW21A7G4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW21A7G4l .video-wrapper iframe {
  width: 100%;
}
.cid-tIW21A7G4l .mbr-section-title,
.cid-tIW21A7G4l .mbr-section-subtitle,
.cid-tIW21A7G4l .mbr-text {
  text-align: center;
}
.cid-tIW21A7G4l .mbr-section-title {
  color: #ffffff;
}
.cid-tIW2oeYh4X {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIW2oeYh4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW2oeYh4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW2oeYh4X .mbr-section-title {
  color: #ffffff;
}
.cid-tIW2oeYh4X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIW2p2kLnx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIW2p2kLnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIW2p2kLnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIW2p2kLnx .item {
  padding-bottom: 2rem;
}
.cid-tIW2p2kLnx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIW2p2kLnx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIW2p2kLnx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIW2p2kLnx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIW2p2kLnx .carousel-control,
.cid-tIW2p2kLnx .close {
  background: #1b1b1b;
}
.cid-tIW2p2kLnx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIW2p2kLnx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIW2p2kLnx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIW2p2kLnx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIW2p2kLnx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIW2p2kLnx .close::before {
  content: '\e91a';
}
.cid-tIW2p2kLnx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIW2p2kLnx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIW2p2kLnx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW2p2kLnx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIW2p2kLnx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIW2p2kLnx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIW2p2kLnx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIW2p2kLnx .carousel-indicators li.active,
.cid-tIW2p2kLnx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIW2p2kLnx .carousel-indicators li::after,
.cid-tIW2p2kLnx .carousel-indicators li::before {
  content: none;
}
.cid-tIW2p2kLnx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIW2p2kLnx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIW2p2kLnx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIW2p2kLnx .carousel-indicators {
    display: none;
  }
}
.cid-tIW2p2kLnx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIW2p2kLnx .carousel-inner > .active {
  display: block;
}
.cid-tIW2p2kLnx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIW2p2kLnx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIW2p2kLnx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIW2p2kLnx .carousel-control,
  .cid-tIW2p2kLnx .carousel-indicators,
  .cid-tIW2p2kLnx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIW2p2kLnx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIW2p2kLnx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIW2p2kLnx .carousel-indicators .active,
.cid-tIW2p2kLnx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIW2p2kLnx .carousel-indicators .active {
  background: #fff;
}
.cid-tIW2p2kLnx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIW2p2kLnx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIW2p2kLnx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIW2p2kLnx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIW2p2kLnx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIW2p2kLnx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIW2p2kLnx .carousel {
  width: 100%;
}
.cid-tIW2p2kLnx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIW2p2kLnx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIW2p2kLnx .modal.fade .modal-dialog,
.cid-tIW2p2kLnx .modal.in .modal-dialog {
  transform: none;
}
.cid-tIW2p2kLnx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIW2p2kLnx H6 {
  text-align: center;
}
.cid-tIWnBvUosL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIWnBvUosL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWnBvUosL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWnBvUosL .mbr-section-title {
  color: #ffffff;
}
.cid-tIWnBvUosL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIWnCWpktC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIWnCWpktC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWnCWpktC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWnCWpktC .item {
  padding-bottom: 2rem;
}
.cid-tIWnCWpktC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIWnCWpktC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIWnCWpktC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIWnCWpktC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIWnCWpktC .carousel-control,
.cid-tIWnCWpktC .close {
  background: #1b1b1b;
}
.cid-tIWnCWpktC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIWnCWpktC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIWnCWpktC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIWnCWpktC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIWnCWpktC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIWnCWpktC .close::before {
  content: '\e91a';
}
.cid-tIWnCWpktC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIWnCWpktC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIWnCWpktC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWnCWpktC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIWnCWpktC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIWnCWpktC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIWnCWpktC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIWnCWpktC .carousel-indicators li.active,
.cid-tIWnCWpktC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIWnCWpktC .carousel-indicators li::after,
.cid-tIWnCWpktC .carousel-indicators li::before {
  content: none;
}
.cid-tIWnCWpktC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIWnCWpktC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIWnCWpktC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWnCWpktC .carousel-indicators {
    display: none;
  }
}
.cid-tIWnCWpktC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIWnCWpktC .carousel-inner > .active {
  display: block;
}
.cid-tIWnCWpktC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWnCWpktC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIWnCWpktC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIWnCWpktC .carousel-control,
  .cid-tIWnCWpktC .carousel-indicators,
  .cid-tIWnCWpktC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIWnCWpktC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIWnCWpktC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIWnCWpktC .carousel-indicators .active,
.cid-tIWnCWpktC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIWnCWpktC .carousel-indicators .active {
  background: #fff;
}
.cid-tIWnCWpktC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIWnCWpktC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIWnCWpktC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIWnCWpktC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIWnCWpktC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIWnCWpktC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIWnCWpktC .carousel {
  width: 100%;
}
.cid-tIWnCWpktC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIWnCWpktC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIWnCWpktC .modal.fade .modal-dialog,
.cid-tIWnCWpktC .modal.in .modal-dialog {
  transform: none;
}
.cid-tIWnCWpktC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIWnCWpktC H6 {
  text-align: center;
}
.cid-tIWnRbjVWP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIWnRbjVWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWnRbjVWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWnRbjVWP .mbr-section-title {
  color: #ffffff;
}
.cid-tIWnRbjVWP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIWnS4ITS6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIWnS4ITS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWnS4ITS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWnS4ITS6 .item {
  padding-bottom: 2rem;
}
.cid-tIWnS4ITS6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tIWnS4ITS6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIWnS4ITS6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIWnS4ITS6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIWnS4ITS6 .carousel-control,
.cid-tIWnS4ITS6 .close {
  background: #1b1b1b;
}
.cid-tIWnS4ITS6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIWnS4ITS6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIWnS4ITS6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIWnS4ITS6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIWnS4ITS6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIWnS4ITS6 .close::before {
  content: '\e91a';
}
.cid-tIWnS4ITS6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIWnS4ITS6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIWnS4ITS6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWnS4ITS6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIWnS4ITS6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIWnS4ITS6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIWnS4ITS6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIWnS4ITS6 .carousel-indicators li.active,
.cid-tIWnS4ITS6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIWnS4ITS6 .carousel-indicators li::after,
.cid-tIWnS4ITS6 .carousel-indicators li::before {
  content: none;
}
.cid-tIWnS4ITS6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIWnS4ITS6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIWnS4ITS6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWnS4ITS6 .carousel-indicators {
    display: none;
  }
}
.cid-tIWnS4ITS6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIWnS4ITS6 .carousel-inner > .active {
  display: block;
}
.cid-tIWnS4ITS6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWnS4ITS6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIWnS4ITS6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIWnS4ITS6 .carousel-control,
  .cid-tIWnS4ITS6 .carousel-indicators,
  .cid-tIWnS4ITS6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIWnS4ITS6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIWnS4ITS6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIWnS4ITS6 .carousel-indicators .active,
.cid-tIWnS4ITS6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIWnS4ITS6 .carousel-indicators .active {
  background: #fff;
}
.cid-tIWnS4ITS6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIWnS4ITS6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIWnS4ITS6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIWnS4ITS6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIWnS4ITS6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIWnS4ITS6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIWnS4ITS6 .carousel {
  width: 100%;
}
.cid-tIWnS4ITS6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIWnS4ITS6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIWnS4ITS6 .modal.fade .modal-dialog,
.cid-tIWnS4ITS6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tIWnS4ITS6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIWnS4ITS6 H6 {
  text-align: center;
}
.cid-tIWo49awSu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tIWo49awSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWo49awSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWo49awSu .mbr-section-title {
  color: #ffffff;
}
.cid-tIWo49awSu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIWo4TWbmo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIWo4TWbmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWo4TWbmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWo4TWbmo .item {
  padding-bottom: 2rem;
}
.cid-tIWo4TWbmo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tIWo4TWbmo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tIWo4TWbmo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tIWo4TWbmo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tIWo4TWbmo .carousel-control,
.cid-tIWo4TWbmo .close {
  background: #1b1b1b;
}
.cid-tIWo4TWbmo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tIWo4TWbmo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tIWo4TWbmo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tIWo4TWbmo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tIWo4TWbmo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tIWo4TWbmo .close::before {
  content: '\e91a';
}
.cid-tIWo4TWbmo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tIWo4TWbmo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIWo4TWbmo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWo4TWbmo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIWo4TWbmo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIWo4TWbmo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tIWo4TWbmo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIWo4TWbmo .carousel-indicators li.active,
.cid-tIWo4TWbmo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIWo4TWbmo .carousel-indicators li::after,
.cid-tIWo4TWbmo .carousel-indicators li::before {
  content: none;
}
.cid-tIWo4TWbmo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIWo4TWbmo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tIWo4TWbmo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWo4TWbmo .carousel-indicators {
    display: none;
  }
}
.cid-tIWo4TWbmo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIWo4TWbmo .carousel-inner > .active {
  display: block;
}
.cid-tIWo4TWbmo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIWo4TWbmo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIWo4TWbmo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tIWo4TWbmo .carousel-control,
  .cid-tIWo4TWbmo .carousel-indicators,
  .cid-tIWo4TWbmo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tIWo4TWbmo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tIWo4TWbmo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tIWo4TWbmo .carousel-indicators .active,
.cid-tIWo4TWbmo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tIWo4TWbmo .carousel-indicators .active {
  background: #fff;
}
.cid-tIWo4TWbmo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tIWo4TWbmo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tIWo4TWbmo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tIWo4TWbmo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tIWo4TWbmo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tIWo4TWbmo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tIWo4TWbmo .carousel {
  width: 100%;
}
.cid-tIWo4TWbmo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tIWo4TWbmo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tIWo4TWbmo .modal.fade .modal-dialog,
.cid-tIWo4TWbmo .modal.in .modal-dialog {
  transform: none;
}
.cid-tIWo4TWbmo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tIWo4TWbmo H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tIWoneORCY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIWoneORCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWoneORCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWoneORCY .video-wrapper iframe {
  width: 100%;
}
.cid-tIWoneORCY .mbr-section-title,
.cid-tIWoneORCY .mbr-section-subtitle,
.cid-tIWoneORCY .mbr-text {
  text-align: center;
}
.cid-tIWoneORCY .mbr-section-title {
  color: #ffffff;
}
.cid-tIWoneORCY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIWoopzc2R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tIWoopzc2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWoopzc2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWoopzc2R .video-wrapper iframe {
  width: 100%;
}
.cid-tIWoopzc2R .mbr-section-title,
.cid-tIWoopzc2R .mbr-section-subtitle,
.cid-tIWoopzc2R .mbr-text {
  text-align: center;
}
.cid-tIWoopzc2R .mbr-section-title {
  color: #ffffff;
}
.cid-tIWoopzc2R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ1nUHzURK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tJ1nUHzURK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ1nUHzURK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ1nUHzURK .mbr-section-title {
  color: #ffffff;
}
.cid-tJ1nUHzURK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ1nYB8eDU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tJ1nYB8eDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ1nYB8eDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ1nYB8eDU .item {
  padding-bottom: 2rem;
}
.cid-tJ1nYB8eDU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tJ1nYB8eDU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ1nYB8eDU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tJ1nYB8eDU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJ1nYB8eDU .carousel-control,
.cid-tJ1nYB8eDU .close {
  background: #1b1b1b;
}
.cid-tJ1nYB8eDU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJ1nYB8eDU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJ1nYB8eDU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJ1nYB8eDU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJ1nYB8eDU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJ1nYB8eDU .close::before {
  content: '\e91a';
}
.cid-tJ1nYB8eDU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJ1nYB8eDU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJ1nYB8eDU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJ1nYB8eDU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJ1nYB8eDU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJ1nYB8eDU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJ1nYB8eDU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJ1nYB8eDU .carousel-indicators li.active,
.cid-tJ1nYB8eDU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJ1nYB8eDU .carousel-indicators li::after,
.cid-tJ1nYB8eDU .carousel-indicators li::before {
  content: none;
}
.cid-tJ1nYB8eDU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJ1nYB8eDU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ1nYB8eDU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ1nYB8eDU .carousel-indicators {
    display: none;
  }
}
.cid-tJ1nYB8eDU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJ1nYB8eDU .carousel-inner > .active {
  display: block;
}
.cid-tJ1nYB8eDU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJ1nYB8eDU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJ1nYB8eDU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJ1nYB8eDU .carousel-control,
  .cid-tJ1nYB8eDU .carousel-indicators,
  .cid-tJ1nYB8eDU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJ1nYB8eDU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJ1nYB8eDU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJ1nYB8eDU .carousel-indicators .active,
.cid-tJ1nYB8eDU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJ1nYB8eDU .carousel-indicators .active {
  background: #fff;
}
.cid-tJ1nYB8eDU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJ1nYB8eDU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJ1nYB8eDU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJ1nYB8eDU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJ1nYB8eDU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJ1nYB8eDU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJ1nYB8eDU .carousel {
  width: 100%;
}
.cid-tJ1nYB8eDU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJ1nYB8eDU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJ1nYB8eDU .modal.fade .modal-dialog,
.cid-tJ1nYB8eDU .modal.in .modal-dialog {
  transform: none;
}
.cid-tJ1nYB8eDU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJ1nYB8eDU H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tIVUkM7SCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tOZ99Im8i0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOZ99Im8i0 nav.navbar {
  position: fixed;
}
.cid-tOZ99Im8i0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOZ99Im8i0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOZ99Im8i0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOZ99Im8i0 .dropdown-item:hover,
.cid-tOZ99Im8i0 .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tOZ99Im8i0 .dropdown-item:hover span {
  color: white;
}
.cid-tOZ99Im8i0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOZ99Im8i0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOZ99Im8i0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOZ99Im8i0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOZ99Im8i0 .nav-link {
  position: relative;
}
.cid-tOZ99Im8i0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOZ99Im8i0 .container {
    flex-wrap: wrap;
  }
}
.cid-tOZ99Im8i0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOZ99Im8i0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tOZ99Im8i0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOZ99Im8i0 .dropdown-menu,
.cid-tOZ99Im8i0 .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tOZ99Im8i0 .nav-item:focus,
.cid-tOZ99Im8i0 .nav-link:focus {
  outline: none;
}
.cid-tOZ99Im8i0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOZ99Im8i0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOZ99Im8i0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOZ99Im8i0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOZ99Im8i0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOZ99Im8i0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOZ99Im8i0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tOZ99Im8i0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOZ99Im8i0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOZ99Im8i0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOZ99Im8i0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOZ99Im8i0 .navbar.collapsed {
  justify-content: center;
}
.cid-tOZ99Im8i0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOZ99Im8i0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOZ99Im8i0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tOZ99Im8i0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOZ99Im8i0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOZ99Im8i0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tOZ99Im8i0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOZ99Im8i0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOZ99Im8i0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOZ99Im8i0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOZ99Im8i0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOZ99Im8i0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOZ99Im8i0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOZ99Im8i0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tOZ99Im8i0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOZ99Im8i0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOZ99Im8i0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOZ99Im8i0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOZ99Im8i0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOZ99Im8i0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOZ99Im8i0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOZ99Im8i0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOZ99Im8i0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOZ99Im8i0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOZ99Im8i0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOZ99Im8i0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOZ99Im8i0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOZ99Im8i0 .dropdown-item.active,
.cid-tOZ99Im8i0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOZ99Im8i0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOZ99Im8i0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOZ99Im8i0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOZ99Im8i0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tOZ99Im8i0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOZ99Im8i0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOZ99Im8i0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOZ99Im8i0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOZ99Im8i0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOZ99Im8i0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOZ99Im8i0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOZ99Im8i0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOZ99Im8i0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOZ99Im8i0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOZ99Im8i0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOZ99Im8i0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOZ99Im8i0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOZ99Im8i0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOZ99Im8i0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOZ99Im8i0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOZ99Im8i0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOZ99Im8i0 .navbar {
    height: 70px;
  }
  .cid-tOZ99Im8i0 .navbar.opened {
    height: auto;
  }
  .cid-tOZ99Im8i0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOZ99GuMKn {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tOZ99GuMKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZ99GuMKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZ99GuMKn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOZ99GuMKn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOZ99GuMKn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOZ99GuMKn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tOZ99GuMKn .mbr-text,
.cid-tOZ99GuMKn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tOZ99HlS9a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tOZ99HlS9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZ99HlS9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZ99HlS9a .video-wrapper iframe {
  width: 100%;
}
.cid-tOZ99HlS9a .mbr-section-title,
.cid-tOZ99HlS9a .mbr-section-subtitle,
.cid-tOZ99HlS9a .mbr-text {
  text-align: center;
}
.cid-tOZ99HlS9a .mbr-section-title {
  color: #ffffff;
}
.cid-tOZ99HDkLi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tOZ99HDkLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOZ99HDkLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOZ99HDkLi .item {
  padding-bottom: 2rem;
}
.cid-tOZ99HDkLi .item-wrapper {
  position: relative;
}
.cid-tOZ99HDkLi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOZ99HDkLi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOZ99HDkLi .carousel-control,
.cid-tOZ99HDkLi .close {
  background: #1b1b1b;
}
.cid-tOZ99HDkLi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOZ99HDkLi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOZ99HDkLi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOZ99HDkLi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOZ99HDkLi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOZ99HDkLi .close::before {
  content: '\e91a';
}
.cid-tOZ99HDkLi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOZ99HDkLi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOZ99HDkLi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOZ99HDkLi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOZ99HDkLi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOZ99HDkLi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOZ99HDkLi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tOZ99HDkLi .carousel-indicators li.active,
.cid-tOZ99HDkLi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOZ99HDkLi .carousel-indicators li::after,
.cid-tOZ99HDkLi .carousel-indicators li::before {
  content: none;
}
.cid-tOZ99HDkLi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOZ99HDkLi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOZ99HDkLi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOZ99HDkLi .carousel-indicators {
    display: none;
  }
}
.cid-tOZ99HDkLi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOZ99HDkLi .carousel-inner > .active {
  display: block;
}
.cid-tOZ99HDkLi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOZ99HDkLi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOZ99HDkLi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOZ99HDkLi .carousel-control,
  .cid-tOZ99HDkLi .carousel-indicators,
  .cid-tOZ99HDkLi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOZ99HDkLi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOZ99HDkLi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOZ99HDkLi .carousel-indicators .active,
.cid-tOZ99HDkLi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOZ99HDkLi .carousel-indicators .active {
  background: #fff;
}
.cid-tOZ99HDkLi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOZ99HDkLi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOZ99HDkLi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOZ99HDkLi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOZ99HDkLi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOZ99HDkLi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOZ99HDkLi .carousel {
  width: 100%;
}
.cid-tOZ99HDkLi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOZ99HDkLi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOZ99HDkLi .modal.fade .modal-dialog,
.cid-tOZ99HDkLi .modal.in .modal-dialog {
  transform: none;
}
.cid-tOZ99HDkLi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOZ99HDkLi H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tOZ99I6blH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-tQuz182e53 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQuz182e53 nav.navbar {
  position: fixed;
}
.cid-tQuz182e53 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQuz182e53 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQuz182e53 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQuz182e53 .dropdown-item:hover,
.cid-tQuz182e53 .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-tQuz182e53 .dropdown-item:hover span {
  color: white;
}
.cid-tQuz182e53 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQuz182e53 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQuz182e53 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQuz182e53 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQuz182e53 .nav-link {
  position: relative;
}
.cid-tQuz182e53 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQuz182e53 .container {
    flex-wrap: wrap;
  }
}
.cid-tQuz182e53 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQuz182e53 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tQuz182e53 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQuz182e53 .dropdown-menu,
.cid-tQuz182e53 .navbar.opened {
  background: #2c2a01 !important;
}
.cid-tQuz182e53 .nav-item:focus,
.cid-tQuz182e53 .nav-link:focus {
  outline: none;
}
.cid-tQuz182e53 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQuz182e53 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQuz182e53 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQuz182e53 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQuz182e53 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQuz182e53 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQuz182e53 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-tQuz182e53 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQuz182e53 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQuz182e53 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQuz182e53 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQuz182e53 .navbar.collapsed {
  justify-content: center;
}
.cid-tQuz182e53 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQuz182e53 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQuz182e53 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tQuz182e53 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQuz182e53 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQuz182e53 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQuz182e53 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQuz182e53 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQuz182e53 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQuz182e53 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQuz182e53 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQuz182e53 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQuz182e53 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQuz182e53 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQuz182e53 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQuz182e53 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQuz182e53 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQuz182e53 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQuz182e53 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQuz182e53 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQuz182e53 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQuz182e53 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQuz182e53 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQuz182e53 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQuz182e53 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQuz182e53 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQuz182e53 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQuz182e53 .dropdown-item.active,
.cid-tQuz182e53 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQuz182e53 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQuz182e53 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQuz182e53 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQuz182e53 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-tQuz182e53 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQuz182e53 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQuz182e53 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQuz182e53 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQuz182e53 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQuz182e53 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tQuz182e53 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQuz182e53 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQuz182e53 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQuz182e53 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQuz182e53 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQuz182e53 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQuz182e53 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQuz182e53 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQuz182e53 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQuz182e53 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQuz182e53 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQuz182e53 .navbar {
    height: 70px;
  }
  .cid-tQuz182e53 .navbar.opened {
    height: auto;
  }
  .cid-tQuz182e53 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQuz12nOfx {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-tQuz12nOfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQuz12nOfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQuz12nOfx .mbr-section-title {
  color: #ffffff;
}
.cid-tQuz12nOfx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQuz16bbSD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tQuz16bbSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQuz16bbSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQuz16bbSD .video-wrapper iframe {
  width: 100%;
}
.cid-tQuz16bbSD .mbr-section-title,
.cid-tQuz16bbSD .mbr-section-subtitle,
.cid-tQuz16bbSD .mbr-text {
  text-align: center;
}
.cid-tQuz16bbSD .mbr-section-title {
  color: #ffffff;
}
.cid-tQuzF7WIZt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-tQuzF7WIZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQuzF7WIZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQuzF7WIZt .item {
  padding-bottom: 2rem;
}
.cid-tQuzF7WIZt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tQuzF7WIZt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQuzF7WIZt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQuzF7WIZt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQuzF7WIZt .carousel-control,
.cid-tQuzF7WIZt .close {
  background: #1b1b1b;
}
.cid-tQuzF7WIZt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQuzF7WIZt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQuzF7WIZt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQuzF7WIZt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQuzF7WIZt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQuzF7WIZt .close::before {
  content: '\e91a';
}
.cid-tQuzF7WIZt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQuzF7WIZt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQuzF7WIZt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQuzF7WIZt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQuzF7WIZt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQuzF7WIZt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQuzF7WIZt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQuzF7WIZt .carousel-indicators li.active,
.cid-tQuzF7WIZt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQuzF7WIZt .carousel-indicators li::after,
.cid-tQuzF7WIZt .carousel-indicators li::before {
  content: none;
}
.cid-tQuzF7WIZt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQuzF7WIZt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQuzF7WIZt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQuzF7WIZt .carousel-indicators {
    display: none;
  }
}
.cid-tQuzF7WIZt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQuzF7WIZt .carousel-inner > .active {
  display: block;
}
.cid-tQuzF7WIZt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQuzF7WIZt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQuzF7WIZt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQuzF7WIZt .carousel-control,
  .cid-tQuzF7WIZt .carousel-indicators,
  .cid-tQuzF7WIZt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQuzF7WIZt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQuzF7WIZt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQuzF7WIZt .carousel-indicators .active,
.cid-tQuzF7WIZt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQuzF7WIZt .carousel-indicators .active {
  background: #fff;
}
.cid-tQuzF7WIZt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQuzF7WIZt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQuzF7WIZt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQuzF7WIZt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQuzF7WIZt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQuzF7WIZt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQuzF7WIZt .carousel {
  width: 100%;
}
.cid-tQuzF7WIZt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQuzF7WIZt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQuzF7WIZt .modal.fade .modal-dialog,
.cid-tQuzF7WIZt .modal.in .modal-dialog {
  transform: none;
}
.cid-tQuzF7WIZt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQuzF7WIZt H6 {
  text-align: center;
}
.cid-tQuz17HHoS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-u6BqMUZLff {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6BqMUZLff nav.navbar {
  position: fixed;
}
.cid-u6BqMUZLff .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6BqMUZLff .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6BqMUZLff .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6BqMUZLff .dropdown-item:hover,
.cid-u6BqMUZLff .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-u6BqMUZLff .dropdown-item:hover span {
  color: white;
}
.cid-u6BqMUZLff .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6BqMUZLff .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6BqMUZLff .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6BqMUZLff .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6BqMUZLff .nav-link {
  position: relative;
}
.cid-u6BqMUZLff .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6BqMUZLff .container {
    flex-wrap: wrap;
  }
}
.cid-u6BqMUZLff .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6BqMUZLff .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6BqMUZLff .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6BqMUZLff .dropdown-menu,
.cid-u6BqMUZLff .navbar.opened {
  background: #2c2a01 !important;
}
.cid-u6BqMUZLff .nav-item:focus,
.cid-u6BqMUZLff .nav-link:focus {
  outline: none;
}
.cid-u6BqMUZLff .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6BqMUZLff .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6BqMUZLff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6BqMUZLff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6BqMUZLff .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6BqMUZLff .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6BqMUZLff .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-u6BqMUZLff .navbar.opened {
  transition: all 0.3s;
}
.cid-u6BqMUZLff .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6BqMUZLff .navbar .navbar-logo img {
  width: auto;
}
.cid-u6BqMUZLff .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6BqMUZLff .navbar.collapsed {
  justify-content: center;
}
.cid-u6BqMUZLff .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6BqMUZLff .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6BqMUZLff .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-u6BqMUZLff .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6BqMUZLff .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6BqMUZLff .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6BqMUZLff .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6BqMUZLff .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6BqMUZLff .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6BqMUZLff .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6BqMUZLff .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6BqMUZLff .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6BqMUZLff .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6BqMUZLff .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6BqMUZLff .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6BqMUZLff .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6BqMUZLff .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6BqMUZLff .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6BqMUZLff .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6BqMUZLff .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6BqMUZLff .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6BqMUZLff .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6BqMUZLff .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6BqMUZLff .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6BqMUZLff .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6BqMUZLff .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6BqMUZLff .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6BqMUZLff .dropdown-item.active,
.cid-u6BqMUZLff .dropdown-item:active {
  background-color: transparent;
}
.cid-u6BqMUZLff .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6BqMUZLff .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6BqMUZLff .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6BqMUZLff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-u6BqMUZLff .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6BqMUZLff .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6BqMUZLff ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6BqMUZLff .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6BqMUZLff button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6BqMUZLff button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6BqMUZLff button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6BqMUZLff button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6BqMUZLff button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6BqMUZLff button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6BqMUZLff nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6BqMUZLff nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6BqMUZLff nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6BqMUZLff nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6BqMUZLff .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6BqMUZLff a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6BqMUZLff .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6BqMUZLff .navbar {
    height: 70px;
  }
  .cid-u6BqMUZLff .navbar.opened {
    height: auto;
  }
  .cid-u6BqMUZLff .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6BqMJB8r5 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-u6BqMJB8r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMJB8r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMJB8r5 .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMJB8r5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMKeDmm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMKeDmm img,
.cid-u6BqMKeDmm .item-img {
  width: 100%;
}
.cid-u6BqMKeDmm .item:focus,
.cid-u6BqMKeDmm span:focus {
  outline: none;
}
.cid-u6BqMKeDmm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6BqMKeDmm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #74701e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6BqMKeDmm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMKeDmm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6BqMKeDmm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6BqMKeDmm .mbr-section-title {
  color: #232323;
}
.cid-u6BqMKeDmm .mbr-text,
.cid-u6BqMKeDmm .mbr-section-btn {
  text-align: left;
}
.cid-u6BqMKeDmm .item-title {
  text-align: center;
}
.cid-u6BqMKeDmm .item-subtitle {
  text-align: center;
}
.cid-u6BqMKExft {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-u6BqMKExft .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMKExft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMKExft .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMKExft .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMKYomk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMKYomk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMKYomk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6BqMKYomk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6BqMKYomk .row {
  flex-direction: row-reverse;
}
.cid-u6BqMKYomk img {
  width: 100%;
}
.cid-u6BqMLjoFW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMLjoFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMLjoFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMLjoFW .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMLjoFW .mbr-section-title,
.cid-u6BqMLjoFW .mbr-section-subtitle,
.cid-u6BqMLjoFW .mbr-text {
  text-align: center;
}
.cid-u6BqMLjoFW .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMLJ44W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMLJ44W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMLJ44W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMLJ44W .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMLJ44W .mbr-section-title,
.cid-u6BqMLJ44W .mbr-section-subtitle,
.cid-u6BqMLJ44W .mbr-text {
  text-align: center;
}
.cid-u6BqMLJ44W .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMLJ44W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMM8kD9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMM8kD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMM8kD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMM8kD9 .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMM8kD9 .mbr-section-title,
.cid-u6BqMM8kD9 .mbr-section-subtitle,
.cid-u6BqMM8kD9 .mbr-text {
  text-align: center;
}
.cid-u6BqMM8kD9 .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMMvt7v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMMvt7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMMvt7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMMvt7v .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMMvt7v .mbr-section-title,
.cid-u6BqMMvt7v .mbr-section-subtitle,
.cid-u6BqMMvt7v .mbr-text {
  text-align: center;
}
.cid-u6BqMMvt7v .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMMvt7v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMMTSw9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMMTSw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMMTSw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMMTSw9 .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMMTSw9 .mbr-section-title,
.cid-u6BqMMTSw9 .mbr-section-subtitle,
.cid-u6BqMMTSw9 .mbr-text {
  text-align: center;
}
.cid-u6BqMMTSw9 .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMMTSw9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMNkGXS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMNkGXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMNkGXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMNkGXS .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMNkGXS .mbr-section-title,
.cid-u6BqMNkGXS .mbr-section-subtitle,
.cid-u6BqMNkGXS .mbr-text {
  text-align: center;
}
.cid-u6BqMNkGXS .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMNkGXS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMNJCu6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMNJCu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMNJCu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMNJCu6 .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMNJCu6 .mbr-section-title,
.cid-u6BqMNJCu6 .mbr-section-subtitle,
.cid-u6BqMNJCu6 .mbr-text {
  text-align: center;
}
.cid-u6BqMOaO7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMOaO7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMOaO7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMOaO7S .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMOaO7S .mbr-section-title,
.cid-u6BqMOaO7S .mbr-section-subtitle,
.cid-u6BqMOaO7S .mbr-text {
  text-align: center;
}
.cid-u6BqMOaO7S .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMOaO7S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMOGVZR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMOGVZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMOGVZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMOGVZR .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMOGVZR .mbr-section-title,
.cid-u6BqMOGVZR .mbr-section-subtitle,
.cid-u6BqMOGVZR .mbr-text {
  text-align: center;
}
.cid-u6BqMOGVZR .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMOGVZR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMP9tTv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMP9tTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMP9tTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMP9tTv .item {
  padding-bottom: 2rem;
}
.cid-u6BqMP9tTv .item-wrapper {
  position: relative;
}
.cid-u6BqMP9tTv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u6BqMP9tTv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6BqMP9tTv .carousel-control,
.cid-u6BqMP9tTv .close {
  background: #1b1b1b;
}
.cid-u6BqMP9tTv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6BqMP9tTv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6BqMP9tTv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6BqMP9tTv .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6BqMP9tTv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6BqMP9tTv .close::before {
  content: '\e91a';
}
.cid-u6BqMP9tTv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6BqMP9tTv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6BqMP9tTv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMP9tTv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6BqMP9tTv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BqMP9tTv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6BqMP9tTv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BqMP9tTv .carousel-indicators li.active,
.cid-u6BqMP9tTv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BqMP9tTv .carousel-indicators li::after,
.cid-u6BqMP9tTv .carousel-indicators li::before {
  content: none;
}
.cid-u6BqMP9tTv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6BqMP9tTv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMP9tTv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMP9tTv .carousel-indicators {
    display: none;
  }
}
.cid-u6BqMP9tTv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6BqMP9tTv .carousel-inner > .active {
  display: block;
}
.cid-u6BqMP9tTv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMP9tTv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6BqMP9tTv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6BqMP9tTv .carousel-control,
  .cid-u6BqMP9tTv .carousel-indicators,
  .cid-u6BqMP9tTv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMP9tTv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6BqMP9tTv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BqMP9tTv .carousel-indicators .active,
.cid-u6BqMP9tTv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6BqMP9tTv .carousel-indicators .active {
  background: #fff;
}
.cid-u6BqMP9tTv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6BqMP9tTv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6BqMP9tTv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6BqMP9tTv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6BqMP9tTv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6BqMP9tTv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6BqMP9tTv .carousel {
  width: 100%;
}
.cid-u6BqMP9tTv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6BqMP9tTv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6BqMP9tTv .modal.fade .modal-dialog,
.cid-u6BqMP9tTv .modal.in .modal-dialog {
  transform: none;
}
.cid-u6BqMP9tTv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6BqMP9tTv H6 {
  text-align: center;
  color: #ffffff;
}
.cid-u6BqMP9tTv H3 {
  color: #ffffff;
}
.cid-u6BqMPL6Cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMPL6Cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMPL6Cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMPL6Cf .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMPL6Cf .mbr-section-title,
.cid-u6BqMPL6Cf .mbr-section-subtitle,
.cid-u6BqMPL6Cf .mbr-text {
  text-align: center;
}
.cid-u6BqMPL6Cf .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMPL6Cf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMQcOp0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMQcOp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMQcOp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMQcOp0 .video-wrapper iframe {
  width: 100%;
}
.cid-u6BqMQcOp0 .mbr-section-title,
.cid-u6BqMQcOp0 .mbr-section-subtitle,
.cid-u6BqMQcOp0 .mbr-text {
  text-align: center;
}
.cid-u6BqMQcOp0 .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMQcOp0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMQIQ6Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMQIQ6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMQIQ6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMQIQ6Z .item {
  padding-bottom: 2rem;
}
.cid-u6BqMQIQ6Z .item-wrapper {
  position: relative;
}
.cid-u6BqMQIQ6Z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u6BqMQIQ6Z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6BqMQIQ6Z .carousel-control,
.cid-u6BqMQIQ6Z .close {
  background: #1b1b1b;
}
.cid-u6BqMQIQ6Z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6BqMQIQ6Z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6BqMQIQ6Z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6BqMQIQ6Z .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6BqMQIQ6Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6BqMQIQ6Z .close::before {
  content: '\e91a';
}
.cid-u6BqMQIQ6Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6BqMQIQ6Z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6BqMQIQ6Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMQIQ6Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6BqMQIQ6Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BqMQIQ6Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6BqMQIQ6Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BqMQIQ6Z .carousel-indicators li.active,
.cid-u6BqMQIQ6Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BqMQIQ6Z .carousel-indicators li::after,
.cid-u6BqMQIQ6Z .carousel-indicators li::before {
  content: none;
}
.cid-u6BqMQIQ6Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6BqMQIQ6Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMQIQ6Z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMQIQ6Z .carousel-indicators {
    display: none;
  }
}
.cid-u6BqMQIQ6Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6BqMQIQ6Z .carousel-inner > .active {
  display: block;
}
.cid-u6BqMQIQ6Z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMQIQ6Z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6BqMQIQ6Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6BqMQIQ6Z .carousel-control,
  .cid-u6BqMQIQ6Z .carousel-indicators,
  .cid-u6BqMQIQ6Z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMQIQ6Z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6BqMQIQ6Z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BqMQIQ6Z .carousel-indicators .active,
.cid-u6BqMQIQ6Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6BqMQIQ6Z .carousel-indicators .active {
  background: #fff;
}
.cid-u6BqMQIQ6Z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6BqMQIQ6Z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6BqMQIQ6Z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6BqMQIQ6Z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6BqMQIQ6Z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6BqMQIQ6Z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6BqMQIQ6Z .carousel {
  width: 100%;
}
.cid-u6BqMQIQ6Z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6BqMQIQ6Z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6BqMQIQ6Z .modal.fade .modal-dialog,
.cid-u6BqMQIQ6Z .modal.in .modal-dialog {
  transform: none;
}
.cid-u6BqMQIQ6Z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6BqMQIQ6Z H6 {
  text-align: center;
  color: #ffffff;
}
.cid-u6BqMQIQ6Z H3 {
  color: #ffffff;
}
.cid-u6BqMReAvA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMReAvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMReAvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMReAvA .item {
  padding-bottom: 2rem;
}
.cid-u6BqMReAvA .item-wrapper {
  position: relative;
}
.cid-u6BqMReAvA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u6BqMReAvA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6BqMReAvA .carousel-control,
.cid-u6BqMReAvA .close {
  background: #1b1b1b;
}
.cid-u6BqMReAvA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6BqMReAvA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6BqMReAvA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6BqMReAvA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6BqMReAvA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6BqMReAvA .close::before {
  content: '\e91a';
}
.cid-u6BqMReAvA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6BqMReAvA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6BqMReAvA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMReAvA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6BqMReAvA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BqMReAvA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6BqMReAvA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BqMReAvA .carousel-indicators li.active,
.cid-u6BqMReAvA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BqMReAvA .carousel-indicators li::after,
.cid-u6BqMReAvA .carousel-indicators li::before {
  content: none;
}
.cid-u6BqMReAvA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6BqMReAvA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMReAvA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMReAvA .carousel-indicators {
    display: none;
  }
}
.cid-u6BqMReAvA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6BqMReAvA .carousel-inner > .active {
  display: block;
}
.cid-u6BqMReAvA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMReAvA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6BqMReAvA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6BqMReAvA .carousel-control,
  .cid-u6BqMReAvA .carousel-indicators,
  .cid-u6BqMReAvA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMReAvA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6BqMReAvA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BqMReAvA .carousel-indicators .active,
.cid-u6BqMReAvA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6BqMReAvA .carousel-indicators .active {
  background: #fff;
}
.cid-u6BqMReAvA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6BqMReAvA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6BqMReAvA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6BqMReAvA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6BqMReAvA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6BqMReAvA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6BqMReAvA .carousel {
  width: 100%;
}
.cid-u6BqMReAvA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6BqMReAvA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6BqMReAvA .modal.fade .modal-dialog,
.cid-u6BqMReAvA .modal.in .modal-dialog {
  transform: none;
}
.cid-u6BqMReAvA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6BqMReAvA H6 {
  text-align: center;
  color: #ffffff;
}
.cid-u6BqMReAvA H3 {
  color: #ffffff;
}
.cid-u6BqMRQFp3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMRQFp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMRQFp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMRQFp3 .item {
  padding-bottom: 2rem;
}
.cid-u6BqMRQFp3 .item-wrapper {
  position: relative;
}
.cid-u6BqMRQFp3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u6BqMRQFp3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6BqMRQFp3 .carousel-control,
.cid-u6BqMRQFp3 .close {
  background: #1b1b1b;
}
.cid-u6BqMRQFp3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6BqMRQFp3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6BqMRQFp3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6BqMRQFp3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6BqMRQFp3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6BqMRQFp3 .close::before {
  content: '\e91a';
}
.cid-u6BqMRQFp3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6BqMRQFp3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6BqMRQFp3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMRQFp3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6BqMRQFp3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BqMRQFp3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6BqMRQFp3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BqMRQFp3 .carousel-indicators li.active,
.cid-u6BqMRQFp3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BqMRQFp3 .carousel-indicators li::after,
.cid-u6BqMRQFp3 .carousel-indicators li::before {
  content: none;
}
.cid-u6BqMRQFp3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6BqMRQFp3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMRQFp3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMRQFp3 .carousel-indicators {
    display: none;
  }
}
.cid-u6BqMRQFp3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6BqMRQFp3 .carousel-inner > .active {
  display: block;
}
.cid-u6BqMRQFp3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMRQFp3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6BqMRQFp3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6BqMRQFp3 .carousel-control,
  .cid-u6BqMRQFp3 .carousel-indicators,
  .cid-u6BqMRQFp3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMRQFp3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6BqMRQFp3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BqMRQFp3 .carousel-indicators .active,
.cid-u6BqMRQFp3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6BqMRQFp3 .carousel-indicators .active {
  background: #fff;
}
.cid-u6BqMRQFp3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6BqMRQFp3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6BqMRQFp3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6BqMRQFp3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6BqMRQFp3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6BqMRQFp3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6BqMRQFp3 .carousel {
  width: 100%;
}
.cid-u6BqMRQFp3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6BqMRQFp3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6BqMRQFp3 .modal.fade .modal-dialog,
.cid-u6BqMRQFp3 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6BqMRQFp3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6BqMRQFp3 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-u6BqMRQFp3 H3 {
  color: #ffffff;
}
.cid-u6BqMSpj5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMSpj5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMSpj5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6BqMSpj5T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6BqMSpj5T .row {
  flex-direction: row-reverse;
}
.cid-u6BqMSpj5T img {
  width: 100%;
}
.cid-u6BqMSpj5T .mbr-description {
  color: #ffffff;
}
.cid-u6BqMSSY4Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-u6BqMSSY4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMSSY4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMSSY4Z .mbr-section-title {
  color: #ffffff;
}
.cid-u6BqMSSY4Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6BqMTlU4O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-u6BqMTlU4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6BqMTlU4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6BqMTlU4O .item {
  padding-bottom: 2rem;
}
.cid-u6BqMTlU4O .item-wrapper {
  position: relative;
}
.cid-u6BqMTlU4O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u6BqMTlU4O .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6BqMTlU4O .carousel-control,
.cid-u6BqMTlU4O .close {
  background: #1b1b1b;
}
.cid-u6BqMTlU4O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6BqMTlU4O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6BqMTlU4O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6BqMTlU4O .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6BqMTlU4O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6BqMTlU4O .close::before {
  content: '\e91a';
}
.cid-u6BqMTlU4O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6BqMTlU4O .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6BqMTlU4O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMTlU4O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6BqMTlU4O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BqMTlU4O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6BqMTlU4O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BqMTlU4O .carousel-indicators li.active,
.cid-u6BqMTlU4O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BqMTlU4O .carousel-indicators li::after,
.cid-u6BqMTlU4O .carousel-indicators li::before {
  content: none;
}
.cid-u6BqMTlU4O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6BqMTlU4O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6BqMTlU4O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMTlU4O .carousel-indicators {
    display: none;
  }
}
.cid-u6BqMTlU4O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6BqMTlU4O .carousel-inner > .active {
  display: block;
}
.cid-u6BqMTlU4O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6BqMTlU4O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6BqMTlU4O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6BqMTlU4O .carousel-control,
  .cid-u6BqMTlU4O .carousel-indicators,
  .cid-u6BqMTlU4O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6BqMTlU4O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6BqMTlU4O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BqMTlU4O .carousel-indicators .active,
.cid-u6BqMTlU4O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6BqMTlU4O .carousel-indicators .active {
  background: #fff;
}
.cid-u6BqMTlU4O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6BqMTlU4O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6BqMTlU4O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6BqMTlU4O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6BqMTlU4O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6BqMTlU4O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6BqMTlU4O .carousel {
  width: 100%;
}
.cid-u6BqMTlU4O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6BqMTlU4O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6BqMTlU4O .modal.fade .modal-dialog,
.cid-u6BqMTlU4O .modal.in .modal-dialog {
  transform: none;
}
.cid-u6BqMTlU4O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6BqMTlU4O H6 {
  text-align: center;
  color: #ffffff;
}
.cid-u6BqMUhyrP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-unj4GpfB4k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unj4GpfB4k nav.navbar {
  position: fixed;
}
.cid-unj4GpfB4k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj4GpfB4k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unj4GpfB4k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unj4GpfB4k .dropdown-item:hover,
.cid-unj4GpfB4k .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-unj4GpfB4k .dropdown-item:hover span {
  color: white;
}
.cid-unj4GpfB4k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unj4GpfB4k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unj4GpfB4k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unj4GpfB4k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unj4GpfB4k .nav-link {
  position: relative;
}
.cid-unj4GpfB4k .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj4GpfB4k .container {
    flex-wrap: wrap;
  }
}
.cid-unj4GpfB4k .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj4GpfB4k .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-unj4GpfB4k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unj4GpfB4k .dropdown-menu,
.cid-unj4GpfB4k .navbar.opened {
  background: #2c2a01 !important;
}
.cid-unj4GpfB4k .nav-item:focus,
.cid-unj4GpfB4k .nav-link:focus {
  outline: none;
}
.cid-unj4GpfB4k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj4GpfB4k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj4GpfB4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj4GpfB4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj4GpfB4k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj4GpfB4k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj4GpfB4k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-unj4GpfB4k .navbar.opened {
  transition: all 0.3s;
}
.cid-unj4GpfB4k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unj4GpfB4k .navbar .navbar-logo img {
  width: auto;
}
.cid-unj4GpfB4k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unj4GpfB4k .navbar.collapsed {
  justify-content: center;
}
.cid-unj4GpfB4k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj4GpfB4k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unj4GpfB4k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-unj4GpfB4k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj4GpfB4k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj4GpfB4k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unj4GpfB4k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj4GpfB4k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unj4GpfB4k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unj4GpfB4k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj4GpfB4k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj4GpfB4k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj4GpfB4k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unj4GpfB4k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unj4GpfB4k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unj4GpfB4k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unj4GpfB4k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unj4GpfB4k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unj4GpfB4k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj4GpfB4k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unj4GpfB4k .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unj4GpfB4k .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj4GpfB4k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj4GpfB4k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj4GpfB4k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj4GpfB4k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unj4GpfB4k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj4GpfB4k .dropdown-item.active,
.cid-unj4GpfB4k .dropdown-item:active {
  background-color: transparent;
}
.cid-unj4GpfB4k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unj4GpfB4k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj4GpfB4k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj4GpfB4k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-unj4GpfB4k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj4GpfB4k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj4GpfB4k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unj4GpfB4k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj4GpfB4k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unj4GpfB4k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unj4GpfB4k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj4GpfB4k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4GpfB4k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4GpfB4k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj4GpfB4k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4GpfB4k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj4GpfB4k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj4GpfB4k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4GpfB4k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unj4GpfB4k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unj4GpfB4k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj4GpfB4k .navbar {
    height: 70px;
  }
  .cid-unj4GpfB4k .navbar.opened {
    height: auto;
  }
  .cid-unj4GpfB4k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj4GoeCeT {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-unj4GoeCeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4GoeCeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4GoeCeT .mbr-section-title {
  color: #ffffff;
}
.cid-unj4GoeCeT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unj4GoK5lM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-unj4GoK5lM .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4GoK5lM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4GoK5lM .item {
  padding-bottom: 2rem;
}
.cid-unj4GoK5lM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-unj4GoK5lM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-unj4GoK5lM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-unj4GoK5lM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-unj4GoK5lM .carousel-control,
.cid-unj4GoK5lM .close {
  background: #1b1b1b;
}
.cid-unj4GoK5lM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-unj4GoK5lM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-unj4GoK5lM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-unj4GoK5lM .carousel-control-next span {
  margin-left: 5px;
}
.cid-unj4GoK5lM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-unj4GoK5lM .close::before {
  content: '\e91a';
}
.cid-unj4GoK5lM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-unj4GoK5lM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-unj4GoK5lM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unj4GoK5lM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unj4GoK5lM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unj4GoK5lM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-unj4GoK5lM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-unj4GoK5lM .carousel-indicators li.active,
.cid-unj4GoK5lM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-unj4GoK5lM .carousel-indicators li::after,
.cid-unj4GoK5lM .carousel-indicators li::before {
  content: none;
}
.cid-unj4GoK5lM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-unj4GoK5lM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-unj4GoK5lM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-unj4GoK5lM .carousel-indicators {
    display: none;
  }
}
.cid-unj4GoK5lM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-unj4GoK5lM .carousel-inner > .active {
  display: block;
}
.cid-unj4GoK5lM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unj4GoK5lM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unj4GoK5lM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-unj4GoK5lM .carousel-control,
  .cid-unj4GoK5lM .carousel-indicators,
  .cid-unj4GoK5lM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-unj4GoK5lM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-unj4GoK5lM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-unj4GoK5lM .carousel-indicators .active,
.cid-unj4GoK5lM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-unj4GoK5lM .carousel-indicators .active {
  background: #fff;
}
.cid-unj4GoK5lM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-unj4GoK5lM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-unj4GoK5lM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unj4GoK5lM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-unj4GoK5lM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-unj4GoK5lM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-unj4GoK5lM .carousel {
  width: 100%;
}
.cid-unj4GoK5lM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-unj4GoK5lM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-unj4GoK5lM .modal.fade .modal-dialog,
.cid-unj4GoK5lM .modal.in .modal-dialog {
  transform: none;
}
.cid-unj4GoK5lM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-unj4GoK5lM H6 {
  text-align: center;
}
.cid-unj4GoK5lM H4 {
  color: #ffffff;
}
.cid-uDZDyY5ict {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uDZDyY5ict .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZDyY5ict .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZDyY5ict .video-wrapper iframe {
  width: 100%;
}
.cid-uDZDyY5ict .mbr-section-title,
.cid-uDZDyY5ict .mbr-section-subtitle,
.cid-uDZDyY5ict .mbr-text {
  text-align: center;
}
.cid-uDZDyY5ict .mbr-section-title {
  color: #ffffff;
}
.cid-uB5Oos3A58 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uB5Oos3A58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5Oos3A58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5Oos3A58 .video-wrapper iframe {
  width: 100%;
}
.cid-uB5Oos3A58 .mbr-section-title,
.cid-uB5Oos3A58 .mbr-section-subtitle,
.cid-uB5Oos3A58 .mbr-text {
  text-align: center;
}
.cid-uB5Oos3A58 .mbr-section-title {
  color: #ffffff;
}
.cid-unj5gtYY9I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-unj5gtYY9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj5gtYY9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj5gtYY9I .video-wrapper iframe {
  width: 100%;
}
.cid-unj5gtYY9I .mbr-section-title,
.cid-unj5gtYY9I .mbr-section-subtitle,
.cid-unj5gtYY9I .mbr-text {
  text-align: center;
}
.cid-unj5gtYY9I .mbr-section-title {
  color: #ffffff;
}
.cid-unj5gtYY9I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unj5rZtfiJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-unj5rZtfiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj5rZtfiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj5rZtfiJ .video-wrapper iframe {
  width: 100%;
}
.cid-unj5rZtfiJ .mbr-section-title,
.cid-unj5rZtfiJ .mbr-section-subtitle,
.cid-unj5rZtfiJ .mbr-text {
  text-align: center;
}
.cid-unj5rZtfiJ .mbr-section-title {
  color: #ffffff;
}
.cid-unj5rZtfiJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urOAo6yhzI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-urOAo6yhzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOAo6yhzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOAo6yhzI .item {
  padding-bottom: 2rem;
}
.cid-urOAo6yhzI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urOAo6yhzI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urOAo6yhzI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-urOAo6yhzI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urOAo6yhzI .carousel-control,
.cid-urOAo6yhzI .close {
  background: #1b1b1b;
}
.cid-urOAo6yhzI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urOAo6yhzI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urOAo6yhzI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urOAo6yhzI .carousel-control-next span {
  margin-left: 5px;
}
.cid-urOAo6yhzI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urOAo6yhzI .close::before {
  content: '\e91a';
}
.cid-urOAo6yhzI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urOAo6yhzI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-urOAo6yhzI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urOAo6yhzI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urOAo6yhzI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urOAo6yhzI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urOAo6yhzI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-urOAo6yhzI .carousel-indicators li.active,
.cid-urOAo6yhzI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urOAo6yhzI .carousel-indicators li::after,
.cid-urOAo6yhzI .carousel-indicators li::before {
  content: none;
}
.cid-urOAo6yhzI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urOAo6yhzI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urOAo6yhzI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urOAo6yhzI .carousel-indicators {
    display: none;
  }
}
.cid-urOAo6yhzI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urOAo6yhzI .carousel-inner > .active {
  display: block;
}
.cid-urOAo6yhzI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urOAo6yhzI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urOAo6yhzI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urOAo6yhzI .carousel-control,
  .cid-urOAo6yhzI .carousel-indicators,
  .cid-urOAo6yhzI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urOAo6yhzI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urOAo6yhzI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urOAo6yhzI .carousel-indicators .active,
.cid-urOAo6yhzI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urOAo6yhzI .carousel-indicators .active {
  background: #fff;
}
.cid-urOAo6yhzI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urOAo6yhzI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urOAo6yhzI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urOAo6yhzI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urOAo6yhzI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urOAo6yhzI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urOAo6yhzI .carousel {
  width: 100%;
}
.cid-urOAo6yhzI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urOAo6yhzI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urOAo6yhzI .modal.fade .modal-dialog,
.cid-urOAo6yhzI .modal.in .modal-dialog {
  transform: none;
}
.cid-urOAo6yhzI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urOAo6yhzI H6 {
  text-align: center;
}
.cid-urOAo6yhzI H4 {
  color: #ffffff;
}
.cid-unj4Gp2sA3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-ursHvduJ9x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ursHvduJ9x nav.navbar {
  position: fixed;
}
.cid-ursHvduJ9x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursHvduJ9x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursHvduJ9x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursHvduJ9x .dropdown-item:hover,
.cid-ursHvduJ9x .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-ursHvduJ9x .dropdown-item:hover span {
  color: white;
}
.cid-ursHvduJ9x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursHvduJ9x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursHvduJ9x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ursHvduJ9x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursHvduJ9x .nav-link {
  position: relative;
}
.cid-ursHvduJ9x .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ursHvduJ9x .container {
    flex-wrap: wrap;
  }
}
.cid-ursHvduJ9x .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ursHvduJ9x .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ursHvduJ9x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursHvduJ9x .dropdown-menu,
.cid-ursHvduJ9x .navbar.opened {
  background: #2c2a01 !important;
}
.cid-ursHvduJ9x .nav-item:focus,
.cid-ursHvduJ9x .nav-link:focus {
  outline: none;
}
.cid-ursHvduJ9x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursHvduJ9x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursHvduJ9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursHvduJ9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursHvduJ9x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursHvduJ9x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursHvduJ9x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-ursHvduJ9x .navbar.opened {
  transition: all 0.3s;
}
.cid-ursHvduJ9x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursHvduJ9x .navbar .navbar-logo img {
  width: auto;
}
.cid-ursHvduJ9x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ursHvduJ9x .navbar.collapsed {
  justify-content: center;
}
.cid-ursHvduJ9x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursHvduJ9x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursHvduJ9x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ursHvduJ9x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursHvduJ9x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursHvduJ9x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursHvduJ9x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursHvduJ9x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursHvduJ9x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursHvduJ9x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursHvduJ9x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursHvduJ9x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursHvduJ9x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursHvduJ9x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursHvduJ9x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursHvduJ9x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursHvduJ9x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursHvduJ9x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursHvduJ9x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursHvduJ9x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ursHvduJ9x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ursHvduJ9x .navbar.navbar-short {
  min-height: 60px;
}
.cid-ursHvduJ9x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursHvduJ9x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursHvduJ9x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ursHvduJ9x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ursHvduJ9x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursHvduJ9x .dropdown-item.active,
.cid-ursHvduJ9x .dropdown-item:active {
  background-color: transparent;
}
.cid-ursHvduJ9x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursHvduJ9x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursHvduJ9x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursHvduJ9x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-ursHvduJ9x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursHvduJ9x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursHvduJ9x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursHvduJ9x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ursHvduJ9x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursHvduJ9x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ursHvduJ9x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursHvduJ9x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursHvduJ9x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursHvduJ9x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursHvduJ9x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursHvduJ9x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursHvduJ9x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursHvduJ9x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursHvduJ9x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursHvduJ9x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ursHvduJ9x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursHvduJ9x .navbar {
    height: 70px;
  }
  .cid-ursHvduJ9x .navbar.opened {
    height: auto;
  }
  .cid-ursHvduJ9x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ursHvc9nEZ {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ursHvc9nEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursHvc9nEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursHvc9nEZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ursHvc9nEZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ursHvc9nEZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ursHvc9nEZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ursHvc9nEZ .mbr-text,
.cid-ursHvc9nEZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ursHvcrzSu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-ursHvcrzSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursHvcrzSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursHvcrzSu .mbr-section-title {
  color: #ffffff;
}
.cid-ursHvcrzSu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ursHvcHwDK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ursHvcHwDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursHvcHwDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ursHvcHwDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ursHvcHwDK .row {
  flex-direction: row-reverse;
}
.cid-ursHvcHwDK img {
  width: 100%;
}
.cid-usuV1S81pU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-usuV1S81pU .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuV1S81pU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuV1S81pU .item {
  padding-bottom: 2rem;
}
.cid-usuV1S81pU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-usuV1S81pU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-usuV1S81pU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-usuV1S81pU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-usuV1S81pU .carousel-control,
.cid-usuV1S81pU .close {
  background: #1b1b1b;
}
.cid-usuV1S81pU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usuV1S81pU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usuV1S81pU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usuV1S81pU .carousel-control-next span {
  margin-left: 5px;
}
.cid-usuV1S81pU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usuV1S81pU .close::before {
  content: '\e91a';
}
.cid-usuV1S81pU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usuV1S81pU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usuV1S81pU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usuV1S81pU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usuV1S81pU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usuV1S81pU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usuV1S81pU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usuV1S81pU .carousel-indicators li.active,
.cid-usuV1S81pU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usuV1S81pU .carousel-indicators li::after,
.cid-usuV1S81pU .carousel-indicators li::before {
  content: none;
}
.cid-usuV1S81pU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usuV1S81pU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usuV1S81pU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usuV1S81pU .carousel-indicators {
    display: none;
  }
}
.cid-usuV1S81pU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usuV1S81pU .carousel-inner > .active {
  display: block;
}
.cid-usuV1S81pU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usuV1S81pU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usuV1S81pU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usuV1S81pU .carousel-control,
  .cid-usuV1S81pU .carousel-indicators,
  .cid-usuV1S81pU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usuV1S81pU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usuV1S81pU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usuV1S81pU .carousel-indicators .active,
.cid-usuV1S81pU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usuV1S81pU .carousel-indicators .active {
  background: #fff;
}
.cid-usuV1S81pU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usuV1S81pU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usuV1S81pU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usuV1S81pU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usuV1S81pU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usuV1S81pU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usuV1S81pU .carousel {
  width: 100%;
}
.cid-usuV1S81pU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usuV1S81pU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usuV1S81pU .modal.fade .modal-dialog,
.cid-usuV1S81pU .modal.in .modal-dialog {
  transform: none;
}
.cid-usuV1S81pU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usuV1S81pU H6 {
  text-align: center;
}
.cid-usA3pDxXXB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-usA3pDxXXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usA3pDxXXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usA3pDxXXB .video-wrapper iframe {
  width: 100%;
}
.cid-usA3pDxXXB .mbr-section-title,
.cid-usA3pDxXXB .mbr-section-subtitle,
.cid-usA3pDxXXB .mbr-text {
  text-align: center;
}
.cid-usA3pDxXXB .mbr-section-title {
  color: #ffffff;
}
.cid-usuV5TNbL9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-usuV5TNbL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuV5TNbL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuV5TNbL9 .video-wrapper iframe {
  width: 100%;
}
.cid-usuV5TNbL9 .mbr-section-title,
.cid-usuV5TNbL9 .mbr-section-subtitle,
.cid-usuV5TNbL9 .mbr-text {
  text-align: center;
}
.cid-usuV5TNbL9 .mbr-section-title {
  color: #ffffff;
}
.cid-ursI4mgdMz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ursI4mgdMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursI4mgdMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursI4mgdMz .video-wrapper iframe {
  width: 100%;
}
.cid-ursI4mgdMz .mbr-section-title,
.cid-ursI4mgdMz .mbr-section-subtitle,
.cid-ursI4mgdMz .mbr-text {
  text-align: center;
}
.cid-ursI4mgdMz .mbr-section-title {
  color: #ffffff;
}
.cid-ursI55qzWp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-ursI55qzWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursI55qzWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursI55qzWp .video-wrapper iframe {
  width: 100%;
}
.cid-ursI55qzWp .mbr-section-title,
.cid-ursI55qzWp .mbr-section-subtitle,
.cid-ursI55qzWp .mbr-text {
  text-align: center;
}
.cid-ursI55qzWp .mbr-section-title {
  color: #ffffff;
}
.cid-ursHvdgmAr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-uN3Fvz6bvB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uN3Fvz6bvB nav.navbar {
  position: fixed;
}
.cid-uN3Fvz6bvB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN3Fvz6bvB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN3Fvz6bvB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN3Fvz6bvB .dropdown-item:hover,
.cid-uN3Fvz6bvB .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-uN3Fvz6bvB .dropdown-item:hover span {
  color: white;
}
.cid-uN3Fvz6bvB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN3Fvz6bvB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN3Fvz6bvB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN3Fvz6bvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN3Fvz6bvB .nav-link {
  position: relative;
}
.cid-uN3Fvz6bvB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uN3Fvz6bvB .container {
    flex-wrap: wrap;
  }
}
.cid-uN3Fvz6bvB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uN3Fvz6bvB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uN3Fvz6bvB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN3Fvz6bvB .dropdown-menu,
.cid-uN3Fvz6bvB .navbar.opened {
  background: #2c2a01 !important;
}
.cid-uN3Fvz6bvB .nav-item:focus,
.cid-uN3Fvz6bvB .nav-link:focus {
  outline: none;
}
.cid-uN3Fvz6bvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN3Fvz6bvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN3Fvz6bvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN3Fvz6bvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN3Fvz6bvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN3Fvz6bvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN3Fvz6bvB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-uN3Fvz6bvB .navbar.opened {
  transition: all 0.3s;
}
.cid-uN3Fvz6bvB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN3Fvz6bvB .navbar .navbar-logo img {
  width: auto;
}
.cid-uN3Fvz6bvB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN3Fvz6bvB .navbar.collapsed {
  justify-content: center;
}
.cid-uN3Fvz6bvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN3Fvz6bvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN3Fvz6bvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uN3Fvz6bvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN3Fvz6bvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN3Fvz6bvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN3Fvz6bvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN3Fvz6bvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN3Fvz6bvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN3Fvz6bvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN3Fvz6bvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN3Fvz6bvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN3Fvz6bvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN3Fvz6bvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN3Fvz6bvB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN3Fvz6bvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN3Fvz6bvB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN3Fvz6bvB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN3Fvz6bvB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN3Fvz6bvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN3Fvz6bvB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN3Fvz6bvB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN3Fvz6bvB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN3Fvz6bvB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN3Fvz6bvB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN3Fvz6bvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN3Fvz6bvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN3Fvz6bvB .dropdown-item.active,
.cid-uN3Fvz6bvB .dropdown-item:active {
  background-color: transparent;
}
.cid-uN3Fvz6bvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN3Fvz6bvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN3Fvz6bvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN3Fvz6bvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-uN3Fvz6bvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN3Fvz6bvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN3Fvz6bvB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN3Fvz6bvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN3Fvz6bvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN3Fvz6bvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN3Fvz6bvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN3Fvz6bvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN3Fvz6bvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN3Fvz6bvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN3Fvz6bvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN3Fvz6bvB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN3Fvz6bvB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN3Fvz6bvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN3Fvz6bvB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN3Fvz6bvB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN3Fvz6bvB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN3Fvz6bvB .navbar {
    height: 70px;
  }
  .cid-uN3Fvz6bvB .navbar.opened {
    height: auto;
  }
  .cid-uN3Fvz6bvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN3FvzC09p {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-uN3FvzC09p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3FvzC09p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3FvzC09p .mbr-section-title {
  color: #ffffff;
}
.cid-uN3FvzC09p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN3FvzYyQa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uN3FvzYyQa img,
.cid-uN3FvzYyQa .item-img {
  width: 100%;
}
.cid-uN3FvzYyQa .item:focus,
.cid-uN3FvzYyQa span:focus {
  outline: none;
}
.cid-uN3FvzYyQa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uN3FvzYyQa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #74701e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uN3FvzYyQa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uN3FvzYyQa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uN3FvzYyQa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uN3FvzYyQa .mbr-section-title {
  color: #232323;
}
.cid-uN3FvzYyQa .mbr-text,
.cid-uN3FvzYyQa .mbr-section-btn {
  text-align: left;
}
.cid-uN3FvzYyQa .item-title {
  text-align: center;
}
.cid-uN3FvzYyQa .item-subtitle {
  text-align: center;
}
.cid-uPGksIQKBZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-uPGksIQKBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGksIQKBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGksIQKBZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPGksIQKBZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPGktBAYUx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uPGktBAYUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGktBAYUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGktBAYUx .mbr-section-title {
  color: #ffffff;
}
.cid-uPGktBAYUx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPGkuAzd6b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uPGkuAzd6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGkuAzd6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGkuAzd6b .item {
  padding-bottom: 2rem;
}
.cid-uPGkuAzd6b .item-wrapper {
  position: relative;
}
.cid-uPGkuAzd6b .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uPGkuAzd6b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uPGkuAzd6b .carousel-control,
.cid-uPGkuAzd6b .close {
  background: #1b1b1b;
}
.cid-uPGkuAzd6b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPGkuAzd6b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPGkuAzd6b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPGkuAzd6b .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPGkuAzd6b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPGkuAzd6b .close::before {
  content: '\e91a';
}
.cid-uPGkuAzd6b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPGkuAzd6b .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPGkuAzd6b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPGkuAzd6b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPGkuAzd6b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPGkuAzd6b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPGkuAzd6b .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPGkuAzd6b .carousel-indicators li.active,
.cid-uPGkuAzd6b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPGkuAzd6b .carousel-indicators li::after,
.cid-uPGkuAzd6b .carousel-indicators li::before {
  content: none;
}
.cid-uPGkuAzd6b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPGkuAzd6b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGkuAzd6b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGkuAzd6b .carousel-indicators {
    display: none;
  }
}
.cid-uPGkuAzd6b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPGkuAzd6b .carousel-inner > .active {
  display: block;
}
.cid-uPGkuAzd6b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPGkuAzd6b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPGkuAzd6b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPGkuAzd6b .carousel-control,
  .cid-uPGkuAzd6b .carousel-indicators,
  .cid-uPGkuAzd6b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPGkuAzd6b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPGkuAzd6b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPGkuAzd6b .carousel-indicators .active,
.cid-uPGkuAzd6b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPGkuAzd6b .carousel-indicators .active {
  background: #fff;
}
.cid-uPGkuAzd6b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPGkuAzd6b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPGkuAzd6b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPGkuAzd6b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPGkuAzd6b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPGkuAzd6b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPGkuAzd6b .carousel {
  width: 100%;
}
.cid-uPGkuAzd6b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPGkuAzd6b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPGkuAzd6b .modal.fade .modal-dialog,
.cid-uPGkuAzd6b .modal.in .modal-dialog {
  transform: none;
}
.cid-uPGkuAzd6b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPGkuAzd6b H6 {
  text-align: center;
  color: #ffffff;
}
.cid-uPGlM4iTiv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uPGlM4iTiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGlM4iTiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGlM4iTiv .video-wrapper iframe {
  width: 100%;
}
.cid-uPGlM4iTiv .mbr-section-title,
.cid-uPGlM4iTiv .mbr-section-subtitle,
.cid-uPGlM4iTiv .mbr-text {
  text-align: center;
}
.cid-uPGlfseC4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uPGlfseC4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGlfseC4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGlfseC4t .video-wrapper iframe {
  width: 100%;
}
.cid-uPGlfseC4t .mbr-section-title,
.cid-uPGlfseC4t .mbr-section-subtitle,
.cid-uPGlfseC4t .mbr-text {
  text-align: center;
}
.cid-uN3FvFcVA6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-uPYsu8N4tM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPYsu8N4tM nav.navbar {
  position: fixed;
}
.cid-uPYsu8N4tM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPYsu8N4tM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPYsu8N4tM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPYsu8N4tM .dropdown-item:hover,
.cid-uPYsu8N4tM .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-uPYsu8N4tM .dropdown-item:hover span {
  color: white;
}
.cid-uPYsu8N4tM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPYsu8N4tM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPYsu8N4tM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPYsu8N4tM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPYsu8N4tM .nav-link {
  position: relative;
}
.cid-uPYsu8N4tM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPYsu8N4tM .container {
    flex-wrap: wrap;
  }
}
.cid-uPYsu8N4tM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPYsu8N4tM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPYsu8N4tM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPYsu8N4tM .dropdown-menu,
.cid-uPYsu8N4tM .navbar.opened {
  background: #2c2a01 !important;
}
.cid-uPYsu8N4tM .nav-item:focus,
.cid-uPYsu8N4tM .nav-link:focus {
  outline: none;
}
.cid-uPYsu8N4tM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPYsu8N4tM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPYsu8N4tM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPYsu8N4tM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPYsu8N4tM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPYsu8N4tM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPYsu8N4tM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-uPYsu8N4tM .navbar.opened {
  transition: all 0.3s;
}
.cid-uPYsu8N4tM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPYsu8N4tM .navbar .navbar-logo img {
  width: auto;
}
.cid-uPYsu8N4tM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPYsu8N4tM .navbar.collapsed {
  justify-content: center;
}
.cid-uPYsu8N4tM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPYsu8N4tM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPYsu8N4tM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPYsu8N4tM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPYsu8N4tM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPYsu8N4tM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPYsu8N4tM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPYsu8N4tM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPYsu8N4tM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPYsu8N4tM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPYsu8N4tM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPYsu8N4tM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPYsu8N4tM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPYsu8N4tM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPYsu8N4tM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPYsu8N4tM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPYsu8N4tM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPYsu8N4tM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPYsu8N4tM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPYsu8N4tM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPYsu8N4tM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPYsu8N4tM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPYsu8N4tM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPYsu8N4tM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPYsu8N4tM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPYsu8N4tM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPYsu8N4tM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPYsu8N4tM .dropdown-item.active,
.cid-uPYsu8N4tM .dropdown-item:active {
  background-color: transparent;
}
.cid-uPYsu8N4tM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPYsu8N4tM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPYsu8N4tM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPYsu8N4tM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-uPYsu8N4tM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPYsu8N4tM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPYsu8N4tM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPYsu8N4tM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPYsu8N4tM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPYsu8N4tM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPYsu8N4tM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPYsu8N4tM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYsu8N4tM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYsu8N4tM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPYsu8N4tM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYsu8N4tM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPYsu8N4tM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPYsu8N4tM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYsu8N4tM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPYsu8N4tM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPYsu8N4tM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPYsu8N4tM .navbar {
    height: 70px;
  }
  .cid-uPYsu8N4tM .navbar.opened {
    height: auto;
  }
  .cid-uPYsu8N4tM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTc7u0Q3W3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uTc7u0Q3W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTc7u0Q3W3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTc7u0Q3W3 .mbr-section-title {
  color: #ffffff;
}
.cid-uTc7u0Q3W3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPYsu9jFVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2a01;
}
.cid-uPYsu9jFVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYsu9jFVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYsu9jFVE .mbr-section-title {
  color: #ffffff;
}
.cid-uPYsu9jFVE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPYwy8nWMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uPYwy8nWMm img,
.cid-uPYwy8nWMm .item-img {
  width: 100%;
}
.cid-uPYwy8nWMm .item:focus,
.cid-uPYwy8nWMm span:focus {
  outline: none;
}
.cid-uPYwy8nWMm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPYwy8nWMm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #74701e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPYwy8nWMm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPYwy8nWMm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uPYwy8nWMm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPYwy8nWMm .mbr-section-title {
  color: #232323;
}
.cid-uPYwy8nWMm .mbr-text,
.cid-uPYwy8nWMm .mbr-section-btn {
  text-align: left;
}
.cid-uPYwy8nWMm .item-title {
  text-align: center;
}
.cid-uPYwy8nWMm .item-subtitle {
  text-align: center;
}
.cid-uXwqX0o2tQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-uXwqX0o2tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwqX0o2tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwqX0o2tQ .item {
  padding-bottom: 2rem;
}
.cid-uXwqX0o2tQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uXwqX0o2tQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXwqX0o2tQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXwqX0o2tQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXwqX0o2tQ .carousel-control,
.cid-uXwqX0o2tQ .close {
  background: #1b1b1b;
}
.cid-uXwqX0o2tQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXwqX0o2tQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXwqX0o2tQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXwqX0o2tQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXwqX0o2tQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXwqX0o2tQ .close::before {
  content: '\e91a';
}
.cid-uXwqX0o2tQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXwqX0o2tQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXwqX0o2tQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXwqX0o2tQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXwqX0o2tQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXwqX0o2tQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXwqX0o2tQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXwqX0o2tQ .carousel-indicators li.active,
.cid-uXwqX0o2tQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXwqX0o2tQ .carousel-indicators li::after,
.cid-uXwqX0o2tQ .carousel-indicators li::before {
  content: none;
}
.cid-uXwqX0o2tQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXwqX0o2tQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXwqX0o2tQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwqX0o2tQ .carousel-indicators {
    display: none;
  }
}
.cid-uXwqX0o2tQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXwqX0o2tQ .carousel-inner > .active {
  display: block;
}
.cid-uXwqX0o2tQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXwqX0o2tQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXwqX0o2tQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXwqX0o2tQ .carousel-control,
  .cid-uXwqX0o2tQ .carousel-indicators,
  .cid-uXwqX0o2tQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXwqX0o2tQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXwqX0o2tQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXwqX0o2tQ .carousel-indicators .active,
.cid-uXwqX0o2tQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXwqX0o2tQ .carousel-indicators .active {
  background: #fff;
}
.cid-uXwqX0o2tQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXwqX0o2tQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXwqX0o2tQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXwqX0o2tQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXwqX0o2tQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXwqX0o2tQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXwqX0o2tQ .carousel {
  width: 100%;
}
.cid-uXwqX0o2tQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXwqX0o2tQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXwqX0o2tQ .modal.fade .modal-dialog,
.cid-uXwqX0o2tQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uXwqX0o2tQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXwqX0o2tQ H6 {
  text-align: center;
}
.cid-uXwqX0o2tQ H4 {
  color: #ffffff;
}
.cid-uPYsua7PXL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-uPYsua7PXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYsua7PXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYsua7PXL .mbr-section-title {
  color: #ffffff;
}
.cid-uPYsua7PXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPYsueCUP8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-v2sxFv5yso {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2sxFv5yso nav.navbar {
  position: fixed;
}
.cid-v2sxFv5yso .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2sxFv5yso .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2sxFv5yso .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2sxFv5yso .dropdown-item:hover,
.cid-v2sxFv5yso .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-v2sxFv5yso .dropdown-item:hover span {
  color: white;
}
.cid-v2sxFv5yso .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2sxFv5yso .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2sxFv5yso .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2sxFv5yso .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2sxFv5yso .nav-link {
  position: relative;
}
.cid-v2sxFv5yso .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2sxFv5yso .container {
    flex-wrap: wrap;
  }
}
.cid-v2sxFv5yso .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2sxFv5yso .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2sxFv5yso .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2sxFv5yso .dropdown-menu,
.cid-v2sxFv5yso .navbar.opened {
  background: #2c2a01 !important;
}
.cid-v2sxFv5yso .nav-item:focus,
.cid-v2sxFv5yso .nav-link:focus {
  outline: none;
}
.cid-v2sxFv5yso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2sxFv5yso .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2sxFv5yso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2sxFv5yso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2sxFv5yso .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2sxFv5yso .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2sxFv5yso .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-v2sxFv5yso .navbar.opened {
  transition: all 0.3s;
}
.cid-v2sxFv5yso .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2sxFv5yso .navbar .navbar-logo img {
  width: auto;
}
.cid-v2sxFv5yso .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2sxFv5yso .navbar.collapsed {
  justify-content: center;
}
.cid-v2sxFv5yso .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2sxFv5yso .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2sxFv5yso .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v2sxFv5yso .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2sxFv5yso .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2sxFv5yso .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2sxFv5yso .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2sxFv5yso .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2sxFv5yso .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2sxFv5yso .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2sxFv5yso .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2sxFv5yso .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2sxFv5yso .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2sxFv5yso .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2sxFv5yso .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2sxFv5yso .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2sxFv5yso .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2sxFv5yso .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2sxFv5yso .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2sxFv5yso .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2sxFv5yso .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2sxFv5yso .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2sxFv5yso .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2sxFv5yso .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2sxFv5yso .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2sxFv5yso .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2sxFv5yso .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2sxFv5yso .dropdown-item.active,
.cid-v2sxFv5yso .dropdown-item:active {
  background-color: transparent;
}
.cid-v2sxFv5yso .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2sxFv5yso .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2sxFv5yso .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2sxFv5yso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-v2sxFv5yso .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2sxFv5yso .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2sxFv5yso ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2sxFv5yso .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2sxFv5yso button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2sxFv5yso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2sxFv5yso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2sxFv5yso button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2sxFv5yso button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2sxFv5yso button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2sxFv5yso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2sxFv5yso nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2sxFv5yso nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2sxFv5yso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2sxFv5yso .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2sxFv5yso a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2sxFv5yso .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2sxFv5yso .navbar {
    height: 70px;
  }
  .cid-v2sxFv5yso .navbar.opened {
    height: auto;
  }
  .cid-v2sxFv5yso .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2sxFvqY6Y {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-v2sxFvqY6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2sxFvqY6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2sxFvqY6Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2sxFvqY6Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2sxFvqY6Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2sxFvqY6Y .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2sxFvqY6Y .mbr-text,
.cid-v2sxFvqY6Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v2sxFwsRTg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
.cid-v2sxXZSwUb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2sxXZSwUb nav.navbar {
  position: fixed;
}
.cid-v2sxXZSwUb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2sxXZSwUb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2sxXZSwUb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2sxXZSwUb .dropdown-item:hover,
.cid-v2sxXZSwUb .dropdown-item:focus {
  background: #2c2a01 !important;
  color: white !important;
}
.cid-v2sxXZSwUb .dropdown-item:hover span {
  color: white;
}
.cid-v2sxXZSwUb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2sxXZSwUb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2sxXZSwUb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2sxXZSwUb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2sxXZSwUb .nav-link {
  position: relative;
}
.cid-v2sxXZSwUb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2sxXZSwUb .container {
    flex-wrap: wrap;
  }
}
.cid-v2sxXZSwUb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2sxXZSwUb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2sxXZSwUb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2sxXZSwUb .dropdown-menu,
.cid-v2sxXZSwUb .navbar.opened {
  background: #2c2a01 !important;
}
.cid-v2sxXZSwUb .nav-item:focus,
.cid-v2sxXZSwUb .nav-link:focus {
  outline: none;
}
.cid-v2sxXZSwUb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2sxXZSwUb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2sxXZSwUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2sxXZSwUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2sxXZSwUb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2sxXZSwUb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2sxXZSwUb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2a01;
}
.cid-v2sxXZSwUb .navbar.opened {
  transition: all 0.3s;
}
.cid-v2sxXZSwUb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2sxXZSwUb .navbar .navbar-logo img {
  width: auto;
}
.cid-v2sxXZSwUb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2sxXZSwUb .navbar.collapsed {
  justify-content: center;
}
.cid-v2sxXZSwUb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2sxXZSwUb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2sxXZSwUb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v2sxXZSwUb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2sxXZSwUb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2sxXZSwUb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2sxXZSwUb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2sxXZSwUb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2sxXZSwUb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2sxXZSwUb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2sxXZSwUb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2sxXZSwUb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2sxXZSwUb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2sxXZSwUb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2sxXZSwUb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2sxXZSwUb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2sxXZSwUb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2sxXZSwUb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2sxXZSwUb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2sxXZSwUb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2sxXZSwUb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2sxXZSwUb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2sxXZSwUb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2sxXZSwUb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2sxXZSwUb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2sxXZSwUb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2sxXZSwUb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2sxXZSwUb .dropdown-item.active,
.cid-v2sxXZSwUb .dropdown-item:active {
  background-color: transparent;
}
.cid-v2sxXZSwUb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2sxXZSwUb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2sxXZSwUb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2sxXZSwUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2a01;
}
.cid-v2sxXZSwUb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2sxXZSwUb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2sxXZSwUb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2sxXZSwUb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2sxXZSwUb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2sxXZSwUb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2sxXZSwUb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2sxXZSwUb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2sxXZSwUb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2sxXZSwUb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2sxXZSwUb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2sxXZSwUb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2sxXZSwUb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2sxXZSwUb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2sxXZSwUb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2sxXZSwUb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2sxXZSwUb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2sxXZSwUb .navbar {
    height: 70px;
  }
  .cid-v2sxXZSwUb .navbar.opened {
    height: auto;
  }
  .cid-v2sxXZSwUb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2sxY0gZfw {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-v2sxY0gZfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2sxY0gZfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2sxY0gZfw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2sxY0gZfw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2sxY0gZfw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2sxY0gZfw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v2sxY0gZfw .mbr-text,
.cid-v2sxY0gZfw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v2sxY0zGbW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c2a01;
}
.cid-v2sxY0zGbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2sxY0zGbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2sxY0zGbW .mbr-section-title {
  color: #ffffff;
}
.cid-v2sxY0zGbW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2sxY0NZiH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-v2sxY0NZiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2sxY0NZiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2sxY0NZiH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2sxY0NZiH .row {
  flex-direction: row-reverse;
}
.cid-v2sxY0NZiH img {
  width: 100%;
}
.cid-v2sxY13P65 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wp7280014-olive-green-wallpapers-2000x1333.jpg");
}
.cid-v2sxY13P65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2sxY13P65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2sxY13P65 .item {
  padding-bottom: 2rem;
}
.cid-v2sxY13P65 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v2sxY13P65 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2sxY13P65 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v2sxY13P65 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v2sxY13P65 .carousel-control,
.cid-v2sxY13P65 .close {
  background: #1b1b1b;
}
.cid-v2sxY13P65 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2sxY13P65 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2sxY13P65 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2sxY13P65 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2sxY13P65 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2sxY13P65 .close::before {
  content: '\e91a';
}
.cid-v2sxY13P65 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2sxY13P65 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2sxY13P65 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sxY13P65 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2sxY13P65 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2sxY13P65 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2sxY13P65 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2sxY13P65 .carousel-indicators li.active,
.cid-v2sxY13P65 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2sxY13P65 .carousel-indicators li::after,
.cid-v2sxY13P65 .carousel-indicators li::before {
  content: none;
}
.cid-v2sxY13P65 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2sxY13P65 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2sxY13P65 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2sxY13P65 .carousel-indicators {
    display: none;
  }
}
.cid-v2sxY13P65 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2sxY13P65 .carousel-inner > .active {
  display: block;
}
.cid-v2sxY13P65 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sxY13P65 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2sxY13P65 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2sxY13P65 .carousel-control,
  .cid-v2sxY13P65 .carousel-indicators,
  .cid-v2sxY13P65 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2sxY13P65 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2sxY13P65 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2sxY13P65 .carousel-indicators .active,
.cid-v2sxY13P65 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2sxY13P65 .carousel-indicators .active {
  background: #fff;
}
.cid-v2sxY13P65 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2sxY13P65 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2sxY13P65 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2sxY13P65 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2sxY13P65 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2sxY13P65 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2sxY13P65 .carousel {
  width: 100%;
}
.cid-v2sxY13P65 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2sxY13P65 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2sxY13P65 .modal.fade .modal-dialog,
.cid-v2sxY13P65 .modal.in .modal-dialog {
  transform: none;
}
.cid-v2sxY13P65 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2sxY13P65 H6 {
  text-align: center;
}
.cid-v2sxY1oyq8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c2a01;
  overflow: hidden;
}
