body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Protest Riot', display;
  font-size: 6.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.3rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.04rem;
    font-size: calc( 2.855rem + (6.3 - 2.855) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.855rem + (6.3 - 2.855) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #279e64 !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #0000ff !important;
}
.bg-warning {
  background-color: #ffff00 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #498a67 !important;
  border-color: #498a67 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #2f5842 !important;
  border-color: #2f5842 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f5842 !important;
  border-color: #2f5842 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0000b3 !important;
  border-color: #0000b3 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #264735;
  color: #264735;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #498a67;
  border-color: #498a67;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #498a67 !important;
  border-color: #498a67 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000099;
  color: #000099;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #999900;
  color: #999900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #279e64 !important;
}
.text-secondary {
  color: #498a67 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #0000ff !important;
}
.text-warning {
  color: #ffff00 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #134c30 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #264735 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999900 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0000ff;
}
.alert-warning {
  background-color: #ffff00;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #279e64;
  border-color: #279e64;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #279e64;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6adaa4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #279e64;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #279e64 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #279e64;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #279e64;
  border-bottom-color: #279e64;
}
.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: #279e64 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #498a67 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23279e64' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uaUnXAWc6v .navbar-dropdown {
  position: relative !important;
}
.cid-uaUnXAWc6v .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uaUnXAWc6v .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uaUnXAWc6v .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uaUnXAWc6v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uaUnXAWc6v .navbar-caption {
  font-weight: 500;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaUnXAWc6v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaUnXAWc6v .dropdown-item:hover,
.cid-uaUnXAWc6v .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-uaUnXAWc6v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaUnXAWc6v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaUnXAWc6v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaUnXAWc6v .nav-link {
  position: relative;
}
.cid-uaUnXAWc6v .container {
  display: flex;
  margin: auto;
}
.cid-uaUnXAWc6v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uaUnXAWc6v .dropdown-menu,
.cid-uaUnXAWc6v .navbar.opened {
  background: #ffffff !important;
}
.cid-uaUnXAWc6v .nav-item:focus,
.cid-uaUnXAWc6v .nav-link:focus {
  outline: none;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaUnXAWc6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaUnXAWc6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaUnXAWc6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaUnXAWc6v .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uaUnXAWc6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uaUnXAWc6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaUnXAWc6v .navbar .navbar-logo img {
  width: auto;
}
.cid-uaUnXAWc6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaUnXAWc6v .navbar.collapsed {
  justify-content: center;
}
.cid-uaUnXAWc6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaUnXAWc6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaUnXAWc6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaUnXAWc6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaUnXAWc6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaUnXAWc6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaUnXAWc6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaUnXAWc6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaUnXAWc6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaUnXAWc6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaUnXAWc6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaUnXAWc6v .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaUnXAWc6v .navbar.navbar-short {
  min-height: 80px;
}
.cid-uaUnXAWc6v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaUnXAWc6v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaUnXAWc6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaUnXAWc6v .dropdown-item.active,
.cid-uaUnXAWc6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uaUnXAWc6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaUnXAWc6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaUnXAWc6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaUnXAWc6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaUnXAWc6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaUnXAWc6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaUnXAWc6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaUnXAWc6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaUnXAWc6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaUnXAWc6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaUnXAWc6v .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-uaUnXAWc6v .navbar {
    height: 70px;
  }
  .cid-uaUnXAWc6v .navbar.opened {
    height: auto;
  }
  .cid-uaUnXAWc6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaUtopjhcX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/crop1-2000x1334.jpg");
}
.cid-uaUtopjhcX .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-uaUtopjhcX .content {
    width: 100%;
    text-align: center;
  }
}
.cid-uaUtopjhcX .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uaUtopjhcX .mbr-section-title span {
  position: relative;
}
.cid-uaUtopjhcX .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-uaUtopjhcX .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-uaUtopjhcX .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-uaUtopjhcX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uaUtopjhcX .mbr-section-subtitle span {
  position: relative;
}
.cid-uaUtopjhcX .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-uaUtopjhcX .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-uaUtopjhcX .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uaUtopjhcX .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-uaUtopjhcX .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uaUtopjhcX .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uaUtopjhcX .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uaUtopjhcX .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaUtopjhcX .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ulg3TPEwys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulg3TPEwys .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ulg3TPEwys .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-ulg3TPEwys .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-ulg3TPEwys .mbr-section-text {
  margin-top: 20px;
  color: #000000;
}
.cid-ulg3TPEwys .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-ulg3TPEwys .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-ulg3TPEwys .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #ffff00;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-ulg3TPEwys .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg3TPEwys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg3TPEwys .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-ulg4fEp7hl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/adobe-2000x824.jpg");
}
.cid-ulg4fEp7hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulg4fEp7hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulg4fEp7hl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .row {
    align-items: center !important;
  }
}
.cid-ulg4fEp7hl .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-ulg4fEp7hl .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-ulg4fEp7hl .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-ulg4fEp7hl .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-ulg4fEp7hl .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .text-wrap {
    padding: 30px 0;
  }
}
.cid-ulg4fEp7hl .mbr-title {
  color: #000000;
}
.cid-ulg4fEp7hl .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-ulg4fEp7hl .list-box {
  width: 100%;
}
.cid-ulg4fEp7hl .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
  padding-left: 0;
}
.cid-ulg4fEp7hl .list-text {
  position: relative;
}
.cid-ulg4fEp7hl .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ulg4fEp7hl .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulg4fEp7hl .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-ulg4fEp7hl .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-ulg4fEp7hl .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-ulg4fEp7hl .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ulg4fEp7hl .mbr-text,
.cid-ulg4fEp7hl .mbr-section-btn {
  color: #000000;
}
.cid-ulg3euu5gb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ulg3euu5gb .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-ulg3euu5gb .contents .mbr-subtitle {
  color: #498a67;
  margin-bottom: 10px;
}
.cid-ulg3euu5gb .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #279e64;
}
.cid-ulg3euu5gb .contents .mbr-text {
  color: #0000ff;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper {
  background-color: #498a67;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #ffe161;
  background-color: #ffffff;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #498a67 !important;
}
.cid-ulg3euu5gb .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-ulg3euu5gb .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-ulg3euu5gb .card-wrapper .card-box .card-title {
  color: #279e64;
}
.cid-ulg3euu5gb .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0000ff;
}
.cid-ulg3euu5gb .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-ulg3euu5gb .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #dcdfe2;
  align-items: center;
  justify-content: center;
  background-color: #498a67;
  cursor: pointer;
  position: relative;
}
.cid-ulg3euu5gb .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-ulg3euu5gb .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-ulg3euu5gb .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-ulg3euu5gb .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #279e64;
}
.cid-ulg3euu5gb .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-ulg3euu5gb .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-ulg3euu5gb .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-ulg3euu5gb .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-ulg3euu5gb .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ulg3euu5gb .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-ulg3euu5gb .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #279e64 !important;
  box-shadow: none !important;
}
.cid-ulg3euu5gb .btn[class*="-outline"]:active,
.cid-ulg3euu5gb .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-ulg3euu5gb .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-ulg3euu5gb .card-wrapper .card-box .mbr-text {
  color: #000000;
}
.cid-ulg3euu5gb .card-wrapper .card-box .card-title,
.cid-ulg3euu5gb .card-img-wrap {
  color: #000000;
}
.cid-ue6D3KXkA0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ue6D3KXkA0 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ue6D3KXkA0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
.cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .col + .mbr-section-btn .btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col,
  .cid-ue6D3KXkA0 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ue6D3KXkA0 .col + .mbr-section-btn,
  .cid-ue6D3KXkA0 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ue6D3KXkA0 .dragArea {
    flex-direction: column;
  }
}
.cid-ue6D3KXkA0 .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-ue6D3KXkA0 .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-ue6D3KXkA0 .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ue6D3KXkA0 .form-group {
  max-width: 220px;
}
.cid-ue6D3KXkA0 .mbr-section-btn {
  padding-left: 0;
}
.cid-ue6D3KXkA0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ue6D3KXkA0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ue6D3KXkA0 .mbr-text {
  color: #444;
}
.cid-ue6D3KXkA0 h5 {
  margin-bottom: 0;
}
.cid-ue6D3KXkA0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ue6D3KXkA0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ue6D3KXkA0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ue6D3KXkA0 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ue6D3KXkA0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ue6D3KXkA0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ue6D3KXkA0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ue6D3KXkA0 .social-list a:hover {
  opacity: 0.4;
}
.cid-ue6D3KXkA0 .media-container-row > div {
  padding: 0px;
}
.cid-ue6D3KXkA0 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ue6D3KXkA0 .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ue6D3KXkA0 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ue6D3KXkA0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ue6D3KXkA0 .social-list,
  .cid-ue6D3KXkA0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ue6D3KXkA0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ue6D3KXkA0 .form-group {
    max-width: 180px;
  }
}
.cid-ue6D3KXkA0 .links span {
  color: #9e9e9e;
}
.cid-ue6D3KXkA0 .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ue6D3KXkA0 .logo-title {
  text-align: center;
}
.cid-ue6D3KXkA0 .logo-title,
.cid-ue6D3KXkA0 .logo {
  color: #ffffff;
}
.cid-ule7ivBSgK .navbar-dropdown {
  position: relative !important;
}
.cid-ule7ivBSgK .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-ule7ivBSgK .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ule7ivBSgK .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ule7ivBSgK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ule7ivBSgK .navbar-caption {
  font-weight: 500;
}
.cid-ule7ivBSgK .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-ule7ivBSgK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ule7ivBSgK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ule7ivBSgK .dropdown-item:hover,
.cid-ule7ivBSgK .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-ule7ivBSgK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ule7ivBSgK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ule7ivBSgK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ule7ivBSgK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ule7ivBSgK .nav-link {
  position: relative;
}
.cid-ule7ivBSgK .container {
  display: flex;
  margin: auto;
}
.cid-ule7ivBSgK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-ule7ivBSgK .dropdown-menu,
.cid-ule7ivBSgK .navbar.opened {
  background: #ffffff !important;
}
.cid-ule7ivBSgK .nav-item:focus,
.cid-ule7ivBSgK .nav-link:focus {
  outline: none;
}
.cid-ule7ivBSgK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ule7ivBSgK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ule7ivBSgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ule7ivBSgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ule7ivBSgK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ule7ivBSgK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ule7ivBSgK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-ule7ivBSgK .navbar.opened {
  transition: all 0.3s;
}
.cid-ule7ivBSgK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ule7ivBSgK .navbar .navbar-logo img {
  width: auto;
}
.cid-ule7ivBSgK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ule7ivBSgK .navbar.collapsed {
  justify-content: center;
}
.cid-ule7ivBSgK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ule7ivBSgK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ule7ivBSgK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ule7ivBSgK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ule7ivBSgK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ule7ivBSgK .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-ule7ivBSgK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ule7ivBSgK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ule7ivBSgK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ule7ivBSgK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ule7ivBSgK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ule7ivBSgK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ule7ivBSgK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ule7ivBSgK .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-ule7ivBSgK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ule7ivBSgK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ule7ivBSgK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ule7ivBSgK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ule7ivBSgK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ule7ivBSgK .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ule7ivBSgK .navbar.navbar-short {
  min-height: 80px;
}
.cid-ule7ivBSgK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ule7ivBSgK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ule7ivBSgK .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-ule7ivBSgK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ule7ivBSgK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ule7ivBSgK .dropdown-item.active,
.cid-ule7ivBSgK .dropdown-item:active {
  background-color: transparent;
}
.cid-ule7ivBSgK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ule7ivBSgK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ule7ivBSgK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ule7ivBSgK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ule7ivBSgK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ule7ivBSgK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ule7ivBSgK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ule7ivBSgK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ule7ivBSgK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ule7ivBSgK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ule7ivBSgK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule7ivBSgK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule7ivBSgK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ule7ivBSgK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule7ivBSgK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ule7ivBSgK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ule7ivBSgK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule7ivBSgK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ule7ivBSgK .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-ule7ivBSgK .navbar {
    height: 70px;
  }
  .cid-ule7ivBSgK .navbar.opened {
    height: auto;
  }
  .cid-ule7ivBSgK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ule7iw0uXc {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/large-2000x1121.jpg");
}
.cid-ule7iw0uXc .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-ule7iw0uXc .content {
    width: 100%;
    text-align: center;
  }
}
.cid-ule7iw0uXc .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ule7iw0uXc .mbr-section-title span {
  position: relative;
}
.cid-ule7iw0uXc .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-ule7iw0uXc .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-ule7iw0uXc .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-ule7iw0uXc .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-ule7iw0uXc .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-ule7iw0uXc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ule7iw0uXc .mbr-section-subtitle span {
  position: relative;
}
.cid-ule7iw0uXc .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-ule7iw0uXc .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-ule7iw0uXc .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-ule7iw0uXc .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-ule7iw0uXc .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-ule7iw0uXc .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ule7iw0uXc .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ule7iw0uXc .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ule7iw0uXc .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ule7iwg6fT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ule7iwg6fT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ule7iwg6fT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ule7iwg6fT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ule7iwg6fT .title {
  padding: 0 2rem;
}
.cid-ule7iwg6fT .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-ule7iwg6fT .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-ule7iwg6fT .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ule7iwg6fT .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-ule7iwg6fT .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-ule7iwg6fT .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-ule7iwg6fT .container {
  padding: 0 1rem;
}
.cid-ule7iwg6fT .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-ule7iwg6fT .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ule7iwg6fT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ule7iwg6fT .icon-focus {
  display: none;
}
.cid-ule7iwg6fT .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-ule7iwg6fT .btn-primary-outline:hover {
  background: transparent !important;
  color: #279e64 !important;
}
.cid-ule7iwg6fT li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-ule7iwg6fT li {
  position: relative;
}
.cid-ule7iwg6fT .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ule7iwg6fT .btn {
  font-family: Jost !important;
}
.cid-ule7iwg6fT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ule7iwg6fT .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ule7iwg6fT li:not(:last-child):after {
    top: 9px;
  }
  .cid-ule7iwg6fT .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-ule7iwg6fT .container {
    padding: 0rem;
  }
  .cid-ule7iwg6fT .title {
    padding: 0 1rem;
  }
}
.cid-ule7iwg6fT H2 {
  color: #89b758;
}
.cid-ule7iwg6fT H1 {
  color: #83868c;
}
.cid-ule7iwLRkp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ule7iwLRkp .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ule7iwLRkp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ule7iwLRkp .col + .mbr-section-btn .btn,
.cid-ule7iwLRkp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ule7iwLRkp .col + .mbr-section-btn .btn,
  .cid-ule7iwLRkp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ule7iwLRkp .dragArea > *:nth-last-child(2).col,
  .cid-ule7iwLRkp .dragArea > *:nth-last-child(2).col-auto,
  .cid-ule7iwLRkp .col + .mbr-section-btn,
  .cid-ule7iwLRkp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ule7iwLRkp .dragArea {
    flex-direction: column;
  }
}
.cid-ule7iwLRkp .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-ule7iwLRkp .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-ule7iwLRkp .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ule7iwLRkp .form-group {
  max-width: 220px;
}
.cid-ule7iwLRkp .mbr-section-btn {
  padding-left: 0;
}
.cid-ule7iwLRkp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ule7iwLRkp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ule7iwLRkp .mbr-text {
  color: #444;
}
.cid-ule7iwLRkp h5 {
  margin-bottom: 0;
}
.cid-ule7iwLRkp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ule7iwLRkp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ule7iwLRkp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ule7iwLRkp .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ule7iwLRkp .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-ule7iwLRkp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ule7iwLRkp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ule7iwLRkp .social-list a:hover {
  opacity: 0.4;
}
.cid-ule7iwLRkp .media-container-row > div {
  padding: 0px;
}
.cid-ule7iwLRkp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ule7iwLRkp .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ule7iwLRkp .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ule7iwLRkp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ule7iwLRkp .social-list,
  .cid-ule7iwLRkp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ule7iwLRkp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ule7iwLRkp .form-group {
    max-width: 180px;
  }
}
.cid-ule7iwLRkp .links span {
  color: #9e9e9e;
}
.cid-ule7iwLRkp .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ule7iwLRkp .logo-title {
  text-align: center;
}
.cid-ule7iwLRkp .logo-title,
.cid-ule7iwLRkp .logo {
  color: #ffffff;
}
.cid-uleewt7Fod .navbar-dropdown {
  position: relative !important;
}
.cid-uleewt7Fod .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uleewt7Fod .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uleewt7Fod .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uleewt7Fod .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleewt7Fod .navbar-caption {
  font-weight: 500;
}
.cid-uleewt7Fod .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-uleewt7Fod .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uleewt7Fod .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uleewt7Fod .dropdown-item:hover,
.cid-uleewt7Fod .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-uleewt7Fod .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uleewt7Fod .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uleewt7Fod .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uleewt7Fod .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uleewt7Fod .nav-link {
  position: relative;
}
.cid-uleewt7Fod .container {
  display: flex;
  margin: auto;
}
.cid-uleewt7Fod .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uleewt7Fod .dropdown-menu,
.cid-uleewt7Fod .navbar.opened {
  background: #ffffff !important;
}
.cid-uleewt7Fod .nav-item:focus,
.cid-uleewt7Fod .nav-link:focus {
  outline: none;
}
.cid-uleewt7Fod .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uleewt7Fod .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uleewt7Fod .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uleewt7Fod .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uleewt7Fod .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uleewt7Fod .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uleewt7Fod .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uleewt7Fod .navbar.opened {
  transition: all 0.3s;
}
.cid-uleewt7Fod .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uleewt7Fod .navbar .navbar-logo img {
  width: auto;
}
.cid-uleewt7Fod .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleewt7Fod .navbar.collapsed {
  justify-content: center;
}
.cid-uleewt7Fod .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uleewt7Fod .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleewt7Fod .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uleewt7Fod .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleewt7Fod .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleewt7Fod .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-uleewt7Fod .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleewt7Fod .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uleewt7Fod .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uleewt7Fod .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uleewt7Fod .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleewt7Fod .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleewt7Fod .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleewt7Fod .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-uleewt7Fod .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uleewt7Fod .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleewt7Fod .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uleewt7Fod .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uleewt7Fod .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uleewt7Fod .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uleewt7Fod .navbar.navbar-short {
  min-height: 80px;
}
.cid-uleewt7Fod .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uleewt7Fod .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uleewt7Fod .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-uleewt7Fod .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleewt7Fod .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleewt7Fod .dropdown-item.active,
.cid-uleewt7Fod .dropdown-item:active {
  background-color: transparent;
}
.cid-uleewt7Fod .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uleewt7Fod .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleewt7Fod .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleewt7Fod .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleewt7Fod .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uleewt7Fod .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleewt7Fod ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uleewt7Fod button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uleewt7Fod button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uleewt7Fod button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uleewt7Fod button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uleewt7Fod button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uleewt7Fod button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uleewt7Fod nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uleewt7Fod nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uleewt7Fod nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uleewt7Fod nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uleewt7Fod a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uleewt7Fod .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-uleewt7Fod .navbar {
    height: 70px;
  }
  .cid-uleewt7Fod .navbar.opened {
    height: auto;
  }
  .cid-uleewt7Fod .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uleewtuaCk {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/crop3-2000x1333.jpg");
}
.cid-uleewtuaCk .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-uleewtuaCk .content {
    width: 100%;
    text-align: center;
  }
}
.cid-uleewtuaCk .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uleewtuaCk .mbr-section-title span {
  position: relative;
}
.cid-uleewtuaCk .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-uleewtuaCk .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-uleewtuaCk .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-uleewtuaCk .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-uleewtuaCk .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-uleewtuaCk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uleewtuaCk .mbr-section-subtitle span {
  position: relative;
}
.cid-uleewtuaCk .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-uleewtuaCk .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-uleewtuaCk .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uleewtuaCk .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-uleewtuaCk .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uleewtuaCk .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uleewtuaCk .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uleewtuaCk .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uleewtuaCk .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uleflPV5oD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uleflPV5oD .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uleflPV5oD .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uleflPV5oD form {
  margin-top: 2.5rem;
}
.cid-uleflPV5oD input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uleflPV5oD input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uleflPV5oD .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-uleflPV5oD .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uleflPV5oD .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-uleflPV5oD .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-uleflPV5oD .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-uleflPV5oD .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-uleflPV5oD .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uleflPV5oD .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uleflPV5oD .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uleflPV5oD .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uleflPV5oD .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uleflPV5oD .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #0a1126;
}
.cid-uleflPV5oD .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uleflPV5oD .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uleflPV5oD .card_item:nth-child(2) .square_fill {
  background-color: #ffc600;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uleflPV5oD .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uleflPV5oD .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uleflPV5oD .card_item:nth-child(3) .square_fill {
  background-color: #0000ff;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uleflPV5oD .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uleflPV5oD .card_item:nth-child(2) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uleflPV5oD .card-box {
  height: 100%;
}
.cid-uleflPV5oD .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uleflPV5oD .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uleflPV5oD .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uleflPV5oD .square_animation .square_null {
  z-index: 1;
  border: 1px solid #279e64;
}
.cid-uleflPV5oD .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uleflPV5oD .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-uleflPV5oD .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uleflPV5oD .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uleflPV5oD .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uleflPV5oD .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uleflPV5oD .item-wrapper {
    padding: 0;
  }
  .cid-uleflPV5oD .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uleflPV5oD .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uleflPV5oD .mbr-text {
    margin-top: .75rem;
  }
  .cid-uleflPV5oD .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uleflPV5oD .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uleflPV5oD .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uleflPV5oD .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uleflPV5oD .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uleflPV5oD .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uleflPV5oD .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uleflPV5oD .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uleflPV5oD .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uleflPV5oD .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uleflPV5oD .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uleflPV5oD .card_item:nth-child(2) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-uleflPV5oD .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uleflPV5oD .textGDPR {
  font-size: 14px;
}
.cid-uleflPV5oD .card-text {
  text-align: left;
  color: #111111;
}
.cid-uleewukjK8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-uleewukjK8 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uleewukjK8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uleewukjK8 .col + .mbr-section-btn .btn,
.cid-uleewukjK8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uleewukjK8 .col + .mbr-section-btn .btn,
  .cid-uleewukjK8 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uleewukjK8 .dragArea > *:nth-last-child(2).col,
  .cid-uleewukjK8 .dragArea > *:nth-last-child(2).col-auto,
  .cid-uleewukjK8 .col + .mbr-section-btn,
  .cid-uleewukjK8 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uleewukjK8 .dragArea {
    flex-direction: column;
  }
}
.cid-uleewukjK8 .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-uleewukjK8 .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-uleewukjK8 .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uleewukjK8 .form-group {
  max-width: 220px;
}
.cid-uleewukjK8 .mbr-section-btn {
  padding-left: 0;
}
.cid-uleewukjK8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uleewukjK8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-uleewukjK8 .mbr-text {
  color: #444;
}
.cid-uleewukjK8 h5 {
  margin-bottom: 0;
}
.cid-uleewukjK8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uleewukjK8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uleewukjK8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uleewukjK8 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uleewukjK8 .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-uleewukjK8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uleewukjK8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uleewukjK8 .social-list a:hover {
  opacity: 0.4;
}
.cid-uleewukjK8 .media-container-row > div {
  padding: 0px;
}
.cid-uleewukjK8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uleewukjK8 .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-uleewukjK8 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uleewukjK8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uleewukjK8 .social-list,
  .cid-uleewukjK8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uleewukjK8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uleewukjK8 .form-group {
    max-width: 180px;
  }
}
.cid-uleewukjK8 .links span {
  color: #9e9e9e;
}
.cid-uleewukjK8 .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-uleewukjK8 .logo-title {
  text-align: center;
}
.cid-uleewukjK8 .logo-title,
.cid-uleewukjK8 .logo {
  color: #ffffff;
}
.cid-ull6A30hdm .navbar-dropdown {
  position: relative !important;
}
.cid-ull6A30hdm .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-ull6A30hdm .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ull6A30hdm .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ull6A30hdm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ull6A30hdm .navbar-caption {
  font-weight: 500;
}
.cid-ull6A30hdm .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-ull6A30hdm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ull6A30hdm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ull6A30hdm .dropdown-item:hover,
.cid-ull6A30hdm .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-ull6A30hdm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ull6A30hdm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ull6A30hdm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ull6A30hdm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ull6A30hdm .nav-link {
  position: relative;
}
.cid-ull6A30hdm .container {
  display: flex;
  margin: auto;
}
.cid-ull6A30hdm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-ull6A30hdm .dropdown-menu,
.cid-ull6A30hdm .navbar.opened {
  background: #ffffff !important;
}
.cid-ull6A30hdm .nav-item:focus,
.cid-ull6A30hdm .nav-link:focus {
  outline: none;
}
.cid-ull6A30hdm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ull6A30hdm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ull6A30hdm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ull6A30hdm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ull6A30hdm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ull6A30hdm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ull6A30hdm .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-ull6A30hdm .navbar.opened {
  transition: all 0.3s;
}
.cid-ull6A30hdm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ull6A30hdm .navbar .navbar-logo img {
  width: auto;
}
.cid-ull6A30hdm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ull6A30hdm .navbar.collapsed {
  justify-content: center;
}
.cid-ull6A30hdm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ull6A30hdm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ull6A30hdm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ull6A30hdm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ull6A30hdm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ull6A30hdm .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-ull6A30hdm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ull6A30hdm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ull6A30hdm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ull6A30hdm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ull6A30hdm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ull6A30hdm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ull6A30hdm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ull6A30hdm .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-ull6A30hdm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ull6A30hdm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ull6A30hdm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ull6A30hdm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ull6A30hdm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ull6A30hdm .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ull6A30hdm .navbar.navbar-short {
  min-height: 80px;
}
.cid-ull6A30hdm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ull6A30hdm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ull6A30hdm .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-ull6A30hdm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ull6A30hdm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ull6A30hdm .dropdown-item.active,
.cid-ull6A30hdm .dropdown-item:active {
  background-color: transparent;
}
.cid-ull6A30hdm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ull6A30hdm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ull6A30hdm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ull6A30hdm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ull6A30hdm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ull6A30hdm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ull6A30hdm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ull6A30hdm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ull6A30hdm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ull6A30hdm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ull6A30hdm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ull6A30hdm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ull6A30hdm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ull6A30hdm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ull6A30hdm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ull6A30hdm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ull6A30hdm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ull6A30hdm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ull6A30hdm .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-ull6A30hdm .navbar {
    height: 70px;
  }
  .cid-ull6A30hdm .navbar.opened {
    height: auto;
  }
  .cid-ull6A30hdm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ull6A3kMEa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/stock-7-2000x1121.jpg");
}
.cid-ull6A3kMEa .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-ull6A3kMEa .content {
    width: 100%;
    text-align: center;
  }
}
.cid-ull6A3kMEa .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ull6A3kMEa .mbr-section-title span {
  position: relative;
}
.cid-ull6A3kMEa .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-ull6A3kMEa .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-ull6A3kMEa .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-ull6A3kMEa .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-ull6A3kMEa .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-ull6A3kMEa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ull6A3kMEa .mbr-section-subtitle span {
  position: relative;
}
.cid-ull6A3kMEa .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-ull6A3kMEa .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-ull6A3kMEa .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-ull6A3kMEa .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-ull6A3kMEa .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-ull6A3kMEa .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ull6A3kMEa .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ull6A3kMEa .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ull6A3kMEa .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ull8hKYtlt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ull8hKYtlt .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-ull8hKYtlt .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #279e64;
}
.cid-ull8hKYtlt .head_info .mbr-subtitle {
  color: #498a67;
  margin-bottom: 10px;
}
.cid-ull8hKYtlt .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #0000ff;
}
.cid-ull8hKYtlt .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-ull8hKYtlt .plan .plan-title {
  color: #279e64;
  margin-bottom: 32px;
}
.cid-ull8hKYtlt .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-ull8hKYtlt .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #498a67;
}
.cid-ull8hKYtlt .plan .plan-price .mbr-text {
  color: #279e64;
  margin-bottom: 0;
}
.cid-ull8hKYtlt .plan .plan-list {
  margin-bottom: 15px;
}
.cid-ull8hKYtlt .plan .plan-list .list-group {
  color: #0000ff;
}
.cid-ull8hKYtlt .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-ull8hKYtlt .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-ull8hKYtlt .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-ull8hKYtlt .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-ull8hKYtlt .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-ull8hKYtlt .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-ull8hKYtlt .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-ull8hKYtlt .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-ull8hKYtlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ull8hKYtlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ull6A3TJqz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ull6A3TJqz .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ull6A3TJqz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ull6A3TJqz .col + .mbr-section-btn .btn,
.cid-ull6A3TJqz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ull6A3TJqz .col + .mbr-section-btn .btn,
  .cid-ull6A3TJqz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ull6A3TJqz .dragArea > *:nth-last-child(2).col,
  .cid-ull6A3TJqz .dragArea > *:nth-last-child(2).col-auto,
  .cid-ull6A3TJqz .col + .mbr-section-btn,
  .cid-ull6A3TJqz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ull6A3TJqz .dragArea {
    flex-direction: column;
  }
}
.cid-ull6A3TJqz .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-ull6A3TJqz .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-ull6A3TJqz .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ull6A3TJqz .form-group {
  max-width: 220px;
}
.cid-ull6A3TJqz .mbr-section-btn {
  padding-left: 0;
}
.cid-ull6A3TJqz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ull6A3TJqz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ull6A3TJqz .mbr-text {
  color: #444;
}
.cid-ull6A3TJqz h5 {
  margin-bottom: 0;
}
.cid-ull6A3TJqz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ull6A3TJqz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ull6A3TJqz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ull6A3TJqz .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ull6A3TJqz .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-ull6A3TJqz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ull6A3TJqz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ull6A3TJqz .social-list a:hover {
  opacity: 0.4;
}
.cid-ull6A3TJqz .media-container-row > div {
  padding: 0px;
}
.cid-ull6A3TJqz .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ull6A3TJqz .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ull6A3TJqz .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ull6A3TJqz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ull6A3TJqz .social-list,
  .cid-ull6A3TJqz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ull6A3TJqz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ull6A3TJqz .form-group {
    max-width: 180px;
  }
}
.cid-ull6A3TJqz .links span {
  color: #9e9e9e;
}
.cid-ull6A3TJqz .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ull6A3TJqz .logo-title {
  text-align: center;
}
.cid-ull6A3TJqz .logo-title,
.cid-ull6A3TJqz .logo {
  color: #ffffff;
}
.cid-ulNB1YWavl .navbar-dropdown {
  position: relative !important;
}
.cid-ulNB1YWavl .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-ulNB1YWavl .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ulNB1YWavl .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ulNB1YWavl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulNB1YWavl .navbar-caption {
  font-weight: 500;
}
.cid-ulNB1YWavl .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-ulNB1YWavl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulNB1YWavl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulNB1YWavl .dropdown-item:hover,
.cid-ulNB1YWavl .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-ulNB1YWavl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulNB1YWavl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulNB1YWavl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulNB1YWavl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulNB1YWavl .nav-link {
  position: relative;
}
.cid-ulNB1YWavl .container {
  display: flex;
  margin: auto;
}
.cid-ulNB1YWavl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-ulNB1YWavl .dropdown-menu,
.cid-ulNB1YWavl .navbar.opened {
  background: #ffffff !important;
}
.cid-ulNB1YWavl .nav-item:focus,
.cid-ulNB1YWavl .nav-link:focus {
  outline: none;
}
.cid-ulNB1YWavl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulNB1YWavl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulNB1YWavl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulNB1YWavl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulNB1YWavl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulNB1YWavl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulNB1YWavl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-ulNB1YWavl .navbar.opened {
  transition: all 0.3s;
}
.cid-ulNB1YWavl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulNB1YWavl .navbar .navbar-logo img {
  width: auto;
}
.cid-ulNB1YWavl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulNB1YWavl .navbar.collapsed {
  justify-content: center;
}
.cid-ulNB1YWavl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulNB1YWavl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulNB1YWavl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ulNB1YWavl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulNB1YWavl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulNB1YWavl .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-ulNB1YWavl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulNB1YWavl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulNB1YWavl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulNB1YWavl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulNB1YWavl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulNB1YWavl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulNB1YWavl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulNB1YWavl .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-ulNB1YWavl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulNB1YWavl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulNB1YWavl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulNB1YWavl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulNB1YWavl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulNB1YWavl .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulNB1YWavl .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulNB1YWavl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulNB1YWavl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ulNB1YWavl .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-ulNB1YWavl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulNB1YWavl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulNB1YWavl .dropdown-item.active,
.cid-ulNB1YWavl .dropdown-item:active {
  background-color: transparent;
}
.cid-ulNB1YWavl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulNB1YWavl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulNB1YWavl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulNB1YWavl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulNB1YWavl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulNB1YWavl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulNB1YWavl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulNB1YWavl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulNB1YWavl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulNB1YWavl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulNB1YWavl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNB1YWavl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNB1YWavl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulNB1YWavl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNB1YWavl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulNB1YWavl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulNB1YWavl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNB1YWavl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulNB1YWavl .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-ulNB1YWavl .navbar {
    height: 70px;
  }
  .cid-ulNB1YWavl .navbar.opened {
    height: auto;
  }
  .cid-ulNB1YWavl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulNB1ZgkWR {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/stock-10-2000x1143.jpg");
}
.cid-ulNB1ZgkWR .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-ulNB1ZgkWR .content {
    width: 100%;
    text-align: center;
  }
}
.cid-ulNB1ZgkWR .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ulNB1ZgkWR .mbr-section-title span {
  position: relative;
}
.cid-ulNB1ZgkWR .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-ulNB1ZgkWR .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-ulNB1ZgkWR .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-ulNB1ZgkWR .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-ulNB1ZgkWR .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-ulNB1ZgkWR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ulNB1ZgkWR .mbr-section-subtitle span {
  position: relative;
}
.cid-ulNB1ZgkWR .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-ulNB1ZgkWR .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-ulNB1ZgkWR .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-ulNB1ZgkWR .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-ulNB1ZgkWR .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-ulNB1ZgkWR .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ulNB1ZgkWR .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ulNB1ZgkWR .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulNB1ZgkWR .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ulNBUYepf8 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulNBUYepf8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ulNBUYepf8 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffea95;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-ulNBUYepf8 .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ulNBUYepf8 .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-ulNBUYepf8 .mbr-timeline-title,
.cid-ulNBUYepf8 .mbr-timeline-text {
  color: #ffffff;
}
.cid-ulNBUYepf8 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-ulNBUYepf8 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ulNBUYepf8 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-ulNBUYepf8 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffea95;
  top: 20px;
  margin-left: -30px;
}
.cid-ulNBUYepf8 .iconsBackground span {
  color: #ffffff;
}
.cid-ulNBUYepf8 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-ulNBUYepf8 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffea95;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-ulNBUYepf8 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-ulNBUYepf8 .iconsBackground {
    left: 1.5rem;
  }
  .cid-ulNBUYepf8 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-ulNBUYepf8 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-ulNBUYepf8 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-ulNBUYepf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNBUYepf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNBUYepf8 .mbr-timeline-text {
  color: #000000;
}
.cid-ulNBUYepf8 .mbr-timeline-title {
  color: #000000;
}
.cid-ulNB1ZR4MI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ulNB1ZR4MI .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ulNB1ZR4MI .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ulNB1ZR4MI .col + .mbr-section-btn .btn,
.cid-ulNB1ZR4MI .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ulNB1ZR4MI .col + .mbr-section-btn .btn,
  .cid-ulNB1ZR4MI .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ulNB1ZR4MI .dragArea > *:nth-last-child(2).col,
  .cid-ulNB1ZR4MI .dragArea > *:nth-last-child(2).col-auto,
  .cid-ulNB1ZR4MI .col + .mbr-section-btn,
  .cid-ulNB1ZR4MI .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ulNB1ZR4MI .dragArea {
    flex-direction: column;
  }
}
.cid-ulNB1ZR4MI .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-ulNB1ZR4MI .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-ulNB1ZR4MI .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ulNB1ZR4MI .form-group {
  max-width: 220px;
}
.cid-ulNB1ZR4MI .mbr-section-btn {
  padding-left: 0;
}
.cid-ulNB1ZR4MI .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ulNB1ZR4MI .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ulNB1ZR4MI .mbr-text {
  color: #444;
}
.cid-ulNB1ZR4MI h5 {
  margin-bottom: 0;
}
.cid-ulNB1ZR4MI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ulNB1ZR4MI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulNB1ZR4MI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ulNB1ZR4MI .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulNB1ZR4MI .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-ulNB1ZR4MI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ulNB1ZR4MI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ulNB1ZR4MI .social-list a:hover {
  opacity: 0.4;
}
.cid-ulNB1ZR4MI .media-container-row > div {
  padding: 0px;
}
.cid-ulNB1ZR4MI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ulNB1ZR4MI .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ulNB1ZR4MI .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ulNB1ZR4MI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ulNB1ZR4MI .social-list,
  .cid-ulNB1ZR4MI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ulNB1ZR4MI h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ulNB1ZR4MI .form-group {
    max-width: 180px;
  }
}
.cid-ulNB1ZR4MI .links span {
  color: #9e9e9e;
}
.cid-ulNB1ZR4MI .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ulNB1ZR4MI .logo-title {
  text-align: center;
}
.cid-ulNB1ZR4MI .logo-title,
.cid-ulNB1ZR4MI .logo {
  color: #ffffff;
}
.cid-ulQ08ha5hv .navbar-dropdown {
  position: relative !important;
}
.cid-ulQ08ha5hv .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-ulQ08ha5hv .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ulQ08ha5hv .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ulQ08ha5hv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulQ08ha5hv .navbar-caption {
  font-weight: 500;
}
.cid-ulQ08ha5hv .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-ulQ08ha5hv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulQ08ha5hv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulQ08ha5hv .dropdown-item:hover,
.cid-ulQ08ha5hv .dropdown-item:focus {
  background: #279e64 !important;
  color: white !important;
}
.cid-ulQ08ha5hv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulQ08ha5hv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulQ08ha5hv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulQ08ha5hv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulQ08ha5hv .nav-link {
  position: relative;
}
.cid-ulQ08ha5hv .container {
  display: flex;
  margin: auto;
}
.cid-ulQ08ha5hv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-ulQ08ha5hv .dropdown-menu,
.cid-ulQ08ha5hv .navbar.opened {
  background: #ffffff !important;
}
.cid-ulQ08ha5hv .nav-item:focus,
.cid-ulQ08ha5hv .nav-link:focus {
  outline: none;
}
.cid-ulQ08ha5hv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulQ08ha5hv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulQ08ha5hv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulQ08ha5hv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulQ08ha5hv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulQ08ha5hv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulQ08ha5hv .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-ulQ08ha5hv .navbar.opened {
  transition: all 0.3s;
}
.cid-ulQ08ha5hv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulQ08ha5hv .navbar .navbar-logo img {
  width: auto;
}
.cid-ulQ08ha5hv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulQ08ha5hv .navbar.collapsed {
  justify-content: center;
}
.cid-ulQ08ha5hv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulQ08ha5hv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulQ08ha5hv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ulQ08ha5hv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulQ08ha5hv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulQ08ha5hv .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-ulQ08ha5hv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulQ08ha5hv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulQ08ha5hv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulQ08ha5hv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulQ08ha5hv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulQ08ha5hv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulQ08ha5hv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulQ08ha5hv .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-ulQ08ha5hv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulQ08ha5hv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulQ08ha5hv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulQ08ha5hv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulQ08ha5hv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulQ08ha5hv .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulQ08ha5hv .navbar.navbar-short {
  min-height: 80px;
}
.cid-ulQ08ha5hv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulQ08ha5hv .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ulQ08ha5hv .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-ulQ08ha5hv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulQ08ha5hv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulQ08ha5hv .dropdown-item.active,
.cid-ulQ08ha5hv .dropdown-item:active {
  background-color: transparent;
}
.cid-ulQ08ha5hv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulQ08ha5hv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulQ08ha5hv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulQ08ha5hv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulQ08ha5hv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulQ08ha5hv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulQ08ha5hv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulQ08ha5hv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulQ08ha5hv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulQ08ha5hv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulQ08ha5hv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulQ08ha5hv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulQ08ha5hv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulQ08ha5hv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulQ08ha5hv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulQ08ha5hv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulQ08ha5hv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulQ08ha5hv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulQ08ha5hv .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-ulQ08ha5hv .navbar {
    height: 70px;
  }
  .cid-ulQ08ha5hv .navbar.opened {
    height: auto;
  }
  .cid-ulQ08ha5hv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulQ08hx5RR {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/stock-12-2000x1121.jpg");
}
.cid-ulQ08hx5RR .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-ulQ08hx5RR .content {
    width: 100%;
    text-align: center;
  }
}
.cid-ulQ08hx5RR .mbr-section-title {
  color: #ffff00;
  margin-bottom: 20px;
  text-align: center;
}
.cid-ulQ08hx5RR .mbr-section-title span {
  position: relative;
}
.cid-ulQ08hx5RR .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-ulQ08hx5RR .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-ulQ08hx5RR .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-ulQ08hx5RR .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-ulQ08hx5RR .mbr-section-title span svg path {
  fill: #279e64;
}
.cid-ulQ08hx5RR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ulQ08hx5RR .mbr-section-subtitle span {
  position: relative;
}
.cid-ulQ08hx5RR .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-ulQ08hx5RR .mbr-section-subtitle span svg path {
  fill: #ffff00;
}
@media (max-width: 599px) {
  .cid-ulQ08hx5RR .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-ulQ08hx5RR .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-ulQ08hx5RR .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-ulQ08hx5RR .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-ulQ08hx5RR .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-ulQ08hx5RR .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulQ08hx5RR .wave-container .wave svg path {
  fill: #f9f9f9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-ulQ4eo1R2R {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ulQ4eo1R2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulQ4eo1R2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulQ4eo1R2R .col-12 {
  position: relative;
}
.cid-ulQ4eo1R2R img {
  margin: auto;
}
.cid-ulQ4eo1R2R .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ulQ4eo1R2R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulQ4eo1R2R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulQ4eo1R2R .image-wrapper {
    padding: 1rem;
  }
}
.cid-ulQ4eo1R2R .mbr-section-title {
  color: #ffffff;
}
.cid-ulQ4eo1R2R .mbr-text,
.cid-ulQ4eo1R2R .mbr-section-btn {
  color: #ffffff;
}
.cid-ulQ08itvnc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #224030;
}
.cid-ulQ08itvnc .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-ulQ08itvnc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ulQ08itvnc .col + .mbr-section-btn .btn,
.cid-ulQ08itvnc .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ulQ08itvnc .col + .mbr-section-btn .btn,
  .cid-ulQ08itvnc .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ulQ08itvnc .dragArea > *:nth-last-child(2).col,
  .cid-ulQ08itvnc .dragArea > *:nth-last-child(2).col-auto,
  .cid-ulQ08itvnc .col + .mbr-section-btn,
  .cid-ulQ08itvnc .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ulQ08itvnc .dragArea {
    flex-direction: column;
  }
}
.cid-ulQ08itvnc .btn-primary {
  border: 1px solid #279e64 !important;
}
.cid-ulQ08itvnc .btn-primary:hover {
  border: 1px solid #279e64 !important;
}
.cid-ulQ08itvnc .stripe {
  border-bottom: 1px solid #ffff00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ulQ08itvnc .form-group {
  max-width: 220px;
}
.cid-ulQ08itvnc .mbr-section-btn {
  padding-left: 0;
}
.cid-ulQ08itvnc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ulQ08itvnc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffff00;
  width: 85%;
}
.cid-ulQ08itvnc .mbr-text {
  color: #444;
}
.cid-ulQ08itvnc h5 {
  margin-bottom: 0;
}
.cid-ulQ08itvnc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ulQ08itvnc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulQ08itvnc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ulQ08itvnc .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulQ08itvnc .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-ulQ08itvnc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ulQ08itvnc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ulQ08itvnc .social-list a:hover {
  opacity: 0.4;
}
.cid-ulQ08itvnc .media-container-row > div {
  padding: 0px;
}
.cid-ulQ08itvnc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ulQ08itvnc .group-title {
  text-align: left;
  color: #ffff00;
  padding-bottom: 0.2rem;
}
.cid-ulQ08itvnc .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ulQ08itvnc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ulQ08itvnc .social-list,
  .cid-ulQ08itvnc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ulQ08itvnc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ulQ08itvnc .form-group {
    max-width: 180px;
  }
}
.cid-ulQ08itvnc .links span {
  color: #9e9e9e;
}
.cid-ulQ08itvnc .logo-sub-title {
  text-align: center;
  color: #c5e9d8;
}
.cid-ulQ08itvnc .logo-title {
  text-align: center;
}
.cid-ulQ08itvnc .logo-title,
.cid-ulQ08itvnc .logo {
  color: #ffffff;
}
