body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #030c49 !important;
}
.bg-info {
  background-color: #f9eb17 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f9eb17 !important;
  border-color: #f9eb17 !important;
  color: #111000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #111000 !important;
  background-color: #bfb305 !important;
  border-color: #bfb305 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #111000 !important;
  background-color: #bfb305 !important;
  border-color: #bfb305 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #030c49 !important;
  border-color: #030c49 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #a69c04;
  color: #a69c04;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #111000;
  background-color: #f9eb17;
  border-color: #f9eb17;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #111000 !important;
  background-color: #f9eb17 !important;
  border-color: #f9eb17 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #030c49;
  border-color: #030c49;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #030c49 !important;
  border-color: #030c49 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4a52 !important;
}
.text-secondary {
  color: #1ec6b6 !important;
}
.text-success {
  color: #030c49 !important;
}
.text-info {
  color: #f9eb17 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #116d65 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a69c04 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb17;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3b53f7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fefcde;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !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: #1ec6b6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff4a52' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uAuZRGoKTd .navbar-dropdown {
  position: relative !important;
}
.cid-uAuZRGoKTd .navbar-dropdown {
  position: absolute !important;
}
.cid-uAuZRGoKTd .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-uAuZRGoKTd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uAuZRGoKTd .dropdown-item:hover,
.cid-uAuZRGoKTd .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uAuZRGoKTd .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAuZRGoKTd .nav-link {
  position: relative;
  padding: 0;
}
.cid-uAuZRGoKTd .container {
  display: flex;
  margin: auto;
}
.cid-uAuZRGoKTd .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAuZRGoKTd .dropdown-menu,
.cid-uAuZRGoKTd .navbar.opened {
  background: #656565 !important;
}
.cid-uAuZRGoKTd .nav-item:focus,
.cid-uAuZRGoKTd .nav-link:focus {
  outline: none;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAuZRGoKTd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAuZRGoKTd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAuZRGoKTd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uAuZRGoKTd .navbar.opened {
  transition: all 0.3s;
}
.cid-uAuZRGoKTd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAuZRGoKTd .navbar .navbar-logo img {
  width: auto;
}
.cid-uAuZRGoKTd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAuZRGoKTd .navbar.collapsed {
  justify-content: center;
}
.cid-uAuZRGoKTd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAuZRGoKTd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAuZRGoKTd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAuZRGoKTd .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-uAuZRGoKTd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAuZRGoKTd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAuZRGoKTd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAuZRGoKTd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAuZRGoKTd .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-uAuZRGoKTd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAuZRGoKTd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAuZRGoKTd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAuZRGoKTd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAuZRGoKTd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAuZRGoKTd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAuZRGoKTd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAuZRGoKTd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAuZRGoKTd .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-uAuZRGoKTd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAuZRGoKTd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAuZRGoKTd .dropdown-item.active,
.cid-uAuZRGoKTd .dropdown-item:active {
  background-color: transparent;
}
.cid-uAuZRGoKTd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAuZRGoKTd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uAuZRGoKTd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAuZRGoKTd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAuZRGoKTd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAuZRGoKTd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAuZRGoKTd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAuZRGoKTd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAuZRGoKTd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAuZRGoKTd .navbar {
    height: 70px;
  }
  .cid-uAuZRGoKTd .navbar.opened {
    height: auto;
  }
  .cid-uAuZRGoKTd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAuZRGoKTd .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uAuZRGoKTd .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uAuZRGoKTd a {
  display: inline;
  font-weight: bold;
}
.cid-uAuZRGoKTd img {
  display: inline;
  padding-right: 10px;
}
.cid-uAuZRGoKTd .dropdown-toggle:after {
  display: none;
}
.cid-uAuZRGoKTd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uAuZRGoKTd .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uAuZRGoKTd .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uyHSmnJeHn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyHSmnJeHn .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uyHSmnJeHn .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uyHSmnJeHn .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uyHSmnJeHn .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uyHSmnJeHn .embla {
    margin-bottom: 80px;
  }
}
.cid-uyHSmnJeHn .mbr-section-title {
  color: #181817;
}
.cid-uyHSmnJeHn .mbr-section-subtitle {
  color: #181817;
  margin-top: 24px;
}
.cid-uyHSmnJeHn .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uyHSmnJeHn .item:focus,
.cid-uyHSmnJeHn span:focus {
  outline: none;
}
.cid-uyHSmnJeHn .slide-content {
  position: relative;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .slide-content {
    padding: 16px;
  }
}
.cid-uyHSmnJeHn .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uyHSmnJeHn .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uyHSmnJeHn .embla__slide {
    max-width: initial;
  }
}
.cid-uyHSmnJeHn .item-content {
  margin-top: 24px;
}
.cid-uyHSmnJeHn .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uyHSmnJeHn .item-img {
  width: 100%;
  height: 206px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .item-img {
    height: 162px;
  }
}
.cid-uyHSmnJeHn .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyHSmnJeHn .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .label-container {
    flex-wrap: wrap;
  }
}
.cid-uyHSmnJeHn .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uyHSmnJeHn .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uyHSmnJeHn .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uyHSmnJeHn .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uyHSmnJeHn .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uyHSmnJeHn .date-text {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .date-text {
    max-width: 100%;
  }
}
.cid-uyHSmnJeHn .item-title {
  color: #efefef;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-uyHSmnJeHn .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uyHSmnJeHn .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uyHSmnJeHn .item-subtitle {
  text-align: left;
}
.cid-uyHSmnJeHn .embla__button--next,
.cid-uyHSmnJeHn .embla__button--prev {
  display: flex;
}
.cid-uyHSmnJeHn .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  .cid-uyHSmnJeHn .embla__button-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uyHSmnJeHn .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uyHSmnJeHn .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uyHSmnJeHn .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uyHSmnJeHn .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uyHSmnJeHn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyHSmnJeHn .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uyHSmnJeHn .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uyHSmnJeHn .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uyHSmnJeHn .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uyHSmnJeHn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uyHSmnJeHn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyHSmnJeHn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyHSmnJeHn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyHSmnJeHn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tOuPIGqMaz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-tOuPIGqMaz .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-tOuPIGqMaz .ico span {
  font-size: 1.5rem;
  color: #181817;
}
.cid-tOuPIGqMaz .relative {
  position: relative;
}
.cid-tOuPIGqMaz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOuPIGqMaz .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-tOuPIGqMaz .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-tOuPIGqMaz .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-tOuPIGqMaz .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-tOuPIGqMaz .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-tOuPIGqMaz .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-tOuPIGqMaz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-tOuPIGqMaz .mbr-iconfont-btn {
  margin: 0;
}
.cid-tOuPIGqMaz .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-tOuPIGqMaz input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-tOuPIGqMaz input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-tOuPIGqMaz input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-tOuPIGqMaz .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-tOuPIGqMaz .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tOuPIGqMaz .form-group {
    margin-bottom: 2rem;
  }
  .cid-tOuPIGqMaz .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-tOuPIGqMaz .input-group-btn {
    margin: auto;
  }
}
.cid-tOuPIGqMaz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOuPIGqMaz .mbr-section-sub-title {
  color: #000000;
  text-align: center;
}
.cid-tOuPIGqMaz LABEL {
  color: #000000;
}
.cid-uzToxNyGzF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzToxNyGzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzToxNyGzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzToxNyGzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzToxNyGzF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzToxNyGzF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzToxNyGzF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzToxNyGzF .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uzToxNyGzF .mbr-text,
.cid-uzToxNyGzF .mbr-section-btn {
  color: #353535;
  text-align: justify;
  text-justify: inter-word;
}
.cid-uzVB4AGO2J {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #9e9e9e;
}
.cid-uzVB4AGO2J .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uzVB4AGO2J .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uzVB4AGO2J .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uzVB4AGO2J .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uzVB4AGO2J .embla {
    margin-bottom: 80px;
  }
}
.cid-uzVB4AGO2J .mbr-section-title {
  color: #ffffff;
}
.cid-uzVB4AGO2J .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uzVB4AGO2J .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uzVB4AGO2J .item:focus,
.cid-uzVB4AGO2J span:focus {
  outline: none;
}
.cid-uzVB4AGO2J .slide-content {
  position: relative;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .slide-content {
    padding: 16px;
  }
}
.cid-uzVB4AGO2J .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uzVB4AGO2J .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uzVB4AGO2J .embla__slide {
    max-width: initial;
  }
}
.cid-uzVB4AGO2J .item-content {
  margin-top: 24px;
}
.cid-uzVB4AGO2J .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uzVB4AGO2J .item-img {
  width: 100%;
  height: 309px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .item-img {
    height: 243px;
  }
}
.cid-uzVB4AGO2J .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVB4AGO2J .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .label-container {
    flex-wrap: wrap;
  }
}
.cid-uzVB4AGO2J .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uzVB4AGO2J .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uzVB4AGO2J .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uzVB4AGO2J .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uzVB4AGO2J .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uzVB4AGO2J .date-text {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .date-text {
    max-width: 100%;
  }
}
.cid-uzVB4AGO2J .item-title {
  color: #efefef;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-uzVB4AGO2J .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uzVB4AGO2J .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uzVB4AGO2J .item-subtitle {
  text-align: left;
}
.cid-uzVB4AGO2J .embla__button--next,
.cid-uzVB4AGO2J .embla__button--prev {
  display: flex;
}
.cid-uzVB4AGO2J .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  .cid-uzVB4AGO2J .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uzVB4AGO2J .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uzVB4AGO2J .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uzVB4AGO2J .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uzVB4AGO2J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzVB4AGO2J .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uzVB4AGO2J .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uzVB4AGO2J .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uzVB4AGO2J .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uzVB4AGO2J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzVB4AGO2J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzVB4AGO2J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzVB4AGO2J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzVB4AGO2J .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzVPH6qfJj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzVPH6qfJj .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-uzVPH6qfJj .mbr-text {
  color: #000000;
}
.cid-uzVPH6qfJj p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-uzVPH6qfJj .card {
    margin-bottom: 2rem;
  }
}
.cid-uzVPH6qfJj .mbr-section-sub-title {
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
}
.cid-uzVPH6qfJj .mbr-section-title {
  text-align: center;
  color: #181817;
}
.cid-uzVPH6qfJj .card-title,
.cid-uzVPH6qfJj .card-img {
  color: #000000;
}
.cid-uAsAtLRKK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAsAtLRKK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAsAtLRKK6 .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uAsAtLRKK6 .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uAsAtLRKK6 .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uAsAtLRKK6 .item-wrapper:hover .card-title,
.cid-uAsAtLRKK6 .item-wrapper:hover .card-text,
.cid-uAsAtLRKK6 .item-wrapper:hover .card-link,
.cid-uAsAtLRKK6 .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uAsAtLRKK6 .item-wrapper:hover span {
  color: #ff4a52;
}
.cid-uAsAtLRKK6 .card-title,
.cid-uAsAtLRKK6 .card-text,
.cid-uAsAtLRKK6 .card-link,
.cid-uAsAtLRKK6 .card-link a {
  transition: all 0.3s;
}
.cid-uAsAtLRKK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAsAtLRKK6 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uAsAtLRKK6 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uAsAtLRKK6 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uAsAtLRKK6 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uAsAtLRKK6 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uAsAtLRKK6 .card-title,
.cid-uAsAtLRKK6 .iconfont-wrapper {
  color: #000000;
}
.cid-uAsAtLRKK6 .card-text {
  color: #232323;
}
.cid-uAsAtLRKK6 .content-head {
  max-width: 800px;
}
.cid-uAsAtLRKK6 .mbr-section-title {
  color: #000000;
}
.cid-uAsAtLRKK6 .card-link,
.cid-uAsAtLRKK6 .link-icon,
.cid-uAsAtLRKK6 .link-align {
  color: #232323;
}
.cid-uAvMWXehhc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uAvMWXehhc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uAvMWXehhc .row {
  border-bottom: 1px solid #808080;
}
.cid-uAvMWXehhc H2 {
  color: #e7272d;
}
.cid-uAvMWXehhc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uAvMWXehhc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uAvMWXehhc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uAvMWXehhc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uAvMWXehhc .col-lg-12 {
  overflow: hidden;
}
.cid-uAvMWXehhc H4 {
  color: #fbbe36;
}
.cid-uAvMWXehhc .mbr-text,
.cid-uAvMWXehhc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uAvMWXehhc .logo-wrap:before {
    content: none;
  }
  .cid-uAvMWXehhc .logo-wrap:after {
    content: none;
  }
}
.cid-uAvMWXehhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAvMWXehhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAvMWXehhc H3 {
  text-align: left;
}
.cid-uAvNaMcgJu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uAvNaMcgJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAvNaMcgJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAvNaMcgJu .row {
  justify-content: flex-start;
}
.cid-uAvNaMcgJu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uAvNaMcgJu .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  position: relative !important;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  position: absolute !important;
}
.cid-uB1TG4URwZ .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-uB1TG4URwZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB1TG4URwZ .dropdown-item:hover,
.cid-uB1TG4URwZ .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uB1TG4URwZ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1TG4URwZ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB1TG4URwZ .container {
  display: flex;
  margin: auto;
}
.cid-uB1TG4URwZ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1TG4URwZ .dropdown-menu,
.cid-uB1TG4URwZ .navbar.opened {
  background: #656565 !important;
}
.cid-uB1TG4URwZ .nav-item:focus,
.cid-uB1TG4URwZ .nav-link:focus {
  outline: none;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1TG4URwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1TG4URwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1TG4URwZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uB1TG4URwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1TG4URwZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB1TG4URwZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1TG4URwZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1TG4URwZ .navbar.collapsed {
  justify-content: center;
}
.cid-uB1TG4URwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1TG4URwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1TG4URwZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1TG4URwZ .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-uB1TG4URwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1TG4URwZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1TG4URwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1TG4URwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1TG4URwZ .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-uB1TG4URwZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1TG4URwZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1TG4URwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1TG4URwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1TG4URwZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB1TG4URwZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB1TG4URwZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1TG4URwZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB1TG4URwZ .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-uB1TG4URwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1TG4URwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1TG4URwZ .dropdown-item.active,
.cid-uB1TG4URwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1TG4URwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1TG4URwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uB1TG4URwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1TG4URwZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1TG4URwZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1TG4URwZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1TG4URwZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB1TG4URwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1TG4URwZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB1TG4URwZ .navbar {
    height: 70px;
  }
  .cid-uB1TG4URwZ .navbar.opened {
    height: auto;
  }
  .cid-uB1TG4URwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1TG4URwZ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB1TG4URwZ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB1TG4URwZ a {
  display: inline;
  font-weight: bold;
}
.cid-uB1TG4URwZ img {
  display: inline;
  padding-right: 10px;
}
.cid-uB1TG4URwZ .dropdown-toggle:after {
  display: none;
}
.cid-uB1TG4URwZ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB1TG4URwZ .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uB1TG4URwZ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB7lKydjhg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uB7lKydjhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7lKydjhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7lKydjhg .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #eafa72;
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uB7lKydjhg .image-wrapper {
  position: relative;
}
.cid-uB7lKydjhg .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uB7lKydjhg .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper::after {
    display: none;
  }
}
.cid-uB7lKydjhg .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #030c49;
}
.cid-uB7lKydjhg .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uB7lKydjhg .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper .image_2 {
    margin: 0;
  }
}
.cid-uB7lKydjhg .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.cid-uB7lKydjhg .mbr-section-title {
  color: #101511;
}
.cid-uB7lKydjhg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uB7lKydjhg .mbr-section-title,
.cid-uB7lKydjhg .mbr-section-btn {
  color: #ffffff;
}
.cid-uB1TG6xYFK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB1TG6xYFK .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uB1TG6xYFK .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uB1TG6xYFK .embla {
    margin-bottom: 80px;
  }
}
.cid-uB1TG6xYFK .mbr-section-title {
  color: #181817;
}
.cid-uB1TG6xYFK .mbr-section-subtitle {
  color: #181817;
  margin-top: 24px;
}
.cid-uB1TG6xYFK .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uB1TG6xYFK .item:focus,
.cid-uB1TG6xYFK span:focus {
  outline: none;
}
.cid-uB1TG6xYFK .slide-content {
  position: relative;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .slide-content {
    padding: 16px;
  }
}
.cid-uB1TG6xYFK .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uB1TG6xYFK .embla__slide {
    max-width: initial;
  }
}
.cid-uB1TG6xYFK .item-content {
  margin-top: 24px;
}
.cid-uB1TG6xYFK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uB1TG6xYFK .item-img {
  width: 100%;
  height: 206px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .item-img {
    height: 162px;
  }
}
.cid-uB1TG6xYFK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1TG6xYFK .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .label-container {
    flex-wrap: wrap;
  }
}
.cid-uB1TG6xYFK .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uB1TG6xYFK .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uB1TG6xYFK .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uB1TG6xYFK .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uB1TG6xYFK .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uB1TG6xYFK .date-text {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .date-text {
    max-width: 100%;
  }
}
.cid-uB1TG6xYFK .item-title {
  color: #efefef;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-uB1TG6xYFK .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uB1TG6xYFK .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uB1TG6xYFK .item-subtitle {
  text-align: left;
}
.cid-uB1TG6xYFK .embla__button--next,
.cid-uB1TG6xYFK .embla__button--prev {
  display: flex;
}
.cid-uB1TG6xYFK .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  .cid-uB1TG6xYFK .embla__button-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uB1TG6xYFK .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uB1TG6xYFK .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uB1TG6xYFK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uB1TG6xYFK .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uB1TG6xYFK .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uB1TG6xYFK .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uB1TG6xYFK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uB1TG6xYFK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uB1TG6xYFK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uB1TG6xYFK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uB1TG6xYFK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uB1TG8fxvd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-uB1TG8fxvd .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uB1TG8fxvd .ico span {
  font-size: 1.5rem;
  color: #181817;
}
.cid-uB1TG8fxvd .relative {
  position: relative;
}
.cid-uB1TG8fxvd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB1TG8fxvd .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uB1TG8fxvd .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uB1TG8fxvd .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-uB1TG8fxvd .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-uB1TG8fxvd .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-uB1TG8fxvd .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-uB1TG8fxvd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-uB1TG8fxvd .mbr-iconfont-btn {
  margin: 0;
}
.cid-uB1TG8fxvd .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uB1TG8fxvd input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uB1TG8fxvd input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uB1TG8fxvd input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uB1TG8fxvd .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uB1TG8fxvd .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uB1TG8fxvd .form-group {
    margin-bottom: 2rem;
  }
  .cid-uB1TG8fxvd .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uB1TG8fxvd .input-group-btn {
    margin: auto;
  }
}
.cid-uB1TG8fxvd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uB1TG8fxvd .mbr-section-sub-title {
  color: #000000;
  text-align: center;
}
.cid-uB1TG8fxvd LABEL {
  color: #000000;
}
.cid-uB1TG9qb1h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB1TG9qb1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TG9qb1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uB1TG9qb1h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1TG9qb1h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uB1TG9qb1h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uB1TG9qb1h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uB1TG9qb1h .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uB1TG9qb1h .mbr-text,
.cid-uB1TG9qb1h .mbr-section-btn {
  color: #353535;
  text-align: justify;
  text-justify: inter-word;
}
.cid-uB1TGdhUQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB1TGdhUQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TGdhUQm .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uB1TGdhUQm .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uB1TGdhUQm .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uB1TGdhUQm .item-wrapper:hover .card-title,
.cid-uB1TGdhUQm .item-wrapper:hover .card-text,
.cid-uB1TGdhUQm .item-wrapper:hover .card-link,
.cid-uB1TGdhUQm .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uB1TGdhUQm .item-wrapper:hover span {
  color: #ff4a52;
}
.cid-uB1TGdhUQm .card-title,
.cid-uB1TGdhUQm .card-text,
.cid-uB1TGdhUQm .card-link,
.cid-uB1TGdhUQm .card-link a {
  transition: all 0.3s;
}
.cid-uB1TGdhUQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1TGdhUQm .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uB1TGdhUQm .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uB1TGdhUQm .link-wrapper:hover {
  cursor: pointer;
}
.cid-uB1TGdhUQm .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uB1TGdhUQm .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uB1TGdhUQm .card-title,
.cid-uB1TGdhUQm .iconfont-wrapper {
  color: #000000;
}
.cid-uB1TGdhUQm .card-text {
  color: #232323;
}
.cid-uB1TGdhUQm .content-head {
  max-width: 800px;
}
.cid-uB1TGdhUQm .mbr-section-title {
  color: #000000;
}
.cid-uB1TGdhUQm .card-link,
.cid-uB1TGdhUQm .link-icon,
.cid-uB1TGdhUQm .link-align {
  color: #232323;
}
.cid-uB1TGemNgc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uB1TGemNgc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uB1TGemNgc .row {
  border-bottom: 1px solid #808080;
}
.cid-uB1TGemNgc H2 {
  color: #e7272d;
}
.cid-uB1TGemNgc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uB1TGemNgc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uB1TGemNgc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB1TGemNgc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB1TGemNgc .col-lg-12 {
  overflow: hidden;
}
.cid-uB1TGemNgc H4 {
  color: #fbbe36;
}
.cid-uB1TGemNgc .mbr-text,
.cid-uB1TGemNgc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1TGemNgc .logo-wrap:before {
    content: none;
  }
  .cid-uB1TGemNgc .logo-wrap:after {
    content: none;
  }
}
.cid-uB1TGemNgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TGemNgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1TGemNgc H3 {
  text-align: left;
}
.cid-uB1TGfcEbC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uB1TGfcEbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TGfcEbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1TGfcEbC .row {
  justify-content: flex-start;
}
.cid-uB1TGfcEbC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB1TGfcEbC .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uB7spc1w9o .navbar-dropdown {
  position: relative !important;
}
.cid-uB7spc1w9o .navbar-dropdown {
  position: absolute !important;
}
.cid-uB7spc1w9o .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-uB7spc1w9o .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB7spc1w9o .dropdown-item:hover,
.cid-uB7spc1w9o .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uB7spc1w9o .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB7spc1w9o .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB7spc1w9o .container {
  display: flex;
  margin: auto;
}
.cid-uB7spc1w9o .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB7spc1w9o .dropdown-menu,
.cid-uB7spc1w9o .navbar.opened {
  background: #656565 !important;
}
.cid-uB7spc1w9o .nav-item:focus,
.cid-uB7spc1w9o .nav-link:focus {
  outline: none;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7spc1w9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7spc1w9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7spc1w9o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uB7spc1w9o .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7spc1w9o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB7spc1w9o .navbar .navbar-logo img {
  width: auto;
}
.cid-uB7spc1w9o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB7spc1w9o .navbar.collapsed {
  justify-content: center;
}
.cid-uB7spc1w9o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7spc1w9o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB7spc1w9o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7spc1w9o .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-uB7spc1w9o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB7spc1w9o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB7spc1w9o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7spc1w9o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB7spc1w9o .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-uB7spc1w9o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB7spc1w9o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB7spc1w9o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB7spc1w9o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7spc1w9o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB7spc1w9o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7spc1w9o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB7spc1w9o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7spc1w9o .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-uB7spc1w9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB7spc1w9o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7spc1w9o .dropdown-item.active,
.cid-uB7spc1w9o .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7spc1w9o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7spc1w9o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uB7spc1w9o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7spc1w9o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7spc1w9o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB7spc1w9o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7spc1w9o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7spc1w9o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB7spc1w9o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB7spc1w9o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7spc1w9o .navbar {
    height: 70px;
  }
  .cid-uB7spc1w9o .navbar.opened {
    height: auto;
  }
  .cid-uB7spc1w9o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7spc1w9o .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB7spc1w9o .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB7spc1w9o a {
  display: inline;
  font-weight: bold;
}
.cid-uB7spc1w9o img {
  display: inline;
  padding-right: 10px;
}
.cid-uB7spc1w9o .dropdown-toggle:after {
  display: none;
}
.cid-uB7spc1w9o .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB7spc1w9o .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uB7spc1w9o .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB9D8khIeA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uB9D8khIeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9D8khIeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9D8khIeA .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #eafa72;
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uB9D8khIeA .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uB9D8khIeA .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uB9D8khIeA .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #000000;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper::after {
    display: none;
  }
}
.cid-uB9D8khIeA .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #030c49;
}
.cid-uB9D8khIeA .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uB9D8khIeA .mbr-section-title {
  color: #101511;
}
.cid-uB9D8khIeA .mbr-text {
  color: #6e716f;
}
.cid-uB9D8khIeA .mbr-section-title,
.cid-uB9D8khIeA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uB9w6c2zU4 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uB9w6c2zU4 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uB9w6c2zU4 .ico span {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uB9w6c2zU4 .relative {
  position: relative;
}
.cid-uB9w6c2zU4 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uB9w6c2zU4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB9w6c2zU4 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uB9w6c2zU4 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uB9w6c2zU4 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uB9w6c2zU4 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uB9w6c2zU4 .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .mbr-iconfont-btn {
  margin: 0;
}
.cid-uB9w6c2zU4 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uB9w6c2zU4 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uB9w6c2zU4 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uB9w6c2zU4 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uB9w6c2zU4 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uB9w6c2zU4 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uB9w6c2zU4 .form-group {
    margin-bottom: 2rem;
  }
  .cid-uB9w6c2zU4 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uB9w6c2zU4 .input-group-btn {
    margin: auto;
  }
  .cid-uB9w6c2zU4 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uB9w6c2zU4 .mbr-section-title {
  text-align: center;
  color: #181817;
}
.cid-uB9w6c2zU4 .mbr-section-sub-title {
  color: #181817;
  text-align: center;
}
.cid-uB9w6c2zU4 LABEL {
  color: #181817;
}
.cid-uB9yULoN6p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ececec;
  display: flex;
  align-items: center;
}
.cid-uB9yULoN6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9yULoN6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9yULoN6p .row {
  justify-content: flex-start;
}
.cid-uB9yULoN6p .mbr-section-title {
  color: #181817;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB9yULoN6p .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uB7w5rfVKp {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uB7w5rfVKp .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .row {
  margin: 0;
}
.cid-uB7w5rfVKp .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uB7w5rfVKp .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uB7w5rfVKp .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uB7w5rfVKp .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uB7w5rfVKp .mbr-shop .hide-modal {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uB7w5rfVKp .mbr-shop .filter-by-pu,
.cid-uB7w5rfVKp .mbr-shop .filter-by-pd,
.cid-uB7w5rfVKp .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uB7w5rfVKp .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uB7w5rfVKp .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem h4,
.cid-uB7w5rfVKp .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem h5,
.cid-uB7w5rfVKp .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem p,
.cid-uB7w5rfVKp .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uB7w5rfVKp .mbr-shop .item-button {
  text-align: center;
}
.cid-uB7w5rfVKp .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided h4,
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided h5,
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uB7w5rfVKp .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uB7w5rfVKp .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uB7w5rfVKp .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uB7w5rfVKp .mbr-shop .range-controls {
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uB7w5rfVKp .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uB7w5rfVKp .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uB7w5rfVKp .mbr-shop .toggle:hover,
.cid-uB7w5rfVKp .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uB7w5rfVKp .mbr-shop .min-toggle {
  left: 0;
}
.cid-uB7w5rfVKp .mbr-shop .max-toggle {
  right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .hided-by-price {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uB7w5rfVKp .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uB7w5rfVKp .mbr-shop .shop-items .onsale,
.cid-uB7w5rfVKp .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uB7w5rfVKp .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uB7w5rfVKp .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .price-range {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uB7w5rfVKp .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uB7w5rfVKp .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uB7w5rfVKp .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uB7w5rfVKp .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uB7w5rfVKp .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uB7w5rfVKp .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uB7w5rfVKp .wrapper-shop-items {
    order: 1;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uB7w5rfVKp .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uB7w5rfVKp .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uB7w5rfVKp .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uB7w5rfVKp .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uB7w5rfVKp .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7w5rfVKp .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uB7spgJJls {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uB7spgJJls .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uB7spgJJls .row {
  border-bottom: 1px solid #808080;
}
.cid-uB7spgJJls H2 {
  color: #e7272d;
}
.cid-uB7spgJJls .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uB7spgJJls .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uB7spgJJls .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB7spgJJls .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB7spgJJls .col-lg-12 {
  overflow: hidden;
}
.cid-uB7spgJJls H4 {
  color: #fbbe36;
}
.cid-uB7spgJJls .mbr-text,
.cid-uB7spgJJls .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB7spgJJls .logo-wrap:before {
    content: none;
  }
  .cid-uB7spgJJls .logo-wrap:after {
    content: none;
  }
}
.cid-uB7spgJJls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7spgJJls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7spgJJls H3 {
  text-align: left;
}
.cid-uB7sphjpgv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uB7sphjpgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7sphjpgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7sphjpgv .row {
  justify-content: flex-start;
}
.cid-uB7sphjpgv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB7sphjpgv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uB9NinLUww .navbar-dropdown {
  position: relative !important;
}
.cid-uB9NinLUww .navbar-dropdown {
  position: absolute !important;
}
.cid-uB9NinLUww .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-uB9NinLUww .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB9NinLUww .dropdown-item:hover,
.cid-uB9NinLUww .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uB9NinLUww .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB9NinLUww .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB9NinLUww .container {
  display: flex;
  margin: auto;
}
.cid-uB9NinLUww .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB9NinLUww .dropdown-menu,
.cid-uB9NinLUww .navbar.opened {
  background: #656565 !important;
}
.cid-uB9NinLUww .nav-item:focus,
.cid-uB9NinLUww .nav-link:focus {
  outline: none;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB9NinLUww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB9NinLUww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB9NinLUww .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uB9NinLUww .navbar.opened {
  transition: all 0.3s;
}
.cid-uB9NinLUww .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB9NinLUww .navbar .navbar-logo img {
  width: auto;
}
.cid-uB9NinLUww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB9NinLUww .navbar.collapsed {
  justify-content: center;
}
.cid-uB9NinLUww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB9NinLUww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB9NinLUww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB9NinLUww .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-uB9NinLUww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB9NinLUww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB9NinLUww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB9NinLUww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB9NinLUww .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-uB9NinLUww .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB9NinLUww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB9NinLUww .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB9NinLUww .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB9NinLUww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB9NinLUww .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB9NinLUww .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB9NinLUww .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB9NinLUww .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-uB9NinLUww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB9NinLUww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB9NinLUww .dropdown-item.active,
.cid-uB9NinLUww .dropdown-item:active {
  background-color: transparent;
}
.cid-uB9NinLUww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB9NinLUww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uB9NinLUww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB9NinLUww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB9NinLUww ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB9NinLUww .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB9NinLUww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB9NinLUww .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB9NinLUww a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB9NinLUww .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB9NinLUww .navbar {
    height: 70px;
  }
  .cid-uB9NinLUww .navbar.opened {
    height: auto;
  }
  .cid-uB9NinLUww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB9NinLUww .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB9NinLUww .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB9NinLUww a {
  display: inline;
  font-weight: bold;
}
.cid-uB9NinLUww img {
  display: inline;
  padding-right: 10px;
}
.cid-uB9NinLUww .dropdown-toggle:after {
  display: none;
}
.cid-uB9NinLUww .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB9NinLUww .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uB9NinLUww .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB9RE63UXR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-20240903-wa0062-1600x1066.webp");
}
.cid-uB9RE63UXR .card-wrapper {
  z-index: 3;
}
.cid-uB9RE63UXR .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-uB9RE63UXR:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-uB9RE63UXR .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uB9RE63UXR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uB9RE63UXR .text-block {
  text-align: left !important;
}
.cid-uB9RE63UXR H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uB9Qpezb5J {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #181817;
}
.cid-uB9Qpezb5J .mbr-text,
.cid-uB9Qpezb5J .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB9Qpezb5J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uB9V2G7Da0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB9V2G7Da0 .item-img {
  position: relative;
}
.cid-uB9V2G7Da0 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uB9V2G7Da0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uB9V2G7Da0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uB9V2G7Da0 .item1 {
  padding-bottom: 2rem;
}
.cid-uB9V2G7Da0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uB9V2G7Da0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uB9V2G7Da0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uB9V2G7Da0 .item1,
.cid-uB9V2G7Da0 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uB9V2G7Da0 .item1 .item:hover,
.cid-uB9V2G7Da0 .item .item:hover {
  cursor: pointer;
}
.cid-uB9V2G7Da0 .item1:hover .link-icon-wrapper span,
.cid-uB9V2G7Da0 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uB9V2G7Da0 .item1:hover img,
.cid-uB9V2G7Da0 .item:hover img {
  transform: scale(1.05);
}
.cid-uB9V2G7Da0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .icon-wrap span {
  color: #181817;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uB9V2G7Da0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uB9V2G7Da0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uB9V2G7Da0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uB9V2G7Da0 img,
.cid-uB9V2G7Da0 .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uB9V2G7Da0 .item:focus,
.cid-uB9V2G7Da0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uB9V2G7Da0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uB9V2G7Da0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uB9V2G7Da0 .item-title {
  text-align: left;
  color: #181817;
}
.cid-uB9V2G7Da0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uB9V2G7Da0 .mbr-section-subtitle,
.cid-uB9V2G7Da0 .subtitle-wrap,
.cid-uB9V2G7Da0 .mbr-section-btn {
  text-align: left;
}
.cid-uB9V2G7Da0 .mbr-text,
.cid-uB9V2G7Da0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uB9YtS4TPp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ececec;
}
.cid-uB9YtS4TPp .mbr-text,
.cid-uB9YtS4TPp .ornament {
  text-align: center;
}
.cid-uB9ZNaSiMO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ececec;
}
.cid-uB9ZNaSiMO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uB9ZNaSiMO .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uB9ZNaSiMO .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uB9ZNaSiMO .btn-primary-outline:active {
  color: gray;
}
.cid-uB9ZNaSiMO .btn-primary-outline:hover {
  color: white;
}
.cid-uB9ZNaSiMO div {
  overflow: hidden;
}
.cid-uB9ZNaSiMO .btn-primary-outline.active {
  color: white;
}
.cid-uB9ZNaSiMO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uB9ZNaSiMO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uB9ZNaSiMO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uB9ZNaSiMO .mbr-gallery-item {
  overflow: hidden;
}
.cid-uB9ZNaSiMO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uB9ZNaSiMO .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uB9ZNaSiMO .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uB9ZNaSiMO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uB9ZNaSiMO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uB9ZNaSiMO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uB9ZNaSiMO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uB9ZNaSiMO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uB9YqTr7Hh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-uB9YqTr7Hh:hover {
  background-color: #232323;
}
.cid-uB9YqTr7Hh .mbr-section-title {
  margin: 0;
}
.cid-uB9YqTr7Hh .card-wrapper {
  z-index: 3;
}
.cid-uB9YqTr7Hh .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uB9YqTr7Hh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uB9NirgpWg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uB9NirgpWg .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uB9NirgpWg .row {
  border-bottom: 1px solid #808080;
}
.cid-uB9NirgpWg H2 {
  color: #e7272d;
}
.cid-uB9NirgpWg .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uB9NirgpWg .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uB9NirgpWg .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB9NirgpWg .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uB9NirgpWg .col-lg-12 {
  overflow: hidden;
}
.cid-uB9NirgpWg H4 {
  color: #fbbe36;
}
.cid-uB9NirgpWg .mbr-text,
.cid-uB9NirgpWg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB9NirgpWg .logo-wrap:before {
    content: none;
  }
  .cid-uB9NirgpWg .logo-wrap:after {
    content: none;
  }
}
.cid-uB9NirgpWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9NirgpWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9NirgpWg H3 {
  text-align: left;
}
.cid-uB9NirPBoW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uB9NirPBoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9NirPBoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9NirPBoW .row {
  justify-content: flex-start;
}
.cid-uB9NirPBoW .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB9NirPBoW .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uBa0CghEIB .navbar-dropdown {
  position: relative !important;
}
.cid-uBa0CghEIB .navbar-dropdown {
  position: absolute !important;
}
.cid-uBa0CghEIB .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-uBa0CghEIB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBa0CghEIB .dropdown-item:hover,
.cid-uBa0CghEIB .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uBa0CghEIB .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBa0CghEIB .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBa0CghEIB .container {
  display: flex;
  margin: auto;
}
.cid-uBa0CghEIB .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBa0CghEIB .dropdown-menu,
.cid-uBa0CghEIB .navbar.opened {
  background: #656565 !important;
}
.cid-uBa0CghEIB .nav-item:focus,
.cid-uBa0CghEIB .nav-link:focus {
  outline: none;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa0CghEIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBa0CghEIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBa0CghEIB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uBa0CghEIB .navbar.opened {
  transition: all 0.3s;
}
.cid-uBa0CghEIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBa0CghEIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uBa0CghEIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBa0CghEIB .navbar.collapsed {
  justify-content: center;
}
.cid-uBa0CghEIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBa0CghEIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBa0CghEIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBa0CghEIB .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-uBa0CghEIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBa0CghEIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBa0CghEIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBa0CghEIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBa0CghEIB .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-uBa0CghEIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBa0CghEIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBa0CghEIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBa0CghEIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBa0CghEIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBa0CghEIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBa0CghEIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBa0CghEIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBa0CghEIB .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-uBa0CghEIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBa0CghEIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBa0CghEIB .dropdown-item.active,
.cid-uBa0CghEIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uBa0CghEIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBa0CghEIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uBa0CghEIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBa0CghEIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBa0CghEIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBa0CghEIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBa0CghEIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa0CghEIB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBa0CghEIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBa0CghEIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBa0CghEIB .navbar {
    height: 70px;
  }
  .cid-uBa0CghEIB .navbar.opened {
    height: auto;
  }
  .cid-uBa0CghEIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBa0CghEIB .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBa0CghEIB .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBa0CghEIB a {
  display: inline;
  font-weight: bold;
}
.cid-uBa0CghEIB img {
  display: inline;
  padding-right: 10px;
}
.cid-uBa0CghEIB .dropdown-toggle:after {
  display: none;
}
.cid-uBa0CghEIB .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBa0CghEIB .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uBa0CghEIB .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uBa0KMnFwd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1271.webp");
}
.cid-uBa0KMnFwd .card-wrapper {
  z-index: 3;
}
.cid-uBa0KMnFwd .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-uBa0KMnFwd:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-uBa0KMnFwd .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBa0KMnFwd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uBa0KMnFwd .text-block {
  text-align: left !important;
}
.cid-uBa0KMnFwd H2 {
  color: #dd331a;
}
.cid-uBa1uUtuwn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uBa1uUtuwn .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uBa1uUtuwn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uBa5tWlJyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ececec;
}
.cid-uBa5tWlJyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa5tWlJyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1025px) {
  .cid-uBa5tWlJyA .map-wrapper {
    padding-right: 80px !important;
  }
}
@media (max-width: 991px) {
  .cid-uBa5tWlJyA .map-wrapper {
    height: 650px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uBa5tWlJyA .map-wrapper {
    height: 400px;
  }
}
.cid-uBa5tWlJyA .google-map {
  height: 100%;
  position: relative;
}
.cid-uBa5tWlJyA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBa5tWlJyA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBa5tWlJyA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBa5tWlJyA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBa5tWlJyA .text-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uBa5tWlJyA .text-box {
    margin-bottom: 24px;
  }
}
.cid-uBa5tWlJyA .mbr-section-title {
  color: #181817;
}
.cid-uBa5tWlJyA .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uBa5tWlJyA form {
  width: 100%;
}
.cid-uBa5tWlJyA form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uBa5tWlJyA form p {
  color: #131313;
}
.cid-uBa5tWlJyA form .mbr-section-btn {
  margin-top: 0;
}
@media (max-width: 991px) {
  .cid-uBa5tWlJyA form .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uBa5tWlJyA form .mbr-section-btn .btn {
  border-radius: 3px !important;
}
.cid-uBa5tWlJyA form .form-group {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}
@media (max-width: 991px) {
  .cid-uBa5tWlJyA form .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uBa5tWlJyA form .form-control {
  height: 66px;
  border: none !important;
  border-bottom: 2px solid #131313 !important;
  box-shadow: none;
  outline: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 12px 20px 0;
  font-size: 18px;
  line-height: 24px;
  color: #131313;
  background: transparent;
  font-weight: 400;
  transition: .3s;
}
.cid-uBa5tWlJyA form .form-control::-webkit-input-placeholder {
  color: #131313;
}
.cid-uBa5tWlJyA form .form-control::-moz-placeholder {
  color: #131313;
}
.cid-uBa5tWlJyA form .form-control:-moz-placeholder {
  color: #131313;
}
.cid-uBa5tWlJyA form .form-control:-ms-input-placeholder {
  color: #131313;
}
.cid-uBa5tWlJyA form select {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form textarea {
  height: 120px !important;
  min-height: 120px !important;
  padding: 20px 12px 20px 0;
  resize: none;
}
.cid-uBa5tWlJyA form textarea::-webkit-input-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form textarea::-moz-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form textarea:-moz-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form textarea:-ms-input-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form input,
.cid-uBa5tWlJyA form textarea {
  transition: .3s all;
}
.cid-uBa5tWlJyA form input:active,
.cid-uBa5tWlJyA form textarea:active,
.cid-uBa5tWlJyA form input:focus,
.cid-uBa5tWlJyA form textarea:focus {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #ff4a52 !important;
  box-shadow: none !important;
  outline: none !important;
}
.cid-uBa5tWlJyA form input:active::-webkit-input-placeholder,
.cid-uBa5tWlJyA form textarea:active::-webkit-input-placeholder,
.cid-uBa5tWlJyA form input:focus::-webkit-input-placeholder,
.cid-uBa5tWlJyA form textarea:focus::-webkit-input-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form input:active::-moz-placeholder,
.cid-uBa5tWlJyA form textarea:active::-moz-placeholder,
.cid-uBa5tWlJyA form input:focus::-moz-placeholder,
.cid-uBa5tWlJyA form textarea:focus::-moz-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form input:active:-moz-placeholder,
.cid-uBa5tWlJyA form textarea:active:-moz-placeholder,
.cid-uBa5tWlJyA form input:focus:-moz-placeholder,
.cid-uBa5tWlJyA form textarea:focus:-moz-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form input:active:-ms-input-placeholder,
.cid-uBa5tWlJyA form textarea:active:-ms-input-placeholder,
.cid-uBa5tWlJyA form input:focus:-ms-input-placeholder,
.cid-uBa5tWlJyA form textarea:focus:-ms-input-placeholder {
  color: #131313 !important;
}
.cid-uBa5tWlJyA form .row {
  flex-wrap: wrap;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.cid-uBa5tWlJyA form .row [class*=col] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uBa5tWlJyA form label {
  width: 100%;
  color: #131313;
  margin-bottom: 12px;
}
.cid-uBa5tWlJyA form .form-check label {
  color: #131313;
}
.cid-uBa5tWlJyA form .form-check-input {
  border-color: #131313 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uBa5tWlJyA form .form-check-input:focus,
.cid-uBa5tWlJyA form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #FC7942 !important;
}
.cid-uBa5tWlJyA form .form-check-input:checked {
  border-color: #FC7942 !important;
  background-color: #FC7942 !important;
}
.cid-uBa0CnaqH1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uBa0CnaqH1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uBa0CnaqH1 .row {
  border-bottom: 1px solid #808080;
}
.cid-uBa0CnaqH1 H2 {
  color: #e7272d;
}
.cid-uBa0CnaqH1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uBa0CnaqH1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uBa0CnaqH1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uBa0CnaqH1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uBa0CnaqH1 .col-lg-12 {
  overflow: hidden;
}
.cid-uBa0CnaqH1 H4 {
  color: #fbbe36;
}
.cid-uBa0CnaqH1 .mbr-text,
.cid-uBa0CnaqH1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uBa0CnaqH1 .logo-wrap:before {
    content: none;
  }
  .cid-uBa0CnaqH1 .logo-wrap:after {
    content: none;
  }
}
.cid-uBa0CnaqH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa0CnaqH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBa0CnaqH1 H3 {
  text-align: left;
}
.cid-uBa0Co0ajE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uBa0Co0ajE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa0Co0ajE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBa0Co0ajE .row {
  justify-content: flex-start;
}
.cid-uBa0Co0ajE .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uBa0Co0ajE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  position: relative !important;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  position: absolute !important;
}
.cid-uBa8ZVGbcQ .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-uBa8ZVGbcQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBa8ZVGbcQ .dropdown-item:hover,
.cid-uBa8ZVGbcQ .dropdown-item:focus {
  color: #ff4a52 !important;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBa8ZVGbcQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBa8ZVGbcQ .container {
  display: flex;
  margin: auto;
}
.cid-uBa8ZVGbcQ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBa8ZVGbcQ .dropdown-menu,
.cid-uBa8ZVGbcQ .navbar.opened {
  background: #656565 !important;
}
.cid-uBa8ZVGbcQ .nav-item:focus,
.cid-uBa8ZVGbcQ .nav-link:focus {
  outline: none;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa8ZVGbcQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBa8ZVGbcQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBa8ZVGbcQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uBa8ZVGbcQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBa8ZVGbcQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBa8ZVGbcQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBa8ZVGbcQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBa8ZVGbcQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBa8ZVGbcQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBa8ZVGbcQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBa8ZVGbcQ .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-uBa8ZVGbcQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBa8ZVGbcQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBa8ZVGbcQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBa8ZVGbcQ .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-uBa8ZVGbcQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBa8ZVGbcQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBa8ZVGbcQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBa8ZVGbcQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBa8ZVGbcQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBa8ZVGbcQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBa8ZVGbcQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBa8ZVGbcQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBa8ZVGbcQ .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-uBa8ZVGbcQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBa8ZVGbcQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBa8ZVGbcQ .dropdown-item.active,
.cid-uBa8ZVGbcQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBa8ZVGbcQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBa8ZVGbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uBa8ZVGbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBa8ZVGbcQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBa8ZVGbcQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBa8ZVGbcQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBa8ZVGbcQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBa8ZVGbcQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBa8ZVGbcQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBa8ZVGbcQ .navbar {
    height: 70px;
  }
  .cid-uBa8ZVGbcQ .navbar.opened {
    height: auto;
  }
  .cid-uBa8ZVGbcQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBa8ZVGbcQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBa8ZVGbcQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBa8ZVGbcQ a {
  display: inline;
  font-weight: bold;
}
.cid-uBa8ZVGbcQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uBa8ZVGbcQ .dropdown-toggle:after {
  display: none;
}
.cid-uBa8ZVGbcQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBa8ZVGbcQ .dropdown-item:hover {
  color: #d63d3d !important;
}
@media (max-width: 990px) {
  .cid-uBa8ZVGbcQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uBa999rYR0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/all-in-one-banner-best.gif");
}
.cid-uBa999rYR0 .mbr-section-title,
.cid-uBa999rYR0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBa999rYR0 .mbr-section-text {
  color: #232323;
}
.cid-uBa999rYR0 .mbr-text,
.cid-uBa999rYR0 .typed-text,
.cid-uBa999rYR0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uBa999rYR0 .btn {
  margin-left: 4px !important;
}
.cid-uBa999rYR0 .animated-element {
  color: #e40f1a;
}
.cid-uBa999rYR0 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e40f1a;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uBa999rYR0 .mbr-section-subtitle,
.cid-uBa999rYR0 .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBa999rYR0 .mbr-section-text,
.cid-uBa999rYR0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBa999rYR0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBaarFBQlG.popup-builder {
  background-color: #ffffff;
}
.cid-uBaarFBQlG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBaarFBQlG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBaarFBQlG .modal-content,
.cid-uBaarFBQlG .modal-dialog {
  height: auto;
}
.cid-uBaarFBQlG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBaarFBQlG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBaarFBQlG .form-wrapper .mbr-form .form-group,
  .cid-uBaarFBQlG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBaarFBQlG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBaarFBQlG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBaarFBQlG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uBaarFBQlG .pt-0 {
  padding-top: 0 !important;
}
.cid-uBaarFBQlG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBaarFBQlG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBaarFBQlG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBaarFBQlG .modal-open {
  overflow: hidden;
}
.cid-uBaarFBQlG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBaarFBQlG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBaarFBQlG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBaarFBQlG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBaarFBQlG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBaarFBQlG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBaarFBQlG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBaarFBQlG .modal-content {
  background: #c4a900;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBaarFBQlG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBaarFBQlG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBaarFBQlG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBaarFBQlG .modal-backdrop.show {
  opacity: .5;
}
.cid-uBaarFBQlG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-header {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBaarFBQlG .modal-header .close svg {
  fill: #353535;
}
.cid-uBaarFBQlG .modal-header .close:hover {
  opacity: 1;
}
.cid-uBaarFBQlG .modal-header .close:focus {
  outline: none;
}
.cid-uBaarFBQlG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uBaarFBQlG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-body {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-footer {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBaarFBQlG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBaarFBQlG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBaarFBQlG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBaarFBQlG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-lg,
  .cid-uBaarFBQlG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBaarFBQlG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBaarFBQlG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBaarFBQlG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBaarFBQlG .form-group {
  margin-bottom: 1rem;
}
.cid-uBaarFBQlG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBaarFBQlG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBaarFBQlG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBaarFBQlG .mbr-section-btn {
  margin: 0;
}
.cid-uBaarFBQlG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBa900ntbB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #181817;
}
.cid-uBa900ntbB .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uBa900ntbB .row {
  border-bottom: 1px solid #808080;
}
.cid-uBa900ntbB H2 {
  color: #e7272d;
}
.cid-uBa900ntbB .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uBa900ntbB .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uBa900ntbB .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uBa900ntbB .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uBa900ntbB .col-lg-12 {
  overflow: hidden;
}
.cid-uBa900ntbB H4 {
  color: #fbbe36;
}
.cid-uBa900ntbB .mbr-text,
.cid-uBa900ntbB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uBa900ntbB .logo-wrap:before {
    content: none;
  }
  .cid-uBa900ntbB .logo-wrap:after {
    content: none;
  }
}
.cid-uBa900ntbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa900ntbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBa900ntbB H3 {
  text-align: left;
}
.cid-uBa901jv9O {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uBa901jv9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa901jv9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBa901jv9O .row {
  justify-content: flex-start;
}
.cid-uBa901jv9O .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uBa901jv9O .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
