.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefae7;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f86624 !important;
}
.bg-success {
  background-color: #24c57a !important;
}
.bg-info {
  background-color: #0cbadd !important;
}
.bg-warning {
  background-color: #e9af00 !important;
}
.bg-danger {
  background-color: #c72232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f86624 !important;
  border-color: #f86624 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa8955 !important;
  border-color: #fa8955 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa8955 !important;
  border-color: #fa8955 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #662e9b !important;
  border-color: #662e9b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #803ac2 !important;
  border-color: #803ac2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #803ac2 !important;
  border-color: #803ac2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbadd !important;
  border-color: #0cbadd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29d1f3 !important;
  border-color: #29d1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29d1f3 !important;
  border-color: #29d1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c57a !important;
  border-color: #24c57a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #40dc93 !important;
  border-color: #40dc93 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40dc93 !important;
  border-color: #40dc93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e9af00 !important;
  border-color: #e9af00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc71d !important;
  border-color: #ffc71d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc71d !important;
  border-color: #ffc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c72232 !important;
  border-color: #c72232 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de3e4d !important;
  border-color: #de3e4d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3e4d !important;
  border-color: #de3e4d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f86624;
  color: #f86624;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bf4006 !important;
  background-color: transparent !important;
  border-color: #bf4006 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f86624 !important;
  border-color: #f86624 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #662e9b;
  color: #662e9b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a1a58 !important;
  background-color: transparent !important;
  border-color: #3a1a58 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #662e9b !important;
  border-color: #662e9b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbadd;
  color: #0cbadd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08758b !important;
  background-color: transparent !important;
  border-color: #08758b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbadd !important;
  border-color: #0cbadd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c57a;
  color: #24c57a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177c4d !important;
  background-color: transparent !important;
  border-color: #177c4d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c57a !important;
  border-color: #24c57a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e9af00;
  color: #e9af00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #926e00 !important;
  background-color: transparent !important;
  border-color: #926e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e9af00 !important;
  border-color: #e9af00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c72232;
  color: #c72232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7d151f !important;
  background-color: transparent !important;
  border-color: #7d151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c72232 !important;
  border-color: #c72232 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f86624 !important;
}
.text-secondary {
  color: #662e9b !important;
}
.text-success {
  color: #24c57a !important;
}
.text-info {
  color: #0cbadd !important;
}
.text-warning {
  color: #e9af00 !important;
}
.text-danger {
  color: #c72232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b03b06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #32174c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146f45 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07697c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #836200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #70131c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f86624;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbadd;
}
.alert-warning {
  background-color: #e9af00;
}
.alert-danger {
  background-color: #c72232;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f86624;
  border-color: #f86624;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f86624;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef0ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #81e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #baf0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f8a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f86624 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f86624;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f86624;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f86624;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f86624;
  border-bottom-color: #f86624;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f86624 !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: #662e9b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f86624' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uIJw5EFRvJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIJw5EFRvJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIJw5EFRvJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIJw5EFRvJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJw5EFRvJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIJw5EFRvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIJw5EFRvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJw5EFRvJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIJw5EFRvJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIJw5EFRvJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIJw5EFRvJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIJw5EFRvJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIJw5EFRvJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIJw5EFRvJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIJw5EFRvJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIJw5EFRvJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIJw5EFRvJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIJw5EFRvJ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIJw5EFRvJ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIJw5EFRvJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EFRvJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIJw5EFRvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIJw5EFRvJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIJw5EFRvJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIJw5EFRvJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIJw5EFRvJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIJw5EFRvJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uIJw5EFRvJ .nav-item:focus,
.cid-uIJw5EFRvJ .nav-link:focus {
  outline: none;
}
.cid-uIJw5EFRvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJw5EFRvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJw5EFRvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJw5EFRvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJw5EFRvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJw5EFRvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJw5EFRvJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIJw5EFRvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJw5EFRvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIJw5EFRvJ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uIJw5EFRvJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIJw5EFRvJ .navbar.collapsed {
  justify-content: center;
}
.cid-uIJw5EFRvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJw5EFRvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIJw5EFRvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uIJw5EFRvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJw5EFRvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJw5EFRvJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIJw5EFRvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJw5EFRvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIJw5EFRvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EFRvJ .navbar {
    min-height: 72px;
  }
  .cid-uIJw5EFRvJ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJw5EFRvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJw5EFRvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIJw5EFRvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIJw5EFRvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJw5EFRvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIJw5EFRvJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIJw5EFRvJ .dropdown-item.active,
.cid-uIJw5EFRvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJw5EFRvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIJw5EFRvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJw5EFRvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJw5EFRvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIJw5EFRvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIJw5EFRvJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIJw5EFRvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIJw5EFRvJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIJw5EFRvJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uIJw5EFRvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIJw5EFRvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIJw5EFRvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJw5EFRvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJw5EFRvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJw5EFRvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJw5EFRvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJw5EFRvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJw5EFRvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJw5EFRvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJw5EFRvJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIJw5EFRvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIJw5EFRvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIJw5EFRvJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJw5EFRvJ .navbar {
    height: 70px;
  }
  .cid-uIJw5EFRvJ .navbar.opened {
    height: auto;
  }
  .cid-uIJw5EFRvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIJw5EFRvJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIJw5EFRvJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uIJw5EFRvJ .navbar-brand {
  margin-right: auto;
}
.cid-uIJw5EFRvJ .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uIJw5EFRvJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIJw5EFRvJ .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uIJw5EFRvJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uIJw5EFRvJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uIJw5EFRvJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uIJw5EFRvJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIJw5EFRvJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIJw5EFRvJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIJw5EFRvJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIJw5EFRvJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIJw5EFRvJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIJw5EF2hz {
  display: flex;
  background-image: url("../../../assets/images/sansungdownload-658-2000x1500.jpg");
}
.cid-uIJw5EF2hz .mbr-overlay {
  background-color: #ff3b00;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uIJw5EF2hz {
    align-items: flex-end;
  }
  .cid-uIJw5EF2hz .row {
    justify-content: flex-start;
  }
  .cid-uIJw5EF2hz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIJw5EF2hz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIJw5EF2hz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIJw5EF2hz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIJw5EF2hz .content-wrap {
    width: 100%;
  }
}
.cid-uIJw5EF2hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJw5EF2hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJw5EF2hz .mbr-section-title,
.cid-uIJw5EF2hz .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uIJw5EF2hz .mbr-text,
.cid-uIJw5EF2hz .mbr-section-btn {
  text-align: center;
}
.cid-uIJw5EF2hz .mbr-section-title {
  color: #ffdc00;
}
.cid-uIJw5EF2hz .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uIJw5EFaNo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIJw5EFaNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJw5EFaNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJw5EFaNo .title .num {
  width: 100%;
  display: block;
}
.cid-uIJw5EFaNo .title .card-title {
  z-index: 1;
}
.cid-uIJw5EFaNo .num {
  color: #F86624;
  text-align: center;
}
.cid-uIJw5EFaNo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EFaNo * {
    text-align: center !important;
  }
  .cid-uIJw5EFaNo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uIJw5EFaNo .content-head {
  max-width: 800px;
}
.cid-uIJw5EFaNo .card-text {
  text-align: center;
}
.cid-uIJw5EFaNo .card-title,
.cid-uIJw5EFaNo .card-img {
  text-align: center;
}
.cid-uIJHjmK9YD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIJHjmK9YD .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uIJHjmK9YD .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uIJw5EYH8c {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIJw5EYH8c .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uIJw5EYH8c img,
.cid-uIJw5EYH8c .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIJw5EYH8c .item:focus,
.cid-uIJw5EYH8c span:focus {
  outline: none;
}
.cid-uIJw5EYH8c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EYH8c .item {
    margin-bottom: 1rem;
  }
}
.cid-uIJw5EYH8c .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIJw5EYH8c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIJw5EYH8c .mbr-section-title {
  color: #000000;
}
.cid-uIJw5EYH8c .mbr-text,
.cid-uIJw5EYH8c .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIJw5EYH8c .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIJw5EYH8c .content-head {
  max-width: 800px;
}
.cid-uIJw5EVPDy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIJw5EVPDy .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uIJw5EVPDy img,
.cid-uIJw5EVPDy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uIJw5EVPDy .item:focus,
.cid-uIJw5EVPDy span:focus {
  outline: none;
}
.cid-uIJw5EVPDy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EVPDy .item {
    margin-bottom: 1rem;
  }
}
.cid-uIJw5EVPDy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIJw5EVPDy .mbr-section-title {
  color: #000000;
}
.cid-uIJw5EVPDy .mbr-text,
.cid-uIJw5EVPDy .mbr-section-btn {
  color: #000000;
}
.cid-uIJw5EVPDy .item-title {
  color: #000000;
}
.cid-uIJw5EVPDy .content-head {
  max-width: 800px;
}
.cid-uIJw5EYgDx {
  background-image: url("../../../assets/images/img-5001-2000x1500.jpg");
  overflow: hidden;
}
.cid-uIJw5EYddY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIJw5EYddY .item:focus,
.cid-uIJw5EYddY span:focus {
  outline: none;
}
.cid-uIJw5EYddY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIJw5EYddY .content-head {
  max-width: 800px;
}
.cid-uIJw5EYddY .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uIJw5EYddY .item {
    min-height: 45px;
  }
}
.cid-uIJw5EYpI4 {
  background-image: url("../../../assets/images/img-4934-2000x1500.jpg");
}
.cid-uIJw5EYpI4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uIJw5EYpI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJw5EYpI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJw5EYFXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIJw5EYFXS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIJw5EYFXS .panel-group {
  border: none;
}
.cid-uIJw5EYFXS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EYFXS .card-header {
    padding: 0rem;
  }
}
.cid-uIJw5EYFXS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIJw5EYFXS .img-col {
  padding: 0;
}
.cid-uIJw5EYFXS .img-item {
  height: 100%;
}
.cid-uIJw5EYFXS img {
  height: 100%;
  object-fit: cover;
}
.cid-uIJw5EYFXS .collapsed span {
  transform: rotate(0deg);
}
.cid-uIJw5EYFXS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIJw5EYFXS p {
  margin-bottom: 0.3rem;
}
.cid-uIJw5EYFXS .panel-title-edit {
  color: #000000;
}
.cid-uIJw5EYFXS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIJw5EYFXS .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIJw5EYFXS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIJw5EYFXS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIJw5EYFXS .panel-text {
  color: #000000;
}
.cid-uIJw5EYFXS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uIJw5EYFXS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJw5EYFXS .panel-title-edit,
.cid-uIJw5EYFXS .mbr-iconfont {
  color: #000000;
}
.cid-uIJw5EYvIU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIJw5EYvIU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIJw5EYvIU .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uIJw5EYvIU .card-title,
.cid-uIJw5EYvIU .iconfont-wrapper {
  color: #000000;
}
.cid-uIJw5EYvIU .card-text {
  color: #000000;
  text-align: center;
}
.cid-uIJw5EYvIU .content-head {
  max-width: 800px;
}
.cid-uIJw5EYvIU .mbr-section-title {
  color: #000000;
}
.cid-uIJw5EYvIU .card-title,
.cid-uIJw5EYvIU .img-wrapper {
  text-align: center;
}
.cid-uIJw5EYvIU .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uL4qJpUvpZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uL4qJpUvpZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL5udYyOdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a6a99c;
}
.cid-uL5udYyOdw input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uL5udYyOdw input:hover {
  border: none !important;
}
.cid-uL5udYyOdw .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5udYyOdw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL5udYyOdw .row {
  justify-content: center;
}
.cid-uL5udYyOdw .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uL5udYyOdw .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uL5udYyOdw .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uL5udYyOdw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL5udYyOdw .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uL5udYyOdw .justify-content-center {
  align-items: center;
}
.cid-uL5udYyOdw .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uIJYZq6UvR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uIJYZq6UvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJYZq6UvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJYZq6UvR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uIJYZq6UvR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uIJYZq6UvR .row {
    flex-direction: column-reverse !important;
  }
  .cid-uIJYZq6UvR .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uIJYZq6UvR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIJYZq6UvR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uIJYZq6UvR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uIJYZq6UvR .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uIJYZq6UvR .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uIJYZq6UvR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uIJYZq6UvR .copyright {
    text-align: center;
  }
}
.cid-uL4KCOE910 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uL4KCOE910 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uL4KCOE910 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uL4KCOE910 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL4KCOE910 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uL4KCOE910 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL4KCOE910 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL4KCOE910 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uL4KCOE910 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uL4KCOE910 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uL4KCOE910 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL4KCOE910 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uL4KCOE910 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uL4KCOE910 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uL4KCOE910 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uL4KCOE910 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uL4KCOE910 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uL4KCOE910 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uL4KCOE910 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uL4KCOE910 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL4KCOE910 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uL4KCOE910 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uL4KCOE910 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uL4KCOE910 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL4KCOE910 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uL4KCOE910 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL4KCOE910 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uL4KCOE910 .nav-item:focus,
.cid-uL4KCOE910 .nav-link:focus {
  outline: none;
}
.cid-uL4KCOE910 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL4KCOE910 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL4KCOE910 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL4KCOE910 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4KCOE910 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL4KCOE910 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL4KCOE910 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uL4KCOE910 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL4KCOE910 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL4KCOE910 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uL4KCOE910 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uL4KCOE910 .navbar.collapsed {
  justify-content: center;
}
.cid-uL4KCOE910 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL4KCOE910 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL4KCOE910 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uL4KCOE910 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL4KCOE910 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL4KCOE910 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL4KCOE910 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL4KCOE910 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL4KCOE910 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL4KCOE910 .navbar {
    min-height: 72px;
  }
  .cid-uL4KCOE910 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uL4KCOE910 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL4KCOE910 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL4KCOE910 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL4KCOE910 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL4KCOE910 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL4KCOE910 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL4KCOE910 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uL4KCOE910 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL4KCOE910 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL4KCOE910 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uL4KCOE910 .dropdown-item.active,
.cid-uL4KCOE910 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL4KCOE910 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL4KCOE910 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL4KCOE910 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL4KCOE910 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL4KCOE910 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uL4KCOE910 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uL4KCOE910 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL4KCOE910 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uL4KCOE910 .navbar-buttons {
    text-align: left;
  }
}
.cid-uL4KCOE910 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL4KCOE910 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL4KCOE910 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL4KCOE910 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4KCOE910 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4KCOE910 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL4KCOE910 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4KCOE910 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL4KCOE910 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL4KCOE910 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4KCOE910 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL4KCOE910 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL4KCOE910 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uL4KCOE910 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL4KCOE910 .navbar {
    height: 70px;
  }
  .cid-uL4KCOE910 .navbar.opened {
    height: auto;
  }
  .cid-uL4KCOE910 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uL4KCOE910 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uL4KCOE910 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uL4KCOE910 .navbar-brand {
  margin-right: auto;
}
.cid-uL4KCOE910 .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uL4KCOE910 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL4KCOE910 .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uL4KCOE910 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uL4KCOE910 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uL4KCOE910 .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uL4KCOE910 .navbar-brand {
    margin-right: auto;
  }
  .cid-uL4KCOE910 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uL4KCOE910 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uL4KCOE910 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uL4KCOE910 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL4KCOE910 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uL4KCOE910 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL4KCPBiDd {
  display: flex;
  background-image: url("../../../assets/images/wp-20140928-18-01-07-pro.jpg-2000x1123.jpg");
}
.cid-uL4KCPBiDd .mbr-overlay {
  background-color: #9c98cf;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uL4KCPBiDd {
    align-items: flex-end;
  }
  .cid-uL4KCPBiDd .row {
    justify-content: flex-start;
  }
  .cid-uL4KCPBiDd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL4KCPBiDd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL4KCPBiDd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uL4KCPBiDd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL4KCPBiDd .content-wrap {
    width: 100%;
  }
}
.cid-uL4KCPBiDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4KCPBiDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4KCPBiDd .mbr-section-title,
.cid-uL4KCPBiDd .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uL4KCPBiDd .mbr-text,
.cid-uL4KCPBiDd .mbr-section-btn {
  text-align: center;
}
.cid-uL4KCPBiDd .mbr-section-title {
  color: #ffd7ef;
}
.cid-uL4KCPBiDd .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uL4KCQCbIz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL4KCQCbIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4KCQCbIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4KCQCbIz .title .num {
  width: 100%;
  display: block;
}
.cid-uL4KCQCbIz .title .card-title {
  z-index: 1;
}
.cid-uL4KCQCbIz .num {
  color: #F86624;
  text-align: center;
}
.cid-uL4KCQCbIz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL4KCQCbIz * {
    text-align: center !important;
  }
  .cid-uL4KCQCbIz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uL4KCQCbIz .content-head {
  max-width: 800px;
}
.cid-uL4KCQCbIz .card-text {
  text-align: center;
}
.cid-uL4KCQCbIz .card-title,
.cid-uL4KCQCbIz .card-img {
  text-align: center;
}
.cid-uL4KCRBjLc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL4KCRBjLc .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uL4KCRBjLc .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uL4KCTSRZd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL4KCTSRZd .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uL4KCTSRZd img,
.cid-uL4KCTSRZd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL4KCTSRZd .item:focus,
.cid-uL4KCTSRZd span:focus {
  outline: none;
}
.cid-uL4KCTSRZd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL4KCTSRZd .item {
    margin-bottom: 1rem;
  }
}
.cid-uL4KCTSRZd .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL4KCTSRZd .mbr-section-title {
  color: #000000;
}
.cid-uL4KCTSRZd .mbr-text,
.cid-uL4KCTSRZd .mbr-section-btn {
  color: #000000;
}
.cid-uL4KCTSRZd .item-title {
  color: #000000;
}
.cid-uL4KCTSRZd .content-head {
  max-width: 800px;
}
.cid-uL4KCVfUhY {
  background-image: url("../../../assets/images/img-4388.jpg-600x300.jpg");
  overflow: hidden;
}
.cid-uL4KCWeyGr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9c98cf;
}
.cid-uL4KCWeyGr .item:focus,
.cid-uL4KCWeyGr span:focus {
  outline: none;
}
.cid-uL4KCWeyGr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uL4KCWeyGr .content-head {
  max-width: 800px;
}
.cid-uL4KCWeyGr .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uL4KCWeyGr .item {
    min-height: 45px;
  }
}
.cid-uL4KCXoaFA {
  background-image: url("../../../assets/images/bryndaua.png-1000x750.png");
}
.cid-uL4KCXoaFA .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uL4KCXoaFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4KCXoaFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4KCSlvo5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL4KCSlvo5 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uL4KCSlvo5 img,
.cid-uL4KCSlvo5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uL4KCSlvo5 .item:focus,
.cid-uL4KCSlvo5 span:focus {
  outline: none;
}
.cid-uL4KCSlvo5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL4KCSlvo5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uL4KCSlvo5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL4KCSlvo5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL4KCSlvo5 .mbr-section-title {
  color: #000000;
}
.cid-uL4KCSlvo5 .mbr-text,
.cid-uL4KCSlvo5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uL4KCSlvo5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uL4KCSlvo5 .content-head {
  max-width: 800px;
}
.cid-uL4KD20VKq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uL4KD20VKq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL5bntEEeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uL5bntEEeb input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uL5bntEEeb input:hover {
  border: none !important;
}
.cid-uL5bntEEeb .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5bntEEeb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL5bntEEeb .row {
  justify-content: center;
}
.cid-uL5bntEEeb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uL5bntEEeb .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uL5bntEEeb .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uL5bntEEeb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL5bntEEeb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uL5bntEEeb .justify-content-center {
  align-items: center;
}
.cid-uL5bntEEeb .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uL4KD3lXIL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uL4KD3lXIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4KD3lXIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4KD3lXIL .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uL4KD3lXIL .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uL4KD3lXIL .row {
    flex-direction: column-reverse !important;
  }
  .cid-uL4KD3lXIL .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uL4KD3lXIL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL4KD3lXIL .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uL4KD3lXIL .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uL4KD3lXIL .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uL4KD3lXIL .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uL4KD3lXIL .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uL4KD3lXIL .copyright {
    text-align: center;
  }
}
.cid-uL5wpnFuDW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uL5wpnFuDW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uL5wpnFuDW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uL5wpnFuDW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL5wpnFuDW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uL5wpnFuDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5wpnFuDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5wpnFuDW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uL5wpnFuDW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uL5wpnFuDW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uL5wpnFuDW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL5wpnFuDW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uL5wpnFuDW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uL5wpnFuDW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uL5wpnFuDW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uL5wpnFuDW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uL5wpnFuDW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uL5wpnFuDW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uL5wpnFuDW .navbar-logo {
    padding-left: 0;
  }
}
.cid-uL5wpnFuDW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL5wpnFuDW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uL5wpnFuDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uL5wpnFuDW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uL5wpnFuDW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5wpnFuDW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uL5wpnFuDW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL5wpnFuDW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uL5wpnFuDW .nav-item:focus,
.cid-uL5wpnFuDW .nav-link:focus {
  outline: none;
}
.cid-uL5wpnFuDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5wpnFuDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5wpnFuDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL5wpnFuDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5wpnFuDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5wpnFuDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5wpnFuDW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uL5wpnFuDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uL5wpnFuDW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL5wpnFuDW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uL5wpnFuDW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uL5wpnFuDW .navbar.collapsed {
  justify-content: center;
}
.cid-uL5wpnFuDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5wpnFuDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL5wpnFuDW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uL5wpnFuDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5wpnFuDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5wpnFuDW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL5wpnFuDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5wpnFuDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL5wpnFuDW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL5wpnFuDW .navbar {
    min-height: 72px;
  }
  .cid-uL5wpnFuDW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uL5wpnFuDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5wpnFuDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5wpnFuDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5wpnFuDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5wpnFuDW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL5wpnFuDW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5wpnFuDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uL5wpnFuDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5wpnFuDW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL5wpnFuDW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uL5wpnFuDW .dropdown-item.active,
.cid-uL5wpnFuDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5wpnFuDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5wpnFuDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5wpnFuDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5wpnFuDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL5wpnFuDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uL5wpnFuDW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uL5wpnFuDW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5wpnFuDW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uL5wpnFuDW .navbar-buttons {
    text-align: left;
  }
}
.cid-uL5wpnFuDW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL5wpnFuDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL5wpnFuDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL5wpnFuDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5wpnFuDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5wpnFuDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL5wpnFuDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5wpnFuDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL5wpnFuDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL5wpnFuDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5wpnFuDW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL5wpnFuDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5wpnFuDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uL5wpnFuDW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL5wpnFuDW .navbar {
    height: 70px;
  }
  .cid-uL5wpnFuDW .navbar.opened {
    height: auto;
  }
  .cid-uL5wpnFuDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uL5wpnFuDW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uL5wpnFuDW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uL5wpnFuDW .navbar-brand {
  margin-right: auto;
}
.cid-uL5wpnFuDW .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uL5wpnFuDW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL5wpnFuDW .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uL5wpnFuDW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uL5wpnFuDW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uL5wpnFuDW .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uL5wpnFuDW .navbar-brand {
    margin-right: auto;
  }
  .cid-uL5wpnFuDW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uL5wpnFuDW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uL5wpnFuDW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uL5wpnFuDW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uL5wpnFuDW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uL5wpnFuDW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uL5wpouozv {
  display: flex;
  background-image: url("../../../assets/images/wp-20141021-06-29-06-pro.jpg-2000x1123.jpg");
}
.cid-uL5wpouozv .mbr-overlay {
  background-color: #bcef9b;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uL5wpouozv {
    align-items: flex-end;
  }
  .cid-uL5wpouozv .row {
    justify-content: flex-start;
  }
  .cid-uL5wpouozv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL5wpouozv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL5wpouozv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uL5wpouozv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL5wpouozv .content-wrap {
    width: 100%;
  }
}
.cid-uL5wpouozv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5wpouozv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5wpouozv .mbr-section-title,
.cid-uL5wpouozv .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uL5wpouozv .mbr-text,
.cid-uL5wpouozv .mbr-section-btn {
  text-align: center;
}
.cid-uL5wpouozv .mbr-section-title {
  color: #ffd7ef;
}
.cid-uL5wpouozv .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uL5Ack4AU8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL5Ack4AU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5Ack4AU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5Ack4AU8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL5Ack4AU8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL5Ack4AU8 .content-head {
  max-width: 800px;
}
.cid-uL5Ack4AU8 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uL5Ack4AU8 .img-wrapper img {
  width: 6rem;
}
.cid-uL5wpprF4k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL5wpprF4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5wpprF4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5wpprF4k .title .num {
  width: 100%;
  display: block;
}
.cid-uL5wpprF4k .title .card-title {
  z-index: 1;
}
.cid-uL5wpprF4k .num {
  color: #F86624;
  text-align: center;
}
.cid-uL5wpprF4k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL5wpprF4k * {
    text-align: center !important;
  }
  .cid-uL5wpprF4k .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uL5wpprF4k .content-head {
  max-width: 800px;
}
.cid-uL5wpprF4k .card-text {
  text-align: center;
}
.cid-uL5wpprF4k .card-title,
.cid-uL5wpprF4k .card-img {
  text-align: center;
}
.cid-uL5wpqoBVq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL5wpqoBVq .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uL5wpqoBVq .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uL5wpshdhI {
  background-image: url("../../../assets/images/jamieandmicah.jpg-1600x1196.jpg");
  overflow: hidden;
}
.cid-uL5wpsWjiP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9c98cf;
}
.cid-uL5wpsWjiP .item:focus,
.cid-uL5wpsWjiP span:focus {
  outline: none;
}
.cid-uL5wpsWjiP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uL5wpsWjiP .content-head {
  max-width: 800px;
}
.cid-uL5wpsWjiP .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uL5wpsWjiP .item {
    min-height: 45px;
  }
}
.cid-uL5wptM5cg {
  background-image: url("../../../assets/images/wp-20141114-09-39-25-pro.jpg-2000x1123.jpg");
}
.cid-uL5wptM5cg .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uL5wptM5cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5wptM5cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5wpuwRJJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL5wpuwRJJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uL5wpuwRJJ img,
.cid-uL5wpuwRJJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uL5wpuwRJJ .item:focus,
.cid-uL5wpuwRJJ span:focus {
  outline: none;
}
.cid-uL5wpuwRJJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL5wpuwRJJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uL5wpuwRJJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL5wpuwRJJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5wpuwRJJ .mbr-section-title {
  color: #000000;
}
.cid-uL5wpuwRJJ .mbr-text,
.cid-uL5wpuwRJJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uL5wpuwRJJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uL5wpuwRJJ .content-head {
  max-width: 800px;
}
.cid-uL5wpvTDlo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uL5wpvTDlo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL5wpwWNQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uL5wpwWNQo input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uL5wpwWNQo input:hover {
  border: none !important;
}
.cid-uL5wpwWNQo .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5wpwWNQo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL5wpwWNQo .row {
  justify-content: center;
}
.cid-uL5wpwWNQo .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uL5wpwWNQo .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uL5wpwWNQo .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uL5wpwWNQo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL5wpwWNQo .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uL5wpwWNQo .justify-content-center {
  align-items: center;
}
.cid-uL5wpwWNQo .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uL5wpy4rui {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uL5wpy4rui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5wpy4rui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5wpy4rui .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uL5wpy4rui .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uL5wpy4rui .row {
    flex-direction: column-reverse !important;
  }
  .cid-uL5wpy4rui .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uL5wpy4rui .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL5wpy4rui .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uL5wpy4rui .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uL5wpy4rui .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uL5wpy4rui .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uL5wpy4rui .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uL5wpy4rui .copyright {
    text-align: center;
  }
}
.cid-uMcO2IM5yD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMcO2IM5yD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMcO2IM5yD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMcO2IM5yD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMcO2IM5yD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMcO2IM5yD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMcO2IM5yD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMcO2IM5yD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMcO2IM5yD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMcO2IM5yD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMcO2IM5yD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMcO2IM5yD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMcO2IM5yD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMcO2IM5yD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMcO2IM5yD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMcO2IM5yD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMcO2IM5yD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMcO2IM5yD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMcO2IM5yD .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMcO2IM5yD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMcO2IM5yD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMcO2IM5yD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMcO2IM5yD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMcO2IM5yD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMcO2IM5yD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMcO2IM5yD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMcO2IM5yD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uMcO2IM5yD .nav-item:focus,
.cid-uMcO2IM5yD .nav-link:focus {
  outline: none;
}
.cid-uMcO2IM5yD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMcO2IM5yD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMcO2IM5yD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMcO2IM5yD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMcO2IM5yD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMcO2IM5yD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMcO2IM5yD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMcO2IM5yD .navbar.opened {
  transition: all 0.3s;
}
.cid-uMcO2IM5yD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMcO2IM5yD .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uMcO2IM5yD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMcO2IM5yD .navbar.collapsed {
  justify-content: center;
}
.cid-uMcO2IM5yD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMcO2IM5yD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMcO2IM5yD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMcO2IM5yD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMcO2IM5yD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMcO2IM5yD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMcO2IM5yD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMcO2IM5yD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMcO2IM5yD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMcO2IM5yD .navbar {
    min-height: 72px;
  }
  .cid-uMcO2IM5yD .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMcO2IM5yD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMcO2IM5yD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMcO2IM5yD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMcO2IM5yD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMcO2IM5yD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMcO2IM5yD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMcO2IM5yD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMcO2IM5yD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMcO2IM5yD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMcO2IM5yD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMcO2IM5yD .dropdown-item.active,
.cid-uMcO2IM5yD .dropdown-item:active {
  background-color: transparent;
}
.cid-uMcO2IM5yD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMcO2IM5yD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMcO2IM5yD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMcO2IM5yD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMcO2IM5yD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMcO2IM5yD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMcO2IM5yD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMcO2IM5yD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMcO2IM5yD .navbar-buttons {
    text-align: left;
  }
}
.cid-uMcO2IM5yD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMcO2IM5yD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMcO2IM5yD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMcO2IM5yD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMcO2IM5yD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMcO2IM5yD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMcO2IM5yD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMcO2IM5yD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMcO2IM5yD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMcO2IM5yD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMcO2IM5yD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMcO2IM5yD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMcO2IM5yD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMcO2IM5yD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMcO2IM5yD .navbar {
    height: 70px;
  }
  .cid-uMcO2IM5yD .navbar.opened {
    height: auto;
  }
  .cid-uMcO2IM5yD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMcO2IM5yD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMcO2IM5yD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uMcO2IM5yD .navbar-brand {
  margin-right: auto;
}
.cid-uMcO2IM5yD .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uMcO2IM5yD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMcO2IM5yD .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uMcO2IM5yD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uMcO2IM5yD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uMcO2IM5yD .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uMcO2IM5yD .navbar-brand {
    margin-right: auto;
  }
  .cid-uMcO2IM5yD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMcO2IM5yD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMcO2IM5yD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMcO2IM5yD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMcO2IM5yD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMcO2IM5yD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMcO2Jp02V {
  display: flex;
  background-image: url("../../../assets/images/indigo3.jpg-1000x667.jpg");
}
.cid-uMcO2Jp02V .mbr-overlay {
  background-color: #9c98cf;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uMcO2Jp02V {
    align-items: flex-end;
  }
  .cid-uMcO2Jp02V .row {
    justify-content: flex-start;
  }
  .cid-uMcO2Jp02V .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMcO2Jp02V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMcO2Jp02V {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMcO2Jp02V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMcO2Jp02V .content-wrap {
    width: 100%;
  }
}
.cid-uMcO2Jp02V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcO2Jp02V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcO2Jp02V .mbr-section-title,
.cid-uMcO2Jp02V .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uMcO2Jp02V .mbr-text,
.cid-uMcO2Jp02V .mbr-section-btn {
  text-align: center;
}
.cid-uMcO2Jp02V .mbr-section-title {
  color: #fad2e4;
}
.cid-uMcO2Jp02V .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uMcO2K1yew {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #3b5e24;
}
.cid-uMcO2K1yew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcO2K1yew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcO2K1yew .title .num {
  width: 100%;
  display: block;
}
.cid-uMcO2K1yew .title .card-title {
  z-index: 1;
}
.cid-uMcO2K1yew .num {
  color: #F86624;
  text-align: center;
}
.cid-uMcO2K1yew .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMcO2K1yew * {
    text-align: center !important;
  }
  .cid-uMcO2K1yew .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uMcO2K1yew .content-head {
  max-width: 800px;
}
.cid-uMcO2K1yew .card-text {
  text-align: center;
}
.cid-uMcO2K1yew .card-title,
.cid-uMcO2K1yew .card-img {
  text-align: center;
  color: #bcef9b;
}
.cid-uMcO2KO5H1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMcO2KO5H1 .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uMcO2KO5H1 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uMcO2LfhHM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bcef9b;
}
.cid-uMcO2LfhHM .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uMcO2LfhHM img,
.cid-uMcO2LfhHM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMcO2LfhHM .item:focus,
.cid-uMcO2LfhHM span:focus {
  outline: none;
}
.cid-uMcO2LfhHM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMcO2LfhHM .item {
    margin-bottom: 1rem;
  }
}
.cid-uMcO2LfhHM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMcO2LfhHM .mbr-section-title {
  color: #000000;
}
.cid-uMcO2LfhHM .mbr-text,
.cid-uMcO2LfhHM .mbr-section-btn {
  color: #000000;
}
.cid-uMcO2LfhHM .item-title {
  color: #000000;
}
.cid-uMcO2LfhHM .content-head {
  max-width: 800px;
}
.cid-uMcO2MbNxU {
  background-image: url("../../../assets/images/indigo1.jpg-1300x715.jpg");
  overflow: hidden;
}
.cid-uMcO2MQptQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3b5e24;
}
.cid-uMcO2MQptQ .item:focus,
.cid-uMcO2MQptQ span:focus {
  outline: none;
}
.cid-uMcO2MQptQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uMcO2MQptQ .content-head {
  max-width: 800px;
}
.cid-uMcO2MQptQ .item {
  color: #9fe870;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uMcO2MQptQ .item {
    min-height: 45px;
  }
}
.cid-uMcO2NBOvd {
  background-image: url("../../../assets/images/cane-toad.jpg-420x240.jpg");
}
.cid-uMcO2NBOvd .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uMcO2NBOvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcO2NBOvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcSIO7VRm {
  background-color: #3b5e24;
}
.cid-uMcSIO7VRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcSIO7VRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMcSIO7VRm .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uMcSIO7VRm .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMcSIO7VRm .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uMcSIO7VRm .card-wrapper {
  background: #bcef9b;
}
.cid-uMcSIO7VRm .mbr-text,
.cid-uMcSIO7VRm .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMcSIO7VRm .card-title,
.cid-uMcSIO7VRm .card-box {
  text-align: left;
  color: #3b5e24;
}
.cid-uMcSIO7VRm .image-wrapper img {
  width: 100%;
}
.cid-uMcSIO7VRm .mbr-section-subtitle {
  color: #2a705f;
}
.cid-uMcO2OaOda {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMcO2OaOda .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uMcO2OaOda img,
.cid-uMcO2OaOda .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMcO2OaOda .item:focus,
.cid-uMcO2OaOda span:focus {
  outline: none;
}
.cid-uMcO2OaOda .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMcO2OaOda .item {
    margin-bottom: 1rem;
  }
}
.cid-uMcO2OaOda .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMcO2OaOda .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMcO2OaOda .mbr-section-title {
  color: #000000;
}
.cid-uMcO2OaOda .mbr-text,
.cid-uMcO2OaOda .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMcO2OaOda .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMcO2OaOda .content-head {
  max-width: 800px;
}
.cid-uMcO2P3YGN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/healthier-u-rattlesnake-16x9.jpg-2000x1125.jpg");
}
.cid-uMcO2P3YGN .mbr-overlay {
  background-color: #bcef9b;
  opacity: 0.6;
}
.cid-uMcO2P3YGN H4 {
  color: #2e481a;
}
.cid-uMcO2Q6JRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b5e24;
}
.cid-uMcO2Q6JRX input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uMcO2Q6JRX input:hover {
  border: none !important;
}
.cid-uMcO2Q6JRX .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMcO2Q6JRX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMcO2Q6JRX .row {
  justify-content: center;
}
.cid-uMcO2Q6JRX .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uMcO2Q6JRX .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uMcO2Q6JRX .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uMcO2Q6JRX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uMcO2Q6JRX .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uMcO2Q6JRX .justify-content-center {
  align-items: center;
}
.cid-uMcO2Q6JRX .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uMcO2QNK46 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uMcO2QNK46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcO2QNK46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcO2QNK46 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uMcO2QNK46 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uMcO2QNK46 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uMcO2QNK46 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uMcO2QNK46 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMcO2QNK46 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uMcO2QNK46 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMcO2QNK46 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uMcO2QNK46 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uMcO2QNK46 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMcO2QNK46 .copyright {
    text-align: center;
  }
}
.cid-uMYD96uuXt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMYD96uuXt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMYD96uuXt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMYD96uuXt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMYD96uuXt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMYD96uuXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMYD96uuXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMYD96uuXt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMYD96uuXt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMYD96uuXt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMYD96uuXt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMYD96uuXt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMYD96uuXt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMYD96uuXt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMYD96uuXt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMYD96uuXt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMYD96uuXt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMYD96uuXt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMYD96uuXt .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMYD96uuXt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMYD96uuXt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMYD96uuXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMYD96uuXt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMYD96uuXt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMYD96uuXt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMYD96uuXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMYD96uuXt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uMYD96uuXt .nav-item:focus,
.cid-uMYD96uuXt .nav-link:focus {
  outline: none;
}
.cid-uMYD96uuXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMYD96uuXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMYD96uuXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMYD96uuXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMYD96uuXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMYD96uuXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMYD96uuXt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMYD96uuXt .navbar.opened {
  transition: all 0.3s;
}
.cid-uMYD96uuXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMYD96uuXt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uMYD96uuXt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMYD96uuXt .navbar.collapsed {
  justify-content: center;
}
.cid-uMYD96uuXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMYD96uuXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMYD96uuXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMYD96uuXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMYD96uuXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMYD96uuXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMYD96uuXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMYD96uuXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMYD96uuXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMYD96uuXt .navbar {
    min-height: 72px;
  }
  .cid-uMYD96uuXt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMYD96uuXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMYD96uuXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMYD96uuXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMYD96uuXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMYD96uuXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMYD96uuXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMYD96uuXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMYD96uuXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMYD96uuXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMYD96uuXt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMYD96uuXt .dropdown-item.active,
.cid-uMYD96uuXt .dropdown-item:active {
  background-color: transparent;
}
.cid-uMYD96uuXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMYD96uuXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMYD96uuXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMYD96uuXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMYD96uuXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMYD96uuXt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMYD96uuXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMYD96uuXt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMYD96uuXt .navbar-buttons {
    text-align: left;
  }
}
.cid-uMYD96uuXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMYD96uuXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMYD96uuXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMYD96uuXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMYD96uuXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMYD96uuXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMYD96uuXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMYD96uuXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMYD96uuXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMYD96uuXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMYD96uuXt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMYD96uuXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMYD96uuXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMYD96uuXt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMYD96uuXt .navbar {
    height: 70px;
  }
  .cid-uMYD96uuXt .navbar.opened {
    height: auto;
  }
  .cid-uMYD96uuXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMYD96uuXt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMYD96uuXt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uMYD96uuXt .navbar-brand {
  margin-right: auto;
}
.cid-uMYD96uuXt .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uMYD96uuXt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMYD96uuXt .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uMYD96uuXt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uMYD96uuXt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uMYD96uuXt .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uMYD96uuXt .navbar-brand {
    margin-right: auto;
  }
  .cid-uMYD96uuXt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMYD96uuXt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMYD96uuXt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMYD96uuXt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMYD96uuXt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMYD96uuXt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMYD97wpmt {
  display: flex;
  background-image: url("../../../assets/images/sansungdownload-448-2000x1500.jpg");
}
.cid-uMYD97wpmt .mbr-overlay {
  background-color: #7787a5;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uMYD97wpmt {
    align-items: flex-end;
  }
  .cid-uMYD97wpmt .row {
    justify-content: flex-start;
  }
  .cid-uMYD97wpmt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMYD97wpmt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMYD97wpmt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMYD97wpmt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMYD97wpmt .content-wrap {
    width: 100%;
  }
}
.cid-uMYD97wpmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYD97wpmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYD97wpmt .mbr-section-title,
.cid-uMYD97wpmt .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uMYD97wpmt .mbr-text,
.cid-uMYD97wpmt .mbr-section-btn {
  text-align: center;
}
.cid-uMYD97wpmt .mbr-section-title {
  color: #ffd7ef;
}
.cid-uMYD97wpmt .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uMYD98JQMo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMYD98JQMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYD98JQMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYD98JQMo .title .num {
  width: 100%;
  display: block;
}
.cid-uMYD98JQMo .title .card-title {
  z-index: 1;
}
.cid-uMYD98JQMo .num {
  color: #F86624;
  text-align: center;
}
.cid-uMYD98JQMo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMYD98JQMo * {
    text-align: center !important;
  }
  .cid-uMYD98JQMo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uMYD98JQMo .content-head {
  max-width: 800px;
}
.cid-uMYD98JQMo .card-text {
  text-align: center;
}
.cid-uMYD98JQMo .card-title,
.cid-uMYD98JQMo .card-img {
  text-align: center;
}
.cid-uMYD99GZh5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMYD99GZh5 .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uMYD99GZh5 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uMYD9aaCf3 {
  background-image: url("../../../assets/images/wheelbarrow.jpg-600x400.jpg");
  overflow: hidden;
}
.cid-uMYD9aHznS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9c98cf;
}
.cid-uMYD9aHznS .item:focus,
.cid-uMYD9aHznS span:focus {
  outline: none;
}
.cid-uMYD9aHznS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uMYD9aHznS .content-head {
  max-width: 800px;
}
.cid-uMYD9aHznS .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uMYD9aHznS .item {
    min-height: 45px;
  }
}
.cid-uMYD9bvcOA {
  background-image: url("../../../assets/images/20190120-191414-2000x1500.jpg-2000x1500.jpg");
}
.cid-uMYD9bvcOA .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uMYD9bvcOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYD9bvcOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYD9clQPr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMYD9clQPr .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uMYD9clQPr img,
.cid-uMYD9clQPr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMYD9clQPr .item:focus,
.cid-uMYD9clQPr span:focus {
  outline: none;
}
.cid-uMYD9clQPr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMYD9clQPr .item {
    margin-bottom: 1rem;
  }
}
.cid-uMYD9clQPr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMYD9clQPr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMYD9clQPr .mbr-section-title {
  color: #000000;
}
.cid-uMYD9clQPr .mbr-text,
.cid-uMYD9clQPr .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMYD9clQPr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMYD9clQPr .content-head {
  max-width: 800px;
}
.cid-uMYD9dROAr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uMYD9dROAr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMYD9eTbNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uMYD9eTbNR input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uMYD9eTbNR input:hover {
  border: none !important;
}
.cid-uMYD9eTbNR .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMYD9eTbNR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMYD9eTbNR .row {
  justify-content: center;
}
.cid-uMYD9eTbNR .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uMYD9eTbNR .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uMYD9eTbNR .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uMYD9eTbNR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uMYD9eTbNR .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uMYD9eTbNR .justify-content-center {
  align-items: center;
}
.cid-uMYD9eTbNR .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uMYD9fWUy8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uMYD9fWUy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYD9fWUy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYD9fWUy8 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uMYD9fWUy8 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uMYD9fWUy8 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uMYD9fWUy8 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uMYD9fWUy8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMYD9fWUy8 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uMYD9fWUy8 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uMYD9fWUy8 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uMYD9fWUy8 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uMYD9fWUy8 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMYD9fWUy8 .copyright {
    text-align: center;
  }
}
.cid-uNDk787n5R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNDk787n5R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNDk787n5R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNDk787n5R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNDk787n5R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uNDk787n5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNDk787n5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNDk787n5R .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uNDk787n5R .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uNDk787n5R .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uNDk787n5R .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNDk787n5R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNDk787n5R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNDk787n5R .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uNDk787n5R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNDk787n5R .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNDk787n5R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNDk787n5R .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNDk787n5R .navbar-logo {
    padding-left: 0;
  }
}
.cid-uNDk787n5R .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNDk787n5R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNDk787n5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uNDk787n5R .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uNDk787n5R .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNDk787n5R .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNDk787n5R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNDk787n5R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uNDk787n5R .nav-item:focus,
.cid-uNDk787n5R .nav-link:focus {
  outline: none;
}
.cid-uNDk787n5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNDk787n5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNDk787n5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNDk787n5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNDk787n5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNDk787n5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNDk787n5R .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNDk787n5R .navbar.opened {
  transition: all 0.3s;
}
.cid-uNDk787n5R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNDk787n5R .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uNDk787n5R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNDk787n5R .navbar.collapsed {
  justify-content: center;
}
.cid-uNDk787n5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNDk787n5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNDk787n5R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uNDk787n5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNDk787n5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNDk787n5R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNDk787n5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNDk787n5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNDk787n5R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNDk787n5R .navbar {
    min-height: 72px;
  }
  .cid-uNDk787n5R .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNDk787n5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNDk787n5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNDk787n5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNDk787n5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNDk787n5R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNDk787n5R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNDk787n5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNDk787n5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNDk787n5R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNDk787n5R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNDk787n5R .dropdown-item.active,
.cid-uNDk787n5R .dropdown-item:active {
  background-color: transparent;
}
.cid-uNDk787n5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNDk787n5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNDk787n5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNDk787n5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNDk787n5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNDk787n5R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNDk787n5R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNDk787n5R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNDk787n5R .navbar-buttons {
    text-align: left;
  }
}
.cid-uNDk787n5R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNDk787n5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNDk787n5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNDk787n5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDk787n5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNDk787n5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNDk787n5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDk787n5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNDk787n5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNDk787n5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNDk787n5R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNDk787n5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNDk787n5R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNDk787n5R .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNDk787n5R .navbar {
    height: 70px;
  }
  .cid-uNDk787n5R .navbar.opened {
    height: auto;
  }
  .cid-uNDk787n5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNDk787n5R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNDk787n5R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uNDk787n5R .navbar-brand {
  margin-right: auto;
}
.cid-uNDk787n5R .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uNDk787n5R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNDk787n5R .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uNDk787n5R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uNDk787n5R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uNDk787n5R .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uNDk787n5R .navbar-brand {
    margin-right: auto;
  }
  .cid-uNDk787n5R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNDk787n5R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNDk787n5R .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNDk787n5R .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNDk787n5R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNDk787n5R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNDk790Fsk {
  display: flex;
  background-image: url("../../../assets/images/samsung-462.jpg-2000x1500.jpg");
}
.cid-uNDk790Fsk .mbr-overlay {
  background-color: #a0e1e1;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uNDk790Fsk {
    align-items: flex-end;
  }
  .cid-uNDk790Fsk .row {
    justify-content: flex-start;
  }
  .cid-uNDk790Fsk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNDk790Fsk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNDk790Fsk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNDk790Fsk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNDk790Fsk .content-wrap {
    width: 100%;
  }
}
.cid-uNDk790Fsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDk790Fsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDk790Fsk .mbr-section-title,
.cid-uNDk790Fsk .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uNDk790Fsk .mbr-text,
.cid-uNDk790Fsk .mbr-section-btn {
  text-align: center;
}
.cid-uNDk790Fsk .mbr-section-title {
  color: #393193;
}
.cid-uNDk790Fsk .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uNDk79KWqN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNDk79KWqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDk79KWqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDk79KWqN .title .num {
  width: 100%;
  display: block;
}
.cid-uNDk79KWqN .title .card-title {
  z-index: 1;
}
.cid-uNDk79KWqN .num {
  color: #F86624;
  text-align: center;
}
.cid-uNDk79KWqN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNDk79KWqN * {
    text-align: center !important;
  }
  .cid-uNDk79KWqN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uNDk79KWqN .content-head {
  max-width: 800px;
}
.cid-uNDk79KWqN .card-text {
  text-align: center;
}
.cid-uNDk79KWqN .card-title,
.cid-uNDk79KWqN .card-img {
  text-align: center;
}
.cid-uNDk7aDYWQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNDk7aDYWQ .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uNDk7aDYWQ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uNDk7b7JhK {
  background-image: url("../../../assets/images/anika-185.jpg-2000x1500.jpg");
  overflow: hidden;
}
.cid-uNDk7bFfQ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9c98cf;
}
.cid-uNDk7bFfQ8 .item:focus,
.cid-uNDk7bFfQ8 span:focus {
  outline: none;
}
.cid-uNDk7bFfQ8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNDk7bFfQ8 .content-head {
  max-width: 800px;
}
.cid-uNDk7bFfQ8 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uNDk7bFfQ8 .item {
    min-height: 45px;
  }
}
.cid-uNDk7cvDwg {
  background-image: url("../../../assets/images/samsung-274.jpg-512x288.jpg");
}
.cid-uNDk7cvDwg .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uNDk7cvDwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDk7cvDwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDk7d8UaQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNDk7d8UaQ .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uNDk7d8UaQ img,
.cid-uNDk7d8UaQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNDk7d8UaQ .item:focus,
.cid-uNDk7d8UaQ span:focus {
  outline: none;
}
.cid-uNDk7d8UaQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNDk7d8UaQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uNDk7d8UaQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNDk7d8UaQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNDk7d8UaQ .mbr-section-title {
  color: #000000;
}
.cid-uNDk7d8UaQ .mbr-text,
.cid-uNDk7d8UaQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uNDk7d8UaQ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uNDk7d8UaQ .content-head {
  max-width: 800px;
}
.cid-uNDk7esB4P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uNDk7esB4P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNDk7flSlB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uNDk7flSlB input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNDk7flSlB input:hover {
  border: none !important;
}
.cid-uNDk7flSlB .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNDk7flSlB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNDk7flSlB .row {
  justify-content: center;
}
.cid-uNDk7flSlB .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uNDk7flSlB .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uNDk7flSlB .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNDk7flSlB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNDk7flSlB .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNDk7flSlB .justify-content-center {
  align-items: center;
}
.cid-uNDk7flSlB .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uNDk7g9tor {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uNDk7g9tor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDk7g9tor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDk7g9tor .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uNDk7g9tor .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNDk7g9tor .row {
    flex-direction: column-reverse !important;
  }
  .cid-uNDk7g9tor .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uNDk7g9tor .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNDk7g9tor .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNDk7g9tor .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uNDk7g9tor .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uNDk7g9tor .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uNDk7g9tor .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNDk7g9tor .copyright {
    text-align: center;
  }
}
.cid-uOSZagwuWm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOSZagwuWm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOSZagwuWm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOSZagwuWm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOSZagwuWm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uOSZagwuWm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOSZagwuWm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOSZagwuWm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOSZagwuWm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOSZagwuWm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOSZagwuWm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOSZagwuWm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOSZagwuWm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOSZagwuWm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOSZagwuWm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOSZagwuWm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOSZagwuWm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOSZagwuWm .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOSZagwuWm .navbar-logo {
    padding-left: 0;
  }
}
.cid-uOSZagwuWm .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOSZagwuWm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOSZagwuWm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOSZagwuWm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uOSZagwuWm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOSZagwuWm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOSZagwuWm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOSZagwuWm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uOSZagwuWm .nav-item:focus,
.cid-uOSZagwuWm .nav-link:focus {
  outline: none;
}
.cid-uOSZagwuWm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOSZagwuWm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOSZagwuWm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOSZagwuWm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOSZagwuWm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOSZagwuWm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOSZagwuWm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOSZagwuWm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOSZagwuWm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOSZagwuWm .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uOSZagwuWm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOSZagwuWm .navbar.collapsed {
  justify-content: center;
}
.cid-uOSZagwuWm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOSZagwuWm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOSZagwuWm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uOSZagwuWm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOSZagwuWm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOSZagwuWm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOSZagwuWm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOSZagwuWm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOSZagwuWm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOSZagwuWm .navbar {
    min-height: 72px;
  }
  .cid-uOSZagwuWm .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOSZagwuWm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOSZagwuWm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOSZagwuWm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOSZagwuWm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOSZagwuWm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOSZagwuWm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOSZagwuWm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOSZagwuWm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOSZagwuWm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOSZagwuWm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOSZagwuWm .dropdown-item.active,
.cid-uOSZagwuWm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOSZagwuWm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOSZagwuWm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOSZagwuWm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOSZagwuWm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOSZagwuWm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOSZagwuWm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOSZagwuWm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOSZagwuWm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOSZagwuWm .navbar-buttons {
    text-align: left;
  }
}
.cid-uOSZagwuWm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOSZagwuWm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOSZagwuWm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOSZagwuWm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSZagwuWm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSZagwuWm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOSZagwuWm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSZagwuWm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOSZagwuWm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOSZagwuWm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSZagwuWm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOSZagwuWm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOSZagwuWm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOSZagwuWm .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOSZagwuWm .navbar {
    height: 70px;
  }
  .cid-uOSZagwuWm .navbar.opened {
    height: auto;
  }
  .cid-uOSZagwuWm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOSZagwuWm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOSZagwuWm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uOSZagwuWm .navbar-brand {
  margin-right: auto;
}
.cid-uOSZagwuWm .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uOSZagwuWm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOSZagwuWm .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uOSZagwuWm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uOSZagwuWm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uOSZagwuWm .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uOSZagwuWm .navbar-brand {
    margin-right: auto;
  }
  .cid-uOSZagwuWm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uOSZagwuWm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOSZagwuWm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOSZagwuWm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOSZagwuWm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOSZagwuWm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOSZah3Mwr {
  display: flex;
  background-image: url("../../../assets/images/jamieandmicah.jpg-1600x1196.jpg");
}
.cid-uOSZah3Mwr .mbr-overlay {
  background-color: #9c98cf;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uOSZah3Mwr {
    align-items: flex-end;
  }
  .cid-uOSZah3Mwr .row {
    justify-content: flex-start;
  }
  .cid-uOSZah3Mwr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOSZah3Mwr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOSZah3Mwr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOSZah3Mwr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOSZah3Mwr .content-wrap {
    width: 100%;
  }
}
.cid-uOSZah3Mwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZah3Mwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZah3Mwr .mbr-section-title,
.cid-uOSZah3Mwr .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uOSZah3Mwr .mbr-text,
.cid-uOSZah3Mwr .mbr-section-btn {
  text-align: center;
}
.cid-uOSZah3Mwr .mbr-section-title {
  color: #edefeb;
}
.cid-uOSZah3Mwr .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uOSZahx0aF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOSZahx0aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZahx0aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZahx0aF .title .num {
  width: 100%;
  display: block;
}
.cid-uOSZahx0aF .title .card-title {
  z-index: 1;
}
.cid-uOSZahx0aF .num {
  color: #F86624;
  text-align: center;
}
.cid-uOSZahx0aF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOSZahx0aF * {
    text-align: center !important;
  }
  .cid-uOSZahx0aF .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uOSZahx0aF .content-head {
  max-width: 800px;
}
.cid-uOSZahx0aF .card-text {
  text-align: center;
}
.cid-uOSZahx0aF .card-title,
.cid-uOSZahx0aF .card-img {
  text-align: center;
}
.cid-uOSZahXzym {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOSZahXzym .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uOSZahXzym .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uOSZaikm7l {
  background-image: url("../../../assets/images/wp-20141010-18-52-32-pro.jpg-2000x1123.jpg");
  overflow: hidden;
}
.cid-uOSZaiIwSk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9c98cf;
}
.cid-uOSZaiIwSk .item:focus,
.cid-uOSZaiIwSk span:focus {
  outline: none;
}
.cid-uOSZaiIwSk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOSZaiIwSk .content-head {
  max-width: 800px;
}
.cid-uOSZaiIwSk .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uOSZaiIwSk .item {
    min-height: 45px;
  }
}
.cid-uOSZajdiSD {
  background-image: url("../../../assets/images/wp-20141014-15-05-23-pro.jpg-2000x1123.jpg");
}
.cid-uOSZajdiSD .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uOSZajdiSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZajdiSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZajzPPq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOSZajzPPq .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uOSZajzPPq img,
.cid-uOSZajzPPq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOSZajzPPq .item:focus,
.cid-uOSZajzPPq span:focus {
  outline: none;
}
.cid-uOSZajzPPq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOSZajzPPq .item {
    margin-bottom: 1rem;
  }
}
.cid-uOSZajzPPq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOSZajzPPq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOSZajzPPq .mbr-section-title {
  color: #000000;
}
.cid-uOSZajzPPq .mbr-text,
.cid-uOSZajzPPq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uOSZajzPPq .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOSZajzPPq .content-head {
  max-width: 800px;
}
.cid-uOSZakbjxa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uOSZakbjxa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOSZakCjv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uOSZakCjv6 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uOSZakCjv6 input:hover {
  border: none !important;
}
.cid-uOSZakCjv6 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOSZakCjv6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOSZakCjv6 .row {
  justify-content: center;
}
.cid-uOSZakCjv6 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uOSZakCjv6 .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uOSZakCjv6 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uOSZakCjv6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uOSZakCjv6 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uOSZakCjv6 .justify-content-center {
  align-items: center;
}
.cid-uOSZakCjv6 .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uOSZal4MR0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uOSZal4MR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSZal4MR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSZal4MR0 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uOSZal4MR0 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOSZal4MR0 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uOSZal4MR0 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uOSZal4MR0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOSZal4MR0 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOSZal4MR0 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOSZal4MR0 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOSZal4MR0 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uOSZal4MR0 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uOSZal4MR0 .copyright {
    text-align: center;
  }
}
.cid-uPHieVj5or {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPHieVj5or .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPHieVj5or .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPHieVj5or .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHieVj5or .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPHieVj5or .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHieVj5or .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHieVj5or .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPHieVj5or .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPHieVj5or .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPHieVj5or .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPHieVj5or .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPHieVj5or .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPHieVj5or .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPHieVj5or .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPHieVj5or .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPHieVj5or .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPHieVj5or .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPHieVj5or .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPHieVj5or .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPHieVj5or .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPHieVj5or .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPHieVj5or .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPHieVj5or .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPHieVj5or .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPHieVj5or .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHieVj5or .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uPHieVj5or .nav-item:focus,
.cid-uPHieVj5or .nav-link:focus {
  outline: none;
}
.cid-uPHieVj5or .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHieVj5or .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHieVj5or .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHieVj5or .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHieVj5or .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHieVj5or .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHieVj5or .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPHieVj5or .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHieVj5or .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHieVj5or .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uPHieVj5or .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPHieVj5or .navbar.collapsed {
  justify-content: center;
}
.cid-uPHieVj5or .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHieVj5or .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHieVj5or .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPHieVj5or .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHieVj5or .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHieVj5or .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPHieVj5or .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHieVj5or .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHieVj5or .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPHieVj5or .navbar {
    min-height: 72px;
  }
  .cid-uPHieVj5or .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPHieVj5or .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHieVj5or .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHieVj5or .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHieVj5or .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHieVj5or .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPHieVj5or .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHieVj5or .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPHieVj5or .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHieVj5or .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPHieVj5or .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPHieVj5or .dropdown-item.active,
.cid-uPHieVj5or .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHieVj5or .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHieVj5or .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHieVj5or .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHieVj5or .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHieVj5or .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPHieVj5or .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPHieVj5or ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHieVj5or .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPHieVj5or .navbar-buttons {
    text-align: left;
  }
}
.cid-uPHieVj5or button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHieVj5or button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHieVj5or button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHieVj5or button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHieVj5or button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHieVj5or button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHieVj5or nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHieVj5or nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHieVj5or nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHieVj5or nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHieVj5or .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPHieVj5or a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHieVj5or .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPHieVj5or .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPHieVj5or .navbar {
    height: 70px;
  }
  .cid-uPHieVj5or .navbar.opened {
    height: auto;
  }
  .cid-uPHieVj5or .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPHieVj5or .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPHieVj5or .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uPHieVj5or .navbar-brand {
  margin-right: auto;
}
.cid-uPHieVj5or .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uPHieVj5or .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPHieVj5or .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uPHieVj5or .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uPHieVj5or .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uPHieVj5or .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uPHieVj5or .navbar-brand {
    margin-right: auto;
  }
  .cid-uPHieVj5or .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPHieVj5or .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPHieVj5or .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPHieVj5or .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPHieVj5or .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPHieVj5or .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPHieVYB4G {
  display: flex;
  background-image: url("../../../assets/images/1.jpg-1739x2250.jpg");
}
.cid-uPHieVYB4G .mbr-overlay {
  background-color: #9c98cf;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uPHieVYB4G {
    align-items: flex-end;
  }
  .cid-uPHieVYB4G .row {
    justify-content: flex-start;
  }
  .cid-uPHieVYB4G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPHieVYB4G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPHieVYB4G {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPHieVYB4G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPHieVYB4G .content-wrap {
    width: 100%;
  }
}
.cid-uPHieVYB4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHieVYB4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHieVYB4G .mbr-section-title,
.cid-uPHieVYB4G .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uPHieVYB4G .mbr-text,
.cid-uPHieVYB4G .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-uPHieVYB4G .mbr-section-title {
  color: #0c2c68;
}
.cid-uPHieVYB4G .mbr-section-subtitle {
  color: #F9C80E;
}
.cid-uPHieWyHeZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHieWyHeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHieWyHeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHieWyHeZ .title .num {
  width: 100%;
  display: block;
}
.cid-uPHieWyHeZ .title .card-title {
  z-index: 1;
}
.cid-uPHieWyHeZ .num {
  color: #F86624;
  text-align: center;
}
.cid-uPHieWyHeZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPHieWyHeZ * {
    text-align: center !important;
  }
  .cid-uPHieWyHeZ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uPHieWyHeZ .content-head {
  max-width: 800px;
}
.cid-uPHieWyHeZ .card-text {
  text-align: center;
}
.cid-uPHieWyHeZ .card-title,
.cid-uPHieWyHeZ .card-img {
  text-align: center;
}
.cid-uPHieXdFlh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHieXdFlh .mbr-section-title {
  text-align: center;
  color: #ff3b00;
}
.cid-uPHieXdFlh .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uPHieXMGv3 {
  background-image: url("../../../assets/images/samsung-056.jpg-2000x1500.jpg");
  overflow: hidden;
}
.cid-uPHieYnHcT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9c98cf;
}
.cid-uPHieYnHcT .item:focus,
.cid-uPHieYnHcT span:focus {
  outline: none;
}
.cid-uPHieYnHcT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uPHieYnHcT .content-head {
  max-width: 800px;
}
.cid-uPHieYnHcT .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uPHieYnHcT .item {
    min-height: 45px;
  }
}
.cid-uPHieYRpYG {
  background-image: url("../../../assets/images/samsung-043.jpg-2000x1500.jpg");
}
.cid-uPHieYRpYG .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uPHieYRpYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHieYRpYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHieZlVro {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPHieZlVro .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uPHieZlVro img,
.cid-uPHieZlVro .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uPHieZlVro .item:focus,
.cid-uPHieZlVro span:focus {
  outline: none;
}
.cid-uPHieZlVro .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPHieZlVro .item {
    margin-bottom: 1rem;
  }
}
.cid-uPHieZlVro .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPHieZlVro .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPHieZlVro .mbr-section-title {
  color: #000000;
}
.cid-uPHieZlVro .mbr-text,
.cid-uPHieZlVro .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uPHieZlVro .item-title {
  color: #000000;
  text-align: center;
}
.cid-uPHieZlVro .content-head {
  max-width: 800px;
}
.cid-uPHif0opT7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffa600;
}
.cid-uPHif0opT7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPHif11DyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uPHif11DyX input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uPHif11DyX input:hover {
  border: none !important;
}
.cid-uPHif11DyX .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPHif11DyX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPHif11DyX .row {
  justify-content: center;
}
.cid-uPHif11DyX .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uPHif11DyX .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uPHif11DyX .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uPHif11DyX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uPHif11DyX .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uPHif11DyX .justify-content-center {
  align-items: center;
}
.cid-uPHif11DyX .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uPHif1ZzaR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uPHif1ZzaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHif1ZzaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHif1ZzaR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uPHif1ZzaR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPHif1ZzaR .row {
    flex-direction: column-reverse !important;
  }
  .cid-uPHif1ZzaR .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uPHif1ZzaR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPHif1ZzaR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uPHif1ZzaR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPHif1ZzaR .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uPHif1ZzaR .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uPHif1ZzaR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uPHif1ZzaR .copyright {
    text-align: center;
  }
}
