body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Muli', 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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffa900 !important;
}
.bg-success {
  background-color: #32cd32 !important;
}
.bg-info {
  background-color: #f55521 !important;
}
.bg-warning {
  background-color: #fa6992 !important;
}
.bg-danger {
  background-color: #491414 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffa900 !important;
  border-color: #ffa900 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f55521 !important;
  border-color: #f55521 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #32cd32 !important;
  border-color: #32cd32 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa6992 !important;
  border-color: #fa6992 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #491414 !important;
  border-color: #491414 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffa900;
  color: #ffa900 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffa900;
  border-color: #ffa900;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa900 !important;
  border-color: #ffa900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #f55521;
  color: #f55521 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #f55521;
  border-color: #f55521;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f55521 !important;
  border-color: #f55521 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #32cd32;
  color: #32cd32 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #32cd32;
  border-color: #32cd32;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #32cd32 !important;
  border-color: #32cd32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa6992;
  color: #fa6992 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa6992;
  border-color: #fa6992;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa6992 !important;
  border-color: #fa6992 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #491414;
  color: #491414 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #491414;
  border-color: #491414;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #491414 !important;
  border-color: #491414 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffa900 !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #32cd32 !important;
}
.text-info {
  color: #f55521 !important;
}
.text-warning {
  color: #fa6992 !important;
}
.text-danger {
  color: #491414 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #f55521;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffa900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa6992 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #32cd32 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa6992 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa6992 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #491414 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f55521;
}
.alert-warning {
  background-color: #fa6992;
}
.alert-danger {
  background-color: #491414;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa900;
  border-color: #ffa900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeecc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d6f5d6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #feeae4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d76c6c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #ffa900;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffa900;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffa900;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa900;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa900;
  border-bottom-color: #ffa900;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa900 !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: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 105, 146, 0.5), rgba(250, 105, 146, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 169, 0, 0.5), rgba(255, 169, 0, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-utfi2d5Rmy {
  overflow-x: hidden !important;
}
.cid-utfi2d5Rmy .mbr-section-title {
  color: #ffffff;
}
.cid-utfi2d5Rmy .mbr-section-title span {
  color: #ffbc00;
}
.cid-utfi2d5Rmy .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-utfi2d5Rmy .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/untitled-design-2-2000x1000.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-utfi2d5Rmy .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-utfi2d5Rmy .mbr-overlay {
  z-index: 1;
}
.cid-utfi2d5Rmy .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u8Q5a41UqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8Q5a41UqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Q5a41UqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Q5a41UqL .text-wrapper {
  border-left: 4px solid #45b3df;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-u8Q5a41UqL .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-u8Q5a41UqL .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u8Q5a41UqL .image-wrapper {
    padding: 1rem;
  }
}
.cid-u8Q5a41UqL .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45b3df;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-u8Q5a41UqL .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-u8Q5a41UqL .row {
  flex-direction: row-reverse;
}
.cid-u8Q5a41UqL .row {
  align-items: center;
}
.cid-u8Q5a41UqL .mbr-section-title {
  color: #ffa900;
  text-align: center;
}
.cid-u8Q5a41UqL .mbr-text,
.cid-u8Q5a41UqL .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-u8Q5a41UqL .mbr-section-subtitle {
  color: #32cd32;
}
.cid-tLDvU2fLuB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLDvU2fLuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDvU2fLuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDvU2fLuB .col-title {
  margin-bottom: 2.5rem;
}
.cid-tLDvU2fLuB .mbr-section-title {
  color: #75083A;
}
.cid-tLDvU2fLuB .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tLDvU2fLuB .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media (max-width: 639px) {
  .cid-tLDvU2fLuB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tLDvU2fLuB .card-box {
  width: 100%;
}
.cid-tLDvU2fLuB .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tLDvU2fLuB .image-wrapper {
    justify-content: center;
  }
}
.cid-tLDvU2fLuB .image-wrapper img {
  width: 100%;
  max-width: 192px;
  aspect-ratio: 1;
  object-fit: contain;
}
.cid-tLDvU2fLuB .card-container {
  width: 100%;
  padding: 0 32px;
}
.cid-tLDvU2fLuB .card-title {
  color: #0095d0;
  margin-bottom: 0;
}
.cid-tLDvU2fLuB .card-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tLDvU2fLuB .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tLDvU2fLuB .card-text,
.cid-tLDvU2fLuB .mbr-section-btn {
  color: #121d76;
}
.cid-tLCxk2NnzE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLCxk2NnzE .row {
  background: #f55521;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tLCxk2NnzE .row {
    padding: 1rem 0rem;
  }
}
.cid-tLCxk2NnzE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tLCxk2NnzE img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tLCxk2NnzE .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tLCxk2NnzE .mbr-text,
.cid-tLCxk2NnzE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tLCxk2NnzE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u8QojLAbHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #32cd32;
}
.cid-u8QojLAbHU .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-u8QojLAbHU MARQUEE {
  color: #ffffff;
}
.cid-u8Qmyht5b2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8Qmyht5b2 img {
  width: 150px;
  margin: auto;
}
.cid-u8Qmyht5b2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8Qmyht5b2 .card {
    max-width: 16.6%;
  }
}
.cid-tLDq8DG5B2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLDq8DG5B2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tLDq8DG5B2 .nav-link {
  font-weight: 900;
}
.cid-tLDq8DG5B2 .nav-item:not(:first-child)::before {
  background: #45b3df;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-tLDq8DG5B2 .navbar-nav {
  display: block;
}
.cid-tLDq8DG5B2 .navbar-nav li {
  display: inline-block;
}
.cid-tLDq8DG5B2 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-tLDq8DG5B2 .navbar-nav,
.cid-tLDq8DG5B2 .mbr-section-title {
  color: #32cd32;
}
.cid-tLCveY3zzN .google-map {
  height: 30rem;
  position: relative;
}
.cid-tLCveY3zzN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLCveY3zzN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLCveY3zzN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLCveY3zzN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLCweT3AN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLCweT3AN7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLCweT3AN7 form.mbr-form {
  background-color: transparent;
  width: 100%;
}
.cid-tLCweT3AN7 form.mbr-form .mbr-section-btn {
  width: 100%;
}
.cid-tLCweT3AN7 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tLCweT3AN7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tLCweT3AN7 .mbr-title-form {
  margin-bottom: 2.8125rem;
  color: #491414;
}
.cid-tLCweT3AN7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #0095d0;
}
.cid-tLCweT3AN7 .mbr-section-title b:last-child,
.cid-tLCweT3AN7 .mbr-section-title strong:last-child {
  color: #ffa900;
}
.cid-tLCweT3AN7 .mbr-section-subtitle {
  margin-bottom: 1.5625rem;
}
.cid-tLCweT3AN7 .mbr-social-likns {
  margin-top: 0.5rem;
}
.cid-tLCweT3AN7 .mbr-social-likns a {
  color: #491414;
}
.cid-tLCweT3AN7 .mbr-social-likns span {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #f55521;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tLCweT3AN7 .mbr-social-likns span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tLCweT3AN7 form input,
.cid-tLCweT3AN7 form textarea {
  color: #45b3df;
  border: none !important;
}
.cid-tLCweT3AN7 form input::placeholder,
.cid-tLCweT3AN7 form textarea::placeholder {
  color: #45b3df;
}
.cid-tLCweT3AN7 form textarea {
  min-height: 115px;
  resize: none;
  padding: 0.625rem !important;
}
.cid-tLCweT3AN7 form .form-group {
  margin-top: 0;
  margin-bottom: 2.1875rem;
  position: relative;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #32cd32;
}
.cid-tLCweT3AN7 form .form-group-message {
  min-height: 115px;
  border: 1px solid #32cd32;
}
.cid-tLCweT3AN7 .mbr-section-btn a,
.cid-tLCweT3AN7 .mbr-section-btn button {
  width: max-content !important;
  padding-right: 1.6rem;
}
.cid-tLCweT3AN7 .mbr-item {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 546px) {
  .cid-tLCweT3AN7 .mbr-item {
    width: 50% !important;
  }
}
.cid-tLCweT3AN7 .mbr-section-tag-item,
.cid-tLCweT3AN7 .mbr-social-likns {
  text-align: left;
  color: #491414;
}
.cid-tLCweT3AN7 .mbr-section-link {
  color: #f55521;
}
.cid-tLCweT3AN7 .mbr-section-subtitle,
.cid-tLCweT3AN7 .mbr-section-btn {
  text-align: left;
  color: #32cd32;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOqBPx8s.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOqBPx8s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOqBPx8s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOqBPx8s .modal-content,
.cid-uQgOqBPx8s .modal-dialog {
  height: auto;
}
.cid-uQgOqBPx8s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOqBPx8s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOqBPx8s .form-wrapper .mbr-form .form-group,
  .cid-uQgOqBPx8s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOqBPx8s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOqBPx8s .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOqBPx8s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOqBPx8s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOqBPx8s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOqBPx8s .modal-open {
  overflow: hidden;
}
.cid-uQgOqBPx8s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOqBPx8s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOqBPx8s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOqBPx8s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOqBPx8s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOqBPx8s .modal-content {
  background: #ffffff;
  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-uQgOqBPx8s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOqBPx8s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOqBPx8s .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOqBPx8s .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOqBPx8s .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOqBPx8s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOqBPx8s .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOqBPx8s .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOqBPx8s .modal-header .close:focus {
  outline: none;
}
.cid-uQgOqBPx8s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOqBPx8s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOqBPx8s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOqBPx8s .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOqBPx8s .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOqBPx8s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOqBPx8s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOqBPx8s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOqBPx8s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOqBPx8s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOqBPx8s .modal-lg,
  .cid-uQgOqBPx8s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOqBPx8s .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOqBPx8s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOqBPx8s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOqBPx8s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOqBPx8s .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-uQgOqBPx8s .mbr-section-btn {
  margin: 0;
}
.cid-uQgOqBPx8s .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-tLDD2KExbW {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #f55521 0%, #f55521 30%, #ffffff 30%, #ffffff 100%);
}
.cid-tLDD2KExbW .animated-element {
  color: #000000;
}
.cid-tLDD2KExbW .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDD2KExbW .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLDD2KExbW .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDD2KExbW .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tLDD2KExbW {
    background: #ffffff;
  }
  .cid-tLDD2KExbW .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tLDD2KExbW .mbr-section-title {
  color: #419cff;
  text-align: center;
}
.cid-tLDD2KExbW .mbr-text,
.cid-tLDD2KExbW .mbr-section-btn {
  color: #32cd32;
  text-align: center;
}
.cid-tLBLxZJ1Gx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLBLxZJ1Gx .mbr-section-subtitle {
  color: #491414;
  text-align: center;
  margin: auto;
}
.cid-tLBLxZJ1Gx .mbr-section-title {
  text-align: center;
  color: #f55521;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tLBLxZJ1Gx .row {
  align-items: center;
  height: 100%;
}
.cid-tLBLxZJ1Gx .wrapper {
  margin: auto;
}
.cid-u8QjsDKS2d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u8QjsDKS2d {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-u8QjsDKS2d .mbr-text {
  margin: 0;
}
.cid-u8QjsDKS2d .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-u8QjsDKS2d .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-u8QjsDKS2d .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-u8QjsDKS2d .card-inner1 {
  background: #fa9db7;
}
.cid-u8QjsDKS2d .card-inner2 {
  background: #45b3df;
}
.cid-u8QjsDKS2d .card-inner3 {
  background: #ffa900;
}
.cid-u8QjsDKS2d img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8QjsDKS2d .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-u8QjsDKS2d .container-fluid {
  max-width: 1200px;
}
.cid-u8QjsDKS2d .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-u8QjsDKS2d .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-u8QjsDKS2d .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-u8QjsDKS2d .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u8QjsDKS2d .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-u8QjsDKS2d .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-u8QjsDKS2d .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u8QjsDKS2d .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u8QjsDKS2d .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-u8QjsDKS2d .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u8QjPX9eD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8QjPX9eD9 img {
  width: 150px;
  margin: auto;
}
.cid-u8QjPX9eD9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8QjPX9eD9 .card {
    max-width: 16.6%;
  }
}
.cid-tLC2ViYdN6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLC2ViYdN6 .mbr-section-subtitle {
  color: #491414;
  text-align: center;
  margin: auto;
}
.cid-tLC2ViYdN6 .mbr-section-title {
  text-align: center;
  color: #fa6992;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tLC2ViYdN6 .row {
  align-items: center;
  height: 100%;
}
.cid-tLC2ViYdN6 .wrapper {
  margin: auto;
}
.cid-u8QjYchCeb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8QjYchCeb img {
  width: 150px;
  margin: auto;
}
.cid-u8QjYchCeb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8QjYchCeb .card {
    max-width: 16.6%;
  }
}
.cid-tLBXGvLZOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLBXGvLZOA .mbr-section-subtitle {
  color: #491414;
  text-align: center;
  margin: auto;
}
.cid-tLBXGvLZOA .mbr-section-title {
  text-align: center;
  color: #0095d0;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tLBXGvLZOA .row {
  align-items: center;
  height: 100%;
}
.cid-tLBXGvLZOA .wrapper {
  margin: auto;
}
.cid-tLBXGvLZOA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u8QkbsUqRz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8QkbsUqRz img {
  width: 150px;
  margin: auto;
}
.cid-u8QkbsUqRz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8QkbsUqRz .card {
    max-width: 16.6%;
  }
}
.cid-u8QkkZ7jZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8QkkZ7jZU .mbr-section-subtitle {
  color: #491414;
  text-align: center;
  margin: auto;
}
.cid-u8QkkZ7jZU .mbr-section-title {
  text-align: center;
  color: #f55521;
  padding-bottom: 24px;
  margin: auto;
}
.cid-u8QkkZ7jZU .row {
  align-items: center;
  height: 100%;
}
.cid-u8QkkZ7jZU .wrapper {
  margin: auto;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOKPLTox.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOKPLTox.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOKPLTox.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOKPLTox .modal-content,
.cid-uQgOKPLTox .modal-dialog {
  height: auto;
}
.cid-uQgOKPLTox .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOKPLTox .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOKPLTox .form-wrapper .mbr-form .form-group,
  .cid-uQgOKPLTox .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOKPLTox .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOKPLTox .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-uQgOKPLTox .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOKPLTox .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOKPLTox .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOKPLTox .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOKPLTox .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOKPLTox .modal-open {
  overflow: hidden;
}
.cid-uQgOKPLTox .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOKPLTox .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOKPLTox .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOKPLTox .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-uQgOKPLTox .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOKPLTox .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOKPLTox .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOKPLTox .modal-content {
  background: #ffffff;
  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-uQgOKPLTox .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOKPLTox .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOKPLTox .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOKPLTox .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOKPLTox .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-uQgOKPLTox .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKPLTox .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOKPLTox .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOKPLTox .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOKPLTox .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOKPLTox .modal-header .close:focus {
  outline: none;
}
.cid-uQgOKPLTox .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOKPLTox .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOKPLTox .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKPLTox .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOKPLTox .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-uQgOKPLTox .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKPLTox .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOKPLTox .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOKPLTox .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOKPLTox .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOKPLTox .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOKPLTox .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOKPLTox .modal-lg,
  .cid-uQgOKPLTox .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOKPLTox .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOKPLTox .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOKPLTox .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-uQgOKPLTox .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOKPLTox .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOKPLTox .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOKPLTox .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-uQgOKPLTox .mbr-section-btn {
  margin: 0;
}
.cid-uQgOKPLTox .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-tLDFjGoxP2 {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #32cd32 0%, #32cd32 30%, #ffffff 30%, #ffffff 100%);
}
.cid-tLDFjGoxP2 .animated-element {
  color: #000000;
}
.cid-tLDFjGoxP2 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDFjGoxP2 .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLDFjGoxP2 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDFjGoxP2 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tLDFjGoxP2 {
    background: #ffffff;
  }
  .cid-tLDFjGoxP2 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tLDFjGoxP2 .mbr-section-title {
  color: #419cff;
  text-align: center;
}
.cid-tLDFjGoxP2 .mbr-text,
.cid-tLDFjGoxP2 .mbr-section-btn {
  color: #32cd32;
  text-align: center;
}
.cid-v1uGTOTyJH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1uGTOTyJH .image-block {
  margin: auto;
}
.cid-v1uGTOTyJH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1uGTOTyJH .image-block {
    width: 100% !important;
  }
}
.cid-v1uGTOTyJH .container-fluid {
  padding: 0;
}
.cid-v1uGT6eDYp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1uGT6eDYp .image-block {
  margin: auto;
}
.cid-v1uGT6eDYp .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1uGT6eDYp .image-block {
    width: 100% !important;
  }
}
.cid-v1uGT6eDYp .container-fluid {
  padding: 0;
}
.cid-uQgP98gd3x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uQgP98gd3x .image-block {
  margin: auto;
}
.cid-uQgP98gd3x .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uQgP98gd3x .image-block {
    width: 100% !important;
  }
}
.cid-uQgP98gd3x .container-fluid {
  padding: 0;
}
.cid-uyRLrGiIQo {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ede7e2;
}
.cid-uyRLrGiIQo .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uyRLrGiIQo .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uyRLrGiIQo .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uyRLrGiIQo .mbr-section-subtitle {
  color: #32cd32;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uyRLrGiIQo .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uyRLrGiIQo .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-uyRI2MsozQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uyRI2MsozQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uyRI2MsozQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyRI2MsozQ .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-uyRI2MsozQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyRI2MsozQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uyRI2MsozQ .row > .row {
  display: block;
}
.cid-uyRI2MsozQ .mbr-gallery-item {
  width: 100%;
}
.cid-uyRI2MsozQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-uyRI2MsozQ .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uyRI2MsozQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uyRI2MsozQ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uyRI2MsozQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-uyRI2MsozQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-uyRI2MsozQ .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-uyRI2MsozQ .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-uyRI2MsozQ {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-uyRI2MsozQ .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-utfr3xOQDq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utfr3xOQDq img {
  width: 150px;
  margin: auto;
}
.cid-utfr3xOQDq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-utfr3xOQDq .card {
    max-width: 16.6%;
  }
}
.cid-utfq7OlOsg {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ede7e2;
}
.cid-utfq7OlOsg .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-utfq7OlOsg .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-utfq7OlOsg .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-utfq7OlOsg .mbr-section-subtitle {
  color: #32cd32;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utfq7OlOsg .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-utfq7OlOsg .mbr-text {
  color: #491414;
  text-align: center;
}
.cid-u8Ql6ThNNJ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-u8Ql6ThNNJ .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u8Ql6ThNNJ {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-u8Ql6ThNNJ .container {
    padding: 0 1rem;
  }
  .cid-u8Ql6ThNNJ .image-block {
    width: 100% !important;
  }
}
.cid-u8Ql6ThNNJ .container-fluid {
  padding: 0;
}
.cid-utfnpzGLa4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utfnpzGLa4 .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-utfnpzGLa4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-utfnpzGLa4 .container {
    padding: 0 1rem;
  }
  .cid-utfnpzGLa4 .image-block {
    width: 100% !important;
  }
}
.cid-utfnpzGLa4 .container-fluid {
  padding: 0;
}
.cid-utfnxGNLnX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utfnxGNLnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utfnxGNLnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utfnxGNLnX .row {
  justify-content: center;
}
.cid-utfnxGNLnX .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-utfnxGNLnX .row {
    padding: 0 12px;
  }
}
.cid-utfnxGNLnX .item-wrap {
  z-index: 1;
}
.cid-utfnxGNLnX .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-utfnxGNLnX .image-wrapper {
    padding: 12px 0;
  }
}
.cid-utfnxGNLnX .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utfnxGNLnX .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-utfnxGNLnX .image-wrapper img {
    height: 150px;
  }
}
.cid-u8Qg3YRfpM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u8Qg3YRfpM .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-u8Qg3YRfpM {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u8Qg3YRfpM .container {
    padding: 0 1rem;
  }
  .cid-u8Qg3YRfpM .image-block {
    width: 100% !important;
  }
}
.cid-u8Qg3YRfpM .container-fluid {
  padding: 0;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOKRtRVz.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOKRtRVz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOKRtRVz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOKRtRVz .modal-content,
.cid-uQgOKRtRVz .modal-dialog {
  height: auto;
}
.cid-uQgOKRtRVz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOKRtRVz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOKRtRVz .form-wrapper .mbr-form .form-group,
  .cid-uQgOKRtRVz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOKRtRVz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOKRtRVz .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOKRtRVz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOKRtRVz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOKRtRVz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOKRtRVz .modal-open {
  overflow: hidden;
}
.cid-uQgOKRtRVz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOKRtRVz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOKRtRVz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOKRtRVz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOKRtRVz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOKRtRVz .modal-content {
  background: #ffffff;
  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-uQgOKRtRVz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOKRtRVz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOKRtRVz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOKRtRVz .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKRtRVz .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOKRtRVz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOKRtRVz .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOKRtRVz .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOKRtRVz .modal-header .close:focus {
  outline: none;
}
.cid-uQgOKRtRVz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOKRtRVz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOKRtRVz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKRtRVz .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKRtRVz .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOKRtRVz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOKRtRVz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOKRtRVz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOKRtRVz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOKRtRVz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOKRtRVz .modal-lg,
  .cid-uQgOKRtRVz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOKRtRVz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOKRtRVz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOKRtRVz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOKRtRVz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOKRtRVz .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-uQgOKRtRVz .mbr-section-btn {
  margin: 0;
}
.cid-uQgOKRtRVz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-tLDDNt7IB9 {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #ffa900 0%, #ffa900 30%, #ffffff 30%, #ffffff 100%);
}
.cid-tLDDNt7IB9 .animated-element {
  color: #000000;
}
.cid-tLDDNt7IB9 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDDNt7IB9 .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLDDNt7IB9 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDDNt7IB9 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tLDDNt7IB9 {
    background: #ffffff;
  }
  .cid-tLDDNt7IB9 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tLDDNt7IB9 .mbr-section-title {
  color: #419cff;
  text-align: center;
}
.cid-tLDDNt7IB9 .mbr-text,
.cid-tLDDNt7IB9 .mbr-section-btn {
  color: #32cd32;
  text-align: center;
}
.cid-tLC9xe1lwV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLC9xe1lwV .title__block {
  margin-bottom: 1.5rem;
}
.cid-tLC9xe1lwV .text-top {
  color: #491414;
  margin-top: 2rem;
}
.cid-tLC9xe1lwV .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tLC9xe1lwV .card:hover .card-title {
  color: #fa6992;
}
.cid-tLC9xe1lwV .card-title {
  color: #491414;
  transition: 0.4s;
  text-align: center;
}
.cid-tLC9xe1lwV .item-image {
  margin-right: 1rem;
}
.cid-tLC9xe1lwV .item-image img {
  width: 80px;
}
.cid-tLC9xe1lwV .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tLC9xe1lwV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tLC9xe1lwV .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLC9xe1lwV .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tLC9xe1lwV .card-title {
    margin-top: 2rem;
  }
  .cid-tLC9xe1lwV .item-image {
    margin-right: 0;
  }
}
.cid-tLC9xe1lwV .row .title__block,
.cid-tLC9xe1lwV .mbr-section-title {
  color: #491414;
}
.cid-tLC9xe1lwV .mbr-text {
  color: #491414;
}
.cid-tLCcWTIcq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLCcWTIcq7 img {
  width: 125px;
  margin: auto;
}
.cid-tLCcWTIcq7 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tLCcWTIcq7 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tLCcWTIcq7 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLCcWTIcq7 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLCcWTIcq7 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLCcWTIcq7 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tLCcWTIcq7 .mbr-section-title {
    text-align: center;
  }
}
.cid-tLCb1uAfg3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLCb1uAfg3 .title__block {
  margin-bottom: 1.5rem;
}
.cid-tLCb1uAfg3 .text-top {
  color: #491414;
  margin-top: 2rem;
}
.cid-tLCb1uAfg3 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tLCb1uAfg3 .card:hover .card-title {
  color: #fa6992;
}
.cid-tLCb1uAfg3 .card-title {
  color: #ffa900;
  transition: 0.4s;
}
.cid-tLCb1uAfg3 .item-image {
  margin-right: 1rem;
}
.cid-tLCb1uAfg3 .item-image img {
  width: 80px;
}
.cid-tLCb1uAfg3 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tLCb1uAfg3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tLCb1uAfg3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLCb1uAfg3 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tLCb1uAfg3 .card-title {
    margin-top: 2rem;
  }
  .cid-tLCb1uAfg3 .item-image {
    margin-right: 0;
  }
}
.cid-tLCb1uAfg3 .row .title__block,
.cid-tLCb1uAfg3 .mbr-section-title {
  color: #491414;
}
.cid-tLCb1uAfg3 .mbr-text {
  color: #491414;
}
.cid-tLCl7JJjPZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLCl7JJjPZ img {
  width: 125px;
  margin: auto;
}
.cid-tLCl7JJjPZ .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tLCl7JJjPZ .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tLCl7JJjPZ .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLCl7JJjPZ .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLCl7JJjPZ .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLCl7JJjPZ .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tLCl7JJjPZ .mbr-section-title {
    text-align: center;
  }
}
.cid-u8QgX4fSfD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8QgX4fSfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8QgX4fSfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8QgX4fSfD .section-head {
  margin-bottom: 50px;
}
.cid-u8QgX4fSfD .mbr-section-title {
  color: #491414;
}
.cid-u8QgX4fSfD .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-u8QgX4fSfD .card {
  padding: 0;
}
.cid-u8QgX4fSfD .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-u8QgX4fSfD .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u8QgX4fSfD .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #32cd32;
}
.cid-u8QgX4fSfD .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #32cd32;
  transition: .3s all;
}
.cid-u8QgX4fSfD .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u8QgX4fSfD .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u8QgX4fSfD .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u8QgX4fSfD .sign {
  display: none !important;
}
.cid-u8QgX4fSfD .panel-title-edit {
  color: #f55521;
}
.cid-u8QgX4fSfD .panel-body {
  padding: 15px 0;
}
.cid-u8QgX4fSfD .panel-text {
  color: #491414;
  margin-bottom: 10px;
}
.cid-utmoGBZjta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utmoGBZjta .mbr-fallback-image.disabled {
  display: none;
}
.cid-utmoGBZjta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utmoGBZjta .section-head {
  margin-bottom: 50px;
}
.cid-utmoGBZjta .mbr-section-title {
  color: #491414;
}
.cid-utmoGBZjta .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-utmoGBZjta .card {
  padding: 0;
}
.cid-utmoGBZjta .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-utmoGBZjta .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-utmoGBZjta .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #32cd32;
}
.cid-utmoGBZjta .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #32cd32;
  transition: .3s all;
}
.cid-utmoGBZjta .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-utmoGBZjta .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-utmoGBZjta .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-utmoGBZjta .sign {
  display: none !important;
}
.cid-utmoGBZjta .panel-title-edit {
  color: #f55521;
}
.cid-utmoGBZjta .panel-body {
  padding: 15px 0;
}
.cid-utmoGBZjta .panel-text {
  color: #491414;
  margin-bottom: 10px;
}
.cid-tLCoJm9dm9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLCoJm9dm9 img {
  width: 125px;
  margin: auto;
}
.cid-tLCoJm9dm9 .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tLCoJm9dm9 .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tLCoJm9dm9 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLCoJm9dm9 .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLCoJm9dm9 .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLCoJm9dm9 .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tLCoJm9dm9 .mbr-section-title {
    text-align: center;
  }
}
.cid-tLCoe2FXsP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLCoe2FXsP .mbr-section-subtitle {
  color: #491414;
  text-align: center;
  margin: auto;
}
.cid-tLCoe2FXsP .mbr-section-title {
  text-align: center;
  color: #0095d0;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tLCoe2FXsP .row {
  align-items: center;
  height: 100%;
}
.cid-tLCoe2FXsP .wrapper {
  margin: auto;
}
.cid-tLCoe2FXsP .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOKQLgqU.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOKQLgqU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOKQLgqU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOKQLgqU .modal-content,
.cid-uQgOKQLgqU .modal-dialog {
  height: auto;
}
.cid-uQgOKQLgqU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOKQLgqU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOKQLgqU .form-wrapper .mbr-form .form-group,
  .cid-uQgOKQLgqU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOKQLgqU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOKQLgqU .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOKQLgqU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOKQLgqU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOKQLgqU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOKQLgqU .modal-open {
  overflow: hidden;
}
.cid-uQgOKQLgqU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOKQLgqU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOKQLgqU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOKQLgqU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOKQLgqU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOKQLgqU .modal-content {
  background: #ffffff;
  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-uQgOKQLgqU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOKQLgqU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOKQLgqU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOKQLgqU .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKQLgqU .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOKQLgqU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOKQLgqU .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOKQLgqU .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOKQLgqU .modal-header .close:focus {
  outline: none;
}
.cid-uQgOKQLgqU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOKQLgqU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOKQLgqU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKQLgqU .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKQLgqU .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOKQLgqU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOKQLgqU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOKQLgqU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOKQLgqU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOKQLgqU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOKQLgqU .modal-lg,
  .cid-uQgOKQLgqU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOKQLgqU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOKQLgqU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOKQLgqU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOKQLgqU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOKQLgqU .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-uQgOKQLgqU .mbr-section-btn {
  margin: 0;
}
.cid-uQgOKQLgqU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-tLDANV0y6D {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #419cff 0%, #419cff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-tLDANV0y6D .animated-element {
  color: #000000;
}
.cid-tLDANV0y6D .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDANV0y6D .mbr-section-subtitle {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tLDANV0y6D .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDANV0y6D .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tLDANV0y6D {
    background: #ffffff;
  }
  .cid-tLDANV0y6D .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tLDANV0y6D .mbr-section-title {
  color: #419cff;
  text-align: center;
}
.cid-tLDANV0y6D .mbr-text,
.cid-tLDANV0y6D .mbr-section-btn {
  color: #32cd32;
  text-align: center;
}
.cid-tLCVFXEhr3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLCVFXEhr3 .container-fluid {
  padding: 0 !important;
}
.cid-tLCVFXEhr3 .col-md-12 {
  padding: 0;
}
.cid-tLCVFXEhr3 .row {
  margin: 0;
  flex-wrap: nowrap;
}
.cid-tLCVFXEhr3 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tLCVFXEhr3 .mbr-section-title {
  margin-bottom: 3rem;
  color: #0095d0;
}
.cid-tLCVFXEhr3 .number-wrap {
  color: #32cd32;
  border: 2px dashed #491414;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 1rem;
  width: 210px;
}
@media (min-width: 1199px) {
  .cid-tLCVFXEhr3 .number-wrap {
    min-width: 250px;
  }
}
.cid-tLCVFXEhr3 .number {
  font-style: normal;
  font-weight: 900;
  font-size: 6.9rem;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1;
  color: #ffa900;
}
.cid-tLCVFXEhr3 .period {
  display: block;
  line-height: 1;
}
.cid-tLCVFXEhr3 .dot {
  display: none;
}
@media (max-width: 991px) {
  .cid-tLCVFXEhr3 .wrapper {
    padding: 0 0.5rem;
  }
  .cid-tLCVFXEhr3 .number-wrap {
    width: 150px;
  }
  .cid-tLCVFXEhr3 .col-xs-3 {
    padding: 0 0.5rem;
  }
  .cid-tLCVFXEhr3 .number {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tLCVFXEhr3 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .cid-tLCVFXEhr3 .number-wrap {
    padding: 0.4rem;
    width: 100px;
    border-radius: 20px;
  }
  .cid-tLCVFXEhr3 .col-xs-3 {
    padding: 0 0.3rem;
  }
  .cid-tLCVFXEhr3 .number {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .cid-tLCVFXEhr3 .number-wrap {
    padding: 0.1rem 0;
    width: 75px;
  }
  .cid-tLCVFXEhr3 .col-xs-3 {
    padding: 0 0.2rem;
  }
}
@media (max-width: 380px) {
  .cid-tLCVFXEhr3 .period {
    font-size: 0.8rem;
  }
}
.cid-tLCW8gIeTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLCW8gIeTB img {
  width: 125px;
  margin: auto;
}
.cid-tLCW8gIeTB .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tLCW8gIeTB .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tLCW8gIeTB .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLCW8gIeTB .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLCW8gIeTB .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLCW8gIeTB .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tLCW8gIeTB .mbr-section-title {
    text-align: center;
  }
}
.cid-tLD1muav4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLD1muav4u {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tLD1muav4u .nav-link {
  font-weight: 900;
}
.cid-tLD1muav4u .nav-item:not(:first-child)::before {
  background: #45b3df;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-tLD1muav4u .navbar-nav {
  display: block;
}
.cid-tLD1muav4u .navbar-nav li {
  display: inline-block;
}
.cid-tLD1muav4u li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-tLD1muav4u .navbar-nav,
.cid-tLD1muav4u .mbr-section-title {
  color: #32cd32;
}
.cid-tLDLgxCRCK {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tLDLgxCRCK .title-text {
  margin-bottom: 70px;
}
.cid-tLDLgxCRCK .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tLDLgxCRCK .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tLDLgxCRCK .title-text .mbr-section-title {
  color: #130947;
}
.cid-tLDLgxCRCK .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-tLDLgxCRCK .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLDLgxCRCK .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #f55521;
}
.cid-tLDLgxCRCK .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tLDLgxCRCK .p-4 {
  padding: 1rem 0 !important;
}
.cid-tLDLgxCRCK .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tLDLgxCRCK .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tLDLgxCRCK .mbri-arrow-up:before {
  content: '\e960';
}
.cid-tLDLgxCRCK .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-tLDLgxCRCK .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tLDLgxCRCK .card {
  border-radius: 0px;
  border-bottom: 2px solid #e9e9e9 !important;
}
.cid-tLDLgxCRCK .card:last-child {
  border-bottom: none !important;
}
.cid-tLDLgxCRCK .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tLDLgxCRCK .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title .toggle-icon:before,
.cid-tLDLgxCRCK .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tLDLgxCRCK .card .panel-body {
  padding: 14px 20px;
}
.cid-tLDLgxCRCK .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-tLDLgxCRCK .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tLDLgxCRCK .title-text .mbr-section-title {
  color: #121d76;
}
.cid-tLDLgxCRCK .card .card-header a.panel-title h4 {
  color: #491414;
  text-align: center;
}
.cid-tLDLgxCRCK .card .panel-body p {
  color: #491414;
  text-align: center;
}
.cid-tLD2PDAlWy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLD2PDAlWy img {
  width: 125px;
  margin: auto;
}
.cid-tLD2PDAlWy .card {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  margin-bottom: 1rem;
}
.cid-tLD2PDAlWy .mbr-section-title {
  color: #130947;
  margin-bottom: 10px;
}
.cid-tLD2PDAlWy .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tLD2PDAlWy .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLD2PDAlWy .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLD2PDAlWy .row {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .cid-tLD2PDAlWy .mbr-section-title {
    text-align: center;
  }
}
.cid-tLD2nJc9MC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLD2nJc9MC {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tLD2nJc9MC .nav-link {
  font-weight: 900;
}
.cid-tLD2nJc9MC .nav-item:not(:first-child)::before {
  background: #45b3df;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-tLD2nJc9MC .navbar-nav {
  display: block;
}
.cid-tLD2nJc9MC .navbar-nav li {
  display: inline-block;
}
.cid-tLD2nJc9MC li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-tLD2nJc9MC .navbar-nav,
.cid-tLD2nJc9MC .mbr-section-title {
  color: #ffa900;
}
.cid-tLD4MnubJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLD4MnubJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLD4MnubJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLD4MnubJM .video-wrapper iframe {
  width: 100%;
}
.cid-tLD4MnubJM .mbr-section-title,
.cid-tLD4MnubJM .mbr-section-subtitle,
.cid-tLD4MnubJM .mbr-text {
  text-align: center;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOKSGUeW.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOKSGUeW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOKSGUeW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOKSGUeW .modal-content,
.cid-uQgOKSGUeW .modal-dialog {
  height: auto;
}
.cid-uQgOKSGUeW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOKSGUeW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOKSGUeW .form-wrapper .mbr-form .form-group,
  .cid-uQgOKSGUeW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOKSGUeW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOKSGUeW .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOKSGUeW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOKSGUeW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOKSGUeW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOKSGUeW .modal-open {
  overflow: hidden;
}
.cid-uQgOKSGUeW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOKSGUeW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOKSGUeW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOKSGUeW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOKSGUeW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOKSGUeW .modal-content {
  background: #ffffff;
  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-uQgOKSGUeW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOKSGUeW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOKSGUeW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOKSGUeW .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKSGUeW .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOKSGUeW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOKSGUeW .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOKSGUeW .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOKSGUeW .modal-header .close:focus {
  outline: none;
}
.cid-uQgOKSGUeW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOKSGUeW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOKSGUeW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKSGUeW .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKSGUeW .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOKSGUeW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOKSGUeW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOKSGUeW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOKSGUeW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOKSGUeW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOKSGUeW .modal-lg,
  .cid-uQgOKSGUeW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOKSGUeW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOKSGUeW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOKSGUeW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOKSGUeW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOKSGUeW .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-uQgOKSGUeW .mbr-section-btn {
  margin: 0;
}
.cid-uQgOKSGUeW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDs6AMFZu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tLDs6AMFZu nav.navbar {
  position: absolute !important;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .btn {
  padding: 1.25rem 2rem !important;
}
.cid-tLDs6AMFZu .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tLDs6AMFZu .nav-link {
  position: relative;
}
.cid-tLDs6AMFZu .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  position: fixed !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 767px) {
  .cid-tLDs6AMFZu .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .container {
    background: #ffffff !important;
  }
}
.cid-tLDs6AMFZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tLDs6AMFZu .nav-item:focus,
.cid-tLDs6AMFZu .nav-link:focus {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDs6AMFZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDs6AMFZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDs6AMFZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDs6AMFZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tLDs6AMFZu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDs6AMFZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLDs6AMFZu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLDs6AMFZu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-tLDs6AMFZu .navbar.collapsed {
  justify-content: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDs6AMFZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDs6AMFZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLDs6AMFZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDs6AMFZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDs6AMFZu .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-tLDs6AMFZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDs6AMFZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDs6AMFZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLDs6AMFZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tLDs6AMFZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDs6AMFZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLDs6AMFZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDs6AMFZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDs6AMFZu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDs6AMFZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDs6AMFZu .dropdown-item.active,
.cid-tLDs6AMFZu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDs6AMFZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDs6AMFZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDs6AMFZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tLDs6AMFZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLDs6AMFZu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tLDs6AMFZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #32cd32;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDs6AMFZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDs6AMFZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDs6AMFZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLDs6AMFZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLDs6AMFZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDs6AMFZu .navbar {
    height: 70px;
  }
  .cid-tLDs6AMFZu .navbar.opened {
    height: auto;
  }
  .cid-tLDs6AMFZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDs6AMFZu .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tLDs6AMFZu .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tLDs6AMFZu .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tLDs6AMFZu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tLDs6AMFZu .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tLDs6AMFZu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tLDs6AMFZu .container {
    position: relative;
  }
  .cid-tLDs6AMFZu .navbar-brand {
    margin-right: auto;
  }
  .cid-tLDs6AMFZu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: #ebebeb;
    backdrop-filter: blur(8px);
  }
  .cid-tLDs6AMFZu .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tLDs6AMFZu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tLDs6AMFZu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tLDs6AMFZu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tLDs6AMFZu .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tLDs6AMFZu .navbar-fixed-top {
  position: absolute !important;
}
.cid-tLDFLITZSz {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-tLDFLITZSz .animated-element {
  color: #000000;
}
.cid-tLDFLITZSz .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDFLITZSz .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLDFLITZSz .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDFLITZSz .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tLDFLITZSz {
    background: #ffffff;
  }
  .cid-tLDFLITZSz .img-block {
    padding-bottom: 2rem;
  }
}
.cid-tLDFLITZSz .mbr-section-title {
  color: #419cff;
  text-align: center;
}
.cid-tLDFLITZSz .mbr-text,
.cid-tLDFLITZSz .mbr-section-btn {
  color: #32cd32;
  text-align: center;
}
.cid-u8Q9jn2kQL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8Q9jn2kQL .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u8Q9jn2kQL .wrap {
    width: 100%;
  }
}
.cid-u8Q9jn2kQL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8Q9jn2kQL .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u8Q9jn2kQL .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-u8Q9jn2kQL .top {
    padding-top: 20px;
  }
}
.cid-u8Q9jn2kQL .mbr-text {
  font-style: italic;
  color: #121d76;
}
@media (min-width: 769px) {
  .cid-u8Q9jn2kQL .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-u8Q9jn2kQL .mbr-section-title {
  color: #9f0d0d;
}
.cid-tLGks8foRh {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tLGks8foRh .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-tLGks8foRh .card-title,
.cid-tLGks8foRh .mbr-role {
  transition: 0.3s;
}
.cid-tLGks8foRh .main-heading {
  margin-bottom: 1.3rem;
}
.cid-tLGks8foRh .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-tLGks8foRh .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tLGks8foRh .mbr-role {
  margin-bottom: 0rem;
  color: #ffa900;
  text-align: center;
}
.cid-tLGks8foRh .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #0095d0;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-tLGks8foRh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-tLGks8foRh .team-card:hover .card-wrap {
  background: #ffa900;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tLGks8foRh .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-tLGks8foRh .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLGks8foRh .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-tLGks8foRh .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-tLGks8foRh a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-tLGks8foRh a:hover {
  color: #32cd32 !important;
}
.cid-tLGks8foRh .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tLGks8foRh .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tLGks8foRh .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-tLGks8foRh .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tLGks8foRh .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tLGks8foRh .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLGks8foRh .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tLGks8foRh .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tLGks8foRh .card-title {
  text-align: center;
  color: #491414;
}
.cid-tLCO1qetQy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLCO1qetQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCO1qetQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCO1qetQy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tLCO1qetQy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLCO1qetQy .embla__button--next,
.cid-tLCO1qetQy .embla__button--prev {
  display: flex;
}
.cid-tLCO1qetQy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tLCO1qetQy .embla__button {
    display: none;
  }
}
.cid-tLCO1qetQy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLCO1qetQy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tLCO1qetQy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLCO1qetQy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tLCO1qetQy .embla__button {
    top: auto;
  }
}
.cid-tLCO1qetQy .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tLCO1qetQy .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tLCO1qetQy .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tLCO1qetQy .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tLCO1qetQy .embla {
  position: relative;
  width: 100%;
}
.cid-tLCO1qetQy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLCO1qetQy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLCO1qetQy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLCO1qetQy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLCO1qetQy .user_text {
  color: #491414;
}
.cid-tLCvN3xbGt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f4ef;
  overflow: hidden;
}
.cid-tLCvN3xbGt .mbr-text {
  color: #1B1F0A;
}
.cid-tLCvN3xbGt .media-container-row .mbr-text {
  color: #491414;
}
.cid-uQgOKS5lvI.popup-builder {
  background-color: #ffffff;
}
.cid-uQgOKS5lvI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQgOKS5lvI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQgOKS5lvI .modal-content,
.cid-uQgOKS5lvI .modal-dialog {
  height: auto;
}
.cid-uQgOKS5lvI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQgOKS5lvI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQgOKS5lvI .form-wrapper .mbr-form .form-group,
  .cid-uQgOKS5lvI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQgOKS5lvI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .mbr-text {
  text-align: center;
  color: #121d76;
}
.cid-uQgOKS5lvI .pt-0 {
  padding-top: 0 !important;
}
.cid-uQgOKS5lvI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQgOKS5lvI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQgOKS5lvI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQgOKS5lvI .modal-open {
  overflow: hidden;
}
.cid-uQgOKS5lvI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQgOKS5lvI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQgOKS5lvI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQgOKS5lvI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQgOKS5lvI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQgOKS5lvI .modal-content {
  background: #ffffff;
  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-uQgOKS5lvI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQgOKS5lvI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQgOKS5lvI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQgOKS5lvI .modal-backdrop.show {
  opacity: .5;
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKS5lvI .modal-header {
    padding: 1rem;
  }
}
.cid-uQgOKS5lvI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQgOKS5lvI .modal-header .close svg {
  fill: #9f0d0d;
}
.cid-uQgOKS5lvI .modal-header .close:hover {
  opacity: 1;
}
.cid-uQgOKS5lvI .modal-header .close:focus {
  outline: none;
}
.cid-uQgOKS5lvI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9f0d0d;
}
.cid-uQgOKS5lvI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQgOKS5lvI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKS5lvI .modal-body {
    padding: 1rem;
  }
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgOKS5lvI .modal-footer {
    padding: 1rem;
  }
}
.cid-uQgOKS5lvI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQgOKS5lvI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQgOKS5lvI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQgOKS5lvI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQgOKS5lvI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQgOKS5lvI .modal-lg,
  .cid-uQgOKS5lvI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQgOKS5lvI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQgOKS5lvI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .form-group {
  margin-bottom: 1rem;
}
.cid-uQgOKS5lvI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQgOKS5lvI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQgOKS5lvI .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-uQgOKS5lvI .mbr-section-btn {
  margin: 0;
}
.cid-uQgOKS5lvI .mbr-section-btn .btn {
  margin: 0;
}
