.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vcSUnwRr6u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcSUnwRr6u nav.navbar {
  position: fixed;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcSUnwRr6u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcSUnwRr6u .dropdown-item:hover,
.cid-vcSUnwRr6u .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vcSUnwRr6u .dropdown-item:hover span {
  color: white;
}
.cid-vcSUnwRr6u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcSUnwRr6u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcSUnwRr6u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcSUnwRr6u .nav-link {
  position: relative;
}
.cid-vcSUnwRr6u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown-menu,
.cid-vcSUnwRr6u .navbar.opened {
  background: #0092f9 !important;
}
.cid-vcSUnwRr6u .nav-item:focus,
.cid-vcSUnwRr6u .nav-link:focus {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcSUnwRr6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcSUnwRr6u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcSUnwRr6u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcSUnwRr6u .navbar .navbar-logo img {
  width: auto;
}
.cid-vcSUnwRr6u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcSUnwRr6u .navbar.collapsed {
  justify-content: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcSUnwRr6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcSUnwRr6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcSUnwRr6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcSUnwRr6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcSUnwRr6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcSUnwRr6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcSUnwRr6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcSUnwRr6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown-item.active,
.cid-vcSUnwRr6u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcSUnwRr6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcSUnwRr6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcSUnwRr6u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcSUnwRr6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcSUnwRr6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcSUnwRr6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar {
    height: 70px;
  }
  .cid-vcSUnwRr6u .navbar.opened {
    height: auto;
  }
  .cid-vcSUnwRr6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcSUruuaB6 {
  background-image: url("../../../assets/images/derila-ergo-header-girl.webp");
}
.cid-vcSUruuaB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSUruuaB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSUruuaB6 .mbr-text,
.cid-vcSUruuaB6 .mbr-section-btn {
  color: #0092f9;
}
.cid-vcSUruuaB6 .mbr-section-title {
  color: #0092f9;
}
.cid-vcSYXq7KxN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYXq7KxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYXq7KxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYXq7KxN .mbr-section-title {
  color: #ffffff;
}
.cid-vcT0IZ2hJm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcT0IZ2hJm img,
.cid-vcT0IZ2hJm .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcT0IZ2hJm .item:focus,
.cid-vcT0IZ2hJm span:focus {
  outline: none;
}
.cid-vcT0IZ2hJm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcT0IZ2hJm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcT0IZ2hJm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcT0IZ2hJm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcT0IZ2hJm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcT0IZ2hJm .mbr-section-title {
  color: #232323;
}
.cid-vcT0IZ2hJm .mbr-text,
.cid-vcT0IZ2hJm .mbr-section-btn {
  text-align: justify;
}
.cid-vcT0IZ2hJm .item-title {
  text-align: center;
}
.cid-vcT0IZ2hJm .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vcSYSxUNBO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYSxUNBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYSxUNBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYSxUNBO .mbr-section-title {
  color: #ffffff;
}
.cid-vcSV6ljlJ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSV6ljlJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSV6ljlJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSV6ljlJ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSV6ljlJ6 .row {
  flex-direction: row-reverse;
}
.cid-vcSV6ljlJ6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcSV6ljlJ6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcSYQvIsQ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYQvIsQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYQvIsQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYQvIsQ1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcUYTJMtiW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcUYTJMtiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUYTJMtiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUYTJMtiW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcUYTJMtiW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcUYTJMtiW .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vcUYTJMtiW img,
.cid-vcUYTJMtiW .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vcUYTJMtiW .content-head {
  max-width: 800px;
}
.cid-vcSUVwKSl1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSYPanUW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYPanUW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYPanUW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYPanUW0 .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-vcSYPanUW0 .mbr-section-title {
  color: #ffffff;
}
.cid-vcSVdv1qoy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSVdv1qoy img,
.cid-vcSVdv1qoy .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-vcSVdv1qoy .item:focus,
.cid-vcSVdv1qoy span:focus {
  outline: none;
}
.cid-vcSVdv1qoy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcSVdv1qoy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcSVdv1qoy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcSVdv1qoy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcSVdv1qoy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcSVdv1qoy .mbr-section-title {
  color: #232323;
}
.cid-vcSVdv1qoy .mbr-text,
.cid-vcSVdv1qoy .mbr-section-btn {
  text-align: left;
}
.cid-vcSVdv1qoy .item-title {
  text-align: left;
}
.cid-vcSVdv1qoy .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcSYNP9O2B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYNP9O2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYNP9O2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYNP9O2B .mbr-section-title {
  color: #ffffff;
}
.cid-vcTs1SZ0tQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcTs1SZ0tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTs1SZ0tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTs1SZ0tQ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTs1SZ0tQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTs1SZ0tQ .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vcTs1SZ0tQ img,
.cid-vcTs1SZ0tQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcTs1SZ0tQ .content-head {
  max-width: 800px;
}
.cid-vcSWfJ7ysV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSWfJ7ysV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSWfJ7ysV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSWfJ7ysV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSWfJ7ysV .row {
  flex-direction: row-reverse;
}
.cid-vcSWfJ7ysV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcSWfJ7ysV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcSWfJ7ysV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcSWfJ7ysV .mbr-section-title {
  color: #000000;
}
.cid-vcSWfJ7ysV .mbr-text,
.cid-vcSWfJ7ysV .mbr-section-btn {
  color: #000000;
}
.cid-vcSWk9NMge {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSWk9NMge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSWk9NMge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSWk9NMge .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSWk9NMge .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcSWk9NMge .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcSWk9NMge .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcSWk9NMge .mbr-section-title {
  color: #000000;
}
.cid-vcSWk9NMge .mbr-text,
.cid-vcSWk9NMge .mbr-section-btn {
  color: #000000;
}
.cid-vcSWkHqloi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSWkHqloi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSWkHqloi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSWkHqloi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSWkHqloi .row {
  flex-direction: row-reverse;
}
.cid-vcSWkHqloi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcSWkHqloi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcSWkHqloi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcSWkHqloi .mbr-section-title {
  color: #000000;
}
.cid-vcSWkHqloi .mbr-text,
.cid-vcSWkHqloi .mbr-section-btn {
  color: #000000;
}
.cid-vcSYLvTvlm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYLvTvlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYLvTvlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYLvTvlm .mbr-section-title {
  color: #ffffff;
}
.cid-vcSWy75Vt9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSWy75Vt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSWy75Vt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSWy75Vt9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSWy75Vt9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcSWy75Vt9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcSWy75Vt9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcSWy75Vt9 .mbr-section-title {
  color: #000000;
}
.cid-vcSWy75Vt9 .mbr-text,
.cid-vcSWy75Vt9 .mbr-section-btn {
  color: #000000;
}
.cid-vcSYKfBtmQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYKfBtmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYKfBtmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYKfBtmQ .mbr-section-title {
  color: #ffffff;
}
.cid-vcSWX4kBnU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcSWX4kBnU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vcSWX4kBnU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vcSWX4kBnU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0092f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-vcU4fMS9tX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSYIOmXcs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYIOmXcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYIOmXcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYIOmXcs .mbr-section-title {
  color: #ffffff;
}
.cid-vcSYIOmXcs .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-vcSX4WqcRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcSX4WqcRY img,
.cid-vcSX4WqcRY .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-vcSX4WqcRY .item:focus,
.cid-vcSX4WqcRY span:focus {
  outline: none;
}
.cid-vcSX4WqcRY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcSX4WqcRY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcSX4WqcRY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcSX4WqcRY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcSX4WqcRY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcSX4WqcRY .mbr-section-title {
  color: #232323;
}
.cid-vcSX4WqcRY .mbr-text,
.cid-vcSX4WqcRY .mbr-section-btn {
  text-align: left;
}
.cid-vcSX4WqcRY .item-title {
  text-align: left;
}
.cid-vcSX4WqcRY .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vcSYHkwbnB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0092f9;
}
.cid-vcSYHkwbnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYHkwbnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYHkwbnB .mbr-section-title {
  color: #ffffff;
}
.cid-vcTbVJkgkr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTbVJkgkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTbVJkgkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTbVJkgkr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9fe870;
  margin-left: 1rem;
}
.cid-vcTbVJkgkr .panel-group {
  border: none;
}
.cid-vcTbVJkgkr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vcTbVJkgkr .panel-body,
.cid-vcTbVJkgkr .card-header {
  padding: 1rem 0;
}
.cid-vcTbVJkgkr .panel-title-edit {
  color: #000000;
}
.cid-vcTbVJkgkr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcTcJXy6Y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcTcJXy6Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTcJXy6Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTcJXy6Y7 .mbr-section-title {
  color: #ffffff;
}
.cid-vcTdlIwYBC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTdlIwYBC .mbr-text {
  color: #000000;
}
.cid-vcTdlIwYBC .mbr-section-subtitle {
  color: #000000;
}
.cid-vcTdlIwYBC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcSYG2HtCK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0092f9;
}
.cid-vcSYG2HtCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSYG2HtCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcSYG2HtCK .mbr-section-title {
  color: #ffffff;
}
.cid-vcSXsoBHSK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcSXsoBHSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSXsoBHSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcSXsoBHSK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcSXsoBHSK .row {
  flex-direction: row-reverse;
}
.cid-vcSXsoBHSK img {
  width: 100%;
}
.cid-vcTiC48dsw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTiC48dsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTiC48dsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTiC48dsw .mbr-text,
.cid-vcTiC48dsw .mbr-section-btn {
  color: #232323;
}
.cid-vcTiC48dsw .card-title,
.cid-vcTiC48dsw .card-box {
  color: #000000;
}
.cid-vcTiC48dsw .mbr-text,
.cid-vcTiC48dsw .link-wrap {
  color: #ffffff;
}
.cid-vcTiC48dsw .card-box .mbr-text,
.cid-vcTiC48dsw .mbr-section-btn {
  color: #000000;
}
.cid-vcSYAC91UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcSYAC91UT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcSYAC91UT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcSYAC91UT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcSYAC91UT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcSYAC91UT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcSYAC91UT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcSYAC91UT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcSYAC91UT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcSYAC91UT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcSYAC91UT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veulhBHacd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veulhBHacd nav.navbar {
  position: fixed;
}
.cid-veulhBHacd .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-veulhBHacd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veulhBHacd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veulhBHacd .dropdown-item:hover,
.cid-veulhBHacd .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-veulhBHacd .dropdown-item:hover span {
  color: white;
}
.cid-veulhBHacd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veulhBHacd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veulhBHacd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veulhBHacd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veulhBHacd .nav-link {
  position: relative;
}
.cid-veulhBHacd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veulhBHacd .container {
    flex-wrap: wrap;
  }
}
.cid-veulhBHacd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veulhBHacd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veulhBHacd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veulhBHacd .dropdown-menu,
.cid-veulhBHacd .navbar.opened {
  background: #0092f9 !important;
}
.cid-veulhBHacd .nav-item:focus,
.cid-veulhBHacd .nav-link:focus {
  outline: none;
}
.cid-veulhBHacd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veulhBHacd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veulhBHacd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veulhBHacd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veulhBHacd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veulhBHacd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veulhBHacd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-veulhBHacd .navbar.opened {
  transition: all 0.3s;
}
.cid-veulhBHacd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veulhBHacd .navbar .navbar-logo img {
  width: auto;
}
.cid-veulhBHacd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veulhBHacd .navbar.collapsed {
  justify-content: center;
}
.cid-veulhBHacd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veulhBHacd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veulhBHacd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veulhBHacd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veulhBHacd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veulhBHacd .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-veulhBHacd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veulhBHacd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veulhBHacd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veulhBHacd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veulhBHacd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veulhBHacd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veulhBHacd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veulhBHacd .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-veulhBHacd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veulhBHacd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veulhBHacd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veulhBHacd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veulhBHacd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veulhBHacd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veulhBHacd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veulhBHacd .navbar.navbar-short {
  min-height: 60px;
}
.cid-veulhBHacd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veulhBHacd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veulhBHacd .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-veulhBHacd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veulhBHacd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veulhBHacd .dropdown-item.active,
.cid-veulhBHacd .dropdown-item:active {
  background-color: transparent;
}
.cid-veulhBHacd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veulhBHacd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veulhBHacd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veulhBHacd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-veulhBHacd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veulhBHacd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veulhBHacd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veulhBHacd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veulhBHacd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veulhBHacd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veulhBHacd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veulhBHacd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veulhBHacd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veulhBHacd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veulhBHacd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veulhBHacd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veulhBHacd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veulhBHacd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veulhBHacd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veulhBHacd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veulhBHacd .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-veulhBHacd .navbar {
    height: 70px;
  }
  .cid-veulhBHacd .navbar.opened {
    height: auto;
  }
  .cid-veulhBHacd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veulhCfhEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veulhCfhEV .mbr-text {
  color: #000000;
}
.cid-veulhCfhEV .mbr-section-subtitle {
  color: #000000;
}
.cid-veulhCfhEV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veulhCxHZE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-veulhCxHZE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veulhCxHZE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veulhCxHZE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veulhCxHZE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veulhCxHZE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veulhCxHZE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veulhCxHZE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veulhCxHZE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veulhCxHZE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veulhCxHZE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veulhCxHZE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veulhCxHZE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veulhCxHZE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veulhCxHZE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veulgGyUK1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veulgGyUK1 nav.navbar {
  position: fixed;
}
.cid-veulgGyUK1 .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-veulgGyUK1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veulgGyUK1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veulgGyUK1 .dropdown-item:hover,
.cid-veulgGyUK1 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-veulgGyUK1 .dropdown-item:hover span {
  color: white;
}
.cid-veulgGyUK1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veulgGyUK1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veulgGyUK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veulgGyUK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veulgGyUK1 .nav-link {
  position: relative;
}
.cid-veulgGyUK1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veulgGyUK1 .container {
    flex-wrap: wrap;
  }
}
.cid-veulgGyUK1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veulgGyUK1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veulgGyUK1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veulgGyUK1 .dropdown-menu,
.cid-veulgGyUK1 .navbar.opened {
  background: #0092f9 !important;
}
.cid-veulgGyUK1 .nav-item:focus,
.cid-veulgGyUK1 .nav-link:focus {
  outline: none;
}
.cid-veulgGyUK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veulgGyUK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veulgGyUK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veulgGyUK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veulgGyUK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veulgGyUK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veulgGyUK1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-veulgGyUK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-veulgGyUK1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veulgGyUK1 .navbar .navbar-logo img {
  width: auto;
}
.cid-veulgGyUK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veulgGyUK1 .navbar.collapsed {
  justify-content: center;
}
.cid-veulgGyUK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veulgGyUK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veulgGyUK1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veulgGyUK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veulgGyUK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veulgGyUK1 .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-veulgGyUK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veulgGyUK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veulgGyUK1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veulgGyUK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veulgGyUK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veulgGyUK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veulgGyUK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veulgGyUK1 .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-veulgGyUK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veulgGyUK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veulgGyUK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veulgGyUK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veulgGyUK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veulgGyUK1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veulgGyUK1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veulgGyUK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-veulgGyUK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veulgGyUK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veulgGyUK1 .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-veulgGyUK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veulgGyUK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veulgGyUK1 .dropdown-item.active,
.cid-veulgGyUK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-veulgGyUK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veulgGyUK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veulgGyUK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veulgGyUK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-veulgGyUK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veulgGyUK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veulgGyUK1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veulgGyUK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veulgGyUK1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veulgGyUK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veulgGyUK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veulgGyUK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veulgGyUK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veulgGyUK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veulgGyUK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veulgGyUK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veulgGyUK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veulgGyUK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veulgGyUK1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veulgGyUK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veulgGyUK1 .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-veulgGyUK1 .navbar {
    height: 70px;
  }
  .cid-veulgGyUK1 .navbar.opened {
    height: auto;
  }
  .cid-veulgGyUK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veulgGThCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veulgGThCm .mbr-text {
  color: #000000;
}
.cid-veulgGThCm .mbr-section-subtitle {
  color: #000000;
}
.cid-veulgGThCm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veulgH0rU2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-veulgH0rU2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veulgH0rU2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veulgH0rU2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veulgH0rU2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veulgH0rU2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veulgH0rU2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veulgH0rU2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veulgH0rU2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veulgH0rU2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veulgH0rU2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veulgH0rU2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veulgH0rU2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veulgH0rU2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veulgH0rU2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-veuleHCwFT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veuleHCwFT nav.navbar {
  position: fixed;
}
.cid-veuleHCwFT .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-veuleHCwFT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veuleHCwFT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veuleHCwFT .dropdown-item:hover,
.cid-veuleHCwFT .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-veuleHCwFT .dropdown-item:hover span {
  color: white;
}
.cid-veuleHCwFT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veuleHCwFT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veuleHCwFT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veuleHCwFT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veuleHCwFT .nav-link {
  position: relative;
}
.cid-veuleHCwFT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veuleHCwFT .container {
    flex-wrap: wrap;
  }
}
.cid-veuleHCwFT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veuleHCwFT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veuleHCwFT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veuleHCwFT .dropdown-menu,
.cid-veuleHCwFT .navbar.opened {
  background: #0092f9 !important;
}
.cid-veuleHCwFT .nav-item:focus,
.cid-veuleHCwFT .nav-link:focus {
  outline: none;
}
.cid-veuleHCwFT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veuleHCwFT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veuleHCwFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veuleHCwFT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veuleHCwFT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veuleHCwFT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veuleHCwFT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-veuleHCwFT .navbar.opened {
  transition: all 0.3s;
}
.cid-veuleHCwFT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veuleHCwFT .navbar .navbar-logo img {
  width: auto;
}
.cid-veuleHCwFT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veuleHCwFT .navbar.collapsed {
  justify-content: center;
}
.cid-veuleHCwFT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veuleHCwFT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veuleHCwFT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veuleHCwFT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veuleHCwFT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veuleHCwFT .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-veuleHCwFT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veuleHCwFT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veuleHCwFT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veuleHCwFT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veuleHCwFT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veuleHCwFT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veuleHCwFT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veuleHCwFT .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-veuleHCwFT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veuleHCwFT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veuleHCwFT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veuleHCwFT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veuleHCwFT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veuleHCwFT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veuleHCwFT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veuleHCwFT .navbar.navbar-short {
  min-height: 60px;
}
.cid-veuleHCwFT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veuleHCwFT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veuleHCwFT .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-veuleHCwFT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veuleHCwFT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veuleHCwFT .dropdown-item.active,
.cid-veuleHCwFT .dropdown-item:active {
  background-color: transparent;
}
.cid-veuleHCwFT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veuleHCwFT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veuleHCwFT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veuleHCwFT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-veuleHCwFT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veuleHCwFT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veuleHCwFT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veuleHCwFT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veuleHCwFT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veuleHCwFT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veuleHCwFT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veuleHCwFT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veuleHCwFT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veuleHCwFT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veuleHCwFT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veuleHCwFT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veuleHCwFT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veuleHCwFT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veuleHCwFT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veuleHCwFT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veuleHCwFT .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-veuleHCwFT .navbar {
    height: 70px;
  }
  .cid-veuleHCwFT .navbar.opened {
    height: auto;
  }
  .cid-veuleHCwFT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veA6T3Pwcg {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA6T3Pwcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA6T3Pwcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA6T3Pwcg .mbr-section-title {
  color: #0092f9;
}
.cid-veBJrJG238 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBJrJG238 blockquote {
  border-color: #9fe870;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-veA7buLMxK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veA7buLMxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA7buLMxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veA7buLMxK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veA7buLMxK .row {
  flex-direction: row-reverse;
}
.cid-veA7buLMxK img {
  width: 100%;
}
.cid-veAAi0piKF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAAi0piKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAAi0piKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAABqz5ey {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAABqz5ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAABqz5ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAABqz5ey .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAABqz5ey .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veAABqz5ey .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-veAABqz5ey .content-head {
  max-width: 800px;
}
.cid-veAABqz5ey .card-text {
  text-align: justify;
}
.cid-veA9d1KIP5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9d1KIP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9d1KIP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAcwyhXCv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAgICrayU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veA9tWq8By {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9tWq8By .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9tWq8By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAg6eA7B1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAg6eA7B1 .mbr-text {
  color: #000000;
}
.cid-veAg6eA7B1 .mbr-section-subtitle {
  color: #000000;
}
.cid-veAg6eA7B1 .mbr-section-title {
  color: #000000;
}
.cid-veA9upIVt8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9upIVt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9upIVt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veACGA5nrj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veACGA5nrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veACGA5nrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veACGA5nrj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-veACGA5nrj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-veACGA5nrj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-veA9tp6d8w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9tp6d8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9tp6d8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAv93KwVo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAv93KwVo .mbr-text {
  color: #000000;
}
.cid-veAv93KwVo .mbr-section-subtitle {
  color: #000000;
}
.cid-veAv93KwVo .mbr-section-title {
  color: #000000;
}
.cid-veA9uThCN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9uThCN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9uThCN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAEJOhibH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAEJOhibH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAEJOhibH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAEJOhibH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAEJOhibH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veAEJOhibH .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-veAEJOhibH .content-head {
  max-width: 800px;
}
.cid-veA9vmRV0Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veA9vmRV0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9vmRV0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAHHDCyMb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAHHDCyMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAHHDCyMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAHHDCyMb .row {
  flex-direction: row-reverse;
}
.cid-veAIUQFHPE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9sU93TJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9sU93TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9sU93TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAzkryvvK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAzkryvvK .mbr-text {
  color: #000000;
}
.cid-veAzkryvvK .mbr-section-subtitle {
  color: #000000;
}
.cid-veAzkryvvK .mbr-section-title {
  color: #000000;
}
.cid-veA9spvATf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9spvATf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9spvATf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAzlTJWH2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAzlTJWH2 .mbr-text {
  color: #000000;
}
.cid-veAzlTJWH2 .mbr-section-subtitle {
  color: #000000;
}
.cid-veAzlTJWH2 .mbr-section-title {
  color: #000000;
}
.cid-veAzx3h66j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAzx3h66j .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAzx3h66j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAzx3h66j .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-veAzx3h66j .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veAzx3h66j .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-veAzx3h66j .content-head {
  max-width: 800px;
}
.cid-veAM0rRvm7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAM0rRvm7 .mbr-text {
  color: #000000;
}
.cid-veAM0rRvm7 .mbr-section-subtitle {
  color: #000000;
}
.cid-veAM0rRvm7 .mbr-section-title {
  color: #000000;
}
.cid-veA9rMWPUj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9rMWPUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9rMWPUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAMAa0doc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAMAa0doc .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veAMAa0doc .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-veAMAa0doc .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #0092f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAMAa0doc .mbr-section-title {
  text-align: justify;
}
.cid-veAMAa0doc .mbr-section-subtitle {
  text-align: center;
}
.cid-veAMAa0doc .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veAMAVPJIY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAMAVPJIY .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veAMAVPJIY .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-veAMAVPJIY .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #0092f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veAMAVPJIY .mbr-section-title {
  text-align: center;
}
.cid-veAMAVPJIY .mbr-section-subtitle {
  text-align: justify;
}
.cid-veAzo60udM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAzo60udM .mbr-text {
  color: #000000;
}
.cid-veAzo60udM .mbr-section-subtitle {
  color: #000000;
}
.cid-veAzo60udM .mbr-section-title {
  color: #000000;
}
.cid-veA9rfnD6V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veA9rfnD6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9rfnD6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAOnQQXdk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAOnQQXdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAOnQQXdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAOnQQXdk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veAOnQQXdk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veAOnQQXdk .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-veAOnQQXdk img,
.cid-veAOnQQXdk .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-veAOnQQXdk .content-head {
  max-width: 800px;
}
.cid-veA9qIL3gb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veA9qIL3gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9qIL3gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veARxaN2Cn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veARxaN2Cn .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veARxaN2Cn .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-veARxaN2Cn .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0092f9;
  background-color: #0092f9;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veARxaN2Cn .mbr-section-title {
  text-align: justify;
}
.cid-veARxaN2Cn .mbr-section-subtitle {
  text-align: justify;
}
.cid-veARxSUT2A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veARxSUT2A .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veARxSUT2A .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-veARxSUT2A .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0092f9;
  background-color: #0092f9;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veARxSUT2A .mbr-section-subtitle {
  text-align: justify;
}
.cid-veARyK200D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veARyK200D .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veARyK200D .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-veARyK200D .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0092f9;
  background-color: #0092f9;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veARyK200D .mbr-section-subtitle {
  text-align: justify;
}
.cid-veAQGjbJsa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAQGjbJsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAQGjbJsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veASY9inCx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veASY9inCx .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veASY9inCx .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-veASY9inCx .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veASY9inCx .mbr-section-title {
  text-align: center;
}
.cid-veASY9inCx .mbr-section-subtitle {
  text-align: justify;
}
.cid-veAQHy7Mlm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAQHy7Mlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAQHy7Mlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAVnebfeI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAVnebfeI .mbr-text {
  color: #000000;
}
.cid-veAVnebfeI .mbr-section-subtitle {
  color: #000000;
}
.cid-veAVnebfeI .mbr-section-title {
  color: #000000;
}
.cid-veAULimDpr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAULimDpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAULimDpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAULimDpr .card-wrapper {
  background: #f1f4f8;
}
@media (max-width: 767px) {
  .cid-veAULimDpr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veAULimDpr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veAULimDpr .card-wrapper {
    padding: 4rem;
  }
}
.cid-veAULimDpr .mbr-text,
.cid-veAULimDpr .mbr-section-btn {
  color: #000000;
}
.cid-veAULimDpr .card-title,
.cid-veAULimDpr .card-box {
  text-align: left;
  color: #000000;
}
.cid-veAUM23mXz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAUM23mXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAUM23mXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAUM23mXz .card-wrapper {
  background: #f1f4f8;
}
@media (max-width: 767px) {
  .cid-veAUM23mXz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veAUM23mXz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veAUM23mXz .card-wrapper {
    padding: 4rem;
  }
}
.cid-veAUM23mXz .mbr-text,
.cid-veAUM23mXz .mbr-section-btn {
  color: #000000;
}
.cid-veAUM23mXz .card-title,
.cid-veAUM23mXz .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-veAUMNh22d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAUMNh22d .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAUMNh22d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAUMNh22d .card-wrapper {
  background: #f1f4f8;
}
@media (max-width: 767px) {
  .cid-veAUMNh22d .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veAUMNh22d .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veAUMNh22d .card-wrapper {
    padding: 4rem;
  }
}
.cid-veAUMNh22d .mbr-text,
.cid-veAUMNh22d .mbr-section-btn {
  color: #000000;
}
.cid-veAUMNh22d .card-title,
.cid-veAUMNh22d .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-veAUNwIpIC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAUNwIpIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAUNwIpIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAUNwIpIC .card-wrapper {
  background: #f1f4f8;
}
@media (max-width: 767px) {
  .cid-veAUNwIpIC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veAUNwIpIC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veAUNwIpIC .card-wrapper {
    padding: 4rem;
  }
}
.cid-veAUNwIpIC .mbr-text,
.cid-veAUNwIpIC .mbr-section-btn {
  color: #000000;
}
.cid-veAUNwIpIC .card-title,
.cid-veAUNwIpIC .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-veAWuGzwcA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veAWuGzwcA .mbr-text {
  color: #000000;
}
.cid-veAWuGzwcA .mbr-section-subtitle {
  color: #000000;
}
.cid-veAWuGzwcA .mbr-section-title {
  color: #000000;
}
.cid-veAQI5JUYY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAQI5JUYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAQI5JUYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBp4lIkYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBp4lIkYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBp4lIkYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBp4lIkYE .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBp4lIkYE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veBp4lIkYE .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-veBp4lIkYE .content-head {
  max-width: 800px;
}
.cid-veBp4lIkYE .mbr-section-subtitle {
  text-align: justify;
}
.cid-veBqFZaKVW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veBqFZaKVW img,
.cid-veBqFZaKVW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veBqFZaKVW .item:focus,
.cid-veBqFZaKVW span:focus {
  outline: none;
}
.cid-veBqFZaKVW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBqFZaKVW .item {
    margin-bottom: 1rem;
  }
}
.cid-veBqFZaKVW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veBqFZaKVW .item {
  padding: 0;
  margin: 0;
}
.cid-veBqFZaKVW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veBqFZaKVW .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veBqFZaKVW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-veBqFZaKVW .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veBqFZaKVW .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqFZaKVW .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-veBqFZaKVW .mbr-section-title {
  color: #232323;
}
.cid-veBqFZaKVW .mbr-text,
.cid-veBqFZaKVW .mbr-section-btn {
  text-align: center;
}
.cid-veBqFZaKVW .item-title {
  text-align: left;
}
.cid-veBqFZaKVW .content-head {
  max-width: 800px;
}
.cid-veBqFZaKVW .mbr-text,
.cid-veBqFZaKVW .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-veBrzCdSck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBrzCdSck .mbr-text {
  color: #000000;
}
.cid-veBrzCdSck .mbr-section-subtitle {
  color: #000000;
}
.cid-veBrzCdSck .mbr-section-title {
  color: #000000;
}
.cid-veAQIERHSA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veAQIERHSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAQIERHSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBrU02WFz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBrU02WFz .mbr-text {
  color: #000000;
}
.cid-veBrU02WFz .mbr-section-subtitle {
  color: #000000;
}
.cid-veBrU02WFz .mbr-section-title {
  color: #000000;
}
.cid-veBsllMncJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBt1FsnyL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBt1FsnyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBt1FsnyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBt1FsnyL .mbr-section-title {
  text-align: center;
}
.cid-veBt1FsnyL .mbr-section-subtitle {
  text-align: center;
}
.cid-veuleI7nR6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-veuleI7nR6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veuleI7nR6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-veuleI7nR6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-veuleI7nR6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-veuleI7nR6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-veuleI7nR6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-veuleI7nR6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-veuleI7nR6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-veuleI7nR6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-veuleI7nR6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-veuleI7nR6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-veuleI7nR6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-veuleI7nR6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-veuleI7nR6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcSUnwRr6u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcSUnwRr6u nav.navbar {
  position: fixed;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcSUnwRr6u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcSUnwRr6u .dropdown-item:hover,
.cid-vcSUnwRr6u .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vcSUnwRr6u .dropdown-item:hover span {
  color: white;
}
.cid-vcSUnwRr6u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcSUnwRr6u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcSUnwRr6u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcSUnwRr6u .nav-link {
  position: relative;
}
.cid-vcSUnwRr6u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown-menu,
.cid-vcSUnwRr6u .navbar.opened {
  background: #0092f9 !important;
}
.cid-vcSUnwRr6u .nav-item:focus,
.cid-vcSUnwRr6u .nav-link:focus {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcSUnwRr6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcSUnwRr6u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcSUnwRr6u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcSUnwRr6u .navbar .navbar-logo img {
  width: auto;
}
.cid-vcSUnwRr6u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcSUnwRr6u .navbar.collapsed {
  justify-content: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcSUnwRr6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcSUnwRr6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcSUnwRr6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcSUnwRr6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcSUnwRr6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcSUnwRr6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcSUnwRr6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcSUnwRr6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown-item.active,
.cid-vcSUnwRr6u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcSUnwRr6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcSUnwRr6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcSUnwRr6u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcSUnwRr6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcSUnwRr6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcSUnwRr6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar {
    height: 70px;
  }
  .cid-vcSUnwRr6u .navbar.opened {
    height: auto;
  }
  .cid-vcSUnwRr6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTy7j2XDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcTy7j2XDJ .mbr-text {
  color: #000000;
}
.cid-vcTy7j2XDJ .mbr-section-subtitle {
  color: #000000;
}
.cid-vcTy7j2XDJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcSYAC91UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcSYAC91UT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcSYAC91UT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcSYAC91UT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcSYAC91UT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcSYAC91UT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcSYAC91UT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcSYAC91UT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcSYAC91UT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcSYAC91UT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcSYAC91UT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcSUnwRr6u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcSUnwRr6u nav.navbar {
  position: fixed;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcSUnwRr6u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcSUnwRr6u .dropdown-item:hover,
.cid-vcSUnwRr6u .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vcSUnwRr6u .dropdown-item:hover span {
  color: white;
}
.cid-vcSUnwRr6u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcSUnwRr6u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcSUnwRr6u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcSUnwRr6u .nav-link {
  position: relative;
}
.cid-vcSUnwRr6u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown-menu,
.cid-vcSUnwRr6u .navbar.opened {
  background: #0092f9 !important;
}
.cid-vcSUnwRr6u .nav-item:focus,
.cid-vcSUnwRr6u .nav-link:focus {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcSUnwRr6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcSUnwRr6u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcSUnwRr6u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcSUnwRr6u .navbar .navbar-logo img {
  width: auto;
}
.cid-vcSUnwRr6u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcSUnwRr6u .navbar.collapsed {
  justify-content: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcSUnwRr6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcSUnwRr6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcSUnwRr6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcSUnwRr6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcSUnwRr6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcSUnwRr6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcSUnwRr6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcSUnwRr6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown-item.active,
.cid-vcSUnwRr6u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcSUnwRr6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcSUnwRr6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcSUnwRr6u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcSUnwRr6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcSUnwRr6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcSUnwRr6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar {
    height: 70px;
  }
  .cid-vcSUnwRr6u .navbar.opened {
    height: auto;
  }
  .cid-vcSUnwRr6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTybYKTo4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcTybYKTo4 .mbr-text {
  color: #000000;
}
.cid-vcTybYKTo4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vcTybYKTo4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcSYAC91UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcSYAC91UT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcSYAC91UT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcSYAC91UT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcSYAC91UT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcSYAC91UT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcSYAC91UT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcSYAC91UT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcSYAC91UT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcSYAC91UT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcSYAC91UT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcSUnwRr6u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcSUnwRr6u nav.navbar {
  position: fixed;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcSUnwRr6u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcSUnwRr6u .dropdown-item:hover,
.cid-vcSUnwRr6u .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vcSUnwRr6u .dropdown-item:hover span {
  color: white;
}
.cid-vcSUnwRr6u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcSUnwRr6u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcSUnwRr6u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcSUnwRr6u .nav-link {
  position: relative;
}
.cid-vcSUnwRr6u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown-menu,
.cid-vcSUnwRr6u .navbar.opened {
  background: #0092f9 !important;
}
.cid-vcSUnwRr6u .nav-item:focus,
.cid-vcSUnwRr6u .nav-link:focus {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcSUnwRr6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcSUnwRr6u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcSUnwRr6u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcSUnwRr6u .navbar .navbar-logo img {
  width: auto;
}
.cid-vcSUnwRr6u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcSUnwRr6u .navbar.collapsed {
  justify-content: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcSUnwRr6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcSUnwRr6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcSUnwRr6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcSUnwRr6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcSUnwRr6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcSUnwRr6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcSUnwRr6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcSUnwRr6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown-item.active,
.cid-vcSUnwRr6u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcSUnwRr6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcSUnwRr6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcSUnwRr6u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcSUnwRr6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcSUnwRr6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcSUnwRr6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar {
    height: 70px;
  }
  .cid-vcSUnwRr6u .navbar.opened {
    height: auto;
  }
  .cid-vcSUnwRr6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTyfZDBIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcTyfZDBIr .mbr-text {
  color: #000000;
}
.cid-vcTyfZDBIr .mbr-section-subtitle {
  color: #000000;
}
.cid-vcTyfZDBIr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcSYAC91UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcSYAC91UT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcSYAC91UT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcSYAC91UT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcSYAC91UT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcSYAC91UT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcSYAC91UT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcSYAC91UT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcSYAC91UT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcSYAC91UT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcSYAC91UT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcSUnwRr6u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcSUnwRr6u nav.navbar {
  position: fixed;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcSUnwRr6u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcSUnwRr6u .dropdown-item:hover,
.cid-vcSUnwRr6u .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-vcSUnwRr6u .dropdown-item:hover span {
  color: white;
}
.cid-vcSUnwRr6u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcSUnwRr6u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcSUnwRr6u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcSUnwRr6u .nav-link {
  position: relative;
}
.cid-vcSUnwRr6u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcSUnwRr6u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown-menu,
.cid-vcSUnwRr6u .navbar.opened {
  background: #0092f9 !important;
}
.cid-vcSUnwRr6u .nav-item:focus,
.cid-vcSUnwRr6u .nav-link:focus {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcSUnwRr6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcSUnwRr6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcSUnwRr6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcSUnwRr6u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcSUnwRr6u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcSUnwRr6u .navbar .navbar-logo img {
  width: auto;
}
.cid-vcSUnwRr6u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcSUnwRr6u .navbar.collapsed {
  justify-content: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcSUnwRr6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcSUnwRr6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcSUnwRr6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcSUnwRr6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcSUnwRr6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcSUnwRr6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcSUnwRr6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcSUnwRr6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcSUnwRr6u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcSUnwRr6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcSUnwRr6u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcSUnwRr6u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcSUnwRr6u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcSUnwRr6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcSUnwRr6u .dropdown-item.active,
.cid-vcSUnwRr6u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcSUnwRr6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcSUnwRr6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0092f9;
}
.cid-vcSUnwRr6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcSUnwRr6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcSUnwRr6u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcSUnwRr6u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcSUnwRr6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcSUnwRr6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcSUnwRr6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcSUnwRr6u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcSUnwRr6u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcSUnwRr6u .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-vcSUnwRr6u .navbar {
    height: 70px;
  }
  .cid-vcSUnwRr6u .navbar.opened {
    height: auto;
  }
  .cid-vcSUnwRr6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcTyjVsszG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcTyjVsszG .mbr-text {
  color: #000000;
}
.cid-vcTyjVsszG .mbr-section-subtitle {
  color: #000000;
}
.cid-vcTyjVsszG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcSYAC91UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcSYAC91UT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcSYAC91UT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcSYAC91UT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcSYAC91UT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcSYAC91UT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcSYAC91UT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcSYAC91UT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcSYAC91UT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcSYAC91UT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcSYAC91UT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcSYAC91UT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcSYAC91UT .media-container-row .row-copirayt p {
  width: 100%;
}
