body {
  font-family: Jost;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 5.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #228400 !important;
}
.bg-success {
  background-color: #0000ff !important;
}
.bg-info {
  background-color: #228400 !important;
}
.bg-warning {
  background-color: #ffff00 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #228400 !important;
  border-color: #228400 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0e3800 !important;
  border-color: #0e3800 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e3800 !important;
  border-color: #0e3800 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #498a67 !important;
  border-color: #498a67 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #2f5842 !important;
  border-color: #2f5842 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f5842 !important;
  border-color: #2f5842 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #228400 !important;
  border-color: #228400 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0e3800 !important;
  border-color: #0e3800 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e3800 !important;
  border-color: #0e3800 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #081e00;
  color: #081e00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #228400;
  border-color: #228400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #228400 !important;
  border-color: #228400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #264735;
  color: #264735;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #498a67;
  border-color: #498a67;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #498a67 !important;
  border-color: #498a67 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #081e00;
  color: #081e00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #228400;
  border-color: #228400;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #228400 !important;
  border-color: #228400 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000099;
  color: #000099;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #999900;
  color: #999900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #228400 !important;
}
.text-secondary {
  color: #498a67 !important;
}
.text-success {
  color: #0000ff !important;
}
.text-info {
  color: #228400 !important;
}
.text-warning {
  color: #ffff00 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #081e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #264735 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000099 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #081e00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999900 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #228400;
}
.alert-warning {
  background-color: #ffff00;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #228400;
  border-color: #228400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #228400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #45ff04;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #45ff04;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #228400;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #228400 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #228400;
  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: #228400;
  border-bottom-color: #228400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #228400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #498a67 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23228400' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOJZ1vFioa .modal-body .close {
  background: #1b1b1b;
}
.cid-uOJZ1vFioa .modal-body .close span {
  font-style: normal;
}
.cid-uOJZ1vFioa .carousel-inner > .active,
.cid-uOJZ1vFioa .carousel-inner > .next,
.cid-uOJZ1vFioa .carousel-inner > .prev {
  display: flex;
}
.cid-uOJZ1vFioa .carousel-control .icon-next,
.cid-uOJZ1vFioa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-uOJZ1vFioa .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-uOJZ1vFioa .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOJZ1vFioa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uOJZ1vFioa .boxed-slider > div {
  position: relative;
}
.cid-uOJZ1vFioa .container img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.cid-uOJZ1vFioa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uOJZ1vFioa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uOJZ1vFioa .mbr-table-cell {
  padding: 0;
}
.cid-uOJZ1vFioa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOJZ1vFioa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uOJZ1vFioa .mbr-overlay {
  z-index: 1;
}
.cid-uOJZ1vFioa .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 650px;
}
.cid-uOJZ1vFioa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uOJZ1vFioa .carousel-item.active.right,
.cid-uOJZ1vFioa .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uOJZ1vFioa .carousel-item.active.left,
.cid-uOJZ1vFioa .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uOJZ1vFioa .carousel-item.active,
.cid-uOJZ1vFioa .carousel-item.next.left,
.cid-uOJZ1vFioa .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-uOJZ1vFioa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uOJZ1vFioa .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators li.active,
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators li::after,
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uOJZ1vFioa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uOJZ1vFioa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uOJZ1vFioa .mbr-slider > .container img {
  width: 100%;
}
.cid-uOJZ1vFioa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-uOJZ1vFioa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uOJZ1vFioa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOJZ1vFioa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uOJZ1vFioa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uOJZ1vFioa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uOJZ1vFioa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uOJZ1vFioa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uOJZ1vFioa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uOJZ1vFioa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uOJZ1vFioa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uOJZ1vFioa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uOJZ1vFioa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uOJZ1vFioa h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uOJZ1vFioa .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-uOJZ1vFioa .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-uOJZ1vFioa .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uOJZ1vFioa .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-uOJZ1vFioa .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-uOJZ1vFioa .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-uOJZ1vFioa .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-uOJZ1vFioa .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-uOJZ1vFioa .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-uOJZ1vFioa H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uOJZ1vFioa P {
  text-align: center;
  color: #ffffff;
}
.cid-ulg3TPEwys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulg3TPEwys .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ulg3TPEwys .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-ulg3TPEwys .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-ulg3TPEwys .mbr-section-text {
  margin-top: 20px;
  color: #000000;
}
.cid-ulg3TPEwys .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-ulg3TPEwys .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-ulg3TPEwys .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #ffff00;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-ulg3TPEwys .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg3TPEwys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-ulg4fEp7hl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/adobe-2000x824.jpg");
}
.cid-ulg4fEp7hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg4fEp7hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg4fEp7hl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .row {
    align-items: center !important;
  }
}
.cid-ulg4fEp7hl .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-ulg4fEp7hl .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-ulg4fEp7hl .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-ulg4fEp7hl .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-ulg4fEp7hl .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .text-wrap {
    padding: 30px 0;
  }
}
.cid-ulg4fEp7hl .mbr-title {
  color: #000000;
}
.cid-ulg4fEp7hl .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-ulg4fEp7hl .list-box {
  width: 100%;
}
.cid-ulg4fEp7hl .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
  padding-left: 0;
}
.cid-ulg4fEp7hl .list-text {
  position: relative;
}
.cid-ulg4fEp7hl .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ulg4fEp7hl .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulg4fEp7hl .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-ulg4fEp7hl .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-ulg4fEp7hl .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ulg4fEp7hl .mbr-text,
.cid-ulg4fEp7hl .mbr-section-btn {
  color: #000000;
}
.cid-uOZkCGXZtO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-uOZkCGXZtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZkCGXZtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZkCGXZtO .card-wrapper {
  width: 100%;
}
.cid-uOZkCGXZtO .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uOZkCGXZtO .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uOZkCGXZtO .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uOZkCGXZtO .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uOZkCGXZtO .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uOZkCGXZtO .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #000000;
}
.cid-uOZkCGXZtO .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uOZkCGXZtO .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uOZkCGXZtO .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uOZkCGXZtO .card-title {
    text-align: center !important;
  }
}
.cid-uOZkCGXZtO .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOZkCGXZtO .card-text {
    text-align: center !important;
  }
}
.cid-uOZn0aXSYN {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uOZn0aXSYN img {
  width: 180px;
  margin: auto;
}
.cid-uOZn0aXSYN .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uOZn0aXSYN H1 {
  color: #ed6436;
}
.cid-ue6D3KXkA0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ue6D3KXkA0 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6D3KXkA0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
.cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col,
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6D3KXkA0 .col + .mbr-section-btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6D3KXkA0 .dragArea {
    flex-direction: column;
  }
}
.cid-ue6D3KXkA0 .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-ue6D3KXkA0 .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-ue6D3KXkA0 .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6D3KXkA0 .form-group {
  max-width: 220px;
}
.cid-ue6D3KXkA0 .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6D3KXkA0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6D3KXkA0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ue6D3KXkA0 .mbr-text {
  color: #444;
}
.cid-ue6D3KXkA0 h5 {
  margin-bottom: 0;
}
.cid-ue6D3KXkA0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6D3KXkA0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6D3KXkA0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6D3KXkA0 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue6D3KXkA0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ue6D3KXkA0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6D3KXkA0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6D3KXkA0 .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6D3KXkA0 .media-container-row > div {
  padding: 0px;
}
.cid-ue6D3KXkA0 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6D3KXkA0 .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ue6D3KXkA0 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6D3KXkA0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6D3KXkA0 .social-list,
  .cid-ue6D3KXkA0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6D3KXkA0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6D3KXkA0 .form-group {
    max-width: 180px;
  }
}
.cid-ue6D3KXkA0 .links span {
  color: #9e9e9e;
}
.cid-ue6D3KXkA0 .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ue6D3KXkA0 .logo-title {
  text-align: center;
}
.cid-ue6D3KXkA0 .logo-title,
.cid-ue6D3KXkA0 .logo {
  color: #ffffff;
}
.cid-uPfvSsTrJx.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSsTrJx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSsTrJx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSsTrJx .modal-content,
.cid-uPfvSsTrJx .modal-dialog {
  height: auto;
}
.cid-uPfvSsTrJx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSsTrJx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSsTrJx .form-wrapper .mbr-form .form-group,
  .cid-uPfvSsTrJx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSsTrJx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSsTrJx .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSsTrJx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSsTrJx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSsTrJx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSsTrJx .modal-open {
  overflow: hidden;
}
.cid-uPfvSsTrJx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSsTrJx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSsTrJx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSsTrJx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSsTrJx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSsTrJx .modal-content {
  background: #e8f7ef;
  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-uPfvSsTrJx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSsTrJx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSsTrJx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSsTrJx .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsTrJx .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSsTrJx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSsTrJx .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSsTrJx .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSsTrJx .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSsTrJx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSsTrJx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSsTrJx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsTrJx .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsTrJx .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSsTrJx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSsTrJx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSsTrJx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSsTrJx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSsTrJx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSsTrJx .modal-lg,
  .cid-uPfvSsTrJx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSsTrJx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSsTrJx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSsTrJx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSsTrJx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSsTrJx .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-uPfvSsTrJx .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSsTrJx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSsTrJx LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3gQqLhaC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uP3gQqLhaC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-uP3gQqLhaC .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #d6efe3;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uP3gQqLhaC .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uP3gQqLhaC .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uP3gQqLhaC .mbr-timeline-title,
.cid-uP3gQqLhaC .mbr-timeline-text {
  color: #ffffff;
}
.cid-uP3gQqLhaC .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uP3gQqLhaC .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uP3gQqLhaC .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uP3gQqLhaC .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #d6efe3;
  top: 20px;
  margin-left: -30px;
}
.cid-uP3gQqLhaC .iconsBackground span {
  color: #ffffff;
}
.cid-uP3gQqLhaC .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uP3gQqLhaC .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #d6efe3;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uP3gQqLhaC .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uP3gQqLhaC .iconsBackground {
    left: 1.5rem;
  }
  .cid-uP3gQqLhaC .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uP3gQqLhaC .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uP3gQqLhaC .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uP3gQqLhaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3gQqLhaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3gQqLhaC .mbr-timeline-text {
  color: #000000;
}
.cid-uP3gQqLhaC .mbr-timeline-title {
  color: #000000;
}
.cid-uP1U26wmjp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uP1U26wmjp .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uP1U26wmjp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uP1U26wmjp .col + .mbr-section-btn .btn,
.cid-uP1U26wmjp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uP1U26wmjp .col + .mbr-section-btn .btn,
  .cid-uP1U26wmjp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uP1U26wmjp .dragArea > *:nth-last-child(2).col,
  .cid-uP1U26wmjp .dragArea > *:nth-last-child(2).col-auto,
  .cid-uP1U26wmjp .col + .mbr-section-btn,
  .cid-uP1U26wmjp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uP1U26wmjp .dragArea {
    flex-direction: column;
  }
}
.cid-uP1U26wmjp .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uP1U26wmjp .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uP1U26wmjp .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uP1U26wmjp .form-group {
  max-width: 220px;
}
.cid-uP1U26wmjp .mbr-section-btn {
  padding-left: 0;
}
.cid-uP1U26wmjp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uP1U26wmjp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uP1U26wmjp .mbr-text {
  color: #444;
}
.cid-uP1U26wmjp h5 {
  margin-bottom: 0;
}
.cid-uP1U26wmjp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uP1U26wmjp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP1U26wmjp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uP1U26wmjp .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP1U26wmjp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uP1U26wmjp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uP1U26wmjp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uP1U26wmjp .social-list a:hover {
  opacity: 0.4;
}
.cid-uP1U26wmjp .media-container-row > div {
  padding: 0px;
}
.cid-uP1U26wmjp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP1U26wmjp .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uP1U26wmjp .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uP1U26wmjp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uP1U26wmjp .social-list,
  .cid-uP1U26wmjp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uP1U26wmjp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uP1U26wmjp .form-group {
    max-width: 180px;
  }
}
.cid-uP1U26wmjp .links span {
  color: #9e9e9e;
}
.cid-uP1U26wmjp .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uP1U26wmjp .logo-title {
  text-align: center;
}
.cid-uP1U26wmjp .logo-title,
.cid-uP1U26wmjp .logo {
  color: #ffffff;
}
.cid-uPfvSsZkPL.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSsZkPL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSsZkPL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSsZkPL .modal-content,
.cid-uPfvSsZkPL .modal-dialog {
  height: auto;
}
.cid-uPfvSsZkPL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSsZkPL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSsZkPL .form-wrapper .mbr-form .form-group,
  .cid-uPfvSsZkPL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSsZkPL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSsZkPL .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSsZkPL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSsZkPL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSsZkPL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSsZkPL .modal-open {
  overflow: hidden;
}
.cid-uPfvSsZkPL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSsZkPL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSsZkPL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSsZkPL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSsZkPL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSsZkPL .modal-content {
  background: #e8f7ef;
  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-uPfvSsZkPL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSsZkPL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSsZkPL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSsZkPL .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZkPL .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSsZkPL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSsZkPL .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSsZkPL .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSsZkPL .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSsZkPL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSsZkPL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSsZkPL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZkPL .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZkPL .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSsZkPL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSsZkPL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSsZkPL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSsZkPL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSsZkPL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSsZkPL .modal-lg,
  .cid-uPfvSsZkPL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSsZkPL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSsZkPL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSsZkPL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSsZkPL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSsZkPL .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-uPfvSsZkPL .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSsZkPL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSsZkPL LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3pvPsyTu {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/slide-12.jpg-2000x1122.jpg");
}
.cid-uP3pvPsyTu .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uP3pvPsyTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3pvPsyTu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uP3pvPsyTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uP3pvPsyTu {
    align-items: flex-end;
  }
  .cid-uP3pvPsyTu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uP3pvPsyTu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uP3pvPsyTu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uP3pvPsyTu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uP3pvPsyTu .content-wrap {
    width: 100%;
  }
}
.cid-uP3pvPsyTu .mbr-section-subtitle,
.cid-uP3pvPsyTu .line {
  color: #ffffff;
  text-align: center;
}
.cid-uP3pvPsyTu .mbr-text,
.cid-uP3pvPsyTu .mbr-section-btn {
  text-align: center;
}
.cid-uP3pvPsyTu .mbr-section-title {
  text-align: center;
}
.cid-uP3zZgFbQA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP3zZgFbQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3zZgFbQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3zZgFbQA .row {
  justify-content: flex-start;
}
.cid-uP3zZgFbQA .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-uP3zZgFbQA .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-uP3zZgFbQA .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uP3zZgFbQA .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uPseAz5Eyj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPseAz5Eyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPseAz5Eyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPseAz5Eyj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uPseAz5Eyj .mbr-section-title {
  color: #0000ff;
}
.cid-uPseAz5Eyj .mbr-section-subtitle {
  color: #24262b;
}
.cid-uPseAz5Eyj .items-row {
  row-gap: 32px;
}
.cid-uPseAz5Eyj .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uPseAz5Eyj .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uPseAz5Eyj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uPseAz5Eyj .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uPseAz5Eyj .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uPseAz5Eyj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uPseAz5Eyj .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uPseAz5Eyj .mbr-item-subtitle {
  color: #000000;
}
.cid-uPseAz5Eyj .carousel-control,
.cid-uPseAz5Eyj .close {
  background: #1b1b1b;
}
.cid-uPseAz5Eyj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPseAz5Eyj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPseAz5Eyj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPseAz5Eyj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPseAz5Eyj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPseAz5Eyj .close::before {
  content: '\e91a';
}
.cid-uPseAz5Eyj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPseAz5Eyj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPseAz5Eyj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPseAz5Eyj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPseAz5Eyj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPseAz5Eyj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPseAz5Eyj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPseAz5Eyj .carousel-indicators li.active,
.cid-uPseAz5Eyj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPseAz5Eyj .carousel-indicators li::after,
.cid-uPseAz5Eyj .carousel-indicators li::before {
  content: none;
}
.cid-uPseAz5Eyj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPseAz5Eyj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPseAz5Eyj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPseAz5Eyj .carousel-indicators {
    display: none;
  }
}
.cid-uPseAz5Eyj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPseAz5Eyj .carousel-inner > .active {
  display: block;
}
.cid-uPseAz5Eyj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPseAz5Eyj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPseAz5Eyj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPseAz5Eyj .carousel-control,
  .cid-uPseAz5Eyj .carousel-indicators,
  .cid-uPseAz5Eyj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPseAz5Eyj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPseAz5Eyj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPseAz5Eyj .carousel-indicators .active,
.cid-uPseAz5Eyj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPseAz5Eyj .carousel-indicators .active {
  background: #fff;
}
.cid-uPseAz5Eyj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPseAz5Eyj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPseAz5Eyj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPseAz5Eyj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPseAz5Eyj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPseAz5Eyj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPseAz5Eyj .carousel {
  width: 100%;
}
.cid-uPseAz5Eyj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPseAz5Eyj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPseAz5Eyj .modal.fade .modal-dialog,
.cid-uPseAz5Eyj .modal.in .modal-dialog {
  transform: none;
}
.cid-uPseAz5Eyj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPseAz5Eyj H6 {
  text-align: center;
}
.cid-uP3oolZ9Re {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uP3oolZ9Re .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uP3oolZ9Re .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uP3oolZ9Re .col + .mbr-section-btn .btn,
.cid-uP3oolZ9Re .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uP3oolZ9Re .col + .mbr-section-btn .btn,
  .cid-uP3oolZ9Re .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uP3oolZ9Re .dragArea > *:nth-last-child(2).col,
  .cid-uP3oolZ9Re .dragArea > *:nth-last-child(2).col-auto,
  .cid-uP3oolZ9Re .col + .mbr-section-btn,
  .cid-uP3oolZ9Re .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uP3oolZ9Re .dragArea {
    flex-direction: column;
  }
}
.cid-uP3oolZ9Re .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uP3oolZ9Re .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uP3oolZ9Re .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uP3oolZ9Re .form-group {
  max-width: 220px;
}
.cid-uP3oolZ9Re .mbr-section-btn {
  padding-left: 0;
}
.cid-uP3oolZ9Re .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uP3oolZ9Re .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uP3oolZ9Re .mbr-text {
  color: #444;
}
.cid-uP3oolZ9Re h5 {
  margin-bottom: 0;
}
.cid-uP3oolZ9Re .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uP3oolZ9Re .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP3oolZ9Re .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uP3oolZ9Re .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP3oolZ9Re .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uP3oolZ9Re .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uP3oolZ9Re .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uP3oolZ9Re .social-list a:hover {
  opacity: 0.4;
}
.cid-uP3oolZ9Re .media-container-row > div {
  padding: 0px;
}
.cid-uP3oolZ9Re .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP3oolZ9Re .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uP3oolZ9Re .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uP3oolZ9Re .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uP3oolZ9Re .social-list,
  .cid-uP3oolZ9Re .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uP3oolZ9Re h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uP3oolZ9Re .form-group {
    max-width: 180px;
  }
}
.cid-uP3oolZ9Re .links span {
  color: #9e9e9e;
}
.cid-uP3oolZ9Re .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uP3oolZ9Re .logo-title {
  text-align: center;
}
.cid-uP3oolZ9Re .logo-title,
.cid-uP3oolZ9Re .logo {
  color: #ffffff;
}
.cid-uPfvSsZbm2.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSsZbm2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSsZbm2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSsZbm2 .modal-content,
.cid-uPfvSsZbm2 .modal-dialog {
  height: auto;
}
.cid-uPfvSsZbm2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSsZbm2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSsZbm2 .form-wrapper .mbr-form .form-group,
  .cid-uPfvSsZbm2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSsZbm2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSsZbm2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSsZbm2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSsZbm2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSsZbm2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSsZbm2 .modal-open {
  overflow: hidden;
}
.cid-uPfvSsZbm2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSsZbm2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSsZbm2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSsZbm2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSsZbm2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSsZbm2 .modal-content {
  background: #e8f7ef;
  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-uPfvSsZbm2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSsZbm2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSsZbm2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSsZbm2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZbm2 .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSsZbm2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSsZbm2 .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSsZbm2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSsZbm2 .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSsZbm2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSsZbm2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSsZbm2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZbm2 .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZbm2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSsZbm2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSsZbm2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSsZbm2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSsZbm2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSsZbm2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSsZbm2 .modal-lg,
  .cid-uPfvSsZbm2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSsZbm2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSsZbm2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSsZbm2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSsZbm2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSsZbm2 .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-uPfvSsZbm2 .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSsZbm2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSsZbm2 LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP40AdH262 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/slide-8.jpg-2000x1333.jpg");
}
.cid-uP40AdH262 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uP40AdH262 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP40AdH262 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uP40AdH262 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uP40AdH262 {
    align-items: flex-end;
  }
  .cid-uP40AdH262 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uP40AdH262 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uP40AdH262 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uP40AdH262 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uP40AdH262 .content-wrap {
    width: 100%;
  }
}
.cid-uP40AdH262 .mbr-section-subtitle,
.cid-uP40AdH262 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uP40AdH262 .mbr-text,
.cid-uP40AdH262 .mbr-section-btn {
  text-align: center;
}
.cid-uP40AdH262 .mbr-section-title {
  text-align: center;
}
.cid-uP41RIKdwr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uP41RIKdwr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uP41RIKdwr .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uP41RIKdwr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c5e9d8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uP41RIKdwr .mbr-section-title {
  text-align: center;
}
.cid-uP41RIKdwr .mbr-text {
  color: #000000;
}
.cid-uP40AevzLH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uP40AevzLH .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uP40AevzLH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uP40AevzLH .col + .mbr-section-btn .btn,
.cid-uP40AevzLH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uP40AevzLH .col + .mbr-section-btn .btn,
  .cid-uP40AevzLH .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uP40AevzLH .dragArea > *:nth-last-child(2).col,
  .cid-uP40AevzLH .dragArea > *:nth-last-child(2).col-auto,
  .cid-uP40AevzLH .col + .mbr-section-btn,
  .cid-uP40AevzLH .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uP40AevzLH .dragArea {
    flex-direction: column;
  }
}
.cid-uP40AevzLH .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uP40AevzLH .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uP40AevzLH .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uP40AevzLH .form-group {
  max-width: 220px;
}
.cid-uP40AevzLH .mbr-section-btn {
  padding-left: 0;
}
.cid-uP40AevzLH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uP40AevzLH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uP40AevzLH .mbr-text {
  color: #444;
}
.cid-uP40AevzLH h5 {
  margin-bottom: 0;
}
.cid-uP40AevzLH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uP40AevzLH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP40AevzLH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uP40AevzLH .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP40AevzLH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uP40AevzLH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uP40AevzLH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uP40AevzLH .social-list a:hover {
  opacity: 0.4;
}
.cid-uP40AevzLH .media-container-row > div {
  padding: 0px;
}
.cid-uP40AevzLH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP40AevzLH .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uP40AevzLH .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uP40AevzLH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uP40AevzLH .social-list,
  .cid-uP40AevzLH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uP40AevzLH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uP40AevzLH .form-group {
    max-width: 180px;
  }
}
.cid-uP40AevzLH .links span {
  color: #9e9e9e;
}
.cid-uP40AevzLH .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uP40AevzLH .logo-title {
  text-align: center;
}
.cid-uP40AevzLH .logo-title,
.cid-uP40AevzLH .logo {
  color: #ffffff;
}
.cid-uPfvSsZB7a.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSsZB7a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSsZB7a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSsZB7a .modal-content,
.cid-uPfvSsZB7a .modal-dialog {
  height: auto;
}
.cid-uPfvSsZB7a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSsZB7a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSsZB7a .form-wrapper .mbr-form .form-group,
  .cid-uPfvSsZB7a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSsZB7a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSsZB7a .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSsZB7a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSsZB7a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSsZB7a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSsZB7a .modal-open {
  overflow: hidden;
}
.cid-uPfvSsZB7a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSsZB7a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSsZB7a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSsZB7a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSsZB7a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSsZB7a .modal-content {
  background: #e8f7ef;
  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-uPfvSsZB7a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSsZB7a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSsZB7a .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSsZB7a .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZB7a .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSsZB7a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSsZB7a .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSsZB7a .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSsZB7a .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSsZB7a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSsZB7a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSsZB7a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZB7a .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZB7a .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSsZB7a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSsZB7a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSsZB7a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSsZB7a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSsZB7a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSsZB7a .modal-lg,
  .cid-uPfvSsZB7a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSsZB7a .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSsZB7a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSsZB7a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSsZB7a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSsZB7a .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-uPfvSsZB7a .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSsZB7a .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSsZB7a LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3lIliMfd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uP3lIliMfd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uP3lIliMfd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP3lIliMfd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP3lIliMfd .title {
  padding: 0 2rem;
}
.cid-uP3lIliMfd .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uP3lIliMfd .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uP3lIliMfd .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uP3lIliMfd .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uP3lIliMfd .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uP3lIliMfd .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uP3lIliMfd .container {
  padding: 0 1rem;
}
.cid-uP3lIliMfd .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uP3lIliMfd .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uP3lIliMfd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uP3lIliMfd .icon-focus {
  display: none;
}
.cid-uP3lIliMfd .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uP3lIliMfd .btn-primary-outline:hover {
  background: transparent !important;
  color: #228400 !important;
}
.cid-uP3lIliMfd li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uP3lIliMfd li {
  position: relative;
}
.cid-uP3lIliMfd .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uP3lIliMfd .btn {
  font-family: Jost !important;
}
.cid-uP3lIliMfd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uP3lIliMfd .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP3lIliMfd li:not(:last-child):after {
    top: 9px;
  }
  .cid-uP3lIliMfd .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uP3lIliMfd .container {
    padding: 0rem;
  }
  .cid-uP3lIliMfd .title {
    padding: 0 1rem;
  }
}
.cid-uP3lIliMfd H2 {
  color: #89b758;
}
.cid-uP3lnZinWw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uP3lnZinWw .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uP3lnZinWw .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uP3lnZinWw .col + .mbr-section-btn .btn,
.cid-uP3lnZinWw .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uP3lnZinWw .col + .mbr-section-btn .btn,
  .cid-uP3lnZinWw .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uP3lnZinWw .dragArea > *:nth-last-child(2).col,
  .cid-uP3lnZinWw .dragArea > *:nth-last-child(2).col-auto,
  .cid-uP3lnZinWw .col + .mbr-section-btn,
  .cid-uP3lnZinWw .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uP3lnZinWw .dragArea {
    flex-direction: column;
  }
}
.cid-uP3lnZinWw .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uP3lnZinWw .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uP3lnZinWw .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uP3lnZinWw .form-group {
  max-width: 220px;
}
.cid-uP3lnZinWw .mbr-section-btn {
  padding-left: 0;
}
.cid-uP3lnZinWw .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uP3lnZinWw .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uP3lnZinWw .mbr-text {
  color: #444;
}
.cid-uP3lnZinWw h5 {
  margin-bottom: 0;
}
.cid-uP3lnZinWw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uP3lnZinWw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uP3lnZinWw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uP3lnZinWw .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uP3lnZinWw .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uP3lnZinWw .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uP3lnZinWw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uP3lnZinWw .social-list a:hover {
  opacity: 0.4;
}
.cid-uP3lnZinWw .media-container-row > div {
  padding: 0px;
}
.cid-uP3lnZinWw .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uP3lnZinWw .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uP3lnZinWw .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uP3lnZinWw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uP3lnZinWw .social-list,
  .cid-uP3lnZinWw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uP3lnZinWw h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uP3lnZinWw .form-group {
    max-width: 180px;
  }
}
.cid-uP3lnZinWw .links span {
  color: #9e9e9e;
}
.cid-uP3lnZinWw .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uP3lnZinWw .logo-title {
  text-align: center;
}
.cid-uP3lnZinWw .logo-title,
.cid-uP3lnZinWw .logo {
  color: #ffffff;
}
.cid-uPfvSsZscl.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSsZscl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSsZscl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSsZscl .modal-content,
.cid-uPfvSsZscl .modal-dialog {
  height: auto;
}
.cid-uPfvSsZscl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSsZscl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSsZscl .form-wrapper .mbr-form .form-group,
  .cid-uPfvSsZscl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSsZscl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSsZscl .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-uPfvSsZscl .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSsZscl .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSsZscl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSsZscl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSsZscl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSsZscl .modal-open {
  overflow: hidden;
}
.cid-uPfvSsZscl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSsZscl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSsZscl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSsZscl .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-uPfvSsZscl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSsZscl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSsZscl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSsZscl .modal-content {
  background: #e8f7ef;
  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-uPfvSsZscl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSsZscl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSsZscl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSsZscl .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSsZscl .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-uPfvSsZscl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZscl .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSsZscl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSsZscl .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSsZscl .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSsZscl .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSsZscl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSsZscl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSsZscl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZscl .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSsZscl .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-uPfvSsZscl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSsZscl .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSsZscl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSsZscl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSsZscl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSsZscl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSsZscl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSsZscl .modal-lg,
  .cid-uPfvSsZscl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSsZscl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSsZscl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSsZscl .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-uPfvSsZscl .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSsZscl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSsZscl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSsZscl .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-uPfvSsZscl .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSsZscl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSsZscl LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPeQ7ulTZH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPeQ7ulTZH .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uPeQ7ulTZH .mbr-section-title {
  color: #000000;
}
.cid-uPeQ7ulTZH .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uPeQ7ulTZH .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uPeQ7ulTZH .items-row {
    margin: 0 -15px;
  }
  .cid-uPeQ7ulTZH .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPeQ7ulTZH .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uPeQ7ulTZH .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uPeQ7ulTZH .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #83868c;
}
.cid-uPeQ7ulTZH .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uPeQ7ulTZH .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uPeQ7ulTZH .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPeQ7ulTZH .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uPeQ7ulTZH .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPeQ7ulTZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uPeQ7ulTZH .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uPeQ7ulTZH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uPeQ7ulTZH .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uPeQ7ulTZH .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uPeQ7ulTZH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPeQ7ulTZH .item-title,
.cid-uPeQ7ulTZH .mbr-section-btn {
  color: #000000;
}
.cid-uPeU2I0LVX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPeU2I0LVX .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uPeU2I0LVX .mbr-section-title {
  color: #000000;
}
.cid-uPeU2I0LVX .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uPeU2I0LVX .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uPeU2I0LVX .items-row {
    margin: 0 -15px;
  }
  .cid-uPeU2I0LVX .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPeU2I0LVX .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uPeU2I0LVX .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uPeU2I0LVX .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #83868c;
}
.cid-uPeU2I0LVX .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uPeU2I0LVX .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uPeU2I0LVX .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPeU2I0LVX .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uPeU2I0LVX .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPeU2I0LVX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uPeU2I0LVX .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uPeU2I0LVX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uPeU2I0LVX .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uPeU2I0LVX .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uPeU2I0LVX .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPeU2I0LVX .item-title,
.cid-uPeU2I0LVX .mbr-section-btn {
  color: #000000;
}
.cid-uPeVQAlNGu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPeVQAlNGu .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uPeVQAlNGu .mbr-section-title {
  color: #000000;
}
.cid-uPeVQAlNGu .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uPeVQAlNGu .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uPeVQAlNGu .items-row {
    margin: 0 -15px;
  }
  .cid-uPeVQAlNGu .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPeVQAlNGu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uPeVQAlNGu .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uPeVQAlNGu .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #83868c;
}
.cid-uPeVQAlNGu .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uPeVQAlNGu .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uPeVQAlNGu .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPeVQAlNGu .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uPeVQAlNGu .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uPeVQAlNGu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uPeVQAlNGu .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uPeVQAlNGu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uPeVQAlNGu .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uPeVQAlNGu .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uPeVQAlNGu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPeVQAlNGu .item-title,
.cid-uPeVQAlNGu .mbr-section-btn {
  color: #000000;
}
.cid-uPePTeZZwa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uPePTeZZwa .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uPePTeZZwa .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uPePTeZZwa .col + .mbr-section-btn .btn,
.cid-uPePTeZZwa .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uPePTeZZwa .col + .mbr-section-btn .btn,
  .cid-uPePTeZZwa .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uPePTeZZwa .dragArea > *:nth-last-child(2).col,
  .cid-uPePTeZZwa .dragArea > *:nth-last-child(2).col-auto,
  .cid-uPePTeZZwa .col + .mbr-section-btn,
  .cid-uPePTeZZwa .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uPePTeZZwa .dragArea {
    flex-direction: column;
  }
}
.cid-uPePTeZZwa .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uPePTeZZwa .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uPePTeZZwa .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uPePTeZZwa .form-group {
  max-width: 220px;
}
.cid-uPePTeZZwa .mbr-section-btn {
  padding-left: 0;
}
.cid-uPePTeZZwa .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uPePTeZZwa .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uPePTeZZwa .mbr-text {
  color: #444;
}
.cid-uPePTeZZwa h5 {
  margin-bottom: 0;
}
.cid-uPePTeZZwa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uPePTeZZwa .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPePTeZZwa .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uPePTeZZwa .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPePTeZZwa .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPePTeZZwa .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uPePTeZZwa .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uPePTeZZwa .social-list a:hover {
  opacity: 0.4;
}
.cid-uPePTeZZwa .media-container-row > div {
  padding: 0px;
}
.cid-uPePTeZZwa .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPePTeZZwa .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uPePTeZZwa .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPePTeZZwa .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uPePTeZZwa .social-list,
  .cid-uPePTeZZwa .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPePTeZZwa h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uPePTeZZwa .form-group {
    max-width: 180px;
  }
}
.cid-uPePTeZZwa .links span {
  color: #9e9e9e;
}
.cid-uPePTeZZwa .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uPePTeZZwa .logo-title {
  text-align: center;
}
.cid-uPePTeZZwa .logo-title,
.cid-uPePTeZZwa .logo {
  color: #ffffff;
}
.cid-uPfvSt0J14.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSt0J14.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSt0J14.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSt0J14 .modal-content,
.cid-uPfvSt0J14 .modal-dialog {
  height: auto;
}
.cid-uPfvSt0J14 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSt0J14 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSt0J14 .form-wrapper .mbr-form .form-group,
  .cid-uPfvSt0J14 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSt0J14 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSt0J14 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSt0J14 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSt0J14 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSt0J14 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSt0J14 .modal-open {
  overflow: hidden;
}
.cid-uPfvSt0J14 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSt0J14 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSt0J14 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSt0J14 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSt0J14 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSt0J14 .modal-content {
  background: #e8f7ef;
  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-uPfvSt0J14 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSt0J14 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSt0J14 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSt0J14 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0J14 .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSt0J14 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSt0J14 .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSt0J14 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSt0J14 .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSt0J14 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSt0J14 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSt0J14 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0J14 .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0J14 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSt0J14 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSt0J14 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSt0J14 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSt0J14 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSt0J14 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSt0J14 .modal-lg,
  .cid-uPfvSt0J14 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSt0J14 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSt0J14 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSt0J14 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSt0J14 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSt0J14 .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-uPfvSt0J14 .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSt0J14 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSt0J14 LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPf3aY4zCv {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/slide-11.jpg-2000x1333.jpg");
}
.cid-uPf3aY4zCv .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uPf3aY4zCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPf3aY4zCv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPf3aY4zCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uPf3aY4zCv {
    align-items: flex-end;
  }
  .cid-uPf3aY4zCv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPf3aY4zCv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPf3aY4zCv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPf3aY4zCv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPf3aY4zCv .content-wrap {
    width: 100%;
  }
}
.cid-uPf3aY4zCv .mbr-section-subtitle,
.cid-uPf3aY4zCv .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPf3aY4zCv .mbr-text,
.cid-uPf3aY4zCv .mbr-section-btn {
  text-align: center;
}
.cid-uPf3aY4zCv .mbr-section-title {
  text-align: center;
}
.cid-uPf3KLkft4 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uPf3KLkft4 .card-header {
  background: transparent;
}
.cid-uPf3KLkft4 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uPf3KLkft4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uPf3KLkft4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uPf3KLkft4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uPf3KLkft4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uPf3KLkft4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uPf3KLkft4 .card .panel-body {
  color: #767676;
}
.cid-uPf3KLkft4 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #d6efe3;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uPf3KLkft4 H4 {
  color: #000000;
}
.cid-uPf3KLkft4 H2 {
  color: #000000;
}
.cid-uPf3KLkft4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPf3KLkft4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPf3KLkft4 .panel-text {
  color: #000000;
}
.cid-uPf3aYPKVT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uPf3aYPKVT .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uPf3aYPKVT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uPf3aYPKVT .col + .mbr-section-btn .btn,
.cid-uPf3aYPKVT .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uPf3aYPKVT .col + .mbr-section-btn .btn,
  .cid-uPf3aYPKVT .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uPf3aYPKVT .dragArea > *:nth-last-child(2).col,
  .cid-uPf3aYPKVT .dragArea > *:nth-last-child(2).col-auto,
  .cid-uPf3aYPKVT .col + .mbr-section-btn,
  .cid-uPf3aYPKVT .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uPf3aYPKVT .dragArea {
    flex-direction: column;
  }
}
.cid-uPf3aYPKVT .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uPf3aYPKVT .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uPf3aYPKVT .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uPf3aYPKVT .form-group {
  max-width: 220px;
}
.cid-uPf3aYPKVT .mbr-section-btn {
  padding-left: 0;
}
.cid-uPf3aYPKVT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uPf3aYPKVT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uPf3aYPKVT .mbr-text {
  color: #444;
}
.cid-uPf3aYPKVT h5 {
  margin-bottom: 0;
}
.cid-uPf3aYPKVT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uPf3aYPKVT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPf3aYPKVT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uPf3aYPKVT .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPf3aYPKVT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPf3aYPKVT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uPf3aYPKVT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uPf3aYPKVT .social-list a:hover {
  opacity: 0.4;
}
.cid-uPf3aYPKVT .media-container-row > div {
  padding: 0px;
}
.cid-uPf3aYPKVT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPf3aYPKVT .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uPf3aYPKVT .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPf3aYPKVT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uPf3aYPKVT .social-list,
  .cid-uPf3aYPKVT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPf3aYPKVT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uPf3aYPKVT .form-group {
    max-width: 180px;
  }
}
.cid-uPf3aYPKVT .links span {
  color: #9e9e9e;
}
.cid-uPf3aYPKVT .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uPf3aYPKVT .logo-title {
  text-align: center;
}
.cid-uPf3aYPKVT .logo-title,
.cid-uPf3aYPKVT .logo {
  color: #ffffff;
}
.cid-uPfvSt0w8W.popup-builder {
  background-color: #ffffff;
}
.cid-uPfvSt0w8W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfvSt0w8W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfvSt0w8W .modal-content,
.cid-uPfvSt0w8W .modal-dialog {
  height: auto;
}
.cid-uPfvSt0w8W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfvSt0w8W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfvSt0w8W .form-wrapper .mbr-form .form-group,
  .cid-uPfvSt0w8W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfvSt0w8W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfvSt0w8W .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfvSt0w8W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfvSt0w8W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfvSt0w8W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfvSt0w8W .modal-open {
  overflow: hidden;
}
.cid-uPfvSt0w8W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfvSt0w8W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfvSt0w8W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfvSt0w8W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfvSt0w8W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfvSt0w8W .modal-content {
  background: #e8f7ef;
  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-uPfvSt0w8W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfvSt0w8W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfvSt0w8W .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfvSt0w8W .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0w8W .modal-header {
    padding: 1rem;
  }
}
.cid-uPfvSt0w8W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfvSt0w8W .modal-header .close svg {
  fill: #000000;
}
.cid-uPfvSt0w8W .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfvSt0w8W .modal-header .close:focus {
  outline: none;
}
.cid-uPfvSt0w8W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfvSt0w8W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfvSt0w8W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0w8W .modal-body {
    padding: 1rem;
  }
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfvSt0w8W .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfvSt0w8W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfvSt0w8W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfvSt0w8W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfvSt0w8W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfvSt0w8W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfvSt0w8W .modal-lg,
  .cid-uPfvSt0w8W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfvSt0w8W .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfvSt0w8W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .form-group {
  margin-bottom: 1rem;
}
.cid-uPfvSt0w8W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfvSt0w8W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfvSt0w8W .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-uPfvSt0w8W .mbr-section-btn {
  margin: 0;
}
.cid-uPfvSt0w8W .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfvSt0w8W LABEL {
  text-align: right;
  color: #000000;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  position: relative !important;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXUQYbVoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXUQYbVoC .dropdown-item:hover,
.cid-uQXUQYbVoC .dropdown-item:focus {
  background: #228400 !important;
  color: white !important;
}
.cid-uQXUQYbVoC .dropdown-item:hover span {
  color: white;
}
.cid-uQXUQYbVoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXUQYbVoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXUQYbVoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXUQYbVoC .nav-link {
  position: relative;
}
.cid-uQXUQYbVoC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .container {
    flex-wrap: nowrap;
  }
}
.cid-uQXUQYbVoC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown-menu,
.cid-uQXUQYbVoC .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXUQYbVoC .nav-item:focus,
.cid-uQXUQYbVoC .nav-link:focus {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXUQYbVoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXUQYbVoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXUQYbVoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXUQYbVoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXUQYbVoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXUQYbVoC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXUQYbVoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar.collapsed {
  justify-content: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXUQYbVoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXUQYbVoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXUQYbVoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXUQYbVoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXUQYbVoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXUQYbVoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXUQYbVoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXUQYbVoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXUQYbVoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXUQYbVoC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQXUQYbVoC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQXUQYbVoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXUQYbVoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXUQYbVoC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXUQYbVoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXUQYbVoC .dropdown-item.active,
.cid-uQXUQYbVoC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXUQYbVoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXUQYbVoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXUQYbVoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXUQYbVoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXUQYbVoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXUQYbVoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXUQYbVoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXUQYbVoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXUQYbVoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXUQYbVoC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQXUQYbVoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXUQYbVoC .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-uQXUQYbVoC .navbar {
    height: 70px;
  }
  .cid-uQXUQYbVoC .navbar.opened {
    height: auto;
  }
  .cid-uQXUQYbVoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPfq1oBBGj {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/slide-18.jpg-2000x1333.jpg");
}
.cid-uPfq1oBBGj .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uPfq1oBBGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPfq1oBBGj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPfq1oBBGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uPfq1oBBGj {
    align-items: flex-end;
  }
  .cid-uPfq1oBBGj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPfq1oBBGj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPfq1oBBGj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPfq1oBBGj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPfq1oBBGj .content-wrap {
    width: 100%;
  }
}
.cid-uPfq1oBBGj .mbr-section-subtitle,
.cid-uPfq1oBBGj .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPfq1oBBGj .mbr-text,
.cid-uPfq1oBBGj .mbr-section-btn {
  text-align: center;
}
.cid-uPfq1oBBGj .mbr-section-title {
  text-align: center;
}
.cid-uPfqOgwSjJ {
  display: flex;
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPfqOgwSjJ {
    align-items: center;
  }
  .cid-uPfqOgwSjJ .row {
    justify-content: center;
  }
}
.cid-uPfqOgwSjJ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPfqOgwSjJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPfqOgwSjJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPfqOgwSjJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPfqOgwSjJ .content-wrap {
    width: 100%;
  }
}
.cid-uPfqOgwSjJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPfqOgwSjJ .mbr-text,
.cid-uPfqOgwSjJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPfqOgwSjJ .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uPfq1r1DrQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uPfq1r1DrQ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uPfq1r1DrQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uPfq1r1DrQ .col + .mbr-section-btn .btn,
.cid-uPfq1r1DrQ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uPfq1r1DrQ .col + .mbr-section-btn .btn,
  .cid-uPfq1r1DrQ .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uPfq1r1DrQ .dragArea > *:nth-last-child(2).col,
  .cid-uPfq1r1DrQ .dragArea > *:nth-last-child(2).col-auto,
  .cid-uPfq1r1DrQ .col + .mbr-section-btn,
  .cid-uPfq1r1DrQ .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uPfq1r1DrQ .dragArea {
    flex-direction: column;
  }
}
.cid-uPfq1r1DrQ .btn-primary {
  border: 1px solid #228400 !important;
}
.cid-uPfq1r1DrQ .btn-primary:hover {
  border: 1px solid #228400 !important;
}
.cid-uPfq1r1DrQ .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uPfq1r1DrQ .form-group {
  max-width: 220px;
}
.cid-uPfq1r1DrQ .mbr-section-btn {
  padding-left: 0;
}
.cid-uPfq1r1DrQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uPfq1r1DrQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uPfq1r1DrQ .mbr-text {
  color: #444;
}
.cid-uPfq1r1DrQ h5 {
  margin-bottom: 0;
}
.cid-uPfq1r1DrQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uPfq1r1DrQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPfq1r1DrQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uPfq1r1DrQ .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPfq1r1DrQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uPfq1r1DrQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uPfq1r1DrQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uPfq1r1DrQ .social-list a:hover {
  opacity: 0.4;
}
.cid-uPfq1r1DrQ .media-container-row > div {
  padding: 0px;
}
.cid-uPfq1r1DrQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uPfq1r1DrQ .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uPfq1r1DrQ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPfq1r1DrQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uPfq1r1DrQ .social-list,
  .cid-uPfq1r1DrQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uPfq1r1DrQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uPfq1r1DrQ .form-group {
    max-width: 180px;
  }
}
.cid-uPfq1r1DrQ .links span {
  color: #9e9e9e;
}
.cid-uPfq1r1DrQ .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uPfq1r1DrQ .logo-title {
  text-align: center;
}
.cid-uPfq1r1DrQ .logo-title,
.cid-uPfq1r1DrQ .logo {
  color: #ffffff;
}
.cid-uPfum75zR4.popup-builder {
  background-color: #ffffff;
}
.cid-uPfum75zR4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPfum75zR4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPfum75zR4 .modal-content,
.cid-uPfum75zR4 .modal-dialog {
  height: auto;
}
.cid-uPfum75zR4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPfum75zR4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPfum75zR4 .form-wrapper .mbr-form .form-group,
  .cid-uPfum75zR4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPfum75zR4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPfum75zR4 .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-uPfum75zR4 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uPfum75zR4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPfum75zR4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPfum75zR4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPfum75zR4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPfum75zR4 .modal-open {
  overflow: hidden;
}
.cid-uPfum75zR4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPfum75zR4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPfum75zR4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPfum75zR4 .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-uPfum75zR4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPfum75zR4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPfum75zR4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPfum75zR4 .modal-content {
  background: #e8f7ef;
  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-uPfum75zR4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPfum75zR4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPfum75zR4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPfum75zR4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPfum75zR4 .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-uPfum75zR4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfum75zR4 .modal-header {
    padding: 1rem;
  }
}
.cid-uPfum75zR4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPfum75zR4 .modal-header .close svg {
  fill: #000000;
}
.cid-uPfum75zR4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPfum75zR4 .modal-header .close:focus {
  outline: none;
}
.cid-uPfum75zR4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPfum75zR4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPfum75zR4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfum75zR4 .modal-body {
    padding: 1rem;
  }
}
.cid-uPfum75zR4 .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-uPfum75zR4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPfum75zR4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPfum75zR4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPfum75zR4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPfum75zR4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPfum75zR4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPfum75zR4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPfum75zR4 .modal-lg,
  .cid-uPfum75zR4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPfum75zR4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPfum75zR4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPfum75zR4 .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-uPfum75zR4 .form-group {
  margin-bottom: 1rem;
}
.cid-uPfum75zR4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPfum75zR4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPfum75zR4 .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-uPfum75zR4 .mbr-section-btn {
  margin: 0;
}
.cid-uPfum75zR4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPfum75zR4 LABEL {
  text-align: right;
  color: #000000;
}
