body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #14540d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #1c271c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #069cc2 !important;
  border-color: #069cc2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #046078 !important;
  border-color: #046078 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #046078 !important;
  border-color: #046078 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #14540d !important;
  border-color: #14540d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #041203 !important;
  border-color: #041203 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #041203 !important;
  border-color: #041203 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c271c !important;
  border-color: #1c271c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #034c5f;
  color: #034c5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #069cc2;
  border-color: #069cc2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #069cc2 !important;
  border-color: #069cc2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #14540d;
  border-color: #14540d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #14540d !important;
  border-color: #14540d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1c271c;
  border-color: #1c271c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c271c !important;
  border-color: #1c271c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cccccc !important;
}
.text-secondary {
  color: #069cc2 !important;
}
.text-success {
  color: #14540d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #1c271c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #034c5f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #1c271c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6de660;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cddbcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cccccc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cccccc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cccccc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #069cc2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23cccccc' %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.3;
}
.cid-t2NxP6G3Je {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eeeeee;
}
.cid-t2NxP6G3Je .carousel {
  width: 100%;
}
.cid-t2NxP6G3Je .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t2NxP6G3Je .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t2NxP6G3Je .mbr-overlay {
  z-index: 1;
}
.cid-t2NxP6G3Je .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-t2NxP6G3Je .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t2NxP6G3Je .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t2NxP6G3Je .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-t2NxP6G3Je .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2NxP6G3Je .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2NxP6G3Je .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2NxP6G3Je .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t2NxP6G3Je .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-t2NxP6G3Je .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2NxP6G3Je .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2NxP6G3Je .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2NxP6G3Je .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t2NxP6G3Je .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t2NxP6G3Je .carousel-indicators li.active {
  background-color: #1c271c;
}
.cid-t2NxP6G3Je .carousel-indicators li.active,
.cid-t2NxP6G3Je .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2NxP6G3Je .carousel-indicators li::after,
.cid-t2NxP6G3Je .carousel-indicators li::before {
  content: none;
}
.cid-t2NxP6G3Je .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2NxP6G3Je .carousel-indicators {
    display: none !important;
  }
}
.cid-t2NxP6G3Je .btn.btn-primary-outline {
  border: 1px solid #cccccc;
}
.cid-t2NxP6G3Je .btn.btn-primary-outline:hover {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-secondary-outline {
  border: 1px solid #069cc2;
}
.cid-t2NxP6G3Je .btn.btn-secondary-outline:hover {
  background-color: #069cc2 !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-success-outline {
  border: 1px solid #14540d;
}
.cid-t2NxP6G3Je .btn.btn-success-outline:hover {
  background-color: #14540d !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-info-outline {
  border: 1px solid #82786e;
}
.cid-t2NxP6G3Je .btn.btn-info-outline:hover {
  background-color: #82786e !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-warning-outline {
  border: 1px solid #1c271c;
}
.cid-t2NxP6G3Je .btn.btn-warning-outline:hover {
  background-color: #1c271c !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-danger-outline {
  border: 1px solid #b1a374;
}
.cid-t2NxP6G3Je .btn.btn-danger-outline:hover {
  background-color: #b1a374 !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-t2NxP6G3Je .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-t2NxP6G3Je .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-t2NxP6G3Je .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-t2NxP6G3Je .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-t2NxP6G3Je .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-t2NxP6G3Je .carousel-control {
    display: none;
  }
  .cid-t2NxP6G3Je .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-t2NxP6G3Je .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-t2avZMMvcJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2avZMMvcJ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t2avZMMvcJ .row {
    padding: 0 0.75rem;
  }
}
.cid-t2avZMMvcJ .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-t2avZMMvcJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-t2avZMMvcJ .mbr-text {
  color: #555555;
}
.cid-t2avZMMvcJ .mbr-text a {
  letter-spacing: inherit;
  color: #0057fc;
}
.cid-t2avZMMvcJ .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t2avZMMvcJ .card {
  padding: 15px;
}
.cid-t2avZMMvcJ .card-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t2avZMMvcJ .card-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.cid-t2avZMMvcJ .card-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t2avZMMvcJ .card-title {
    text-align: center !important;
  }
}
.cid-t2avZMMvcJ .card-text {
  color: #555555;
  letter-spacing: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t2avZMMvcJ .card-text {
    text-align: center !important;
  }
}
.cid-t2avZMMvcJ .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t2avZMMvcJ .icon-box {
  margin-right: 12px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .cid-t2avZMMvcJ .icon-box {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-t2avZMMvcJ .card-title P {
  text-align: left;
}
.cid-t2bt1wwAvN {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/canabismedicinal-1-2000x1333.jpg");
}
.cid-t2bt1wwAvN .accordion .card {
  overflow: hidden;
}
.cid-t2bt1wwAvN .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-t2bt1wwAvN .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-t2bt1wwAvN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-t2bt1wwAvN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t2bt1wwAvN .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-t2bt1wwAvN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t2bt1wwAvN .card .panel-body {
  color: #767676;
}
.cid-t2bt1wwAvN .card:hover {
  background: #2a4e33;
}
.cid-t2bt1wwAvN .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #b1a374;
}
.cid-t2bt1wwAvN .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t2bt1wwAvN .mbri-arrow-down:before {
  content: '\e960';
}
.cid-t2bt1wwAvN .panel-text {
  padding: 0rem;
  color: #ffffff;
}
.cid-t2bt1wwAvN .panel-collapse {
  margin-top: -1px;
}
.cid-t2bt1wwAvN H4 {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-t2bt1wwAvN .panel-text {
    padding: 0 0.5rem;
  }
  .cid-t2bt1wwAvN .icon-left {
    margin-left: 0.5rem;
  }
  .cid-t2bt1wwAvN .sign {
    margin-right: 0.5rem;
  }
}
.cid-t2bt1wwAvN H2 {
  text-align: center;
  color: #e4d295;
}
.cid-t2bt1wwAvN .text {
  text-align: center;
  color: #efefef;
}
.cid-t2bt1wwAvN .panel-text P {
  text-align: left;
}
.cid-t3uIOwjVwd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3uIOwjVwd .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3uIOwjVwd .section-text {
  padding: 2rem 0;
}
.cid-t3uIOwjVwd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3uIOwjVwd .inner-container {
    width: 100% !important;
  }
}
.cid-t2bK9lBquw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2bK9lBquw .card-box {
  padding: 0 2rem;
}
.cid-t2bK9lBquw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t2bK9lBquw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t2bK9lBquw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t2bK9lBquw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t2bK9lBquw .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-t2bK9lBquw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #1c271c;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-t2bK9lBquw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t2bK9lBquw .card-title {
  text-align: center;
  color: #efefef;
}
.cid-t1MB3DsoUK .navbar {
  padding: .5rem 0;
  background: #1c271c;
  transition: none;
  min-height: 50px;
}
.cid-t1MB3DsoUK .navbar-dropdown.bg-color.transparent.opened {
  background: #1c271c;
}
.cid-t1MB3DsoUK a {
  font-style: normal;
}
.cid-t1MB3DsoUK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t1MB3DsoUK .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-t1MB3DsoUK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t1MB3DsoUK .content-text {
  margin-bottom: 0;
}
.cid-t1MB3DsoUK .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t1MB3DsoUK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t1MB3DsoUK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t1MB3DsoUK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t1MB3DsoUK .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t1MB3DsoUK .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t1MB3DsoUK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t1MB3DsoUK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t1MB3DsoUK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1MB3DsoUK .nav-dropdown .link {
  font-weight: 400;
}
.cid-t1MB3DsoUK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t1MB3DsoUK .content-right-side {
  text-align: center;
}
.cid-t1MB3DsoUK .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t1MB3DsoUK .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t1MB3DsoUK .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t1MB3DsoUK .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t1MB3DsoUK .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t1MB3DsoUK .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t1MB3DsoUK img {
    height: 3.8rem !important;
  }
  .cid-t1MB3DsoUK .btn {
    display: -webkit-flex;
  }
  .cid-t1MB3DsoUK button.navbar-toggler {
    display: block;
  }
  .cid-t1MB3DsoUK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t1MB3DsoUK .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t1MB3DsoUK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing,
  .cid-t1MB3DsoUK .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing .navbar-nav,
  .cid-t1MB3DsoUK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1MB3DsoUK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t1MB3DsoUK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1MB3DsoUK .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1MB3DsoUK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1MB3DsoUK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1MB3DsoUK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1MB3DsoUK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1MB3DsoUK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1MB3DsoUK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t1MB3DsoUK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t1MB3DsoUK .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-t1MB3DsoUK .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t1MB3DsoUK .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-t1MB3DsoUK .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-t1MB3DsoUK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t1MB3DsoUK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t1MB3DsoUK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t1MB3DsoUK .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-t1MB3DsoUK .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1MB3DsoUK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t1MB3DsoUK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t1MB3DsoUK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t1MB3DsoUK .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t1MB3DsoUK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t1MB3DsoUK .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t1MB3DsoUK .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t1MB3DsoUK .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t1MB3DsoUK .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t1MB3DsoUK .navbar {
    display: block;
    padding: 0;
  }
  .cid-t1MB3DsoUK .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t1MB3DsoUK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t1MB3DsoUK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t1MB3DsoUK .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t1MB3DsoUK .navbar-toggler {
    display: none;
  }
  .cid-t1MB3DsoUK .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1MB3DsoUK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1MB3DsoUK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t1MB3DsoUK .menu-logo {
  margin-right: auto;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1MB3DsoUK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1MB3DsoUK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t1MB3DsoUK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1MB3DsoUK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1MB3DsoUK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu {
  background: #1c271c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1MB3DsoUK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t1MB3DsoUK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1MB3DsoUK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1MB3DsoUK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t1MB3DsoUK .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t1MB3DsoUK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1MB3DsoUK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1MB3DsoUK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1MB3DsoUK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1MB3DsoUK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1MB3DsoUK button.navbar-toggler:focus {
  outline: none;
}
.cid-t1MB3DsoUK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1MB3DsoUK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1MB3DsoUK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1MB3DsoUK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1MB3DsoUK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1MB3DsoUK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1MB3DsoUK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1MB3DsoUK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1MB3DsoUK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1MB3DsoUK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1MB3DsoUK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1MB3DsoUK .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t1MB3DsoUK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1MB3DsoUK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t1MB3DsoUK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t1MB3DsoUK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t1MB3DsoUK .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1MB3DsoUK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t1MB3DsoUK .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t1MB3DsoUK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1MB3DsoUK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1MB3DsoUK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1MB3DsoUK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t1MB3DsoUK .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1MB3DsoUK .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t1MB3DsoUK .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t1MB3DsoUK .nav-link:focus {
  outline: none;
}
.cid-t1MB3DsoUK .navbar-toggler {
  position: relative;
}
.cid-t1MB3DsoUK .dropdown-item.active,
.cid-t1MB3DsoUK .dropdown-item:active {
  background: #1c271c;
  color: initial;
}
.cid-t1MB3DsoUK .nav-link:hover,
.cid-t1MB3DsoUK .dropdown-item:hover {
  color: #4284df;
}
.cid-t1MB3DsoUK .widget-title,
.cid-t1MB3DsoUK .widget-icon {
  color: #cccccc;
}
.cid-t1MB3DsoUK .widget-text {
  color: #cccccc;
}
.cid-t2bKDfwpTy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2bKDfwpTy .card-box {
  padding: 0 2rem;
}
.cid-t2bKDfwpTy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t2bKDfwpTy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-t2bKDfwpTy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-t2bKDfwpTy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-t2bKDfwpTy .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-t2bKDfwpTy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #1c271c;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-t2bKDfwpTy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t2bKDfwpTy .card-title {
  text-align: center;
  color: #cccccc;
}
.cid-t3uRJxKdXI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3uRJxKdXI .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3uRJxKdXI .section-text {
  padding: 2rem 0;
}
.cid-t3uRJxKdXI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3uRJxKdXI .inner-container {
    width: 100% !important;
  }
}
.cid-t3uQMHmPHA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3uQMHmPHA .row {
  align-items: center;
  justify-content: space-between;
}
.cid-t3uQMHmPHA .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #2a4e33;
}
.cid-t3uQMHmPHA .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-t3uQMHmPHA .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-t3uQMHmPHA ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-t3uQMHmPHA li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-t3uQMHmPHA li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-t3uQMHmPHA img {
  width: 90%;
}
.cid-t3uQMHmPHA .gray {
  background-color: #1c271c;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-t3uQMHmPHA .b {
  max-width: 598px;
}
.cid-t3uQMHmPHA .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-t3uQMHmPHA .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-t3uQMHmPHA .t {
    padding-top: 90px;
  }
  .cid-t3uQMHmPHA .b {
    max-width: initial;
  }
  .cid-t3uQMHmPHA .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-t3uQMHmPHA .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-t3uQMHmPHA .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-t3uQMHmPHA .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-t3uQMHmPHA .btn {
  margin-top: 20px;
}
.cid-t3uQMHmPHA .t {
  max-width: 542px;
}
.cid-t3uQMHmPHA .mbr-text,
.cid-t3uQMHmPHA .button-align,
.cid-t3uQMHmPHA .list {
  text-align: left;
  color: #232323;
}
.cid-t3uQMHmPHA .list {
  text-align: left;
}
.cid-t3vaFvqPiZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-t3vaFvqPiZ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t3vaFvqPiZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3vaFvqPiZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t3vaFvqPiZ .mbr-text {
    text-align: center;
  }
}
.cid-t3vaFvqPiZ H1 {
  text-align: center;
}
.cid-t3vaFvqPiZ .mbr-text,
.cid-t3vaFvqPiZ .mbr-section-btn {
  text-align: center;
}
.cid-t3uYUe3Ael {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3uYUe3Ael .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3uYUe3Ael .section-text {
  padding: 2rem 0;
}
.cid-t3uYUe3Ael .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3uYUe3Ael .inner-container {
    width: 100% !important;
  }
}
.cid-t2nioavXuX {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2nioavXuX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t2nioavXuX .mbr-section-title,
.cid-t2nioavXuX .mbr-section-subtitle,
.cid-t2nioavXuX .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2nioavXuX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2nioavXuX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2nioavXuX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2nioavXuX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2nioavXuX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #1c271c);
}
.cid-t2nioavXuX .icon-focus {
  display: none;
}
.cid-t2nioavXuX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2nioavXuX ul {
  font-size: 0;
}
.cid-t2nioavXuX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t2nioavXuX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2nioavXuX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t2nioavXuX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2nioavXuX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2nioavXuX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2nioavXuX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2nioavXuX .btn:hover {
  background: transparent !important;
}
.cid-t2nioavXuX .btn:hover:before {
  background: transparent !important;
}
.cid-t2nioavXuX .btn:before {
  background-color: transparent !important;
}
.cid-t2nioavXuX .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-t2C2tozZii {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #1c271c;
}
.cid-t2C2tozZii .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t2C2tozZii .team-card:hover {
  transform: translateY(-10px);
}
.cid-t2C2tozZii .title-icon {
  font-size: 3rem;
  color: #f7ed4a;
  padding-right: 1rem;
}
.cid-t2C2tozZii .title-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-t2C2tozZii .title-wrap {
    flex-direction: column;
  }
  .cid-t2C2tozZii .title-wrap .title-icon {
    padding: 0;
  }
}
.cid-t2C2tozZii .card-wrap {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2C2tozZii .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t2C2tozZii .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t2C2tozZii .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2C2tozZii .card-wrap .content-wrap {
    padding: 2rem 1rem;
  }
}
.cid-t2C2tozZii .social-row {
  display: flex;
}
.cid-t2C2tozZii .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-t2C2tozZii .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f7ed4a;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-t2C2tozZii .social-row {
    justify-content: center;
  }
}
.cid-t2C2tozZii .card-text,
.cid-t2C2tozZii .mbr-section-btn,
.cid-t2C2tozZii .social-row {
  color: #103178;
  text-align: center;
}
.cid-t2C2tozZii .card-title,
.cid-t2C2tozZii .social-row {
  color: #103178;
  text-align: center;
}
.cid-t2C2tozZii .mbr-section-title {
  color: #103178;
}
.cid-t2C2tozZii .mbr-section-title,
.cid-t2C2tozZii .title-col {
  text-align: center;
}
.cid-t2CaOu4H64 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #1c271c;
}
.cid-t2CaOu4H64 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t2CaOu4H64 .team-card:hover {
  transform: translateY(-10px);
}
.cid-t2CaOu4H64 .title-icon {
  font-size: 3rem;
  color: #f7ed4a;
  padding-right: 1rem;
}
.cid-t2CaOu4H64 .title-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-t2CaOu4H64 .title-wrap {
    flex-direction: column;
  }
  .cid-t2CaOu4H64 .title-wrap .title-icon {
    padding: 0;
  }
}
.cid-t2CaOu4H64 .card-wrap {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2CaOu4H64 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t2CaOu4H64 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t2CaOu4H64 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2CaOu4H64 .card-wrap .content-wrap {
    padding: 2rem 1rem;
  }
}
.cid-t2CaOu4H64 .social-row {
  display: flex;
}
.cid-t2CaOu4H64 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-t2CaOu4H64 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f7ed4a;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-t2CaOu4H64 .social-row {
    justify-content: center;
  }
}
.cid-t2CaOu4H64 .card-text,
.cid-t2CaOu4H64 .mbr-section-btn,
.cid-t2CaOu4H64 .social-row {
  color: #103178;
  text-align: center;
}
.cid-t2CaOu4H64 .card-title,
.cid-t2CaOu4H64 .social-row {
  color: #103178;
  text-align: center;
}
.cid-t2CaOu4H64 .mbr-section-title {
  color: #103178;
}
.cid-t2CaOu4H64 .mbr-section-title,
.cid-t2CaOu4H64 .title-col {
  text-align: center;
}
.cid-t3vidGU0Gi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t3vidGU0Gi .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3vidGU0Gi .section-text {
  padding: 2rem 0;
}
.cid-t3vidGU0Gi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3vidGU0Gi .inner-container {
    width: 100% !important;
  }
}
.cid-t5aOR18fzS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5aOR18fzS .google-map {
  height: 25rem;
  position: relative;
}
.cid-t5aOR18fzS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5aOR18fzS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t5aOR18fzS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5aOR18fzS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5aOR18fzS .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t5aOR18fzS .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t5aOR18fzS .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t5aOR18fzS .wrapper .row .title {
  color: #cccccc;
}
.cid-t5aOR18fzS .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t5aOR18fzS .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #1c271c, #2a4e33);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t5aOR18fzS .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-t5aOR18fzS .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t5aOR18fzS textarea.form-control {
  min-height: 170px;
}
.cid-t5aOR18fzS .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t5aOR18fzS .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t5aOR18fzS .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t5aOR18fzS .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t5aOR18fzS .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t5aOR18fzS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5aOR18fzS .container {
    max-width: 80% !important;
  }
  .cid-t5aOR18fzS .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t5aOR18fzS .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t5aOR18fzS .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t5aOR18fzS .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t5aOR18fzS .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-t5aOR18fzS .wrapper .row .title {
  color: #2a4e33;
  text-align: center;
}
.cid-t5aOR18fzS .mbr-title {
  text-align: center;
}
.cid-t4eBXpJsYS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c271c;
}
.cid-t4eBXpJsYS .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4eBXpJsYS .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper {
  background: #1c271c;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #2a4e33;
  border-color: #2a4e33;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #efefef;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #efefef;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t42zqaKQKX .navbar {
  padding: .5rem 0;
  background: #1c271c;
  transition: none;
  min-height: 50px;
}
.cid-t42zqaKQKX .navbar-dropdown.bg-color.transparent.opened {
  background: #1c271c;
}
.cid-t42zqaKQKX a {
  font-style: normal;
}
.cid-t42zqaKQKX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t42zqaKQKX .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-t42zqaKQKX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t42zqaKQKX .content-text {
  margin-bottom: 0;
}
.cid-t42zqaKQKX .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t42zqaKQKX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t42zqaKQKX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t42zqaKQKX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t42zqaKQKX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t42zqaKQKX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t42zqaKQKX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t42zqaKQKX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t42zqaKQKX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t42zqaKQKX .nav-dropdown .link {
  font-weight: 400;
}
.cid-t42zqaKQKX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t42zqaKQKX .content-right-side {
  text-align: center;
}
.cid-t42zqaKQKX .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t42zqaKQKX .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t42zqaKQKX .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t42zqaKQKX .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t42zqaKQKX .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t42zqaKQKX .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t42zqaKQKX img {
    height: 3.8rem !important;
  }
  .cid-t42zqaKQKX .btn {
    display: -webkit-flex;
  }
  .cid-t42zqaKQKX button.navbar-toggler {
    display: block;
  }
  .cid-t42zqaKQKX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t42zqaKQKX .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t42zqaKQKX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing,
  .cid-t42zqaKQKX .navbar-collapse.show {
    display: block !important;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing .navbar-nav,
  .cid-t42zqaKQKX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t42zqaKQKX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t42zqaKQKX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing .navbar-buttons,
  .cid-t42zqaKQKX .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t42zqaKQKX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t42zqaKQKX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t42zqaKQKX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t42zqaKQKX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t42zqaKQKX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t42zqaKQKX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t42zqaKQKX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t42zqaKQKX .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-t42zqaKQKX .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t42zqaKQKX .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-t42zqaKQKX .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-t42zqaKQKX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t42zqaKQKX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t42zqaKQKX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t42zqaKQKX .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-t42zqaKQKX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t42zqaKQKX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t42zqaKQKX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t42zqaKQKX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t42zqaKQKX .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t42zqaKQKX .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t42zqaKQKX .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t42zqaKQKX .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t42zqaKQKX .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t42zqaKQKX .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t42zqaKQKX .navbar {
    display: block;
    padding: 0;
  }
  .cid-t42zqaKQKX .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t42zqaKQKX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t42zqaKQKX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t42zqaKQKX .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t42zqaKQKX .navbar-toggler {
    display: none;
  }
  .cid-t42zqaKQKX .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t42zqaKQKX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t42zqaKQKX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t42zqaKQKX .menu-logo {
  margin-right: auto;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t42zqaKQKX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t42zqaKQKX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t42zqaKQKX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t42zqaKQKX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t42zqaKQKX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t42zqaKQKX .dropdown .dropdown-menu {
  background: #1c271c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t42zqaKQKX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t42zqaKQKX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t42zqaKQKX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t42zqaKQKX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t42zqaKQKX .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t42zqaKQKX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t42zqaKQKX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t42zqaKQKX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t42zqaKQKX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t42zqaKQKX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t42zqaKQKX button.navbar-toggler:focus {
  outline: none;
}
.cid-t42zqaKQKX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t42zqaKQKX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t42zqaKQKX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t42zqaKQKX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t42zqaKQKX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t42zqaKQKX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t42zqaKQKX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t42zqaKQKX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t42zqaKQKX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t42zqaKQKX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t42zqaKQKX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t42zqaKQKX .collapsed .btn {
  display: -webkit-flex;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t42zqaKQKX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t42zqaKQKX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t42zqaKQKX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t42zqaKQKX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t42zqaKQKX .collapsed button.navbar-toggler {
  display: block;
}
.cid-t42zqaKQKX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t42zqaKQKX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t42zqaKQKX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t42zqaKQKX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t42zqaKQKX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t42zqaKQKX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t42zqaKQKX .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t42zqaKQKX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t42zqaKQKX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t42zqaKQKX .nav-link:focus {
  outline: none;
}
.cid-t42zqaKQKX .navbar-toggler {
  position: relative;
}
.cid-t42zqaKQKX .dropdown-item.active,
.cid-t42zqaKQKX .dropdown-item:active {
  background: #1c271c;
  color: initial;
}
.cid-t42zqaKQKX .nav-link:hover,
.cid-t42zqaKQKX .dropdown-item:hover {
  color: #4284df;
}
.cid-t42zqaKQKX .widget-title,
.cid-t42zqaKQKX .widget-icon {
  color: #cccccc;
}
.cid-t42zqaKQKX .widget-text {
  color: #cccccc;
}
.cid-t4gfiBTjqT {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-t4gfiBTjqT .mbr-text,
.cid-t4gfiBTjqT .mbr-section-btn {
  color: #ffffff;
}
.cid-t4gfiBTjqT .mbr-section-title {
  color: #ffffff;
}
.cid-t9I1r1xxEE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t9I1r1xxEE .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9I1r1xxEE .section-text {
  padding: 2rem 0;
}
.cid-t9I1r1xxEE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t9I1r1xxEE .inner-container {
    width: 100% !important;
  }
}
.cid-t9HL6AIxo2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t9HL6AIxo2 img,
.cid-t9HL6AIxo2 .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-t9HL6AIxo2 img:hover,
.cid-t9HL6AIxo2 .item-img:hover {
  filter: brightness(85%);
}
.cid-t9HL6AIxo2 .item:focus,
.cid-t9HL6AIxo2 span:focus {
  outline: none;
}
.cid-t9HL6AIxo2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t9HL6AIxo2 .item-wrapper {
  position: relative;
  background: #2a4e33;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t9HL6AIxo2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t9HL6AIxo2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9HL6AIxo2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t9HL6AIxo2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t9HL6AIxo2 .mbr-section-title {
  margin-bottom: 87px;
}
.cid-t9HL6AIxo2 .mbr-text,
.cid-t9HL6AIxo2 .mbr-section-btn {
  text-align: center;
}
.cid-t9HL6AIxo2 .item-title {
  text-align: center;
  transition: all .5s;
  color: #ffffff;
}
.cid-t9HL6AIxo2 .item-subtitle {
  text-align: center;
}
.cid-t9HL6AIxo2 .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-t9HL6AIxo2 .display-1 {
    font-size: 65px;
  }
  .cid-t9HL6AIxo2 .display-5 {
    font-size: 29px;
  }
  .cid-t9HL6AIxo2 .display-7 {
    font-size: 24px;
  }
}
.cid-t9I26A0jiU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t9I26A0jiU .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9I26A0jiU .section-text {
  padding: 2rem 0;
}
.cid-t9I26A0jiU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t9I26A0jiU .inner-container {
    width: 100% !important;
  }
}
.cid-t4eBXpJsYS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c271c;
}
.cid-t4eBXpJsYS .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4eBXpJsYS .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper {
  background: #1c271c;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #2a4e33;
  border-color: #2a4e33;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #efefef;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #efefef;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t3xxabIHpP {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3xxabIHpP .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t3xxabIHpP .mbr-shop .row {
  margin: 0;
}
.cid-t3xxabIHpP .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-t3xxabIHpP .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t3xxabIHpP .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t3xxabIHpP .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t3xxabIHpP .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-t3xxabIHpP .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-t3xxabIHpP .mbr-shop .hide-modal {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t3xxabIHpP .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t3xxabIHpP .mbr-shop .filter-by-pu,
.cid-t3xxabIHpP .mbr-shop .filter-by-pd,
.cid-t3xxabIHpP .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t3xxabIHpP .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t3xxabIHpP .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem h4,
.cid-t3xxabIHpP .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem h5,
.cid-t3xxabIHpP .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem p,
.cid-t3xxabIHpP .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t3xxabIHpP .mbr-shop .item-button {
  text-align: center;
}
.cid-t3xxabIHpP .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t3xxabIHpP .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-t3xxabIHpP .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-t3xxabIHpP .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t3xxabIHpP .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #efefef;
  top: 0;
  right: 3px;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t3xxabIHpP .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item__hided h4,
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item__hided h5,
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t3xxabIHpP .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t3xxabIHpP .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t3xxabIHpP .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t3xxabIHpP .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t3xxabIHpP .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t3xxabIHpP .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t3xxabIHpP .mbr-shop .range-controls {
  position: relative;
}
.cid-t3xxabIHpP .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t3xxabIHpP .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-t3xxabIHpP .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-t3xxabIHpP .mbr-shop .toggle:hover,
.cid-t3xxabIHpP .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-t3xxabIHpP .mbr-shop .min-toggle {
  left: 0;
}
.cid-t3xxabIHpP .mbr-shop .max-toggle {
  right: 0;
}
.cid-t3xxabIHpP .mbr-shop .hided-by-price {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t3xxabIHpP .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t3xxabIHpP .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t3xxabIHpP .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t3xxabIHpP .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t3xxabIHpP .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t3xxabIHpP .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t3xxabIHpP .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t3xxabIHpP .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t3xxabIHpP .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t3xxabIHpP .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-t3xxabIHpP .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-t3xxabIHpP .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-t3xxabIHpP .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-t3xxabIHpP .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t3xxabIHpP .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t3xxabIHpP .mbr-shop .price-range {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .price-range-reset {
  display: none;
}
.cid-t3xxabIHpP .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t3xxabIHpP .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t3xxabIHpP .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t3xxabIHpP .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t3xxabIHpP .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t3xxabIHpP .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t3xxabIHpP .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t3xxabIHpP .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t3xxabIHpP .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t3xxabIHpP .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t3xxabIHpP .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t3xxabIHpP .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t3xxabIHpP .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t3xxabIHpP .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t3xxabIHpP .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-t3xxabIHpP .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t3xxabIHpP .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t3xxabIHpP .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t3xxabIHpP .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t3xxabIHpP .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t3xxabIHpP .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t3xxabIHpP .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t3xxabIHpP .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t3xxabIHpP .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t3xxabIHpP .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t3xxabIHpP .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-t3xxabIHpP .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3xxabIHpP .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t3xxabIHpP .range-controls {
  display: block !important;
}
.cid-t3xxabIHpP .mbr-gallery-item .sidebar_wraper {
  background-color: #efefef;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t3xxabIHpP .sidebar .sidebar_wraper {
  background-color: #efefef;
}
.cid-t3xxabIHpP .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-t3xxabIHpP .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t3xxabIHpP .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t3xxabIHpP .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-t3xxabIHpP .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t3xxabIHpP .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-t3xxabIHpP .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-t3xxabIHpP .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-t3xxabIHpP .categories {
  padding: 0;
}
.cid-t3xxabIHpP .sidebar-title {
  font-weight: bold;
}
.cid-t3xwtFQ3qY .navbar {
  padding: .5rem 0;
  background: #1c271c;
  transition: none;
  min-height: 50px;
}
.cid-t3xwtFQ3qY .navbar-dropdown.bg-color.transparent.opened {
  background: #1c271c;
}
.cid-t3xwtFQ3qY a {
  font-style: normal;
}
.cid-t3xwtFQ3qY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t3xwtFQ3qY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-t3xwtFQ3qY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t3xwtFQ3qY .content-text {
  margin-bottom: 0;
}
.cid-t3xwtFQ3qY .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t3xwtFQ3qY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t3xwtFQ3qY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t3xwtFQ3qY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t3xwtFQ3qY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t3xwtFQ3qY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3xwtFQ3qY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3xwtFQ3qY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t3xwtFQ3qY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3xwtFQ3qY .nav-dropdown .link {
  font-weight: 400;
}
.cid-t3xwtFQ3qY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t3xwtFQ3qY .content-right-side {
  text-align: center;
}
.cid-t3xwtFQ3qY .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t3xwtFQ3qY .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t3xwtFQ3qY .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t3xwtFQ3qY .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t3xwtFQ3qY .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t3xwtFQ3qY .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t3xwtFQ3qY img {
    height: 3.8rem !important;
  }
  .cid-t3xwtFQ3qY .btn {
    display: -webkit-flex;
  }
  .cid-t3xwtFQ3qY button.navbar-toggler {
    display: block;
  }
  .cid-t3xwtFQ3qY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t3xwtFQ3qY .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t3xwtFQ3qY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing,
  .cid-t3xwtFQ3qY .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing .navbar-nav,
  .cid-t3xwtFQ3qY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3xwtFQ3qY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3xwtFQ3qY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3xwtFQ3qY .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t3xwtFQ3qY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3xwtFQ3qY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3xwtFQ3qY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t3xwtFQ3qY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3xwtFQ3qY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3xwtFQ3qY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t3xwtFQ3qY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t3xwtFQ3qY .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-t3xwtFQ3qY .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t3xwtFQ3qY .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-t3xwtFQ3qY .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-t3xwtFQ3qY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t3xwtFQ3qY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t3xwtFQ3qY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t3xwtFQ3qY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-t3xwtFQ3qY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3xwtFQ3qY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t3xwtFQ3qY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t3xwtFQ3qY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t3xwtFQ3qY .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t3xwtFQ3qY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t3xwtFQ3qY .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t3xwtFQ3qY .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t3xwtFQ3qY .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t3xwtFQ3qY .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t3xwtFQ3qY .navbar {
    display: block;
    padding: 0;
  }
  .cid-t3xwtFQ3qY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t3xwtFQ3qY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t3xwtFQ3qY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t3xwtFQ3qY .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t3xwtFQ3qY .navbar-toggler {
    display: none;
  }
  .cid-t3xwtFQ3qY .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t3xwtFQ3qY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3xwtFQ3qY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t3xwtFQ3qY .menu-logo {
  margin-right: auto;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3xwtFQ3qY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3xwtFQ3qY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t3xwtFQ3qY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3xwtFQ3qY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3xwtFQ3qY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu {
  background: #1c271c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t3xwtFQ3qY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t3xwtFQ3qY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3xwtFQ3qY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3xwtFQ3qY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t3xwtFQ3qY .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t3xwtFQ3qY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3xwtFQ3qY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3xwtFQ3qY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3xwtFQ3qY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3xwtFQ3qY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3xwtFQ3qY button.navbar-toggler:focus {
  outline: none;
}
.cid-t3xwtFQ3qY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3xwtFQ3qY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3xwtFQ3qY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3xwtFQ3qY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3xwtFQ3qY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3xwtFQ3qY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3xwtFQ3qY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3xwtFQ3qY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3xwtFQ3qY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3xwtFQ3qY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3xwtFQ3qY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3xwtFQ3qY .collapsed .btn {
  display: -webkit-flex;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3xwtFQ3qY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3xwtFQ3qY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t3xwtFQ3qY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3xwtFQ3qY .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3xwtFQ3qY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t3xwtFQ3qY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t3xwtFQ3qY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t3xwtFQ3qY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3xwtFQ3qY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3xwtFQ3qY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t3xwtFQ3qY .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t3xwtFQ3qY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t3xwtFQ3qY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t3xwtFQ3qY .nav-link:focus {
  outline: none;
}
.cid-t3xwtFQ3qY .navbar-toggler {
  position: relative;
}
.cid-t3xwtFQ3qY .dropdown-item.active,
.cid-t3xwtFQ3qY .dropdown-item:active {
  background: #1c271c;
  color: initial;
}
.cid-t3xwtFQ3qY .nav-link:hover,
.cid-t3xwtFQ3qY .dropdown-item:hover {
  color: #4284df;
}
.cid-t3xwtFQ3qY .widget-title,
.cid-t3xwtFQ3qY .widget-icon {
  color: #cccccc;
}
.cid-t3xwtFQ3qY .widget-text {
  color: #cccccc;
}
.cid-t4eBXpJsYS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c271c;
}
.cid-t4eBXpJsYS .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4eBXpJsYS .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper {
  background: #1c271c;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #2a4e33;
  border-color: #2a4e33;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #efefef;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #efefef;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4eBXpJsYS .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t4gI3rdhV7 .navbar {
  padding: .5rem 0;
  background: #1c271c;
  transition: none;
  min-height: 50px;
}
.cid-t4gI3rdhV7 .navbar-dropdown.bg-color.transparent.opened {
  background: #1c271c;
}
.cid-t4gI3rdhV7 a {
  font-style: normal;
}
.cid-t4gI3rdhV7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4gI3rdhV7 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-t4gI3rdhV7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4gI3rdhV7 .content-text {
  margin-bottom: 0;
}
.cid-t4gI3rdhV7 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4gI3rdhV7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4gI3rdhV7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4gI3rdhV7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4gI3rdhV7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4gI3rdhV7 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4gI3rdhV7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4gI3rdhV7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4gI3rdhV7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4gI3rdhV7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4gI3rdhV7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4gI3rdhV7 .content-right-side {
  text-align: center;
}
.cid-t4gI3rdhV7 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t4gI3rdhV7 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t4gI3rdhV7 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t4gI3rdhV7 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t4gI3rdhV7 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t4gI3rdhV7 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t4gI3rdhV7 img {
    height: 3.8rem !important;
  }
  .cid-t4gI3rdhV7 .btn {
    display: -webkit-flex;
  }
  .cid-t4gI3rdhV7 button.navbar-toggler {
    display: block;
  }
  .cid-t4gI3rdhV7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t4gI3rdhV7 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t4gI3rdhV7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing,
  .cid-t4gI3rdhV7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing .navbar-nav,
  .cid-t4gI3rdhV7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4gI3rdhV7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4gI3rdhV7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4gI3rdhV7 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t4gI3rdhV7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4gI3rdhV7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4gI3rdhV7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4gI3rdhV7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4gI3rdhV7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4gI3rdhV7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t4gI3rdhV7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t4gI3rdhV7 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-t4gI3rdhV7 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t4gI3rdhV7 .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-t4gI3rdhV7 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-t4gI3rdhV7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4gI3rdhV7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4gI3rdhV7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t4gI3rdhV7 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-t4gI3rdhV7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4gI3rdhV7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4gI3rdhV7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4gI3rdhV7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4gI3rdhV7 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t4gI3rdhV7 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4gI3rdhV7 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t4gI3rdhV7 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4gI3rdhV7 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4gI3rdhV7 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t4gI3rdhV7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4gI3rdhV7 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t4gI3rdhV7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t4gI3rdhV7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t4gI3rdhV7 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t4gI3rdhV7 .navbar-toggler {
    display: none;
  }
  .cid-t4gI3rdhV7 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4gI3rdhV7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4gI3rdhV7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4gI3rdhV7 .menu-logo {
  margin-right: auto;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t4gI3rdhV7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4gI3rdhV7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4gI3rdhV7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4gI3rdhV7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4gI3rdhV7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu {
  background: #1c271c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4gI3rdhV7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4gI3rdhV7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4gI3rdhV7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4gI3rdhV7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4gI3rdhV7 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t4gI3rdhV7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t4gI3rdhV7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4gI3rdhV7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4gI3rdhV7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4gI3rdhV7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4gI3rdhV7 button.navbar-toggler:focus {
  outline: none;
}
.cid-t4gI3rdhV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4gI3rdhV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4gI3rdhV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4gI3rdhV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4gI3rdhV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4gI3rdhV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4gI3rdhV7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4gI3rdhV7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4gI3rdhV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4gI3rdhV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4gI3rdhV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4gI3rdhV7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4gI3rdhV7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4gI3rdhV7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t4gI3rdhV7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4gI3rdhV7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4gI3rdhV7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t4gI3rdhV7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t4gI3rdhV7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t4gI3rdhV7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4gI3rdhV7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4gI3rdhV7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t4gI3rdhV7 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4gI3rdhV7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t4gI3rdhV7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t4gI3rdhV7 .nav-link:focus {
  outline: none;
}
.cid-t4gI3rdhV7 .navbar-toggler {
  position: relative;
}
.cid-t4gI3rdhV7 .dropdown-item.active,
.cid-t4gI3rdhV7 .dropdown-item:active {
  background: #1c271c;
  color: initial;
}
.cid-t4gI3rdhV7 .nav-link:hover,
.cid-t4gI3rdhV7 .dropdown-item:hover {
  color: #4284df;
}
.cid-t4gI3rdhV7 .widget-title,
.cid-t4gI3rdhV7 .widget-icon {
  color: #cccccc;
}
.cid-t4gI3rdhV7 .widget-text {
  color: #cccccc;
}
.cid-t4gI3rO5PN {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-t4gI3rO5PN .mbr-text,
.cid-t4gI3rO5PN .mbr-section-btn {
  color: #ffffff;
}
.cid-t4gI3rO5PN .mbr-section-title {
  color: #ffffff;
}
.cid-t4gNSPViKz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4gNSPViKz .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t4gNSPViKz .section-text {
  padding: 2rem 0;
}
.cid-t4gNSPViKz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t4gNSPViKz .inner-container {
    width: 100% !important;
  }
}
.cid-t4gMXUDnna {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4gMXUDnna .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
.cid-t4gMXUDnna .right {
  background-color: #2a4e33;
}
.cid-t4gMXUDnna .link {
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-t4gMXUDnna .wrap,
  .cid-t4gMXUDnna .mbr-section-title {
    text-align: center !important;
  }
  .cid-t4gMXUDnna .text-row {
    width: 100%;
  }
}
.cid-t4gMXUDnna a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-t4gMXUDnna a:not(:first-child) {
  margin-left: 25px;
}
.cid-t4gMXUDnna a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-t4gMXUDnna a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-t4gMXUDnna a:hover:after,
.cid-t4gMXUDnna a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-t4gMXUDnna a:hover:before,
.cid-t4gMXUDnna a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-t4gMXUDnna a.text-white:hover,
.cid-t4gMXUDnna a.text-white:focus {
  color: #ffffff !important;
}
.cid-t4gMXUDnna .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4gMXUDnna img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t4gMXUDnna .mbr-fonts-style {
  text-align: center;
}
.cid-t4gQjajGz2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4gQjajGz2 .line {
  background-color: #14540d;
  color: #14540d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t4gQjajGz2 .section-text {
  padding: 2rem 0;
}
.cid-t4gQjajGz2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t4gQjajGz2 .inner-container {
    width: 100% !important;
  }
}
.cid-t4gI3tFbnC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c271c;
}
.cid-t4gI3tFbnC .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4gI3tFbnC .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4gI3tFbnC .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap .icon-wrapper {
  background: #1c271c;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #2a4e33;
  border-color: #2a4e33;
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #efefef;
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #efefef;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4gI3tFbnC .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4gI3tFbnC .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t4gI3tFbnC .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t9HJGkog7u .navbar {
  padding: .5rem 0;
  background: #1c271c;
  transition: none;
  min-height: 50px;
}
.cid-t9HJGkog7u .navbar-dropdown.bg-color.transparent.opened {
  background: #1c271c;
}
.cid-t9HJGkog7u a {
  font-style: normal;
}
.cid-t9HJGkog7u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t9HJGkog7u .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-t9HJGkog7u .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9HJGkog7u .content-text {
  margin-bottom: 0;
}
.cid-t9HJGkog7u .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t9HJGkog7u .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cccccc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t9HJGkog7u .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t9HJGkog7u .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t9HJGkog7u .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t9HJGkog7u .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t9HJGkog7u .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t9HJGkog7u .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t9HJGkog7u .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9HJGkog7u .nav-dropdown .link {
  font-weight: 400;
}
.cid-t9HJGkog7u .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t9HJGkog7u .content-right-side {
  text-align: center;
}
.cid-t9HJGkog7u .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-t9HJGkog7u .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-t9HJGkog7u .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-t9HJGkog7u .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-t9HJGkog7u .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-t9HJGkog7u .menu-bottom {
    justify-content: flex-end;
  }
  .cid-t9HJGkog7u img {
    height: 3.8rem !important;
  }
  .cid-t9HJGkog7u .btn {
    display: -webkit-flex;
  }
  .cid-t9HJGkog7u button.navbar-toggler {
    display: block;
  }
  .cid-t9HJGkog7u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t9HJGkog7u .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t9HJGkog7u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing,
  .cid-t9HJGkog7u .navbar-collapse.show {
    display: block !important;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing .navbar-nav,
  .cid-t9HJGkog7u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t9HJGkog7u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t9HJGkog7u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing .navbar-buttons,
  .cid-t9HJGkog7u .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t9HJGkog7u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t9HJGkog7u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t9HJGkog7u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t9HJGkog7u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t9HJGkog7u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t9HJGkog7u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t9HJGkog7u .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t9HJGkog7u .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-t9HJGkog7u .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-t9HJGkog7u .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-t9HJGkog7u .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-t9HJGkog7u .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t9HJGkog7u .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t9HJGkog7u .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-t9HJGkog7u .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-t9HJGkog7u .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9HJGkog7u .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t9HJGkog7u .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t9HJGkog7u .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t9HJGkog7u .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-t9HJGkog7u .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t9HJGkog7u .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t9HJGkog7u .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t9HJGkog7u .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t9HJGkog7u .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-t9HJGkog7u .navbar {
    display: block;
    padding: 0;
  }
  .cid-t9HJGkog7u .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t9HJGkog7u .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-t9HJGkog7u .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t9HJGkog7u .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-t9HJGkog7u .navbar-toggler {
    display: none;
  }
  .cid-t9HJGkog7u .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t9HJGkog7u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9HJGkog7u .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t9HJGkog7u .menu-logo {
  margin-right: auto;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t9HJGkog7u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t9HJGkog7u .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t9HJGkog7u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t9HJGkog7u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9HJGkog7u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t9HJGkog7u .dropdown .dropdown-menu {
  background: #1c271c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t9HJGkog7u .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9HJGkog7u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t9HJGkog7u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9HJGkog7u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t9HJGkog7u .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t9HJGkog7u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t9HJGkog7u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t9HJGkog7u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t9HJGkog7u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t9HJGkog7u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9HJGkog7u button.navbar-toggler:focus {
  outline: none;
}
.cid-t9HJGkog7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t9HJGkog7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9HJGkog7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9HJGkog7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9HJGkog7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9HJGkog7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9HJGkog7u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9HJGkog7u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9HJGkog7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9HJGkog7u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9HJGkog7u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9HJGkog7u .collapsed .btn {
  display: -webkit-flex;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-t9HJGkog7u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t9HJGkog7u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t9HJGkog7u .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-t9HJGkog7u .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t9HJGkog7u .collapsed button.navbar-toggler {
  display: block;
}
.cid-t9HJGkog7u .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t9HJGkog7u .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t9HJGkog7u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t9HJGkog7u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t9HJGkog7u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t9HJGkog7u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t9HJGkog7u .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t9HJGkog7u .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-t9HJGkog7u .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-t9HJGkog7u .nav-link:focus {
  outline: none;
}
.cid-t9HJGkog7u .navbar-toggler {
  position: relative;
}
.cid-t9HJGkog7u .dropdown-item.active,
.cid-t9HJGkog7u .dropdown-item:active {
  background: #1c271c;
  color: initial;
}
.cid-t9HJGkog7u .nav-link:hover,
.cid-t9HJGkog7u .dropdown-item:hover {
  color: #4284df;
}
.cid-t9HJGkog7u .widget-title,
.cid-t9HJGkog7u .widget-icon {
  color: #cccccc;
}
.cid-t9HJGkog7u .widget-text {
  color: #cccccc;
}
.cid-t9IescEw3j {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-t9IescEw3j .mbr-text,
.cid-t9IescEw3j .mbr-section-btn {
  color: #ffffff;
}
.cid-t9IescEw3j .mbr-section-title {
  color: #ffffff;
}
.cid-tagManxTtg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tagManxTtg .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tagManxTtg .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tagManxTtg .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tagManxTtg .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tagManxTtg .mbr-section-title,
.cid-tagManxTtg .mbr-section-btn {
  color: #1c271c;
}
.cid-tagLuMCBMd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tagLuMCBMd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tagLuMCBMd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tagLuMCBMd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tagLuMCBMd .mbr-text {
    text-align: center;
  }
}
.cid-tagLuMCBMd .mbr-text,
.cid-tagLuMCBMd .mbr-section-btn {
  color: #232323;
}
.cid-t9IjBRikCR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t9IjBRikCR .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-t9IjBRikCR .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-t9IjBRikCR .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-t9IjBRikCR .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t9IjBRikCR .mbr-section-title,
.cid-t9IjBRikCR .mbr-section-btn {
  color: #1c271c;
}
.cid-t9IiwlUB8S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9IiwlUB8S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t9IiwlUB8S .mbr-figure {
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t9IiwlUB8S .mbr-text {
    text-align: center;
  }
}
.cid-t9IiwlUB8S .mbr-text,
.cid-t9IiwlUB8S .mbr-section-btn {
  color: #060606;
}
.cid-t9HJGt4GhW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c271c;
}
.cid-t9HJGt4GhW .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t9HJGt4GhW .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t9HJGt4GhW .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap .icon-wrapper {
  background: #1c271c;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #2a4e33;
  border-color: #2a4e33;
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #efefef;
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #efefef;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t9HJGt4GhW .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t9HJGt4GhW .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c1c1c1;
}
@media (max-width: 992px) {
  .cid-t9HJGt4GhW .text-wrap .icons-wrap::after {
    display: none;
  }
}
