body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #369425 !important;
}
.bg-success {
  background-color: #494545 !important;
}
.bg-info {
  background-color: #369425 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #d8ffca !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #369425 !important;
  border-color: #369425 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #36dede !important;
  border-color: #36dede !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1ba3a3 !important;
  border-color: #1ba3a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1ba3a3 !important;
  border-color: #1ba3a3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #369425 !important;
  border-color: #369425 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d4f14 !important;
  border-color: #1d4f14 !important;
}
.btn-success,
.btn-success:active {
  background-color: #494545 !important;
  border-color: #494545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c1b1b !important;
  border-color: #1c1b1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8ffca !important;
  border-color: #d8ffca !important;
  color: #35ca00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #1e7300 !important;
  background-color: #98ff73 !important;
  border-color: #98ff73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #35ca00 !important;
  background-color: #98ff73 !important;
  border-color: #98ff73 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #369425;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d4f14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #369425 !important;
  border-color: #369425 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36dede;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1ba3a3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #36dede !important;
  border-color: #36dede !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #369425;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d4f14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #369425 !important;
  border-color: #369425 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #494545;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c1b1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #494545 !important;
  border-color: #494545 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8ffca;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #98ff73 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #35ca00 !important;
  background-color: #d8ffca !important;
  border-color: #d8ffca !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #369425 !important;
}
.text-secondary {
  color: #36dede !important;
}
.text-success {
  color: #494545 !important;
}
.text-info {
  color: #369425 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #d8ffca !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #184211 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #199595 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151313 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #184211 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8dff64 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #369425;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #369425;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #d8ffca;
}
.mbr-gallery-filter li.active .btn {
  background-color: #369425;
  border-color: #369425;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #369425;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73d861;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcb8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #73d861;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #369425 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #369425;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #369425;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #369425;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #369425;
  border-bottom-color: #369425;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #369425 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #36dede !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23369425' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tRbvjDCfRG .navbar-dropdown {
  position: relative !important;
}
.cid-tRbvjDCfRG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRbvjDCfRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRbvjDCfRG .dropdown-item:hover,
.cid-tRbvjDCfRG .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-tRbvjDCfRG .dropdown-item:hover span {
  color: white;
}
.cid-tRbvjDCfRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRbvjDCfRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRbvjDCfRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRbvjDCfRG .nav-link {
  position: relative;
}
.cid-tRbvjDCfRG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container {
    flex-wrap: nowrap;
  }
}
.cid-tRbvjDCfRG .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown-menu,
.cid-tRbvjDCfRG .navbar.opened {
  background: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item:focus,
.cid-tRbvjDCfRG .nav-link:focus {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRbvjDCfRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRbvjDCfRG .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG .navbar.opened {
  transition: all 0.3s;
}
.cid-tRbvjDCfRG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRbvjDCfRG .navbar .navbar-logo img {
  width: auto;
}
.cid-tRbvjDCfRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar.collapsed {
  justify-content: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRbvjDCfRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRbvjDCfRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRbvjDCfRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRbvjDCfRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRbvjDCfRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRbvjDCfRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRbvjDCfRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRbvjDCfRG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRbvjDCfRG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRbvjDCfRG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown-item.active,
.cid-tRbvjDCfRG .dropdown-item:active {
  background-color: transparent;
}
.cid-tRbvjDCfRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRbvjDCfRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRbvjDCfRG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRbvjDCfRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG .navbar-dropdown {
  padding: 0;
}
.cid-tRbvjDCfRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRbvjDCfRG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRbvjDCfRG .navbar {
    height: 70px;
  }
  .cid-tRbvjDCfRG .navbar.opened {
    height: auto;
  }
  .cid-tRbvjDCfRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRbvjDCfRG .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRbvjDCfRG .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRbvjDCfRG .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link {
  position: relative !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRbvjDCfRG .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRbvjDCfRG .tel-menu {
    display: none;
  }
}
.cid-tRbvjDCfRG .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-text {
    text-align: center !important;
  }
}
.cid-tRbvjDCfRG .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRbvjDCfRG .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRbvjDCfRG .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRbvjDCfRG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRbvjDCfRG .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uVlpaDNfyd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sep-2.jpg");
}
.cid-uVlpaDNfyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlpaDNfyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVlpaDNfyd .col-content {
    text-align: center;
  }
}
.cid-uVlpaDNfyd .label-text {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uVlpaDNfyd .mbr-section-title {
  color: #62b84b;
  text-align: left;
}
.cid-uVlpaDNfyd .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uVlpaDNfyd .mbr-section-btn {
  margin-top: 22px;
}
.cid-uVlpaDNfyd .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uVlpaDNfyd .text-item {
  border-top: 2px solid #ffffff;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVlpaDNfyd .text-item {
    text-align: center;
  }
}
.cid-uVlpaDNfyd .mbr-text {
  color: #ffeb69;
}
.cid-uVlpaDNfyd .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
}
.cid-uVlpaDNfyd .mbr-section-subtitle,
.cid-uVlpaDNfyd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uVlBxcfean {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #62b84b;
}
.cid-uVlBxcfean .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlBxcfean .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlBxcfean .content-head {
  max-width: 800px;
}
.cid-uVlBxcfean .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uVlBxcfean .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVlBxcfean .item {
    min-height: 45px;
  }
}
.cid-uW336H0Uei {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW336H0Uei blockquote {
  border-color: #36dede;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uW336H0Uei .mbr-text {
  color: #000000;
}
.cid-uVp0nY0J8F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uVp0nY0J8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVp0nY0J8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVp0nY0J8F .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #369425, rgba(17, 17, 17, 0));
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-uVp0nY0J8F .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVp0nY0J8F .embla__slide .card-wrap {
  z-index: 1;
}
.cid-uVp0nY0J8F .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
  border-radius: 16px;
  z-index: -1;
}
.cid-uVp0nY0J8F .embla__slide .card-wrap .mbr-desc {
  padding: 10px 15px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-uVp0nY0J8F .embla__button--next,
.cid-uVp0nY0J8F .embla__button--prev {
  display: flex;
}
.cid-uVp0nY0J8F .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #369425;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uVp0nY0J8F .embla__button {
    display: none;
  }
}
.cid-uVp0nY0J8F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVp0nY0J8F .embla__button:hover {
  background: #369425;
  color: #369425;
  opacity: .7;
}
.cid-uVp0nY0J8F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVp0nY0J8F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVp0nY0J8F .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-uVp0nY0J8F .embla {
  position: relative;
  width: 100%;
}
.cid-uVp0nY0J8F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVp0nY0J8F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVp0nY0J8F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVp0nY0J8F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVp0nY0J8F .mbr-desc {
  color: #f4efe8;
  text-align: center;
}
.cid-uVplaroyga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b4f0f1;
}
.cid-uVplaroyga .mbr-overlay {
  padding: 0;
  background: #62b84b;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .cid-uVplaroyga .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uVplaroyga .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uVplaroyga .mbr-text,
.cid-uVplaroyga .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVplaroyga .mbr-section-subtitle {
  color: #6a3649;
  text-align: left;
}
.cid-uVplaroyga .section-subtext {
  color: #353535;
  text-align: left;
}
.cid-uW3Q4sKGvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW3Q4sKGvF img {
  width: 150px;
  margin: auto;
}
.cid-uW3Q4sKGvF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3Q4sKGvF .card {
    max-width: 16.6%;
  }
}
.cid-uW3Q4sKGvF .mbr-section-title {
  color: #19303d;
}
.cid-uXyq5sGwCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXyq5sGwCD img {
  width: 150px;
  margin: auto;
}
.cid-uXyq5sGwCD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXyq5sGwCD .card {
    max-width: 16.6%;
  }
}
.cid-uXyq5sGwCD .mbr-section-title {
  color: #19303d;
}
.cid-uVXUjXEu3x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVXUjXEu3x .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uVXUjXEu3x .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uVXUjXEu3x .col + .mbr-section-btn .btn,
.cid-uVXUjXEu3x .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uVXUjXEu3x .col + .mbr-section-btn .btn,
  .cid-uVXUjXEu3x .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uVXUjXEu3x .dragArea > *:nth-last-child(2).col,
  .cid-uVXUjXEu3x .dragArea > *:nth-last-child(2).col-auto,
  .cid-uVXUjXEu3x .col + .mbr-section-btn,
  .cid-uVXUjXEu3x .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uVXUjXEu3x .dragArea {
    flex-direction: column;
  }
}
.cid-uVXUjXEu3x .btn-primary {
  border: 1px solid #369425 !important;
}
.cid-uVXUjXEu3x .btn-primary:hover {
  border: 1px solid #369425 !important;
}
.cid-uVXUjXEu3x .stripe {
  border-bottom: 1px solid #d8ffca;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uVXUjXEu3x .form-group {
  max-width: 220px;
}
.cid-uVXUjXEu3x .mbr-section-btn {
  padding-left: 0;
}
.cid-uVXUjXEu3x .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uVXUjXEu3x .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d8ffca;
  width: 85%;
}
.cid-uVXUjXEu3x .mbr-text {
  color: #444;
}
.cid-uVXUjXEu3x h5 {
  margin-bottom: 0;
}
.cid-uVXUjXEu3x .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uVXUjXEu3x .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVXUjXEu3x .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uVXUjXEu3x .socicon {
  font-size: 1.3rem;
  background: #d8ffca;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVXUjXEu3x .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-uVXUjXEu3x .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uVXUjXEu3x .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uVXUjXEu3x .social-list a:hover {
  opacity: 0.4;
}
.cid-uVXUjXEu3x .media-container-row > div {
  padding: 0px;
}
.cid-uVXUjXEu3x .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uVXUjXEu3x .group-title {
  text-align: left;
  color: #d8ffca;
  padding-bottom: 0.2rem;
}
.cid-uVXUjXEu3x .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVXUjXEu3x .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uVXUjXEu3x .social-list,
  .cid-uVXUjXEu3x .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVXUjXEu3x h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uVXUjXEu3x .form-group {
    max-width: 180px;
  }
}
.cid-uVXUjXEu3x .links span {
  color: #9e9e9e;
}
.cid-uVXUjXEu3x .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVXUjXEu3x .logo-title {
  text-align: center;
}
.cid-uVXUjXEu3x .logo-title,
.cid-uVXUjXEu3x .logo {
  color: #bbbbbb;
}
.cid-uVs34es2jR .navbar-dropdown {
  position: relative !important;
}
.cid-uVs34es2jR .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-uVs34es2jR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVs34es2jR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVs34es2jR .dropdown-item:hover,
.cid-uVs34es2jR .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uVs34es2jR .dropdown-item:hover span {
  color: white;
}
.cid-uVs34es2jR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVs34es2jR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVs34es2jR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVs34es2jR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVs34es2jR .nav-link {
  position: relative;
}
.cid-uVs34es2jR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .container {
    flex-wrap: nowrap;
  }
}
.cid-uVs34es2jR .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVs34es2jR .dropdown-menu,
.cid-uVs34es2jR .navbar.opened {
  background: #ffffff !important;
}
.cid-uVs34es2jR .nav-item:focus,
.cid-uVs34es2jR .nav-link:focus {
  outline: none;
}
.cid-uVs34es2jR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVs34es2jR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVs34es2jR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVs34es2jR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVs34es2jR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVs34es2jR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVs34es2jR .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uVs34es2jR .navbar.opened {
  transition: all 0.3s;
}
.cid-uVs34es2jR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVs34es2jR .navbar .navbar-logo img {
  width: auto;
}
.cid-uVs34es2jR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVs34es2jR .navbar.collapsed {
  justify-content: center;
}
.cid-uVs34es2jR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVs34es2jR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uVs34es2jR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVs34es2jR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVs34es2jR .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-uVs34es2jR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVs34es2jR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVs34es2jR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVs34es2jR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVs34es2jR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVs34es2jR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVs34es2jR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVs34es2jR .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-uVs34es2jR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVs34es2jR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVs34es2jR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVs34es2jR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVs34es2jR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVs34es2jR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVs34es2jR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVs34es2jR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVs34es2jR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVs34es2jR .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-uVs34es2jR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVs34es2jR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVs34es2jR .dropdown-item.active,
.cid-uVs34es2jR .dropdown-item:active {
  background-color: transparent;
}
.cid-uVs34es2jR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVs34es2jR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVs34es2jR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVs34es2jR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVs34es2jR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVs34es2jR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVs34es2jR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVs34es2jR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVs34es2jR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVs34es2jR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVs34es2jR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVs34es2jR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVs34es2jR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVs34es2jR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVs34es2jR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVs34es2jR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVs34es2jR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVs34es2jR .navbar-dropdown {
  padding: 0;
}
.cid-uVs34es2jR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVs34es2jR .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-uVs34es2jR .navbar {
    height: 70px;
  }
  .cid-uVs34es2jR .navbar.opened {
    height: auto;
  }
  .cid-uVs34es2jR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVs34es2jR .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uVs34es2jR .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uVs34es2jR .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uVs34es2jR .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uVs34es2jR .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uVs34es2jR .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uVs34es2jR .nav-item .nav-link {
  position: relative !important;
}
.cid-uVs34es2jR .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uVs34es2jR .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uVs34es2jR .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uVs34es2jR .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uVs34es2jR .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uVs34es2jR .tel-menu {
    display: none;
  }
}
.cid-uVs34es2jR .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uVs34es2jR .mbr-text {
    text-align: center !important;
  }
}
.cid-uVs34es2jR .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uVs34es2jR .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVs34es2jR .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uVs34es2jR .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uVs34es2jR .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uVs34es2jR .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uVs34es2jR .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uVs3e0X0vX {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVs3e0X0vX .wrap {
  display: flex;
  border-bottom: 1px dotted #83868c;
  margin-bottom: 39px;
  padding-bottom: 20px;
}
.cid-uVs3e0X0vX .wrap .ico1 {
  font-size: 2rem;
  margin-right: 30px;
  color: #36dede;
}
.cid-uVs3e0X0vX .wrap .mbr-text {
  z-index: 2;
  position: relative;
  color: #369425;
}
.cid-uVs3e0X0vX .wrap .mbr-section-subtitle {
  color: #369425;
  display: inline-block;
  margin-right: 20px;
}
.cid-uVs3e0X0vX .wrap .ico-line {
  display: inline-block;
}
.cid-uVs3e0X0vX .wrap .ico-line .mbr-iconfont {
  color: #2da619;
  font-size: 14px;
}
.cid-uVs3e0X0vX .col-md-12:last-child .wrap,
.cid-uVs3e0X0vX .col-lg-12:last-child .wrap {
  border-bottom: none;
}
.cid-uVs3e0X0vX .col-md-12.last-child .wrap,
.cid-uVs3e0X0vX .col-lg-12.last-child .wrap {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-uVs3e0X0vX * {
    text-align: left;
  }
  .cid-uVs3e0X0vX .ico1 {
    display: none;
  }
}
.cid-uVs3e0X0vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVs3e0X0vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVs3e0X0vX .wrap .content .mbr-text {
  color: #000000;
}
.cid-uVs3e0X0vX .wrap .content .mbr-section-subtitle,
.cid-uVs3e0X0vX .wrap .content .author {
  color: #000000;
}
.cid-uWp3CtCE7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW3BLrBGYa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uW3BLrBGYa .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uW3BLrBGYa .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uW3BLrBGYa .col + .mbr-section-btn .btn,
.cid-uW3BLrBGYa .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uW3BLrBGYa .col + .mbr-section-btn .btn,
  .cid-uW3BLrBGYa .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uW3BLrBGYa .dragArea > *:nth-last-child(2).col,
  .cid-uW3BLrBGYa .dragArea > *:nth-last-child(2).col-auto,
  .cid-uW3BLrBGYa .col + .mbr-section-btn,
  .cid-uW3BLrBGYa .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uW3BLrBGYa .dragArea {
    flex-direction: column;
  }
}
.cid-uW3BLrBGYa .btn-primary {
  border: 1px solid #369425 !important;
}
.cid-uW3BLrBGYa .btn-primary:hover {
  border: 1px solid #369425 !important;
}
.cid-uW3BLrBGYa .stripe {
  border-bottom: 1px solid #d8ffca;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uW3BLrBGYa .form-group {
  max-width: 220px;
}
.cid-uW3BLrBGYa .mbr-section-btn {
  padding-left: 0;
}
.cid-uW3BLrBGYa .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uW3BLrBGYa .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d8ffca;
  width: 85%;
}
.cid-uW3BLrBGYa .mbr-text {
  color: #444;
}
.cid-uW3BLrBGYa h5 {
  margin-bottom: 0;
}
.cid-uW3BLrBGYa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uW3BLrBGYa .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3BLrBGYa .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uW3BLrBGYa .socicon {
  font-size: 1.3rem;
  background: #d8ffca;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uW3BLrBGYa .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-uW3BLrBGYa .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uW3BLrBGYa .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uW3BLrBGYa .social-list a:hover {
  opacity: 0.4;
}
.cid-uW3BLrBGYa .media-container-row > div {
  padding: 0px;
}
.cid-uW3BLrBGYa .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uW3BLrBGYa .group-title {
  text-align: left;
  color: #d8ffca;
  padding-bottom: 0.2rem;
}
.cid-uW3BLrBGYa .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uW3BLrBGYa .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uW3BLrBGYa .social-list,
  .cid-uW3BLrBGYa .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uW3BLrBGYa h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uW3BLrBGYa .form-group {
    max-width: 180px;
  }
}
.cid-uW3BLrBGYa .links span {
  color: #9e9e9e;
}
.cid-uW3BLrBGYa .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uW3BLrBGYa .logo-title {
  text-align: center;
}
.cid-uW3BLrBGYa .logo-title,
.cid-uW3BLrBGYa .logo {
  color: #bbbbbb;
}
.cid-uVs6EpwauE .navbar-dropdown {
  position: relative !important;
}
.cid-uVs6EpwauE .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-uVs6EpwauE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVs6EpwauE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVs6EpwauE .dropdown-item:hover,
.cid-uVs6EpwauE .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uVs6EpwauE .dropdown-item:hover span {
  color: white;
}
.cid-uVs6EpwauE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVs6EpwauE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVs6EpwauE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVs6EpwauE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVs6EpwauE .nav-link {
  position: relative;
}
.cid-uVs6EpwauE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVs6EpwauE .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVs6EpwauE .dropdown-menu,
.cid-uVs6EpwauE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVs6EpwauE .nav-item:focus,
.cid-uVs6EpwauE .nav-link:focus {
  outline: none;
}
.cid-uVs6EpwauE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVs6EpwauE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVs6EpwauE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVs6EpwauE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVs6EpwauE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVs6EpwauE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVs6EpwauE .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uVs6EpwauE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVs6EpwauE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVs6EpwauE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVs6EpwauE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVs6EpwauE .navbar.collapsed {
  justify-content: center;
}
.cid-uVs6EpwauE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVs6EpwauE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uVs6EpwauE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVs6EpwauE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVs6EpwauE .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-uVs6EpwauE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVs6EpwauE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVs6EpwauE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVs6EpwauE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVs6EpwauE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVs6EpwauE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVs6EpwauE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVs6EpwauE .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-uVs6EpwauE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVs6EpwauE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVs6EpwauE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVs6EpwauE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVs6EpwauE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVs6EpwauE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVs6EpwauE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVs6EpwauE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVs6EpwauE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVs6EpwauE .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-uVs6EpwauE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVs6EpwauE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVs6EpwauE .dropdown-item.active,
.cid-uVs6EpwauE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVs6EpwauE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVs6EpwauE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVs6EpwauE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVs6EpwauE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVs6EpwauE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVs6EpwauE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVs6EpwauE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVs6EpwauE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVs6EpwauE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVs6EpwauE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVs6EpwauE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVs6EpwauE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVs6EpwauE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVs6EpwauE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVs6EpwauE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVs6EpwauE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVs6EpwauE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVs6EpwauE .navbar-dropdown {
  padding: 0;
}
.cid-uVs6EpwauE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVs6EpwauE .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-uVs6EpwauE .navbar {
    height: 70px;
  }
  .cid-uVs6EpwauE .navbar.opened {
    height: auto;
  }
  .cid-uVs6EpwauE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVs6EpwauE .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uVs6EpwauE .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uVs6EpwauE .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uVs6EpwauE .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uVs6EpwauE .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uVs6EpwauE .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uVs6EpwauE .nav-item .nav-link {
  position: relative !important;
}
.cid-uVs6EpwauE .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uVs6EpwauE .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uVs6EpwauE .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uVs6EpwauE .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uVs6EpwauE .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uVs6EpwauE .tel-menu {
    display: none;
  }
}
.cid-uVs6EpwauE .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uVs6EpwauE .mbr-text {
    text-align: center !important;
  }
}
.cid-uVs6EpwauE .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uVs6EpwauE .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVs6EpwauE .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uVs6EpwauE .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uVs6EpwauE .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uVs6EpwauE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uVs6EpwauE .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uW3Ip6UaOj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW3Ip6UaOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3Ip6UaOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3Ip6UaOj .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uW3Ip6UaOj .container {
    max-width: 1400px;
  }
}
.cid-uW3Ip6UaOj .card {
  margin: auto;
}
.cid-uW3Ip6UaOj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #62b84b;
  margin-bottom: 2rem;
}
.cid-uW3Ip6UaOj .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW3Ip6UaOj .row {
  justify-content: center;
}
.cid-uW3Ip6UaOj .card-title,
.cid-uW3Ip6UaOj .card-box {
  color: #000000;
}
#custom-html-8n {
  /* Type valid CSS here */
}
#custom-html-8n div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-8n p {
  font-size: 5px;
  color: #777;
}
.cid-uW3BOUXiTR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uW3BOUXiTR .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uW3BOUXiTR .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uW3BOUXiTR .col + .mbr-section-btn .btn,
.cid-uW3BOUXiTR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uW3BOUXiTR .col + .mbr-section-btn .btn,
  .cid-uW3BOUXiTR .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uW3BOUXiTR .dragArea > *:nth-last-child(2).col,
  .cid-uW3BOUXiTR .dragArea > *:nth-last-child(2).col-auto,
  .cid-uW3BOUXiTR .col + .mbr-section-btn,
  .cid-uW3BOUXiTR .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uW3BOUXiTR .dragArea {
    flex-direction: column;
  }
}
.cid-uW3BOUXiTR .btn-primary {
  border: 1px solid #369425 !important;
}
.cid-uW3BOUXiTR .btn-primary:hover {
  border: 1px solid #369425 !important;
}
.cid-uW3BOUXiTR .stripe {
  border-bottom: 1px solid #d8ffca;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uW3BOUXiTR .form-group {
  max-width: 220px;
}
.cid-uW3BOUXiTR .mbr-section-btn {
  padding-left: 0;
}
.cid-uW3BOUXiTR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uW3BOUXiTR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d8ffca;
  width: 85%;
}
.cid-uW3BOUXiTR .mbr-text {
  color: #444;
}
.cid-uW3BOUXiTR h5 {
  margin-bottom: 0;
}
.cid-uW3BOUXiTR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uW3BOUXiTR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3BOUXiTR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uW3BOUXiTR .socicon {
  font-size: 1.3rem;
  background: #d8ffca;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uW3BOUXiTR .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-uW3BOUXiTR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uW3BOUXiTR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uW3BOUXiTR .social-list a:hover {
  opacity: 0.4;
}
.cid-uW3BOUXiTR .media-container-row > div {
  padding: 0px;
}
.cid-uW3BOUXiTR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uW3BOUXiTR .group-title {
  text-align: left;
  color: #d8ffca;
  padding-bottom: 0.2rem;
}
.cid-uW3BOUXiTR .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uW3BOUXiTR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uW3BOUXiTR .social-list,
  .cid-uW3BOUXiTR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uW3BOUXiTR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uW3BOUXiTR .form-group {
    max-width: 180px;
  }
}
.cid-uW3BOUXiTR .links span {
  color: #9e9e9e;
}
.cid-uW3BOUXiTR .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uW3BOUXiTR .logo-title {
  text-align: center;
}
.cid-uW3BOUXiTR .logo-title,
.cid-uW3BOUXiTR .logo {
  color: #bbbbbb;
}
.cid-uVunepTM4S .navbar-dropdown {
  position: relative !important;
}
.cid-uVunepTM4S .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-uVunepTM4S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVunepTM4S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVunepTM4S .dropdown-item:hover,
.cid-uVunepTM4S .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uVunepTM4S .dropdown-item:hover span {
  color: white;
}
.cid-uVunepTM4S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVunepTM4S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVunepTM4S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVunepTM4S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVunepTM4S .nav-link {
  position: relative;
}
.cid-uVunepTM4S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .container {
    flex-wrap: nowrap;
  }
}
.cid-uVunepTM4S .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVunepTM4S .dropdown-menu,
.cid-uVunepTM4S .navbar.opened {
  background: #ffffff !important;
}
.cid-uVunepTM4S .nav-item:focus,
.cid-uVunepTM4S .nav-link:focus {
  outline: none;
}
.cid-uVunepTM4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVunepTM4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVunepTM4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVunepTM4S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVunepTM4S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVunepTM4S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVunepTM4S .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uVunepTM4S .navbar.opened {
  transition: all 0.3s;
}
.cid-uVunepTM4S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVunepTM4S .navbar .navbar-logo img {
  width: auto;
}
.cid-uVunepTM4S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVunepTM4S .navbar.collapsed {
  justify-content: center;
}
.cid-uVunepTM4S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVunepTM4S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uVunepTM4S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVunepTM4S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVunepTM4S .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-uVunepTM4S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVunepTM4S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVunepTM4S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVunepTM4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVunepTM4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVunepTM4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVunepTM4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVunepTM4S .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-uVunepTM4S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVunepTM4S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVunepTM4S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVunepTM4S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVunepTM4S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVunepTM4S .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVunepTM4S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVunepTM4S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVunepTM4S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVunepTM4S .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-uVunepTM4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVunepTM4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVunepTM4S .dropdown-item.active,
.cid-uVunepTM4S .dropdown-item:active {
  background-color: transparent;
}
.cid-uVunepTM4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVunepTM4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVunepTM4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVunepTM4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVunepTM4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVunepTM4S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVunepTM4S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVunepTM4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVunepTM4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVunepTM4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVunepTM4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVunepTM4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVunepTM4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVunepTM4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVunepTM4S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVunepTM4S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVunepTM4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVunepTM4S .navbar-dropdown {
  padding: 0;
}
.cid-uVunepTM4S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVunepTM4S .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-uVunepTM4S .navbar {
    height: 70px;
  }
  .cid-uVunepTM4S .navbar.opened {
    height: auto;
  }
  .cid-uVunepTM4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVunepTM4S .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uVunepTM4S .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uVunepTM4S .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uVunepTM4S .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uVunepTM4S .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uVunepTM4S .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uVunepTM4S .nav-item .nav-link {
  position: relative !important;
}
.cid-uVunepTM4S .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uVunepTM4S .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uVunepTM4S .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uVunepTM4S .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uVunepTM4S .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uVunepTM4S .tel-menu {
    display: none;
  }
}
.cid-uVunepTM4S .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uVunepTM4S .mbr-text {
    text-align: center !important;
  }
}
.cid-uVunepTM4S .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uVunepTM4S .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVunepTM4S .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uVunepTM4S .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uVunepTM4S .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uVunepTM4S .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uVunepTM4S .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uVuneqJ8Kb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sep-5.jpg");
}
.cid-uVuneqJ8Kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuneqJ8Kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVuneqJ8Kb .col-content {
    text-align: center;
  }
}
.cid-uVuneqJ8Kb .label-text {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uVuneqJ8Kb .mbr-section-title {
  color: #62b84b;
  text-align: left;
}
.cid-uVuneqJ8Kb .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uVuneqJ8Kb .mbr-section-btn {
  margin-top: 22px;
}
.cid-uVuneqJ8Kb .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uVuneqJ8Kb .text-item {
  border-top: 2px solid #ffffff;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVuneqJ8Kb .text-item {
    text-align: center;
  }
}
.cid-uVuneqJ8Kb .mbr-text {
  color: #ffeb69;
}
.cid-uVuneqJ8Kb .address-text {
  margin-top: 8px;
  color: #ffffff;
  text-align: left;
}
.cid-uVuneqJ8Kb .mbr-section-subtitle,
.cid-uVuneqJ8Kb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uVurpBB6Wm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uVurpBB6Wm .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uVurpBB6Wm .top {
    margin-top: 10rem;
  }
}
.cid-uVurpBB6Wm .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uVurpBB6Wm .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uVurpBB6Wm .index {
  z-index: 3;
}
.cid-uVurpBB6Wm ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uVurpBB6Wm li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uVurpBB6Wm ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #62b84b;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uVurpBB6Wm .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uVurpBB6Wm .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uVurpBB6Wm .wrap {
    top: 10%;
  }
}
.cid-uVurpBB6Wm .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uVurpBB6Wm .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uVurpBB6Wm .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uVurpBB6Wm .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uVurpBB6Wm .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uVurpBB6Wm .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uVurpBB6Wm .mbr-text UL {
  text-align: left;
}
.cid-uW3BHQN6NC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uW3BHQN6NC .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uW3BHQN6NC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uW3BHQN6NC .col + .mbr-section-btn .btn,
.cid-uW3BHQN6NC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uW3BHQN6NC .col + .mbr-section-btn .btn,
  .cid-uW3BHQN6NC .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uW3BHQN6NC .dragArea > *:nth-last-child(2).col,
  .cid-uW3BHQN6NC .dragArea > *:nth-last-child(2).col-auto,
  .cid-uW3BHQN6NC .col + .mbr-section-btn,
  .cid-uW3BHQN6NC .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uW3BHQN6NC .dragArea {
    flex-direction: column;
  }
}
.cid-uW3BHQN6NC .btn-primary {
  border: 1px solid #369425 !important;
}
.cid-uW3BHQN6NC .btn-primary:hover {
  border: 1px solid #369425 !important;
}
.cid-uW3BHQN6NC .stripe {
  border-bottom: 1px solid #d8ffca;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uW3BHQN6NC .form-group {
  max-width: 220px;
}
.cid-uW3BHQN6NC .mbr-section-btn {
  padding-left: 0;
}
.cid-uW3BHQN6NC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uW3BHQN6NC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d8ffca;
  width: 85%;
}
.cid-uW3BHQN6NC .mbr-text {
  color: #444;
}
.cid-uW3BHQN6NC h5 {
  margin-bottom: 0;
}
.cid-uW3BHQN6NC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uW3BHQN6NC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3BHQN6NC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uW3BHQN6NC .socicon {
  font-size: 1.3rem;
  background: #d8ffca;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uW3BHQN6NC .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-uW3BHQN6NC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uW3BHQN6NC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uW3BHQN6NC .social-list a:hover {
  opacity: 0.4;
}
.cid-uW3BHQN6NC .media-container-row > div {
  padding: 0px;
}
.cid-uW3BHQN6NC .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uW3BHQN6NC .group-title {
  text-align: left;
  color: #d8ffca;
  padding-bottom: 0.2rem;
}
.cid-uW3BHQN6NC .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uW3BHQN6NC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uW3BHQN6NC .social-list,
  .cid-uW3BHQN6NC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uW3BHQN6NC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uW3BHQN6NC .form-group {
    max-width: 180px;
  }
}
.cid-uW3BHQN6NC .links span {
  color: #9e9e9e;
}
.cid-uW3BHQN6NC .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uW3BHQN6NC .logo-title {
  text-align: center;
}
.cid-uW3BHQN6NC .logo-title,
.cid-uW3BHQN6NC .logo {
  color: #bbbbbb;
}
.cid-uW3lkMhlu2 .navbar-dropdown {
  position: relative !important;
}
.cid-uW3lkMhlu2 .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-uW3lkMhlu2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW3lkMhlu2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW3lkMhlu2 .dropdown-item:hover,
.cid-uW3lkMhlu2 .dropdown-item:focus {
  background: #369425 !important;
  color: white !important;
}
.cid-uW3lkMhlu2 .dropdown-item:hover span {
  color: white;
}
.cid-uW3lkMhlu2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW3lkMhlu2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW3lkMhlu2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW3lkMhlu2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW3lkMhlu2 .nav-link {
  position: relative;
}
.cid-uW3lkMhlu2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uW3lkMhlu2 .iconfont-wrapper {
  color: #ed6436 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW3lkMhlu2 .dropdown-menu,
.cid-uW3lkMhlu2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uW3lkMhlu2 .nav-item:focus,
.cid-uW3lkMhlu2 .nav-link:focus {
  outline: none;
}
.cid-uW3lkMhlu2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW3lkMhlu2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3lkMhlu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW3lkMhlu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW3lkMhlu2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW3lkMhlu2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW3lkMhlu2 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uW3lkMhlu2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uW3lkMhlu2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW3lkMhlu2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uW3lkMhlu2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW3lkMhlu2 .navbar.collapsed {
  justify-content: center;
}
.cid-uW3lkMhlu2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW3lkMhlu2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uW3lkMhlu2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW3lkMhlu2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW3lkMhlu2 .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-uW3lkMhlu2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW3lkMhlu2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW3lkMhlu2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW3lkMhlu2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW3lkMhlu2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW3lkMhlu2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW3lkMhlu2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW3lkMhlu2 .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-uW3lkMhlu2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW3lkMhlu2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW3lkMhlu2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW3lkMhlu2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW3lkMhlu2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW3lkMhlu2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW3lkMhlu2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW3lkMhlu2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW3lkMhlu2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW3lkMhlu2 .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-uW3lkMhlu2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW3lkMhlu2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW3lkMhlu2 .dropdown-item.active,
.cid-uW3lkMhlu2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uW3lkMhlu2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW3lkMhlu2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW3lkMhlu2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW3lkMhlu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uW3lkMhlu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW3lkMhlu2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3lkMhlu2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW3lkMhlu2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW3lkMhlu2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW3lkMhlu2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW3lkMhlu2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW3lkMhlu2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW3lkMhlu2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW3lkMhlu2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW3lkMhlu2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW3lkMhlu2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW3lkMhlu2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW3lkMhlu2 .navbar-dropdown {
  padding: 0;
}
.cid-uW3lkMhlu2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW3lkMhlu2 .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-uW3lkMhlu2 .navbar {
    height: 70px;
  }
  .cid-uW3lkMhlu2 .navbar.opened {
    height: auto;
  }
  .cid-uW3lkMhlu2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW3lkMhlu2 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uW3lkMhlu2 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uW3lkMhlu2 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uW3lkMhlu2 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uW3lkMhlu2 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uW3lkMhlu2 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uW3lkMhlu2 .nav-item .nav-link {
  position: relative !important;
}
.cid-uW3lkMhlu2 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #369425;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uW3lkMhlu2 .nav-item .nav-link:hover {
  color: #369425 !important;
}
.cid-uW3lkMhlu2 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uW3lkMhlu2 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uW3lkMhlu2 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uW3lkMhlu2 .tel-menu {
    display: none;
  }
}
.cid-uW3lkMhlu2 .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uW3lkMhlu2 .mbr-text {
    text-align: center !important;
  }
}
.cid-uW3lkMhlu2 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uW3lkMhlu2 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uW3lkMhlu2 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uW3lkMhlu2 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uW3lkMhlu2 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uW3lkMhlu2 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uW3lkMhlu2 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #369425;
  border-radius: 0.25rem;
}
.cid-uW3lzbLAa6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW3lzbLAa6 blockquote {
  border-color: #006635;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.cid-uW3lzbLAa6 .mbr-text {
  color: #000000;
}
.cid-uW3lzbLAa6 .mbr-section-title {
  color: #000000;
}
#custom-html-9t {
  /* Type valid CSS here */
}
#custom-html-9t div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-9t p {
  font-size: 5px;
  color: #777;
}
.cid-uW3BRYQ8Wb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uW3BRYQ8Wb .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uW3BRYQ8Wb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uW3BRYQ8Wb .col + .mbr-section-btn .btn,
.cid-uW3BRYQ8Wb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uW3BRYQ8Wb .col + .mbr-section-btn .btn,
  .cid-uW3BRYQ8Wb .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uW3BRYQ8Wb .dragArea > *:nth-last-child(2).col,
  .cid-uW3BRYQ8Wb .dragArea > *:nth-last-child(2).col-auto,
  .cid-uW3BRYQ8Wb .col + .mbr-section-btn,
  .cid-uW3BRYQ8Wb .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uW3BRYQ8Wb .dragArea {
    flex-direction: column;
  }
}
.cid-uW3BRYQ8Wb .btn-primary {
  border: 1px solid #369425 !important;
}
.cid-uW3BRYQ8Wb .btn-primary:hover {
  border: 1px solid #369425 !important;
}
.cid-uW3BRYQ8Wb .stripe {
  border-bottom: 1px solid #d8ffca;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uW3BRYQ8Wb .form-group {
  max-width: 220px;
}
.cid-uW3BRYQ8Wb .mbr-section-btn {
  padding-left: 0;
}
.cid-uW3BRYQ8Wb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uW3BRYQ8Wb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d8ffca;
  width: 85%;
}
.cid-uW3BRYQ8Wb .mbr-text {
  color: #444;
}
.cid-uW3BRYQ8Wb h5 {
  margin-bottom: 0;
}
.cid-uW3BRYQ8Wb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uW3BRYQ8Wb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3BRYQ8Wb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uW3BRYQ8Wb .socicon {
  font-size: 1.3rem;
  background: #d8ffca;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uW3BRYQ8Wb .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-uW3BRYQ8Wb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uW3BRYQ8Wb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uW3BRYQ8Wb .social-list a:hover {
  opacity: 0.4;
}
.cid-uW3BRYQ8Wb .media-container-row > div {
  padding: 0px;
}
.cid-uW3BRYQ8Wb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uW3BRYQ8Wb .group-title {
  text-align: left;
  color: #d8ffca;
  padding-bottom: 0.2rem;
}
.cid-uW3BRYQ8Wb .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uW3BRYQ8Wb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uW3BRYQ8Wb .social-list,
  .cid-uW3BRYQ8Wb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uW3BRYQ8Wb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uW3BRYQ8Wb .form-group {
    max-width: 180px;
  }
}
.cid-uW3BRYQ8Wb .links span {
  color: #9e9e9e;
}
.cid-uW3BRYQ8Wb .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uW3BRYQ8Wb .logo-title {
  text-align: center;
}
.cid-uW3BRYQ8Wb .logo-title,
.cid-uW3BRYQ8Wb .logo {
  color: #bbbbbb;
}
