body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Fugaz One', display;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #369425 !important;
}
.bg-success {
  background-color: #494545 !important;
}
.bg-info {
  background-color: #369425 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f7920e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #369425 !important;
  border-color: #369425 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7920e !important;
  border-color: #f7920e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
}
.btn-info,
.btn-info:active {
  background-color: #369425 !important;
  border-color: #369425 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
}
.btn-success,
.btn-success:active {
  background-color: #494545 !important;
  border-color: #494545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7920e !important;
  border-color: #f7920e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #369425;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d4f14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #369425 !important;
  border-color: #369425 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7920e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a96206 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7920e !important;
  border-color: #f7920e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #369425;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d4f14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #369425 !important;
  border-color: #369425 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #494545;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c1b1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #494545 !important;
  border-color: #494545 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7920e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a96206 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f7920e !important;
  border-color: #f7920e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #369425 !important;
}
.text-secondary {
  color: #f7920e !important;
}
.text-success {
  color: #494545 !important;
}
.text-info {
  color: #369425 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f7920e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #184211 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a5905 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151313 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #184211 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a5905 !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: #369425;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #369425;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f7920e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #369425;
  border-color: #369425;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #369425;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73d861;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcb8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #73d861;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feebd3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #369425 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #369425;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #369425;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #369425;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #369425;
  border-bottom-color: #369425;
}
.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: #369425 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7920e !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='%23369425' %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;
}
.cid-tRbvjDCfRG .navbar-dropdown {
  position: relative !important;
}
.cid-tRbvjDCfRG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRbvjDCfRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRbvjDCfRG .dropdown-item:hover,
.cid-tRbvjDCfRG .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-tRbvjDCfRG .dropdown-item:hover span {
  color: white;
}
.cid-tRbvjDCfRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRbvjDCfRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRbvjDCfRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRbvjDCfRG .nav-link {
  position: relative;
}
.cid-tRbvjDCfRG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container {
    flex-wrap: nowrap;
  }
}
.cid-tRbvjDCfRG .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown-menu,
.cid-tRbvjDCfRG .navbar.opened {
  background: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item:focus,
.cid-tRbvjDCfRG .nav-link:focus {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRbvjDCfRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRbvjDCfRG .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG .navbar.opened {
  transition: all 0.3s;
}
.cid-tRbvjDCfRG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRbvjDCfRG .navbar .navbar-logo img {
  width: auto;
}
.cid-tRbvjDCfRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar.collapsed {
  justify-content: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRbvjDCfRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRbvjDCfRG .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-tRbvjDCfRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRbvjDCfRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRbvjDCfRG .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-tRbvjDCfRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRbvjDCfRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRbvjDCfRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRbvjDCfRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRbvjDCfRG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRbvjDCfRG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRbvjDCfRG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown-item.active,
.cid-tRbvjDCfRG .dropdown-item:active {
  background-color: transparent;
}
.cid-tRbvjDCfRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRbvjDCfRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRbvjDCfRG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRbvjDCfRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG .navbar-dropdown {
  padding: 0;
}
.cid-tRbvjDCfRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRbvjDCfRG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRbvjDCfRG .navbar {
    height: 70px;
  }
  .cid-tRbvjDCfRG .navbar.opened {
    height: auto;
  }
  .cid-tRbvjDCfRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRbvjDCfRG .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRbvjDCfRG .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRbvjDCfRG .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link {
  position: relative !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRbvjDCfRG .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRbvjDCfRG .tel-menu {
    display: none;
  }
}
.cid-tRbvjDCfRG .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-text {
    text-align: center !important;
  }
}
.cid-tRbvjDCfRG .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRbvjDCfRG .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRbvjDCfRG .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRbvjDCfRG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRbvjDCfRG .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-tRbych08Pd .modal-body .close {
  background: #1b1b1b;
}
.cid-tRbych08Pd .modal-body .close span {
  font-style: normal;
}
.cid-tRbych08Pd .carousel-inner > .active,
.cid-tRbych08Pd .carousel-inner > .next,
.cid-tRbych08Pd .carousel-inner > .prev {
  display: flex;
}
.cid-tRbych08Pd .carousel-control .icon-next,
.cid-tRbych08Pd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-tRbych08Pd .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-tRbych08Pd .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRbych08Pd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tRbych08Pd .boxed-slider > div {
  position: relative;
}
.cid-tRbych08Pd .container img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.cid-tRbych08Pd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tRbych08Pd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRbych08Pd .mbr-table-cell {
  padding: 0;
}
.cid-tRbych08Pd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRbych08Pd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tRbych08Pd .mbr-overlay {
  z-index: 1;
}
.cid-tRbych08Pd .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 650px;
}
.cid-tRbych08Pd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tRbych08Pd .carousel-item.active.right,
.cid-tRbych08Pd .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRbych08Pd .carousel-item.active.left,
.cid-tRbych08Pd .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRbych08Pd .carousel-item.active,
.cid-tRbych08Pd .carousel-item.next.left,
.cid-tRbych08Pd .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tRbych08Pd .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-tRbych08Pd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRbych08Pd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRbych08Pd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-tRbych08Pd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tRbych08Pd .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li.active,
.cid-tRbych08Pd .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li::after,
.cid-tRbych08Pd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tRbych08Pd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tRbych08Pd .mbr-slider > .container img {
  width: 100%;
}
.cid-tRbych08Pd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-tRbych08Pd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tRbych08Pd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRbych08Pd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRbych08Pd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tRbych08Pd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tRbych08Pd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tRbych08Pd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tRbych08Pd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tRbych08Pd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tRbych08Pd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tRbych08Pd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tRbych08Pd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tRbych08Pd h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tRbych08Pd .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-tRbych08Pd .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-tRbych08Pd .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tRbych08Pd .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tRbych08Pd .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-tRbych08Pd .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-tRbych08Pd .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-tRbych08Pd .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-tRbych08Pd .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-tRbych08Pd H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tRbych08Pd P {
  text-align: center;
  color: #ffffff;
}
.cid-uIPwCUhTPv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uIPwCUhTPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPwCUhTPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPwCUhTPv .content-head {
  max-width: 800px;
}
.cid-uIPwCUhTPv .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uIPwCUhTPv .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uIPwCUhTPv .item {
    min-height: 45px;
  }
}
.cid-uIUgZ9w3Yn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIUgZ9w3Yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIUgZ9w3Yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIUgZ9w3Yn .text-wrapper {
  border-left: 4px solid #f7920e;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uIUgZ9w3Yn .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-uIUgZ9w3Yn .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uIUgZ9w3Yn .image-wrapper {
    padding: 1rem;
  }
}
.cid-uIUgZ9w3Yn .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #f7920e;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uIUgZ9w3Yn .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-uIUgZ9w3Yn .row {
  flex-direction: row-reverse;
}
.cid-uIUgZ9w3Yn .row {
  align-items: center;
}
.cid-uIUgZ9w3Yn .mbr-section-title {
  color: #000000;
}
.cid-uIUgZ9w3Yn .mbr-text,
.cid-uIUgZ9w3Yn .mbr-section-btn {
  color: #000000;
}
.cid-uIUgZ9w3Yn .mbr-section-subtitle {
  color: #491414;
}
.cid-uIUdRYz0Jk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIUdRYz0Jk .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uIUdRYz0Jk .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-uIUdRYz0Jk .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-uIUdRYz0Jk .mbr-section-text {
  margin-top: 20px;
  color: #000000;
}
.cid-uIUdRYz0Jk .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uIUdRYz0Jk .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-uIUdRYz0Jk .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uIUdRYz0Jk .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #aa1e21;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-uIUdRYz0Jk .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-uIUdRYz0Jk .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-uIUdRYz0Jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIUdRYz0Jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIUdRYz0Jk .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uIUglVOvYo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffeb69;
}
.cid-uIUglVOvYo .mbr-overlay {
  padding: 0;
  background: #008745;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-uIUglVOvYo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIUglVOvYo .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uIUglVOvYo .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uIUglVOvYo .mbr-text,
.cid-uIUglVOvYo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uIUglVOvYo .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-uIUglVOvYo .section-subtext {
  color: #ffeb69;
  text-align: left;
}
.cid-uIWbCYaFxW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIWbCYaFxW img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uIWbCYaFxW .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uIWbCYaFxW .brand {
  display: flex;
  justify-content: center;
}
.cid-uIWbCYaFxW .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uIWbCYaFxW .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uIWbCYaFxW .row-main {
    flex-direction: column;
  }
  .cid-uIWbCYaFxW .col-auto {
    margin-bottom: 10px;
  }
  .cid-uIWbCYaFxW .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIWbCYaFxW .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uIWbCYaFxW .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uIWbCYaFxW .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-uIWkC34DrM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIWkC34DrM img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uIWkC34DrM .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uIWkC34DrM .brand {
  display: flex;
  justify-content: center;
}
.cid-uIWkC34DrM .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uIWkC34DrM .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uIWkC34DrM .row-main {
    flex-direction: column;
  }
  .cid-uIWkC34DrM .col-auto {
    margin-bottom: 10px;
  }
  .cid-uIWkC34DrM .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIWkC34DrM .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uIWkC34DrM .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uIWkC34DrM .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-uL9LS24kXJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL9LS24kXJ img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-uL9LS24kXJ .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-uL9LS24kXJ .brand {
  display: flex;
  justify-content: center;
}
.cid-uL9LS24kXJ .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uL9LS24kXJ .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uL9LS24kXJ .row-main {
    flex-direction: column;
  }
  .cid-uL9LS24kXJ .col-auto {
    margin-bottom: 10px;
  }
  .cid-uL9LS24kXJ .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uL9LS24kXJ .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-uL9LS24kXJ .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uL9LS24kXJ .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-u54iwGKzXY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u54iwGKzXY .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u54iwGKzXY .row {
  border-bottom: 1px solid #808080;
}
.cid-u54iwGKzXY H2 {
  color: #e7272d;
}
.cid-u54iwGKzXY .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u54iwGKzXY .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u54iwGKzXY .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u54iwGKzXY .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u54iwGKzXY .col-lg-12 {
  overflow: hidden;
}
.cid-u54iwGKzXY H4 {
  color: #fbbe36;
}
.cid-u54iwGKzXY .mbr-text,
.cid-u54iwGKzXY .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u54iwGKzXY .logo-wrap:before {
    content: none;
  }
  .cid-u54iwGKzXY .logo-wrap:after {
    content: none;
  }
}
.cid-u54iwGKzXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u54iwGKzXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u54iwGKzXY H3 {
  color: #fbbe36;
}
.cid-uJ2WqLYDsc .navbar-dropdown {
  position: relative !important;
}
.cid-uJ2WqLYDsc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ2WqLYDsc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ2WqLYDsc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJ2WqLYDsc .dropdown-item:hover,
.cid-uJ2WqLYDsc .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uJ2WqLYDsc .dropdown-item:hover span {
  color: white;
}
.cid-uJ2WqLYDsc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ2WqLYDsc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ2WqLYDsc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ2WqLYDsc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ2WqLYDsc .nav-link {
  position: relative;
}
.cid-uJ2WqLYDsc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ2WqLYDsc .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ2WqLYDsc .dropdown-menu,
.cid-uJ2WqLYDsc .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ2WqLYDsc .nav-item:focus,
.cid-uJ2WqLYDsc .nav-link:focus {
  outline: none;
}
.cid-uJ2WqLYDsc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ2WqLYDsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ2WqLYDsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ2WqLYDsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ2WqLYDsc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ2WqLYDsc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ2WqLYDsc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uJ2WqLYDsc .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ2WqLYDsc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ2WqLYDsc .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ2WqLYDsc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ2WqLYDsc .navbar.collapsed {
  justify-content: center;
}
.cid-uJ2WqLYDsc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ2WqLYDsc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uJ2WqLYDsc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ2WqLYDsc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ2WqLYDsc .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-uJ2WqLYDsc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ2WqLYDsc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ2WqLYDsc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ2WqLYDsc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ2WqLYDsc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ2WqLYDsc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ2WqLYDsc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ2WqLYDsc .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-uJ2WqLYDsc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ2WqLYDsc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ2WqLYDsc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ2WqLYDsc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJ2WqLYDsc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ2WqLYDsc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ2WqLYDsc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ2WqLYDsc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ2WqLYDsc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ2WqLYDsc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ2WqLYDsc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ2WqLYDsc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ2WqLYDsc .dropdown-item.active,
.cid-uJ2WqLYDsc .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ2WqLYDsc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ2WqLYDsc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ2WqLYDsc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ2WqLYDsc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ2WqLYDsc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ2WqLYDsc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ2WqLYDsc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ2WqLYDsc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ2WqLYDsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ2WqLYDsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ2WqLYDsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ2WqLYDsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ2WqLYDsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ2WqLYDsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ2WqLYDsc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ2WqLYDsc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ2WqLYDsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ2WqLYDsc .navbar-dropdown {
  padding: 0;
}
.cid-uJ2WqLYDsc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ2WqLYDsc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ2WqLYDsc .navbar {
    height: 70px;
  }
  .cid-uJ2WqLYDsc .navbar.opened {
    height: auto;
  }
  .cid-uJ2WqLYDsc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ2WqLYDsc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uJ2WqLYDsc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uJ2WqLYDsc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uJ2WqLYDsc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uJ2WqLYDsc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uJ2WqLYDsc .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uJ2WqLYDsc .nav-item .nav-link {
  position: relative !important;
}
.cid-uJ2WqLYDsc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uJ2WqLYDsc .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uJ2WqLYDsc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uJ2WqLYDsc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uJ2WqLYDsc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uJ2WqLYDsc .tel-menu {
    display: none;
  }
}
.cid-uJ2WqLYDsc .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uJ2WqLYDsc .mbr-text {
    text-align: center !important;
  }
}
.cid-uJ2WqLYDsc .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uJ2WqLYDsc .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJ2WqLYDsc .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uJ2WqLYDsc .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uJ2WqLYDsc .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uJ2WqLYDsc .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uJ2WqLYDsc .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uJ2XVb878W {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ2XVb878W .title__block {
  position: relative;
  z-index: 10;
}
.cid-uJ2XVb878W .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uJ2XVb878W .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #000000;
}
.cid-uJ2XVb878W .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uJ2XVb878W .mbr-section-btn {
  padding-right: 150px;
}
.cid-uJ2XVb878W .slider__block .container {
  padding: 0 15px;
}
.cid-uJ2XVb878W .carousel {
  padding-bottom: 100px;
}
.cid-uJ2XVb878W .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uJ2XVb878W .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uJ2XVb878W .carousel-item.active {
  opacity: 1;
}
.cid-uJ2XVb878W .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uJ2XVb878W .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uJ2XVb878W .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uJ2XVb878W .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uJ2XVb878W .carousel-item .cloneditem-1,
.cid-uJ2XVb878W .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uJ2XVb878W .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uJ2XVb878W .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uJ2XVb878W .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uJ2XVb878W .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uJ2XVb878W .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uJ2XVb878W .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uJ2XVb878W .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uJ2XVb878W .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uJ2XVb878W .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uJ2XVb878W .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uJ2XVb878W .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uJ2XVb878W .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #000000;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uJ2XVb878W .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #000000;
  margin: 0;
  opacity: 1;
}
.cid-uJ2XVb878W .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uJ2XVb878W .cloneditem-1,
.cid-uJ2XVb878W .cloneditem-2,
.cid-uJ2XVb878W .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uJ2XVb878W .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uJ2XVb878W .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ2XVb878W .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides2 .cloneditem-1,
  .cid-uJ2XVb878W .carousel-inner.slides2 .cloneditem-2,
  .cid-uJ2XVb878W .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ2XVb878W .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ2XVb878W .carousel-inner.slides3 .cloneditem-1,
  .cid-uJ2XVb878W .carousel-inner.slides3 .cloneditem-2,
  .cid-uJ2XVb878W .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uJ2XVb878W .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uJ2XVb878W .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uJ2XVb878W .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uJ2XVb878W .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uJ2XVb878W .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uJ2XVb878W .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uJ2XVb878W .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uJ2XVb878W .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uJ2XVb878W .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uJ2XVb878W .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uJ2XVb878W .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uJ2XVb878W .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uJ2XVb878W .carousel {
    padding-bottom: 50px;
  }
}
.cid-uJ2XVb878W .mbr-text,
.cid-uJ2XVb878W .mbr-section-btn {
  color: #000000;
}
.cid-uJ2ZRspdIX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ2ZRspdIX blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJ2ZRspdIX .mbr-text {
  color: #000000;
}
.cid-uJ2WqR8c3C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJ2WqR8c3C .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJ2WqR8c3C .row {
  border-bottom: 1px solid #808080;
}
.cid-uJ2WqR8c3C H2 {
  color: #e7272d;
}
.cid-uJ2WqR8c3C .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJ2WqR8c3C .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJ2WqR8c3C .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ2WqR8c3C .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ2WqR8c3C .col-lg-12 {
  overflow: hidden;
}
.cid-uJ2WqR8c3C H4 {
  color: #fbbe36;
}
.cid-uJ2WqR8c3C .mbr-text,
.cid-uJ2WqR8c3C .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJ2WqR8c3C .logo-wrap:before {
    content: none;
  }
  .cid-uJ2WqR8c3C .logo-wrap:after {
    content: none;
  }
}
.cid-uJ2WqR8c3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2WqR8c3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2WqR8c3C H3 {
  color: #fbbe36;
}
.cid-uJ69um4nRl .navbar-dropdown {
  position: relative !important;
}
.cid-uJ69um4nRl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ69um4nRl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ69um4nRl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJ69um4nRl .dropdown-item:hover,
.cid-uJ69um4nRl .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uJ69um4nRl .dropdown-item:hover span {
  color: white;
}
.cid-uJ69um4nRl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ69um4nRl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ69um4nRl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ69um4nRl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ69um4nRl .nav-link {
  position: relative;
}
.cid-uJ69um4nRl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ69um4nRl .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ69um4nRl .dropdown-menu,
.cid-uJ69um4nRl .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ69um4nRl .nav-item:focus,
.cid-uJ69um4nRl .nav-link:focus {
  outline: none;
}
.cid-uJ69um4nRl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ69um4nRl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ69um4nRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ69um4nRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ69um4nRl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ69um4nRl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ69um4nRl .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uJ69um4nRl .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ69um4nRl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ69um4nRl .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ69um4nRl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ69um4nRl .navbar.collapsed {
  justify-content: center;
}
.cid-uJ69um4nRl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ69um4nRl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uJ69um4nRl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ69um4nRl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ69um4nRl .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-uJ69um4nRl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ69um4nRl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ69um4nRl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ69um4nRl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ69um4nRl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ69um4nRl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ69um4nRl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ69um4nRl .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-uJ69um4nRl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ69um4nRl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ69um4nRl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ69um4nRl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJ69um4nRl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ69um4nRl .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ69um4nRl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ69um4nRl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ69um4nRl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ69um4nRl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ69um4nRl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ69um4nRl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ69um4nRl .dropdown-item.active,
.cid-uJ69um4nRl .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ69um4nRl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ69um4nRl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ69um4nRl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ69um4nRl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ69um4nRl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ69um4nRl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ69um4nRl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ69um4nRl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ69um4nRl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ69um4nRl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ69um4nRl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ69um4nRl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ69um4nRl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ69um4nRl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ69um4nRl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ69um4nRl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ69um4nRl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ69um4nRl .navbar-dropdown {
  padding: 0;
}
.cid-uJ69um4nRl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ69um4nRl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ69um4nRl .navbar {
    height: 70px;
  }
  .cid-uJ69um4nRl .navbar.opened {
    height: auto;
  }
  .cid-uJ69um4nRl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ69um4nRl .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uJ69um4nRl .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uJ69um4nRl .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uJ69um4nRl .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uJ69um4nRl .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uJ69um4nRl .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uJ69um4nRl .nav-item .nav-link {
  position: relative !important;
}
.cid-uJ69um4nRl .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uJ69um4nRl .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uJ69um4nRl .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uJ69um4nRl .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uJ69um4nRl .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uJ69um4nRl .tel-menu {
    display: none;
  }
}
.cid-uJ69um4nRl .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uJ69um4nRl .mbr-text {
    text-align: center !important;
  }
}
.cid-uJ69um4nRl .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uJ69um4nRl .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJ69um4nRl .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uJ69um4nRl .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uJ69um4nRl .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uJ69um4nRl .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uJ69um4nRl .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uJ69umvz7D {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ69umvz7D .title__block {
  position: relative;
  z-index: 10;
}
.cid-uJ69umvz7D .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uJ69umvz7D .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #000000;
}
.cid-uJ69umvz7D .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uJ69umvz7D .mbr-section-btn {
  padding-right: 150px;
}
.cid-uJ69umvz7D .slider__block .container {
  padding: 0 15px;
}
.cid-uJ69umvz7D .carousel {
  padding-bottom: 100px;
}
.cid-uJ69umvz7D .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uJ69umvz7D .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uJ69umvz7D .carousel-item.active {
  opacity: 1;
}
.cid-uJ69umvz7D .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uJ69umvz7D .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uJ69umvz7D .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uJ69umvz7D .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uJ69umvz7D .carousel-item .cloneditem-1,
.cid-uJ69umvz7D .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uJ69umvz7D .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uJ69umvz7D .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uJ69umvz7D .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uJ69umvz7D .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uJ69umvz7D .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uJ69umvz7D .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uJ69umvz7D .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uJ69umvz7D .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uJ69umvz7D .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uJ69umvz7D .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uJ69umvz7D .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uJ69umvz7D .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #000000;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uJ69umvz7D .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #000000;
  margin: 0;
  opacity: 1;
}
.cid-uJ69umvz7D .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uJ69umvz7D .cloneditem-1,
.cid-uJ69umvz7D .cloneditem-2,
.cid-uJ69umvz7D .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uJ69umvz7D .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uJ69umvz7D .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ69umvz7D .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides2 .cloneditem-1,
  .cid-uJ69umvz7D .carousel-inner.slides2 .cloneditem-2,
  .cid-uJ69umvz7D .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ69umvz7D .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ69umvz7D .carousel-inner.slides3 .cloneditem-1,
  .cid-uJ69umvz7D .carousel-inner.slides3 .cloneditem-2,
  .cid-uJ69umvz7D .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uJ69umvz7D .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uJ69umvz7D .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uJ69umvz7D .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uJ69umvz7D .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uJ69umvz7D .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uJ69umvz7D .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uJ69umvz7D .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uJ69umvz7D .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uJ69umvz7D .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uJ69umvz7D .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uJ69umvz7D .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uJ69umvz7D .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uJ69umvz7D .carousel {
    padding-bottom: 50px;
  }
}
.cid-uJ69umvz7D .mbr-text,
.cid-uJ69umvz7D .mbr-section-btn {
  color: #000000;
}
.cid-uJ69unacHH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ69unacHH blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJ69unacHH .mbr-text {
  color: #000000;
}
.cid-uJ69unyvq4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJ69unyvq4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJ69unyvq4 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJ69unyvq4 H2 {
  color: #e7272d;
}
.cid-uJ69unyvq4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJ69unyvq4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJ69unyvq4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ69unyvq4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ69unyvq4 .col-lg-12 {
  overflow: hidden;
}
.cid-uJ69unyvq4 H4 {
  color: #fbbe36;
}
.cid-uJ69unyvq4 .mbr-text,
.cid-uJ69unyvq4 .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJ69unyvq4 .logo-wrap:before {
    content: none;
  }
  .cid-uJ69unyvq4 .logo-wrap:after {
    content: none;
  }
}
.cid-uJ69unyvq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ69unyvq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ69unyvq4 H3 {
  color: #fbbe36;
}
.cid-uJ6ejr0EAr .navbar-dropdown {
  position: relative !important;
}
.cid-uJ6ejr0EAr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6ejr0EAr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ6ejr0EAr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJ6ejr0EAr .dropdown-item:hover,
.cid-uJ6ejr0EAr .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uJ6ejr0EAr .dropdown-item:hover span {
  color: white;
}
.cid-uJ6ejr0EAr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ6ejr0EAr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ6ejr0EAr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ6ejr0EAr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ6ejr0EAr .nav-link {
  position: relative;
}
.cid-uJ6ejr0EAr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ6ejr0EAr .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ6ejr0EAr .dropdown-menu,
.cid-uJ6ejr0EAr .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ6ejr0EAr .nav-item:focus,
.cid-uJ6ejr0EAr .nav-link:focus {
  outline: none;
}
.cid-uJ6ejr0EAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ6ejr0EAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ6ejr0EAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ6ejr0EAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6ejr0EAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ6ejr0EAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ6ejr0EAr .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uJ6ejr0EAr .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ6ejr0EAr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ6ejr0EAr .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ6ejr0EAr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ6ejr0EAr .navbar.collapsed {
  justify-content: center;
}
.cid-uJ6ejr0EAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ6ejr0EAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uJ6ejr0EAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ6ejr0EAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ6ejr0EAr .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-uJ6ejr0EAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ6ejr0EAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ6ejr0EAr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ6ejr0EAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ6ejr0EAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ6ejr0EAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ6ejr0EAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ6ejr0EAr .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-uJ6ejr0EAr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ6ejr0EAr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ6ejr0EAr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ6ejr0EAr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJ6ejr0EAr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ6ejr0EAr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6ejr0EAr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ6ejr0EAr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ6ejr0EAr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ6ejr0EAr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ6ejr0EAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ6ejr0EAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ6ejr0EAr .dropdown-item.active,
.cid-uJ6ejr0EAr .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ6ejr0EAr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ6ejr0EAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ6ejr0EAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ6ejr0EAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ6ejr0EAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ6ejr0EAr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ6ejr0EAr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ6ejr0EAr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ6ejr0EAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ6ejr0EAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ6ejr0EAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6ejr0EAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6ejr0EAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ6ejr0EAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6ejr0EAr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ6ejr0EAr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ6ejr0EAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6ejr0EAr .navbar-dropdown {
  padding: 0;
}
.cid-uJ6ejr0EAr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ6ejr0EAr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ6ejr0EAr .navbar {
    height: 70px;
  }
  .cid-uJ6ejr0EAr .navbar.opened {
    height: auto;
  }
  .cid-uJ6ejr0EAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6ejr0EAr .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uJ6ejr0EAr .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uJ6ejr0EAr .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uJ6ejr0EAr .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uJ6ejr0EAr .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uJ6ejr0EAr .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uJ6ejr0EAr .nav-item .nav-link {
  position: relative !important;
}
.cid-uJ6ejr0EAr .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uJ6ejr0EAr .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uJ6ejr0EAr .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uJ6ejr0EAr .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uJ6ejr0EAr .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uJ6ejr0EAr .tel-menu {
    display: none;
  }
}
.cid-uJ6ejr0EAr .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uJ6ejr0EAr .mbr-text {
    text-align: center !important;
  }
}
.cid-uJ6ejr0EAr .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uJ6ejr0EAr .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJ6ejr0EAr .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uJ6ejr0EAr .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uJ6ejr0EAr .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uJ6ejr0EAr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uJ6ejr0EAr .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uJ6ejrEwqk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ6ejrEwqk .title__block {
  position: relative;
  z-index: 10;
}
.cid-uJ6ejrEwqk .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uJ6ejrEwqk .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #000000;
}
.cid-uJ6ejrEwqk .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uJ6ejrEwqk .mbr-section-btn {
  padding-right: 150px;
}
.cid-uJ6ejrEwqk .slider__block .container {
  padding: 0 15px;
}
.cid-uJ6ejrEwqk .carousel {
  padding-bottom: 100px;
}
.cid-uJ6ejrEwqk .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uJ6ejrEwqk .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uJ6ejrEwqk .carousel-item.active {
  opacity: 1;
}
.cid-uJ6ejrEwqk .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uJ6ejrEwqk .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uJ6ejrEwqk .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uJ6ejrEwqk .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uJ6ejrEwqk .carousel-item .cloneditem-1,
.cid-uJ6ejrEwqk .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uJ6ejrEwqk .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uJ6ejrEwqk .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uJ6ejrEwqk .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uJ6ejrEwqk .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uJ6ejrEwqk .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uJ6ejrEwqk .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uJ6ejrEwqk .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uJ6ejrEwqk .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uJ6ejrEwqk .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uJ6ejrEwqk .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uJ6ejrEwqk .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uJ6ejrEwqk .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #000000;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uJ6ejrEwqk .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #000000;
  margin: 0;
  opacity: 1;
}
.cid-uJ6ejrEwqk .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uJ6ejrEwqk .cloneditem-1,
.cid-uJ6ejrEwqk .cloneditem-2,
.cid-uJ6ejrEwqk .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uJ6ejrEwqk .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uJ6ejrEwqk .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides2 .cloneditem-1,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 .cloneditem-2,
  .cid-uJ6ejrEwqk .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uJ6ejrEwqk .carousel-inner.slides3 .cloneditem-1,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 .cloneditem-2,
  .cid-uJ6ejrEwqk .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uJ6ejrEwqk .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uJ6ejrEwqk .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uJ6ejrEwqk .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uJ6ejrEwqk .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uJ6ejrEwqk .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uJ6ejrEwqk .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uJ6ejrEwqk .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uJ6ejrEwqk .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uJ6ejrEwqk .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uJ6ejrEwqk .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uJ6ejrEwqk .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uJ6ejrEwqk .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uJ6ejrEwqk .carousel {
    padding-bottom: 50px;
  }
}
.cid-uJ6ejrEwqk .mbr-text,
.cid-uJ6ejrEwqk .mbr-section-btn {
  color: #000000;
}
.cid-uJ6ejsh8Ud {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ6ejsh8Ud blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJ6ejsh8Ud .mbr-text {
  color: #000000;
}
.cid-uJ6ejsIyDp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJ6ejsIyDp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJ6ejsIyDp .row {
  border-bottom: 1px solid #808080;
}
.cid-uJ6ejsIyDp H2 {
  color: #e7272d;
}
.cid-uJ6ejsIyDp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJ6ejsIyDp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJ6ejsIyDp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ6ejsIyDp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ6ejsIyDp .col-lg-12 {
  overflow: hidden;
}
.cid-uJ6ejsIyDp H4 {
  color: #fbbe36;
}
.cid-uJ6ejsIyDp .mbr-text,
.cid-uJ6ejsIyDp .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJ6ejsIyDp .logo-wrap:before {
    content: none;
  }
  .cid-uJ6ejsIyDp .logo-wrap:after {
    content: none;
  }
}
.cid-uJ6ejsIyDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6ejsIyDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6ejsIyDp H3 {
  color: #fbbe36;
}
.cid-uJ6pUCuGBe .navbar-dropdown {
  position: relative !important;
}
.cid-uJ6pUCuGBe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6pUCuGBe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ6pUCuGBe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJ6pUCuGBe .dropdown-item:hover,
.cid-uJ6pUCuGBe .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uJ6pUCuGBe .dropdown-item:hover span {
  color: white;
}
.cid-uJ6pUCuGBe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ6pUCuGBe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ6pUCuGBe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ6pUCuGBe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ6pUCuGBe .nav-link {
  position: relative;
}
.cid-uJ6pUCuGBe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ6pUCuGBe .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ6pUCuGBe .dropdown-menu,
.cid-uJ6pUCuGBe .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ6pUCuGBe .nav-item:focus,
.cid-uJ6pUCuGBe .nav-link:focus {
  outline: none;
}
.cid-uJ6pUCuGBe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ6pUCuGBe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ6pUCuGBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ6pUCuGBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6pUCuGBe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ6pUCuGBe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ6pUCuGBe .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uJ6pUCuGBe .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ6pUCuGBe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ6pUCuGBe .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ6pUCuGBe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ6pUCuGBe .navbar.collapsed {
  justify-content: center;
}
.cid-uJ6pUCuGBe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ6pUCuGBe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uJ6pUCuGBe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ6pUCuGBe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ6pUCuGBe .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-uJ6pUCuGBe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ6pUCuGBe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ6pUCuGBe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ6pUCuGBe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ6pUCuGBe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ6pUCuGBe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ6pUCuGBe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ6pUCuGBe .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-uJ6pUCuGBe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ6pUCuGBe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ6pUCuGBe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ6pUCuGBe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJ6pUCuGBe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ6pUCuGBe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6pUCuGBe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ6pUCuGBe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ6pUCuGBe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ6pUCuGBe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ6pUCuGBe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ6pUCuGBe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ6pUCuGBe .dropdown-item.active,
.cid-uJ6pUCuGBe .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ6pUCuGBe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ6pUCuGBe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ6pUCuGBe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ6pUCuGBe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ6pUCuGBe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ6pUCuGBe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ6pUCuGBe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ6pUCuGBe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ6pUCuGBe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ6pUCuGBe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ6pUCuGBe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6pUCuGBe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ6pUCuGBe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ6pUCuGBe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6pUCuGBe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ6pUCuGBe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ6pUCuGBe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6pUCuGBe .navbar-dropdown {
  padding: 0;
}
.cid-uJ6pUCuGBe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ6pUCuGBe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ6pUCuGBe .navbar {
    height: 70px;
  }
  .cid-uJ6pUCuGBe .navbar.opened {
    height: auto;
  }
  .cid-uJ6pUCuGBe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6pUCuGBe .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uJ6pUCuGBe .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uJ6pUCuGBe .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uJ6pUCuGBe .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uJ6pUCuGBe .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uJ6pUCuGBe .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uJ6pUCuGBe .nav-item .nav-link {
  position: relative !important;
}
.cid-uJ6pUCuGBe .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uJ6pUCuGBe .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uJ6pUCuGBe .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uJ6pUCuGBe .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uJ6pUCuGBe .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uJ6pUCuGBe .tel-menu {
    display: none;
  }
}
.cid-uJ6pUCuGBe .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uJ6pUCuGBe .mbr-text {
    text-align: center !important;
  }
}
.cid-uJ6pUCuGBe .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uJ6pUCuGBe .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uJ6pUCuGBe .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uJ6pUCuGBe .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uJ6pUCuGBe .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uJ6pUCuGBe .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uJ6pUCuGBe .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uJ6rdDGivY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ6rdDGivY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6rdDGivY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6rdDGivY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJ6rdDGivY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJ6rdDGivY .container {
    padding: 0 24px;
  }
}
.cid-uJ6rdDGivY .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uJ6rdDGivY .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uJ6rdDGivY .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJ6rdDGivY .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uJ6rdDGivY .mbr-section-title {
  color: #18212d;
}
.cid-uJ6rdDGivY .mbr-desc,
.cid-uJ6rdDGivY .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uJ6rdDGivY .mbr-text,
.cid-uJ6rdDGivY .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uJ6rdDGivY .mbr-rating {
  color: #EFCC4E;
}
.cid-uJ6rdDGivY .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uJ6rdDGivY .mbr-section-title,
.cid-uJ6rdDGivY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ6rdDGivY .mbr-rating,
.cid-uJ6rdDGivY .rating-wrapper,
.cid-uJ6rdDGivY .people-wrapper {
  text-align: center;
}
.cid-uJ6s8mQcw1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ6s8mQcw1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ6s8mQcw1 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ6s8mQcw1 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ6s8mQcw1 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uJ6s8mQcw1 .mbr-text {
  color: #000000;
}
.cid-uJ6pUHbk8N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJ6pUHbk8N .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJ6pUHbk8N .row {
  border-bottom: 1px solid #808080;
}
.cid-uJ6pUHbk8N H2 {
  color: #e7272d;
}
.cid-uJ6pUHbk8N .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJ6pUHbk8N .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJ6pUHbk8N .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ6pUHbk8N .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJ6pUHbk8N .col-lg-12 {
  overflow: hidden;
}
.cid-uJ6pUHbk8N H4 {
  color: #fbbe36;
}
.cid-uJ6pUHbk8N .mbr-text,
.cid-uJ6pUHbk8N .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJ6pUHbk8N .logo-wrap:before {
    content: none;
  }
  .cid-uJ6pUHbk8N .logo-wrap:after {
    content: none;
  }
}
.cid-uJ6pUHbk8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6pUHbk8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6pUHbk8N H3 {
  color: #fbbe36;
}
.cid-uL9Q4XALev .navbar-dropdown {
  position: relative !important;
}
.cid-uL9Q4XALev .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9Q4XALev .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL9Q4XALev .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL9Q4XALev .dropdown-item:hover,
.cid-uL9Q4XALev .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uL9Q4XALev .dropdown-item:hover span {
  color: white;
}
.cid-uL9Q4XALev .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL9Q4XALev .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL9Q4XALev .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL9Q4XALev .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL9Q4XALev .nav-link {
  position: relative;
}
.cid-uL9Q4XALev .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .container {
    flex-wrap: nowrap;
  }
}
.cid-uL9Q4XALev .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL9Q4XALev .dropdown-menu,
.cid-uL9Q4XALev .navbar.opened {
  background: #ffffff !important;
}
.cid-uL9Q4XALev .nav-item:focus,
.cid-uL9Q4XALev .nav-link:focus {
  outline: none;
}
.cid-uL9Q4XALev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9Q4XALev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9Q4XALev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9Q4XALev .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9Q4XALev .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9Q4XALev .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9Q4XALev .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uL9Q4XALev .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9Q4XALev .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9Q4XALev .navbar .navbar-logo img {
  width: auto;
}
.cid-uL9Q4XALev .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL9Q4XALev .navbar.collapsed {
  justify-content: center;
}
.cid-uL9Q4XALev .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9Q4XALev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uL9Q4XALev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9Q4XALev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9Q4XALev .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-uL9Q4XALev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9Q4XALev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9Q4XALev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL9Q4XALev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9Q4XALev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9Q4XALev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9Q4XALev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9Q4XALev .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-uL9Q4XALev .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL9Q4XALev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL9Q4XALev .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9Q4XALev .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL9Q4XALev .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9Q4XALev .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9Q4XALev .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL9Q4XALev .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL9Q4XALev .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL9Q4XALev .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL9Q4XALev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9Q4XALev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9Q4XALev .dropdown-item.active,
.cid-uL9Q4XALev .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9Q4XALev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9Q4XALev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9Q4XALev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9Q4XALev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL9Q4XALev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL9Q4XALev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9Q4XALev ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL9Q4XALev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL9Q4XALev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL9Q4XALev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9Q4XALev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9Q4XALev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9Q4XALev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9Q4XALev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9Q4XALev nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9Q4XALev nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9Q4XALev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9Q4XALev .navbar-dropdown {
  padding: 0;
}
.cid-uL9Q4XALev a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9Q4XALev .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL9Q4XALev .navbar {
    height: 70px;
  }
  .cid-uL9Q4XALev .navbar.opened {
    height: auto;
  }
  .cid-uL9Q4XALev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9Q4XALev .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uL9Q4XALev .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uL9Q4XALev .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uL9Q4XALev .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uL9Q4XALev .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uL9Q4XALev .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uL9Q4XALev .nav-item .nav-link {
  position: relative !important;
}
.cid-uL9Q4XALev .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uL9Q4XALev .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uL9Q4XALev .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uL9Q4XALev .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uL9Q4XALev .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uL9Q4XALev .tel-menu {
    display: none;
  }
}
.cid-uL9Q4XALev .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uL9Q4XALev .mbr-text {
    text-align: center !important;
  }
}
.cid-uL9Q4XALev .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uL9Q4XALev .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uL9Q4XALev .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uL9Q4XALev .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uL9Q4XALev .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uL9Q4XALev .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uL9Q4XALev .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uL9Q4YdbtK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL9Q4YdbtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9Q4YdbtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9Q4YdbtK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL9Q4YdbtK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uL9Q4YdbtK .container {
    padding: 0 24px;
  }
}
.cid-uL9Q4YdbtK .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #ffffff;
  }
}
.cid-uL9Q4YdbtK .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uL9Q4YdbtK .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uL9Q4YdbtK .mbr-section-title {
  color: #18212d;
}
.cid-uL9Q4YdbtK .mbr-desc,
.cid-uL9Q4YdbtK .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL9Q4YdbtK .mbr-text,
.cid-uL9Q4YdbtK .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uL9Q4YdbtK .mbr-rating {
  color: #EFCC4E;
}
.cid-uL9Q4YdbtK .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uL9Q4YdbtK .mbr-section-title,
.cid-uL9Q4YdbtK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL9Q4YdbtK .mbr-rating,
.cid-uL9Q4YdbtK .rating-wrapper,
.cid-uL9Q4YdbtK .people-wrapper {
  text-align: center;
}
.cid-uL9R5LOBHz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uL9R5LOBHz .mbr-text {
  color: #000000;
}
.cid-uL9Q4Zhspx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uL9Q4Zhspx .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uL9Q4Zhspx .row {
  border-bottom: 1px solid #808080;
}
.cid-uL9Q4Zhspx H2 {
  color: #e7272d;
}
.cid-uL9Q4Zhspx .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uL9Q4Zhspx .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uL9Q4Zhspx .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9Q4Zhspx .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9Q4Zhspx .col-lg-12 {
  overflow: hidden;
}
.cid-uL9Q4Zhspx H4 {
  color: #fbbe36;
}
.cid-uL9Q4Zhspx .mbr-text,
.cid-uL9Q4Zhspx .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uL9Q4Zhspx .logo-wrap:before {
    content: none;
  }
  .cid-uL9Q4Zhspx .logo-wrap:after {
    content: none;
  }
}
.cid-uL9Q4Zhspx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9Q4Zhspx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9Q4Zhspx H3 {
  color: #fbbe36;
}
.cid-uL9Sr8Tktq .navbar-dropdown {
  position: relative !important;
}
.cid-uL9Sr8Tktq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9Sr8Tktq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL9Sr8Tktq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL9Sr8Tktq .dropdown-item:hover,
.cid-uL9Sr8Tktq .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uL9Sr8Tktq .dropdown-item:hover span {
  color: white;
}
.cid-uL9Sr8Tktq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL9Sr8Tktq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL9Sr8Tktq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL9Sr8Tktq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL9Sr8Tktq .nav-link {
  position: relative;
}
.cid-uL9Sr8Tktq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .container {
    flex-wrap: nowrap;
  }
}
.cid-uL9Sr8Tktq .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL9Sr8Tktq .dropdown-menu,
.cid-uL9Sr8Tktq .navbar.opened {
  background: #ffffff !important;
}
.cid-uL9Sr8Tktq .nav-item:focus,
.cid-uL9Sr8Tktq .nav-link:focus {
  outline: none;
}
.cid-uL9Sr8Tktq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9Sr8Tktq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9Sr8Tktq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9Sr8Tktq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9Sr8Tktq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9Sr8Tktq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9Sr8Tktq .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uL9Sr8Tktq .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9Sr8Tktq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9Sr8Tktq .navbar .navbar-logo img {
  width: auto;
}
.cid-uL9Sr8Tktq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL9Sr8Tktq .navbar.collapsed {
  justify-content: center;
}
.cid-uL9Sr8Tktq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9Sr8Tktq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uL9Sr8Tktq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9Sr8Tktq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9Sr8Tktq .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-uL9Sr8Tktq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9Sr8Tktq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9Sr8Tktq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL9Sr8Tktq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9Sr8Tktq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9Sr8Tktq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9Sr8Tktq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9Sr8Tktq .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-uL9Sr8Tktq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL9Sr8Tktq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL9Sr8Tktq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9Sr8Tktq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL9Sr8Tktq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9Sr8Tktq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9Sr8Tktq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL9Sr8Tktq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL9Sr8Tktq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL9Sr8Tktq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL9Sr8Tktq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9Sr8Tktq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9Sr8Tktq .dropdown-item.active,
.cid-uL9Sr8Tktq .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9Sr8Tktq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9Sr8Tktq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9Sr8Tktq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9Sr8Tktq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL9Sr8Tktq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL9Sr8Tktq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9Sr8Tktq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL9Sr8Tktq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL9Sr8Tktq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL9Sr8Tktq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9Sr8Tktq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9Sr8Tktq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9Sr8Tktq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9Sr8Tktq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9Sr8Tktq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9Sr8Tktq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9Sr8Tktq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9Sr8Tktq .navbar-dropdown {
  padding: 0;
}
.cid-uL9Sr8Tktq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9Sr8Tktq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL9Sr8Tktq .navbar {
    height: 70px;
  }
  .cid-uL9Sr8Tktq .navbar.opened {
    height: auto;
  }
  .cid-uL9Sr8Tktq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9Sr8Tktq .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uL9Sr8Tktq .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uL9Sr8Tktq .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uL9Sr8Tktq .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uL9Sr8Tktq .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uL9Sr8Tktq .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uL9Sr8Tktq .nav-item .nav-link {
  position: relative !important;
}
.cid-uL9Sr8Tktq .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uL9Sr8Tktq .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uL9Sr8Tktq .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uL9Sr8Tktq .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uL9Sr8Tktq .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uL9Sr8Tktq .tel-menu {
    display: none;
  }
}
.cid-uL9Sr8Tktq .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uL9Sr8Tktq .mbr-text {
    text-align: center !important;
  }
}
.cid-uL9Sr8Tktq .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uL9Sr8Tktq .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uL9Sr8Tktq .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uL9Sr8Tktq .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uL9Sr8Tktq .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uL9Sr8Tktq .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uL9Sr8Tktq .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uL9SHpFEHE {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uL9SHpFEHE .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-uL9SHpFEHE .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #f7920e;
}
.cid-uL9SHpFEHE .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #369425;
}
.cid-uL9SHpFEHE .wrap .mbr-section-subtitle {
  color: #369425;
  display: inline-block;
  margin-right: 20px;
}
.cid-uL9SHpFEHE .wrap .ico-line {
  display: inline-block;
}
.cid-uL9SHpFEHE .wrap .ico-line .mbr-iconfont {
  color: #279e64;
  font-size: 14px;
}
.cid-uL9SHpFEHE .col-md-12:last-child .wrap,
.cid-uL9SHpFEHE .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-uL9SHpFEHE .col-md-12.last-child .wrap,
.cid-uL9SHpFEHE .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-uL9SHpFEHE * {
    text-align: left;
  }
  .cid-uL9SHpFEHE .ico1 {
    display: none;
  }
}
.cid-uL9SHpFEHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9SHpFEHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9SHpFEHE .wrap .content .mbr-text {
  color: #000000;
}
.cid-uL9SHpFEHE .wrap .content .mbr-section-subtitle,
.cid-uL9SHpFEHE .wrap .content .author {
  color: #000000;
}
.cid-uL9SraIieM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uL9SraIieM .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uL9SraIieM .row {
  border-bottom: 1px solid #808080;
}
.cid-uL9SraIieM H2 {
  color: #e7272d;
}
.cid-uL9SraIieM .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uL9SraIieM .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uL9SraIieM .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9SraIieM .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9SraIieM .col-lg-12 {
  overflow: hidden;
}
.cid-uL9SraIieM H4 {
  color: #fbbe36;
}
.cid-uL9SraIieM .mbr-text,
.cid-uL9SraIieM .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uL9SraIieM .logo-wrap:before {
    content: none;
  }
  .cid-uL9SraIieM .logo-wrap:after {
    content: none;
  }
}
.cid-uL9SraIieM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9SraIieM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9SraIieM H3 {
  color: #fbbe36;
}
.cid-uL9XdM1ul2 .navbar-dropdown {
  position: relative !important;
}
.cid-uL9XdM1ul2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9XdM1ul2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL9XdM1ul2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL9XdM1ul2 .dropdown-item:hover,
.cid-uL9XdM1ul2 .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uL9XdM1ul2 .dropdown-item:hover span {
  color: white;
}
.cid-uL9XdM1ul2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL9XdM1ul2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL9XdM1ul2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL9XdM1ul2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL9XdM1ul2 .nav-link {
  position: relative;
}
.cid-uL9XdM1ul2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL9XdM1ul2 .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL9XdM1ul2 .dropdown-menu,
.cid-uL9XdM1ul2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uL9XdM1ul2 .nav-item:focus,
.cid-uL9XdM1ul2 .nav-link:focus {
  outline: none;
}
.cid-uL9XdM1ul2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9XdM1ul2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9XdM1ul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9XdM1ul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9XdM1ul2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9XdM1ul2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9XdM1ul2 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uL9XdM1ul2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9XdM1ul2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9XdM1ul2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL9XdM1ul2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL9XdM1ul2 .navbar.collapsed {
  justify-content: center;
}
.cid-uL9XdM1ul2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9XdM1ul2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uL9XdM1ul2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9XdM1ul2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9XdM1ul2 .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-uL9XdM1ul2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9XdM1ul2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9XdM1ul2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL9XdM1ul2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9XdM1ul2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9XdM1ul2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9XdM1ul2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9XdM1ul2 .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-uL9XdM1ul2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL9XdM1ul2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL9XdM1ul2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9XdM1ul2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL9XdM1ul2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9XdM1ul2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9XdM1ul2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL9XdM1ul2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL9XdM1ul2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL9XdM1ul2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL9XdM1ul2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9XdM1ul2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9XdM1ul2 .dropdown-item.active,
.cid-uL9XdM1ul2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9XdM1ul2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9XdM1ul2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9XdM1ul2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9XdM1ul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL9XdM1ul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL9XdM1ul2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9XdM1ul2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL9XdM1ul2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL9XdM1ul2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL9XdM1ul2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL9XdM1ul2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9XdM1ul2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL9XdM1ul2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL9XdM1ul2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9XdM1ul2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9XdM1ul2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9XdM1ul2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9XdM1ul2 .navbar-dropdown {
  padding: 0;
}
.cid-uL9XdM1ul2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9XdM1ul2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL9XdM1ul2 .navbar {
    height: 70px;
  }
  .cid-uL9XdM1ul2 .navbar.opened {
    height: auto;
  }
  .cid-uL9XdM1ul2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9XdM1ul2 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uL9XdM1ul2 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uL9XdM1ul2 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uL9XdM1ul2 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uL9XdM1ul2 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uL9XdM1ul2 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uL9XdM1ul2 .nav-item .nav-link {
  position: relative !important;
}
.cid-uL9XdM1ul2 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uL9XdM1ul2 .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uL9XdM1ul2 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uL9XdM1ul2 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uL9XdM1ul2 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uL9XdM1ul2 .tel-menu {
    display: none;
  }
}
.cid-uL9XdM1ul2 .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uL9XdM1ul2 .mbr-text {
    text-align: center !important;
  }
}
.cid-uL9XdM1ul2 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uL9XdM1ul2 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uL9XdM1ul2 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uL9XdM1ul2 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uL9XdM1ul2 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uL9XdM1ul2 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uL9XdM1ul2 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
#custom-html-6q {
  /* Type valid CSS here */
}
#custom-html-6q div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-6q p {
  font-size: 5px;
  color: #777;
}
.cid-uL9XdNMs9C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uL9XdNMs9C .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uL9XdNMs9C .row {
  border-bottom: 1px solid #808080;
}
.cid-uL9XdNMs9C H2 {
  color: #e7272d;
}
.cid-uL9XdNMs9C .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uL9XdNMs9C .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uL9XdNMs9C .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9XdNMs9C .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uL9XdNMs9C .col-lg-12 {
  overflow: hidden;
}
.cid-uL9XdNMs9C H4 {
  color: #fbbe36;
}
.cid-uL9XdNMs9C .mbr-text,
.cid-uL9XdNMs9C .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uL9XdNMs9C .logo-wrap:before {
    content: none;
  }
  .cid-uL9XdNMs9C .logo-wrap:after {
    content: none;
  }
}
.cid-uL9XdNMs9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9XdNMs9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9XdNMs9C H3 {
  color: #fbbe36;
}
