.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: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #260a30 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #260a30 !important;
  border-color: #260a30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #47135a !important;
  border-color: #47135a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47135a !important;
  border-color: #47135a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #260a30;
  color: #260a30;
}
.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: #260a30 !important;
  border-color: #260a30 !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: #000000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #260a30 !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: #000000 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #260a30;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #deb0ef;
}
.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.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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='%23000000' %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-vpW8rvK9Xn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpW8rvK9Xn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vpW8rvK9Xn img,
.cid-vpW8rvK9Xn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vpW8rvK9Xn .item:focus,
.cid-vpW8rvK9Xn span:focus {
  outline: none;
}
.cid-vpW8rvK9Xn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpW8rvK9Xn .item {
    margin-bottom: 1rem;
  }
}
.cid-vpW8rvK9Xn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vpW8rvK9Xn .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vpW8rvK9Xn .mbr-text,
.cid-vpW8rvK9Xn .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vpW8rvK9Xn .item-title {
  color: #232323;
  text-align: center;
}
.cid-vpW8rvK9Xn .content-head {
  max-width: 800px;
}
.cid-vqjMrLHrV1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjMrLHrV1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMrLHrV1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMrLHrV1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjMrLHrV1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjMrLHrV1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjMrLHrV1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjMrLHrV1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjMrLHrV1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjMrLHrV1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjMrLHrV1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjMrLHrV1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjMrLHrV1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjMrLHrV1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjMrLHrV1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  position: relative !important;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpEVDb9YLo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpEVDb9YLo .dropdown-item:hover,
.cid-vpEVDb9YLo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpEVDb9YLo .dropdown-item:hover span {
  color: white;
}
.cid-vpEVDb9YLo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpEVDb9YLo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpEVDb9YLo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpEVDb9YLo .nav-link {
  position: relative;
}
.cid-vpEVDb9YLo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpEVDb9YLo .container {
    flex-wrap: nowrap;
  }
}
.cid-vpEVDb9YLo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown-menu,
.cid-vpEVDb9YLo .navbar.opened {
  background: #ffffff !important;
}
.cid-vpEVDb9YLo .nav-item:focus,
.cid-vpEVDb9YLo .nav-link:focus {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpEVDb9YLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpEVDb9YLo .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: #ffffff;
}
.cid-vpEVDb9YLo .navbar.opened {
  transition: all 0.3s;
}
.cid-vpEVDb9YLo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpEVDb9YLo .navbar .navbar-logo img {
  width: auto;
}
.cid-vpEVDb9YLo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpEVDb9YLo .navbar.collapsed {
  justify-content: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpEVDb9YLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpEVDb9YLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpEVDb9YLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpEVDb9YLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpEVDb9YLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpEVDb9YLo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpEVDb9YLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpEVDb9YLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown-item.active,
.cid-vpEVDb9YLo .dropdown-item:active {
  background-color: transparent;
}
.cid-vpEVDb9YLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpEVDb9YLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpEVDb9YLo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpEVDb9YLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpEVDb9YLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpEVDb9YLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar {
    height: 70px;
  }
  .cid-vpEVDb9YLo .navbar.opened {
    height: auto;
  }
  .cid-vpEVDb9YLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpEY29Sdkx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture1-6.png");
}
.cid-vpEY29Sdkx .title {
  margin-bottom: 2rem;
}
.cid-vpEY29Sdkx .mbr-section-subtitle {
  color: #232323;
}
.cid-vpEY29Sdkx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vpEY29Sdkx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vpEY29Sdkx .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-vpEY29Sdkx .input-group-btn {
  display: block;
  text-align: center;
}
.cid-vqjMC2JvNj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjMC2JvNj .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMC2JvNj .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMC2JvNj .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjMC2JvNj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjMC2JvNj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjMC2JvNj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjMC2JvNj .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjMC2JvNj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjMC2JvNj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjMC2JvNj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjMC2JvNj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjMC2JvNj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjMC2JvNj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjMC2JvNj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVi7kpryy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVi7kpryy .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-vpVi7kpryy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVi7kpryy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVi7kpryy .dropdown-item:hover,
.cid-vpVi7kpryy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVi7kpryy .dropdown-item:hover span {
  color: white;
}
.cid-vpVi7kpryy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVi7kpryy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVi7kpryy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVi7kpryy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVi7kpryy .nav-link {
  position: relative;
}
.cid-vpVi7kpryy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVi7kpryy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVi7kpryy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVi7kpryy .dropdown-menu,
.cid-vpVi7kpryy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVi7kpryy .nav-item:focus,
.cid-vpVi7kpryy .nav-link:focus {
  outline: none;
}
.cid-vpVi7kpryy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVi7kpryy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVi7kpryy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVi7kpryy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVi7kpryy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVi7kpryy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVi7kpryy .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: #ffffff;
}
.cid-vpVi7kpryy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVi7kpryy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVi7kpryy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVi7kpryy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVi7kpryy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVi7kpryy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVi7kpryy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVi7kpryy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVi7kpryy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVi7kpryy .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-vpVi7kpryy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVi7kpryy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVi7kpryy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVi7kpryy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVi7kpryy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVi7kpryy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVi7kpryy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVi7kpryy .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-vpVi7kpryy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVi7kpryy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVi7kpryy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVi7kpryy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVi7kpryy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVi7kpryy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVi7kpryy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVi7kpryy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVi7kpryy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVi7kpryy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVi7kpryy .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-vpVi7kpryy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVi7kpryy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVi7kpryy .dropdown-item.active,
.cid-vpVi7kpryy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVi7kpryy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVi7kpryy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVi7kpryy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVi7kpryy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVi7kpryy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVi7kpryy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVi7kpryy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVi7kpryy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVi7kpryy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVi7kpryy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVi7kpryy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVi7kpryy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVi7kpryy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVi7kpryy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVi7kpryy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVi7kpryy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVi7kpryy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVi7kpryy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVi7kpryy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVi7kpryy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVi7kpryy .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-vpVi7kpryy .navbar {
    height: 70px;
  }
  .cid-vpVi7kpryy .navbar.opened {
    height: auto;
  }
  .cid-vpVi7kpryy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpVi7kKnWa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture1-6.png");
}
.cid-vpVi7kKnWa .title {
  margin-bottom: 2rem;
}
.cid-vpVi7kKnWa .mbr-section-subtitle {
  color: #232323;
}
.cid-vpVi7kKnWa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vpVi7kKnWa a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vpVi7kKnWa .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-vpVi7kKnWa .input-group-btn {
  display: block;
  text-align: center;
}
.cid-vqjLo87m6h {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjLo87m6h .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjLo87m6h .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjLo87m6h .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjLo87m6h .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjLo87m6h .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjLo87m6h .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjLo87m6h .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjLo87m6h .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjLo87m6h .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjLo87m6h .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjLo87m6h .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjLo87m6h .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjLo87m6h .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjLo87m6h .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  position: relative !important;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpEVDb9YLo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpEVDb9YLo .dropdown-item:hover,
.cid-vpEVDb9YLo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpEVDb9YLo .dropdown-item:hover span {
  color: white;
}
.cid-vpEVDb9YLo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpEVDb9YLo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpEVDb9YLo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpEVDb9YLo .nav-link {
  position: relative;
}
.cid-vpEVDb9YLo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpEVDb9YLo .container {
    flex-wrap: nowrap;
  }
}
.cid-vpEVDb9YLo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown-menu,
.cid-vpEVDb9YLo .navbar.opened {
  background: #ffffff !important;
}
.cid-vpEVDb9YLo .nav-item:focus,
.cid-vpEVDb9YLo .nav-link:focus {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpEVDb9YLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpEVDb9YLo .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: #ffffff;
}
.cid-vpEVDb9YLo .navbar.opened {
  transition: all 0.3s;
}
.cid-vpEVDb9YLo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpEVDb9YLo .navbar .navbar-logo img {
  width: auto;
}
.cid-vpEVDb9YLo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpEVDb9YLo .navbar.collapsed {
  justify-content: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpEVDb9YLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpEVDb9YLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpEVDb9YLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpEVDb9YLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpEVDb9YLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpEVDb9YLo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpEVDb9YLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpEVDb9YLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown-item.active,
.cid-vpEVDb9YLo .dropdown-item:active {
  background-color: transparent;
}
.cid-vpEVDb9YLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpEVDb9YLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpEVDb9YLo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpEVDb9YLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpEVDb9YLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpEVDb9YLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar {
    height: 70px;
  }
  .cid-vpEVDb9YLo .navbar.opened {
    height: auto;
  }
  .cid-vpEVDb9YLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpigGFAvvI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpigGFAvvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpigGFAvvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpigGFAvvI .row {
  flex-direction: row-reverse;
}
.cid-vpigVtQDuQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpigVtQDuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpigVtQDuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpigVtQDuQ .row {
  flex-direction: row-reverse;
}
.cid-vpih1RrgWG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpih1RrgWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih1RrgWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih1RrgWG .row {
  flex-direction: row-reverse;
}
.cid-vpih2k3T5d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpih2k3T5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih2k3T5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih2k3T5d .row {
  flex-direction: row-reverse;
}
.cid-vpih2HyHU3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpih2HyHU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih2HyHU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih2HyHU3 .row {
  flex-direction: row-reverse;
}
.cid-vpih31ampR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpih31ampR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih31ampR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih31ampR .row {
  flex-direction: row-reverse;
}
.cid-vpih3jMXBK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpih3jMXBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih3jMXBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih3jMXBK .row {
  flex-direction: row-reverse;
}
.cid-vpih3CdHa5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpih3CdHa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih3CdHa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih3CdHa5 .row {
  flex-direction: row-reverse;
}
.cid-vpih3UJ6nT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpih3UJ6nT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpih3UJ6nT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpih3UJ6nT .row {
  flex-direction: row-reverse;
}
.cid-vq2OODJ82F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vq2OPmK5Xf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vq2OPmK5Xf .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vq2OPmK5Xf .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vq2OPmK5Xf .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vq2OPmK5Xf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vq2OPmK5Xf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vq2OPmK5Xf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vq2OPmK5Xf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vq2OPmK5Xf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vq2OPmK5Xf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vq2OPmK5Xf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vq2OPmK5Xf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vq2OPmK5Xf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vq2OPmK5Xf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vq2OPmK5Xf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  position: relative !important;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpEVDb9YLo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpEVDb9YLo .dropdown-item:hover,
.cid-vpEVDb9YLo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpEVDb9YLo .dropdown-item:hover span {
  color: white;
}
.cid-vpEVDb9YLo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpEVDb9YLo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpEVDb9YLo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpEVDb9YLo .nav-link {
  position: relative;
}
.cid-vpEVDb9YLo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpEVDb9YLo .container {
    flex-wrap: nowrap;
  }
}
.cid-vpEVDb9YLo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown-menu,
.cid-vpEVDb9YLo .navbar.opened {
  background: #ffffff !important;
}
.cid-vpEVDb9YLo .nav-item:focus,
.cid-vpEVDb9YLo .nav-link:focus {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpEVDb9YLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpEVDb9YLo .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: #ffffff;
}
.cid-vpEVDb9YLo .navbar.opened {
  transition: all 0.3s;
}
.cid-vpEVDb9YLo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpEVDb9YLo .navbar .navbar-logo img {
  width: auto;
}
.cid-vpEVDb9YLo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpEVDb9YLo .navbar.collapsed {
  justify-content: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpEVDb9YLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpEVDb9YLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpEVDb9YLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpEVDb9YLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpEVDb9YLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpEVDb9YLo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpEVDb9YLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpEVDb9YLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown-item.active,
.cid-vpEVDb9YLo .dropdown-item:active {
  background-color: transparent;
}
.cid-vpEVDb9YLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpEVDb9YLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpEVDb9YLo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpEVDb9YLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpEVDb9YLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpEVDb9YLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar {
    height: 70px;
  }
  .cid-vpEVDb9YLo .navbar.opened {
    height: auto;
  }
  .cid-vpEVDb9YLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpVvyqvvBy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpVvyqvvBy img,
.cid-vpVvyqvvBy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vpVvyqvvBy .item:focus,
.cid-vpVvyqvvBy span:focus {
  outline: none;
}
.cid-vpVvyqvvBy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpVvyqvvBy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpVvyqvvBy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVvyqvvBy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vpVvyqvvBy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpVvyqvvBy .mbr-section-title {
  color: #232323;
}
.cid-vpVvyqvvBy .mbr-text,
.cid-vpVvyqvvBy .mbr-section-btn {
  text-align: left;
}
.cid-vpVvyqvvBy .item-title {
  text-align: center;
}
.cid-vpVvyqvvBy .item-subtitle {
  text-align: center;
}
.cid-vqjMLMbCBB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjMLMbCBB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMLMbCBB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjMLMbCBB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjMLMbCBB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjMLMbCBB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjMLMbCBB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjMLMbCBB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjMLMbCBB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjMLMbCBB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjMLMbCBB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjMLMbCBB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjMLMbCBB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjMLMbCBB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjMLMbCBB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  position: relative !important;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpEVDb9YLo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpEVDb9YLo .dropdown-item:hover,
.cid-vpEVDb9YLo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpEVDb9YLo .dropdown-item:hover span {
  color: white;
}
.cid-vpEVDb9YLo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpEVDb9YLo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpEVDb9YLo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpEVDb9YLo .nav-link {
  position: relative;
}
.cid-vpEVDb9YLo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpEVDb9YLo .container {
    flex-wrap: nowrap;
  }
}
.cid-vpEVDb9YLo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown-menu,
.cid-vpEVDb9YLo .navbar.opened {
  background: #ffffff !important;
}
.cid-vpEVDb9YLo .nav-item:focus,
.cid-vpEVDb9YLo .nav-link:focus {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpEVDb9YLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpEVDb9YLo .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: #ffffff;
}
.cid-vpEVDb9YLo .navbar.opened {
  transition: all 0.3s;
}
.cid-vpEVDb9YLo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpEVDb9YLo .navbar .navbar-logo img {
  width: auto;
}
.cid-vpEVDb9YLo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpEVDb9YLo .navbar.collapsed {
  justify-content: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpEVDb9YLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpEVDb9YLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpEVDb9YLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpEVDb9YLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpEVDb9YLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpEVDb9YLo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpEVDb9YLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpEVDb9YLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown-item.active,
.cid-vpEVDb9YLo .dropdown-item:active {
  background-color: transparent;
}
.cid-vpEVDb9YLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpEVDb9YLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpEVDb9YLo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpEVDb9YLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpEVDb9YLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpEVDb9YLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar {
    height: 70px;
  }
  .cid-vpEVDb9YLo .navbar.opened {
    height: auto;
  }
  .cid-vpEVDb9YLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpidApoL7l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vpidApoL7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpidApoL7l .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vpidApoL7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpidApoL7l .item-wrapper {
  background: #ffa600;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpidApoL7l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpidApoL7l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpidApoL7l .card-title,
.cid-vpidApoL7l .iconfont-wrapper {
  color: #000000;
}
.cid-vpidApoL7l .card-text {
  color: #000000;
}
.cid-vpidApoL7l .content-head {
  max-width: 800px;
}
.cid-vpidApoL7l .mbr-section-title {
  color: #000000;
}
.cid-vpidApoL7l .card-title,
.cid-vpidApoL7l .img-wrapper {
  color: #000000;
}
.cid-vpWhgIMtfj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWfvIsY7s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWfvIsY7s .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWfvIsY7s .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWfvIsY7s .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWfvIsY7s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWfvIsY7s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWfvIsY7s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWfvIsY7s .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWfvIsY7s .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWfvIsY7s .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWfvIsY7s .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWfvIsY7s .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWfvIsY7s .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWfvIsY7s .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWfvIsY7s .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVrBtkQFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVrBtkQFy .dropdown-item:hover,
.cid-vpVrBtkQFy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVrBtkQFy .dropdown-item:hover span {
  color: white;
}
.cid-vpVrBtkQFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVrBtkQFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVrBtkQFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVrBtkQFy .nav-link {
  position: relative;
}
.cid-vpVrBtkQFy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVrBtkQFy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVrBtkQFy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown-menu,
.cid-vpVrBtkQFy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVrBtkQFy .nav-item:focus,
.cid-vpVrBtkQFy .nav-link:focus {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVrBtkQFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVrBtkQFy .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: #ffffff;
}
.cid-vpVrBtkQFy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVrBtkQFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVrBtkQFy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVrBtkQFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVrBtkQFy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVrBtkQFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVrBtkQFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVrBtkQFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVrBtkQFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVrBtkQFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVrBtkQFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVrBtkQFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVrBtkQFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown-item.active,
.cid-vpVrBtkQFy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVrBtkQFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVrBtkQFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVrBtkQFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVrBtkQFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVrBtkQFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVrBtkQFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar {
    height: 70px;
  }
  .cid-vpVrBtkQFy .navbar.opened {
    height: auto;
  }
  .cid-vpVrBtkQFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpVrBtVDTV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vpVrBtVDTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpVrBtVDTV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vpVrBtVDTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpVrBtVDTV .item-wrapper {
  background: #ffa600;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpVrBtVDTV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpVrBtVDTV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpVrBtVDTV .card-title,
.cid-vpVrBtVDTV .iconfont-wrapper {
  color: #000000;
}
.cid-vpVrBtVDTV .card-text {
  color: #000000;
}
.cid-vpVrBtVDTV .content-head {
  max-width: 800px;
}
.cid-vpVrBtVDTV .mbr-section-title {
  color: #000000;
}
.cid-vpVrBtVDTV .card-title,
.cid-vpVrBtVDTV .img-wrapper {
  color: #000000;
}
.cid-vpWje2q2q8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjRey8Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjRey8Dq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjRey8Dq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjRey8Dq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjRey8Dq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjRey8Dq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjRey8Dq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjRey8Dq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  position: relative !important;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpEVDb9YLo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpEVDb9YLo .dropdown-item:hover,
.cid-vpEVDb9YLo .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpEVDb9YLo .dropdown-item:hover span {
  color: white;
}
.cid-vpEVDb9YLo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpEVDb9YLo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpEVDb9YLo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpEVDb9YLo .nav-link {
  position: relative;
}
.cid-vpEVDb9YLo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpEVDb9YLo .container {
    flex-wrap: nowrap;
  }
}
.cid-vpEVDb9YLo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown-menu,
.cid-vpEVDb9YLo .navbar.opened {
  background: #ffffff !important;
}
.cid-vpEVDb9YLo .nav-item:focus,
.cid-vpEVDb9YLo .nav-link:focus {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpEVDb9YLo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpEVDb9YLo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpEVDb9YLo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpEVDb9YLo .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: #ffffff;
}
.cid-vpEVDb9YLo .navbar.opened {
  transition: all 0.3s;
}
.cid-vpEVDb9YLo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpEVDb9YLo .navbar .navbar-logo img {
  width: auto;
}
.cid-vpEVDb9YLo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpEVDb9YLo .navbar.collapsed {
  justify-content: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpEVDb9YLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpEVDb9YLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpEVDb9YLo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpEVDb9YLo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpEVDb9YLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpEVDb9YLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpEVDb9YLo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpEVDb9YLo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpEVDb9YLo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpEVDb9YLo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpEVDb9YLo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpEVDb9YLo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpEVDb9YLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpEVDb9YLo .dropdown-item.active,
.cid-vpEVDb9YLo .dropdown-item:active {
  background-color: transparent;
}
.cid-vpEVDb9YLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpEVDb9YLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpEVDb9YLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpEVDb9YLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpEVDb9YLo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpEVDb9YLo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpEVDb9YLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpEVDb9YLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpEVDb9YLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpEVDb9YLo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpEVDb9YLo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpEVDb9YLo .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-vpEVDb9YLo .navbar {
    height: 70px;
  }
  .cid-vpEVDb9YLo .navbar.opened {
    height: auto;
  }
  .cid-vpEVDb9YLo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpiiuE1RoB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpiiuE1RoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuE1RoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuE1RoB .row {
  flex-direction: row-reverse;
}
.cid-vpiiuEfiFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpiiuEfiFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuEfiFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuEfiFf .row {
  flex-direction: row-reverse;
}
.cid-vpiiuErbQL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpiiuErbQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuErbQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuErbQL .row {
  flex-direction: row-reverse;
}
.cid-vpiiuEDnsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpiiuEDnsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuEDnsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuEDnsC .row {
  flex-direction: row-reverse;
}
.cid-vpiiuEQGht {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpiiuEQGht .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuEQGht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuEQGht .row {
  flex-direction: row-reverse;
}
.cid-vpiiuF2NPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpiiuF2NPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuF2NPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuF2NPa .row {
  flex-direction: row-reverse;
}
.cid-vpiiuFf9ZK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpiiuFf9ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuFf9ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuFf9ZK .row {
  flex-direction: row-reverse;
}
.cid-vpiiuFqOyG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpiiuFqOyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuFqOyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuFqOyG .row {
  flex-direction: row-reverse;
}
.cid-vpiiuFCdUN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpiiuFCdUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiiuFCdUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiiuFCdUN .row {
  flex-direction: row-reverse;
}
.cid-vq2C5TJOfE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vq2CdFJFI0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vq2CdFJFI0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vq2CdFJFI0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vq2CdFJFI0 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vq2CdFJFI0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vq2CdFJFI0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vq2CdFJFI0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vq2CdFJFI0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vq2CdFJFI0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vq2CdFJFI0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vq2CdFJFI0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vq2CdFJFI0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vq2CdFJFI0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vq2CdFJFI0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vq2CdFJFI0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVx04i5U0 .navbar-dropdown {
  position: relative !important;
}
.cid-vpVx04i5U0 .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-vpVx04i5U0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVx04i5U0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVx04i5U0 .dropdown-item:hover,
.cid-vpVx04i5U0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVx04i5U0 .dropdown-item:hover span {
  color: white;
}
.cid-vpVx04i5U0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVx04i5U0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVx04i5U0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVx04i5U0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVx04i5U0 .nav-link {
  position: relative;
}
.cid-vpVx04i5U0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVx04i5U0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVx04i5U0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVx04i5U0 .dropdown-menu,
.cid-vpVx04i5U0 .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVx04i5U0 .nav-item:focus,
.cid-vpVx04i5U0 .nav-link:focus {
  outline: none;
}
.cid-vpVx04i5U0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVx04i5U0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVx04i5U0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVx04i5U0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVx04i5U0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVx04i5U0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVx04i5U0 .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: #ffffff;
}
.cid-vpVx04i5U0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVx04i5U0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVx04i5U0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVx04i5U0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVx04i5U0 .navbar.collapsed {
  justify-content: center;
}
.cid-vpVx04i5U0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVx04i5U0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVx04i5U0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVx04i5U0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVx04i5U0 .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-vpVx04i5U0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVx04i5U0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVx04i5U0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVx04i5U0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVx04i5U0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVx04i5U0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVx04i5U0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVx04i5U0 .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-vpVx04i5U0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVx04i5U0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVx04i5U0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVx04i5U0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVx04i5U0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVx04i5U0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVx04i5U0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVx04i5U0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVx04i5U0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVx04i5U0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVx04i5U0 .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-vpVx04i5U0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVx04i5U0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVx04i5U0 .dropdown-item.active,
.cid-vpVx04i5U0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVx04i5U0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVx04i5U0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVx04i5U0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVx04i5U0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVx04i5U0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVx04i5U0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVx04i5U0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVx04i5U0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVx04i5U0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVx04i5U0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVx04i5U0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVx04i5U0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVx04i5U0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVx04i5U0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVx04i5U0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVx04i5U0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVx04i5U0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVx04i5U0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVx04i5U0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVx04i5U0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVx04i5U0 .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-vpVx04i5U0 .navbar {
    height: 70px;
  }
  .cid-vpVx04i5U0 .navbar.opened {
    height: auto;
  }
  .cid-vpVx04i5U0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpWiE9hogV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vpWiE9hogV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWiE9hogV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vpWiE9hogV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWiE9hogV .item-wrapper {
  background: #ffa600;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpWiE9hogV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpWiE9hogV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpWiE9hogV .card-title,
.cid-vpWiE9hogV .iconfont-wrapper {
  color: #000000;
}
.cid-vpWiE9hogV .card-text {
  color: #000000;
}
.cid-vpWiE9hogV .content-head {
  max-width: 800px;
}
.cid-vpWiE9hogV .mbr-section-title {
  color: #000000;
}
.cid-vpWiE9hogV .card-title,
.cid-vpWiE9hogV .img-wrapper {
  color: #000000;
}
.cid-vpWiCVTVI1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjUMreIF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjUMreIF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjUMreIF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjUMreIF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjUMreIF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjUMreIF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjUMreIF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjUMreIF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjUMreIF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjUMreIF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjUMreIF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjUMreIF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjUMreIF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjUMreIF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjUMreIF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVOlfwoSw .navbar-dropdown {
  position: relative !important;
}
.cid-vpVOlfwoSw .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-vpVOlfwoSw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVOlfwoSw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVOlfwoSw .dropdown-item:hover,
.cid-vpVOlfwoSw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVOlfwoSw .dropdown-item:hover span {
  color: white;
}
.cid-vpVOlfwoSw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVOlfwoSw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVOlfwoSw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVOlfwoSw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVOlfwoSw .nav-link {
  position: relative;
}
.cid-vpVOlfwoSw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVOlfwoSw .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVOlfwoSw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVOlfwoSw .dropdown-menu,
.cid-vpVOlfwoSw .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVOlfwoSw .nav-item:focus,
.cid-vpVOlfwoSw .nav-link:focus {
  outline: none;
}
.cid-vpVOlfwoSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVOlfwoSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVOlfwoSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVOlfwoSw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVOlfwoSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVOlfwoSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVOlfwoSw .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: #ffffff;
}
.cid-vpVOlfwoSw .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVOlfwoSw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVOlfwoSw .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVOlfwoSw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVOlfwoSw .navbar.collapsed {
  justify-content: center;
}
.cid-vpVOlfwoSw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVOlfwoSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVOlfwoSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVOlfwoSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVOlfwoSw .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-vpVOlfwoSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVOlfwoSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVOlfwoSw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVOlfwoSw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVOlfwoSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVOlfwoSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVOlfwoSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVOlfwoSw .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-vpVOlfwoSw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVOlfwoSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVOlfwoSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVOlfwoSw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVOlfwoSw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVOlfwoSw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVOlfwoSw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVOlfwoSw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVOlfwoSw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVOlfwoSw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVOlfwoSw .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-vpVOlfwoSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVOlfwoSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVOlfwoSw .dropdown-item.active,
.cid-vpVOlfwoSw .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVOlfwoSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVOlfwoSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVOlfwoSw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVOlfwoSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVOlfwoSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVOlfwoSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVOlfwoSw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVOlfwoSw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVOlfwoSw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVOlfwoSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVOlfwoSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVOlfwoSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVOlfwoSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVOlfwoSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVOlfwoSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVOlfwoSw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVOlfwoSw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVOlfwoSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVOlfwoSw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVOlfwoSw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVOlfwoSw .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-vpVOlfwoSw .navbar {
    height: 70px;
  }
  .cid-vpVOlfwoSw .navbar.opened {
    height: auto;
  }
  .cid-vpVOlfwoSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpVOlgEtUb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpVOlgEtUb img,
.cid-vpVOlgEtUb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vpVOlgEtUb .item:focus,
.cid-vpVOlgEtUb span:focus {
  outline: none;
}
.cid-vpVOlgEtUb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpVOlgEtUb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpVOlgEtUb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVOlgEtUb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vpVOlgEtUb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpVOlgEtUb .mbr-section-title {
  color: #232323;
}
.cid-vpVOlgEtUb .mbr-text,
.cid-vpVOlgEtUb .mbr-section-btn {
  text-align: left;
}
.cid-vpVOlgEtUb .item-title {
  text-align: center;
}
.cid-vpVOlgEtUb .item-subtitle {
  text-align: center;
}
.cid-vqjLsAha7o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjLsAha7o .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjLsAha7o .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjLsAha7o .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjLsAha7o .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjLsAha7o .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjLsAha7o .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjLsAha7o .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjLsAha7o .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjLsAha7o .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjLsAha7o .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjLsAha7o .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjLsAha7o .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjLsAha7o .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjLsAha7o .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpWlJ46ybM .navbar-dropdown {
  position: relative !important;
}
.cid-vpWlJ46ybM .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-vpWlJ46ybM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpWlJ46ybM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpWlJ46ybM .dropdown-item:hover,
.cid-vpWlJ46ybM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpWlJ46ybM .dropdown-item:hover span {
  color: white;
}
.cid-vpWlJ46ybM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpWlJ46ybM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpWlJ46ybM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpWlJ46ybM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpWlJ46ybM .nav-link {
  position: relative;
}
.cid-vpWlJ46ybM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpWlJ46ybM .container {
    flex-wrap: nowrap;
  }
}
.cid-vpWlJ46ybM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpWlJ46ybM .dropdown-menu,
.cid-vpWlJ46ybM .navbar.opened {
  background: #ffffff !important;
}
.cid-vpWlJ46ybM .nav-item:focus,
.cid-vpWlJ46ybM .nav-link:focus {
  outline: none;
}
.cid-vpWlJ46ybM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpWlJ46ybM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpWlJ46ybM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpWlJ46ybM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpWlJ46ybM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpWlJ46ybM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpWlJ46ybM .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: #ffffff;
}
.cid-vpWlJ46ybM .navbar.opened {
  transition: all 0.3s;
}
.cid-vpWlJ46ybM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpWlJ46ybM .navbar .navbar-logo img {
  width: auto;
}
.cid-vpWlJ46ybM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpWlJ46ybM .navbar.collapsed {
  justify-content: center;
}
.cid-vpWlJ46ybM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpWlJ46ybM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpWlJ46ybM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpWlJ46ybM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpWlJ46ybM .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-vpWlJ46ybM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpWlJ46ybM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpWlJ46ybM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpWlJ46ybM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpWlJ46ybM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpWlJ46ybM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpWlJ46ybM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpWlJ46ybM .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-vpWlJ46ybM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpWlJ46ybM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpWlJ46ybM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpWlJ46ybM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpWlJ46ybM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpWlJ46ybM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpWlJ46ybM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpWlJ46ybM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpWlJ46ybM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpWlJ46ybM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpWlJ46ybM .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-vpWlJ46ybM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpWlJ46ybM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpWlJ46ybM .dropdown-item.active,
.cid-vpWlJ46ybM .dropdown-item:active {
  background-color: transparent;
}
.cid-vpWlJ46ybM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpWlJ46ybM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpWlJ46ybM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpWlJ46ybM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpWlJ46ybM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpWlJ46ybM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpWlJ46ybM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpWlJ46ybM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpWlJ46ybM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpWlJ46ybM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpWlJ46ybM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpWlJ46ybM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWlJ46ybM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWlJ46ybM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpWlJ46ybM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWlJ46ybM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpWlJ46ybM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpWlJ46ybM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWlJ46ybM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpWlJ46ybM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpWlJ46ybM .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-vpWlJ46ybM .navbar {
    height: 70px;
  }
  .cid-vpWlJ46ybM .navbar.opened {
    height: auto;
  }
  .cid-vpWlJ46ybM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpWlJ4qnCW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ4qnCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ4qnCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ4qnCW .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ4Endl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ4Endl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ4Endl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ4Endl .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ4SQF2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ4SQF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ4SQF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ4SQF2 .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ59vw1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ59vw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ59vw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ59vw1 .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ5mwsv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ5mwsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ5mwsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ5mwsv .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ5A5ev {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ5A5ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ5A5ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ5A5ev .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ5OlNB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ5OlNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ5OlNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ5OlNB .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ61oKz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ61oKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ61oKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ61oKz .row {
  flex-direction: row-reverse;
}
.cid-vpWlJ6e81N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWlJ6e81N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWlJ6e81N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWlJ6e81N .row {
  flex-direction: row-reverse;
}
.cid-vpWmqxnP2V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmqxnP2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmqxnP2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmqxnP2V .row {
  flex-direction: row-reverse;
}
.cid-vqjo8SkkLD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vqjouyxfOg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjouyxfOg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjouyxfOg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjouyxfOg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjouyxfOg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjouyxfOg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjouyxfOg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjouyxfOg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjouyxfOg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjouyxfOg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjouyxfOg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjouyxfOg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjouyxfOg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjouyxfOg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjouyxfOg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpWmSGyD7Q .navbar-dropdown {
  position: relative !important;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpWmSGyD7Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpWmSGyD7Q .dropdown-item:hover,
.cid-vpWmSGyD7Q .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpWmSGyD7Q .dropdown-item:hover span {
  color: white;
}
.cid-vpWmSGyD7Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpWmSGyD7Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpWmSGyD7Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpWmSGyD7Q .nav-link {
  position: relative;
}
.cid-vpWmSGyD7Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpWmSGyD7Q .container {
    flex-wrap: nowrap;
  }
}
.cid-vpWmSGyD7Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpWmSGyD7Q .dropdown-menu,
.cid-vpWmSGyD7Q .navbar.opened {
  background: #ffffff !important;
}
.cid-vpWmSGyD7Q .nav-item:focus,
.cid-vpWmSGyD7Q .nav-link:focus {
  outline: none;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpWmSGyD7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpWmSGyD7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpWmSGyD7Q .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: #ffffff;
}
.cid-vpWmSGyD7Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vpWmSGyD7Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpWmSGyD7Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vpWmSGyD7Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpWmSGyD7Q .navbar.collapsed {
  justify-content: center;
}
.cid-vpWmSGyD7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpWmSGyD7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpWmSGyD7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpWmSGyD7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpWmSGyD7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpWmSGyD7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpWmSGyD7Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpWmSGyD7Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpWmSGyD7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpWmSGyD7Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpWmSGyD7Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpWmSGyD7Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpWmSGyD7Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpWmSGyD7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpWmSGyD7Q .dropdown-item.active,
.cid-vpWmSGyD7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vpWmSGyD7Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpWmSGyD7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpWmSGyD7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpWmSGyD7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpWmSGyD7Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpWmSGyD7Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpWmSGyD7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpWmSGyD7Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar {
    height: 70px;
  }
  .cid-vpWmSGyD7Q .navbar.opened {
    height: auto;
  }
  .cid-vpWmSGyD7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpWmSGUSIP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSGUSIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSGUSIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSGUSIP .row {
  flex-direction: row-reverse;
}
.cid-vpWmSHabpj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSHabpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSHabpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSHabpj .row {
  flex-direction: row-reverse;
}
.cid-vpWmSHpPmx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSHpPmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSHpPmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSHpPmx .row {
  flex-direction: row-reverse;
}
.cid-vpWmSHEjFw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSHEjFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSHEjFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSHEjFw .row {
  flex-direction: row-reverse;
}
.cid-vpWmSHWdta {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSHWdta .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSHWdta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSHWdta .row {
  flex-direction: row-reverse;
}
.cid-vpWmSIr7LC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSIr7LC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSIr7LC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSIr7LC .row {
  flex-direction: row-reverse;
}
.cid-vpWmSIHNaC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSIHNaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSIHNaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSIHNaC .row {
  flex-direction: row-reverse;
}
.cid-vpWmSIWhFP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSIWhFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSIWhFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSIWhFP .row {
  flex-direction: row-reverse;
}
.cid-vpWmSJblTz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSJblTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSJblTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSJblTz .row {
  flex-direction: row-reverse;
}
.cid-vpWmSJpdn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWmSJpdn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWmSJpdn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWmSJpdn1 .row {
  flex-direction: row-reverse;
}
.cid-vpWnKJx2Ay {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnKJx2Ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnKJx2Ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnKJx2Ay .row {
  flex-direction: row-reverse;
}
.cid-vpWnNKdKIN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnNKdKIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnNKdKIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnNKdKIN .row {
  flex-direction: row-reverse;
}
.cid-vpWnQD3EyN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnQD3EyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnQD3EyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnQD3EyN .row {
  flex-direction: row-reverse;
}
.cid-vpWnTxtg0L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnTxtg0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnTxtg0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnTxtg0L .row {
  flex-direction: row-reverse;
}
.cid-vpWnWjvS9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnWjvS9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnWjvS9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnWjvS9R .row {
  flex-direction: row-reverse;
}
.cid-vpWnZs22HL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWnZs22HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWnZs22HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWnZs22HL .row {
  flex-direction: row-reverse;
}
.cid-vpWo2BFvQj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWo2BFvQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWo2BFvQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWo2BFvQj .row {
  flex-direction: row-reverse;
}
.cid-vpWo5zACFk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWo5zACFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWo5zACFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWo5zACFk .row {
  flex-direction: row-reverse;
}
.cid-vpWo91vTld {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWo91vTld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWo91vTld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWo91vTld .row {
  flex-direction: row-reverse;
}
.cid-vpWod0AvXd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWod0AvXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWod0AvXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWod0AvXd .row {
  flex-direction: row-reverse;
}
.cid-vpWogl6VFK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWogl6VFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWogl6VFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWogl6VFK .row {
  flex-direction: row-reverse;
}
.cid-vpWojgpmBr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWojgpmBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWojgpmBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWojgpmBr .row {
  flex-direction: row-reverse;
}
.cid-vpWotf3Ddq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWotf3Ddq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWotf3Ddq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWotf3Ddq .row {
  flex-direction: row-reverse;
}
.cid-vpWovSwtbO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWovSwtbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWovSwtbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWovSwtbO .row {
  flex-direction: row-reverse;
}
.cid-vpWoz87LWH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWoz87LWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWoz87LWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWoz87LWH .row {
  flex-direction: row-reverse;
}
.cid-vpWoCaqpKI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWoCaqpKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWoCaqpKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWoCaqpKI .row {
  flex-direction: row-reverse;
}
.cid-vpWoEP1Bcp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWoEP1Bcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWoEP1Bcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWoEP1Bcp .row {
  flex-direction: row-reverse;
}
.cid-vpWmSJHh1M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWmSJHh1M .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWmSJHh1M .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWmSJHh1M .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWmSJHh1M .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWmSJHh1M .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWmSJHh1M .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWmSJHh1M .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWmSJHh1M .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWmSJHh1M .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWmSJHh1M .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWmSJHh1M .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpWq70EMpm .navbar-dropdown {
  position: relative !important;
}
.cid-vpWq70EMpm .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-vpWq70EMpm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpWq70EMpm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpWq70EMpm .dropdown-item:hover,
.cid-vpWq70EMpm .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpWq70EMpm .dropdown-item:hover span {
  color: white;
}
.cid-vpWq70EMpm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpWq70EMpm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpWq70EMpm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpWq70EMpm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpWq70EMpm .nav-link {
  position: relative;
}
.cid-vpWq70EMpm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpWq70EMpm .container {
    flex-wrap: nowrap;
  }
}
.cid-vpWq70EMpm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpWq70EMpm .dropdown-menu,
.cid-vpWq70EMpm .navbar.opened {
  background: #ffffff !important;
}
.cid-vpWq70EMpm .nav-item:focus,
.cid-vpWq70EMpm .nav-link:focus {
  outline: none;
}
.cid-vpWq70EMpm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpWq70EMpm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpWq70EMpm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpWq70EMpm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpWq70EMpm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpWq70EMpm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpWq70EMpm .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: #ffffff;
}
.cid-vpWq70EMpm .navbar.opened {
  transition: all 0.3s;
}
.cid-vpWq70EMpm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpWq70EMpm .navbar .navbar-logo img {
  width: auto;
}
.cid-vpWq70EMpm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpWq70EMpm .navbar.collapsed {
  justify-content: center;
}
.cid-vpWq70EMpm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpWq70EMpm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpWq70EMpm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpWq70EMpm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpWq70EMpm .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-vpWq70EMpm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpWq70EMpm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpWq70EMpm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpWq70EMpm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpWq70EMpm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpWq70EMpm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpWq70EMpm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpWq70EMpm .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-vpWq70EMpm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpWq70EMpm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpWq70EMpm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpWq70EMpm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpWq70EMpm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpWq70EMpm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpWq70EMpm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpWq70EMpm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpWq70EMpm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpWq70EMpm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpWq70EMpm .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-vpWq70EMpm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpWq70EMpm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpWq70EMpm .dropdown-item.active,
.cid-vpWq70EMpm .dropdown-item:active {
  background-color: transparent;
}
.cid-vpWq70EMpm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpWq70EMpm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpWq70EMpm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpWq70EMpm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpWq70EMpm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpWq70EMpm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpWq70EMpm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpWq70EMpm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpWq70EMpm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpWq70EMpm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpWq70EMpm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpWq70EMpm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWq70EMpm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWq70EMpm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpWq70EMpm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWq70EMpm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpWq70EMpm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpWq70EMpm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWq70EMpm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpWq70EMpm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpWq70EMpm .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-vpWq70EMpm .navbar {
    height: 70px;
  }
  .cid-vpWq70EMpm .navbar.opened {
    height: auto;
  }
  .cid-vpWq70EMpm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpWq713GUp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWq713GUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq713GUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq713GUp .row {
  flex-direction: row-reverse;
}
.cid-vpWq71nicE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWq71nicE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq71nicE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq71nicE .row {
  flex-direction: row-reverse;
}
.cid-vpWq71FGqk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWq71FGqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq71FGqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq71FGqk .row {
  flex-direction: row-reverse;
}
.cid-vpWq71W8vQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWq71W8vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq71W8vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq71W8vQ .row {
  flex-direction: row-reverse;
}
.cid-vpWq72hVhR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWq72hVhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq72hVhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq72hVhR .row {
  flex-direction: row-reverse;
}
.cid-vpWq72zK6G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWq72zK6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq72zK6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq72zK6G .row {
  flex-direction: row-reverse;
}
.cid-vpWq72SRQQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWq72SRQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq72SRQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq72SRQQ .row {
  flex-direction: row-reverse;
}
.cid-vpWq73cwh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWq73cwh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq73cwh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq73cwh5 .row {
  flex-direction: row-reverse;
}
.cid-vpWq73u80b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWq73u80b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWq73u80b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWq73u80b .row {
  flex-direction: row-reverse;
}
.cid-vpWqB4byDj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWqB4byDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqB4byDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqB4byDj .row {
  flex-direction: row-reverse;
}
.cid-vpWqDLSUNB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWqDLSUNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqDLSUNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqDLSUNB .row {
  flex-direction: row-reverse;
}
.cid-vpWqGIw4Ck {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWqGIw4Ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqGIw4Ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqGIw4Ck .row {
  flex-direction: row-reverse;
}
.cid-vpWqJpNcNP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWqJpNcNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqJpNcNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqJpNcNP .row {
  flex-direction: row-reverse;
}
.cid-vpWqOQIOwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWqOQIOwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqOQIOwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqOQIOwp .row {
  flex-direction: row-reverse;
}
.cid-vpWqS09TGG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWqS09TGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqS09TGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqS09TGG .row {
  flex-direction: row-reverse;
}
.cid-vpWqUkwrcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWqUkwrcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqUkwrcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqUkwrcR .row {
  flex-direction: row-reverse;
}
.cid-vpWqWOqBTQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpWqWOqBTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqWOqBTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqWOqBTQ .row {
  flex-direction: row-reverse;
}
.cid-vpWqZ85KCt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpWqZ85KCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWqZ85KCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWqZ85KCt .row {
  flex-direction: row-reverse;
}
.cid-vqjoADqz1w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWri295Op {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWri295Op .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWri295Op .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWri295Op .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWri295Op .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWri295Op .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWri295Op .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWri295Op .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWri295Op .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWri295Op .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWri295Op .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWri295Op .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWri295Op .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWri295Op .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWri295Op .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpX4uKvwze .navbar-dropdown {
  position: relative !important;
}
.cid-vpX4uKvwze .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-vpX4uKvwze .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpX4uKvwze .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpX4uKvwze .dropdown-item:hover,
.cid-vpX4uKvwze .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpX4uKvwze .dropdown-item:hover span {
  color: white;
}
.cid-vpX4uKvwze .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpX4uKvwze .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpX4uKvwze .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpX4uKvwze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpX4uKvwze .nav-link {
  position: relative;
}
.cid-vpX4uKvwze .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpX4uKvwze .container {
    flex-wrap: nowrap;
  }
}
.cid-vpX4uKvwze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpX4uKvwze .dropdown-menu,
.cid-vpX4uKvwze .navbar.opened {
  background: #ffffff !important;
}
.cid-vpX4uKvwze .nav-item:focus,
.cid-vpX4uKvwze .nav-link:focus {
  outline: none;
}
.cid-vpX4uKvwze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpX4uKvwze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpX4uKvwze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpX4uKvwze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpX4uKvwze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpX4uKvwze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpX4uKvwze .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: #ffffff;
}
.cid-vpX4uKvwze .navbar.opened {
  transition: all 0.3s;
}
.cid-vpX4uKvwze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpX4uKvwze .navbar .navbar-logo img {
  width: auto;
}
.cid-vpX4uKvwze .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpX4uKvwze .navbar.collapsed {
  justify-content: center;
}
.cid-vpX4uKvwze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpX4uKvwze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpX4uKvwze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpX4uKvwze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpX4uKvwze .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-vpX4uKvwze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpX4uKvwze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpX4uKvwze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpX4uKvwze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpX4uKvwze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpX4uKvwze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpX4uKvwze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpX4uKvwze .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-vpX4uKvwze .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpX4uKvwze .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpX4uKvwze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpX4uKvwze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpX4uKvwze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpX4uKvwze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpX4uKvwze .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpX4uKvwze .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpX4uKvwze .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpX4uKvwze .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpX4uKvwze .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-vpX4uKvwze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpX4uKvwze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpX4uKvwze .dropdown-item.active,
.cid-vpX4uKvwze .dropdown-item:active {
  background-color: transparent;
}
.cid-vpX4uKvwze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpX4uKvwze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpX4uKvwze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpX4uKvwze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpX4uKvwze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpX4uKvwze .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpX4uKvwze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpX4uKvwze .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpX4uKvwze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpX4uKvwze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpX4uKvwze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpX4uKvwze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpX4uKvwze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpX4uKvwze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpX4uKvwze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpX4uKvwze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpX4uKvwze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpX4uKvwze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpX4uKvwze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpX4uKvwze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpX4uKvwze .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-vpX4uKvwze .navbar {
    height: 70px;
  }
  .cid-vpX4uKvwze .navbar.opened {
    height: auto;
  }
  .cid-vpX4uKvwze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpX4uLCFWF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpX4uLCFWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpX4uLCFWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpX4uLCFWF .row {
  flex-direction: row-reverse;
}
.cid-vpX4uLQsiY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpX4uLQsiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpX4uLQsiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpX4uLQsiY .row {
  flex-direction: row-reverse;
}
.cid-vpX4uM3S4x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpX4uM3S4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpX4uM3S4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpX4uM3S4x .row {
  flex-direction: row-reverse;
}
.cid-vq2tKfKl16 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vq2tKfKl16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq2tKfKl16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq2tKfKl16 .row {
  flex-direction: row-reverse;
}
.cid-vpX8jZDE4A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpX4uPdl4w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpX4uPdl4w .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpX4uPdl4w .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpX4uPdl4w .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpX4uPdl4w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpX4uPdl4w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpX4uPdl4w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpX4uPdl4w .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpX4uPdl4w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpX4uPdl4w .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpX4uPdl4w .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpX4uPdl4w .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpX4uPdl4w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpX4uPdl4w .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpX4uPdl4w .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpXbaSCLfJ .navbar-dropdown {
  position: relative !important;
}
.cid-vpXbaSCLfJ .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-vpXbaSCLfJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpXbaSCLfJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpXbaSCLfJ .dropdown-item:hover,
.cid-vpXbaSCLfJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpXbaSCLfJ .dropdown-item:hover span {
  color: white;
}
.cid-vpXbaSCLfJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpXbaSCLfJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpXbaSCLfJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpXbaSCLfJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpXbaSCLfJ .nav-link {
  position: relative;
}
.cid-vpXbaSCLfJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpXbaSCLfJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vpXbaSCLfJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpXbaSCLfJ .dropdown-menu,
.cid-vpXbaSCLfJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vpXbaSCLfJ .nav-item:focus,
.cid-vpXbaSCLfJ .nav-link:focus {
  outline: none;
}
.cid-vpXbaSCLfJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpXbaSCLfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpXbaSCLfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpXbaSCLfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpXbaSCLfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpXbaSCLfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpXbaSCLfJ .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: #ffffff;
}
.cid-vpXbaSCLfJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vpXbaSCLfJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpXbaSCLfJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vpXbaSCLfJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpXbaSCLfJ .navbar.collapsed {
  justify-content: center;
}
.cid-vpXbaSCLfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpXbaSCLfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpXbaSCLfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpXbaSCLfJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpXbaSCLfJ .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-vpXbaSCLfJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpXbaSCLfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpXbaSCLfJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpXbaSCLfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpXbaSCLfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpXbaSCLfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpXbaSCLfJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpXbaSCLfJ .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-vpXbaSCLfJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpXbaSCLfJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpXbaSCLfJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpXbaSCLfJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpXbaSCLfJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpXbaSCLfJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpXbaSCLfJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpXbaSCLfJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpXbaSCLfJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpXbaSCLfJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpXbaSCLfJ .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-vpXbaSCLfJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpXbaSCLfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpXbaSCLfJ .dropdown-item.active,
.cid-vpXbaSCLfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vpXbaSCLfJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpXbaSCLfJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpXbaSCLfJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpXbaSCLfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpXbaSCLfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpXbaSCLfJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpXbaSCLfJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpXbaSCLfJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpXbaSCLfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpXbaSCLfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpXbaSCLfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpXbaSCLfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpXbaSCLfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpXbaSCLfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpXbaSCLfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpXbaSCLfJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpXbaSCLfJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpXbaSCLfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpXbaSCLfJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpXbaSCLfJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpXbaSCLfJ .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-vpXbaSCLfJ .navbar {
    height: 70px;
  }
  .cid-vpXbaSCLfJ .navbar.opened {
    height: auto;
  }
  .cid-vpXbaSCLfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpXbaUsF6l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpXbaUsF6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaUsF6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaUsF6l .row {
  flex-direction: row-reverse;
}
.cid-vpXbaUFeLN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpXbaUFeLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaUFeLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaUFeLN .row {
  flex-direction: row-reverse;
}
.cid-vpXbaUTUPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpXbaUTUPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaUTUPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaUTUPk .row {
  flex-direction: row-reverse;
}
.cid-vpXbaV7QVF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpXbaV7QVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaV7QVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaV7QVF .row {
  flex-direction: row-reverse;
}
.cid-vpXbaVmzFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vpXbaVmzFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaVmzFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaVmzFu .row {
  flex-direction: row-reverse;
}
.cid-vpXbaVBtN2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpXbaVBtN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaVBtN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaVBtN2 .row {
  flex-direction: row-reverse;
}
.cid-vpXbaVSJxM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vpXbaVSJxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpXbaVSJxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpXbaVSJxM .row {
  flex-direction: row-reverse;
}
.cid-vpXbaW6mnT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpXbaWhL7u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpXbaWhL7u .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpXbaWhL7u .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpXbaWhL7u .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpXbaWhL7u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpXbaWhL7u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpXbaWhL7u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpXbaWhL7u .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpXbaWhL7u .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpXbaWhL7u .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpXbaWhL7u .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpXbaWhL7u .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpXbaWhL7u .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpXbaWhL7u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpXbaWhL7u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpWmSGyD7Q .navbar-dropdown {
  position: relative !important;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpWmSGyD7Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpWmSGyD7Q .dropdown-item:hover,
.cid-vpWmSGyD7Q .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpWmSGyD7Q .dropdown-item:hover span {
  color: white;
}
.cid-vpWmSGyD7Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpWmSGyD7Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpWmSGyD7Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpWmSGyD7Q .nav-link {
  position: relative;
}
.cid-vpWmSGyD7Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpWmSGyD7Q .container {
    flex-wrap: nowrap;
  }
}
.cid-vpWmSGyD7Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpWmSGyD7Q .dropdown-menu,
.cid-vpWmSGyD7Q .navbar.opened {
  background: #ffffff !important;
}
.cid-vpWmSGyD7Q .nav-item:focus,
.cid-vpWmSGyD7Q .nav-link:focus {
  outline: none;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpWmSGyD7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpWmSGyD7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpWmSGyD7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpWmSGyD7Q .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: #ffffff;
}
.cid-vpWmSGyD7Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vpWmSGyD7Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpWmSGyD7Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vpWmSGyD7Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpWmSGyD7Q .navbar.collapsed {
  justify-content: center;
}
.cid-vpWmSGyD7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpWmSGyD7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpWmSGyD7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpWmSGyD7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpWmSGyD7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpWmSGyD7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpWmSGyD7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpWmSGyD7Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpWmSGyD7Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpWmSGyD7Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpWmSGyD7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpWmSGyD7Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpWmSGyD7Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpWmSGyD7Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpWmSGyD7Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpWmSGyD7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpWmSGyD7Q .dropdown-item.active,
.cid-vpWmSGyD7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vpWmSGyD7Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpWmSGyD7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpWmSGyD7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpWmSGyD7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpWmSGyD7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpWmSGyD7Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpWmSGyD7Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpWmSGyD7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpWmSGyD7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpWmSGyD7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpWmSGyD7Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpWmSGyD7Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpWmSGyD7Q .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-vpWmSGyD7Q .navbar {
    height: 70px;
  }
  .cid-vpWmSGyD7Q .navbar.opened {
    height: auto;
  }
  .cid-vpWmSGyD7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjBOZTo4d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjBOZTo4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjBOZTo4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjBOZTo4d .row {
  flex-direction: row-reverse;
}
.cid-vqjCbk5Vn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCbk5Vn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCbk5Vn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCbk5Vn1 .row {
  flex-direction: row-reverse;
}
.cid-vqjCfm0qH0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCfm0qH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCfm0qH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCfm0qH0 .row {
  flex-direction: row-reverse;
}
.cid-vqjChlpPcL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjChlpPcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjChlpPcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjChlpPcL .row {
  flex-direction: row-reverse;
}
.cid-vqjCjyqkVc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCjyqkVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCjyqkVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCjyqkVc .row {
  flex-direction: row-reverse;
}
.cid-vqjClT6fSr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjClT6fSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjClT6fSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjClT6fSr .row {
  flex-direction: row-reverse;
}
.cid-vqjCoGzyOR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCoGzyOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCoGzyOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCoGzyOR .row {
  flex-direction: row-reverse;
}
.cid-vqjCriJYZA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCriJYZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCriJYZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCriJYZA .row {
  flex-direction: row-reverse;
}
.cid-vqjCtJ3s6x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCtJ3s6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCtJ3s6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCtJ3s6x .row {
  flex-direction: row-reverse;
}
.cid-vqjCw8m8g7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCw8m8g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCw8m8g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCw8m8g7 .row {
  flex-direction: row-reverse;
}
.cid-vqjCyDSSY8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCyDSSY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCyDSSY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCyDSSY8 .row {
  flex-direction: row-reverse;
}
.cid-vqjCAY8wCx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCAY8wCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCAY8wCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCAY8wCx .row {
  flex-direction: row-reverse;
}
.cid-vqjCDyboFd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCDyboFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCDyboFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCDyboFd .row {
  flex-direction: row-reverse;
}
.cid-vqjCFO39DN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCFO39DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCFO39DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCFO39DN .row {
  flex-direction: row-reverse;
}
.cid-vqjCI3Tl4x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCI3Tl4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCI3Tl4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCI3Tl4x .row {
  flex-direction: row-reverse;
}
.cid-vqjCKojBgT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCKojBgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCKojBgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCKojBgT .row {
  flex-direction: row-reverse;
}
.cid-vqjCMTanMB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCMTanMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCMTanMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCMTanMB .row {
  flex-direction: row-reverse;
}
.cid-vqjCP9nleE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjCP9nleE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCP9nleE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCP9nleE .row {
  flex-direction: row-reverse;
}
.cid-vqjCRqp99s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjCRqp99s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjCRqp99s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjCRqp99s .row {
  flex-direction: row-reverse;
}
.cid-vqjBOnK8jn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWmSJHh1M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWmSJHh1M .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWmSJHh1M .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWmSJHh1M .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWmSJHh1M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWmSJHh1M .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWmSJHh1M .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWmSJHh1M .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWmSJHh1M .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWmSJHh1M .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWmSJHh1M .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWmSJHh1M .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWmSJHh1M .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVrBtkQFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVrBtkQFy .dropdown-item:hover,
.cid-vpVrBtkQFy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVrBtkQFy .dropdown-item:hover span {
  color: white;
}
.cid-vpVrBtkQFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVrBtkQFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVrBtkQFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVrBtkQFy .nav-link {
  position: relative;
}
.cid-vpVrBtkQFy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVrBtkQFy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVrBtkQFy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown-menu,
.cid-vpVrBtkQFy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVrBtkQFy .nav-item:focus,
.cid-vpVrBtkQFy .nav-link:focus {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVrBtkQFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVrBtkQFy .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: #ffffff;
}
.cid-vpVrBtkQFy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVrBtkQFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVrBtkQFy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVrBtkQFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVrBtkQFy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVrBtkQFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVrBtkQFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVrBtkQFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVrBtkQFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVrBtkQFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVrBtkQFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVrBtkQFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVrBtkQFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown-item.active,
.cid-vpVrBtkQFy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVrBtkQFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVrBtkQFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVrBtkQFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVrBtkQFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVrBtkQFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVrBtkQFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar {
    height: 70px;
  }
  .cid-vpVrBtkQFy .navbar.opened {
    height: auto;
  }
  .cid-vpVrBtkQFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqiXdU88bQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqiXdU88bQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqiXdU88bQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqiXdU88bQ .row {
  flex-direction: row-reverse;
}
.cid-vqj2eEauUk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqj2eEauUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqj2eEauUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqj2eEauUk .row {
  flex-direction: row-reverse;
}
.cid-vqj3MlEHTE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqj3MlEHTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqj3MlEHTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqj3MlEHTE .row {
  flex-direction: row-reverse;
}
.cid-vqj6P5vY89 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqj6P5vY89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqj6P5vY89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqj6P5vY89 .row {
  flex-direction: row-reverse;
}
.cid-vqjdtWHol7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjdtWHol7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdtWHol7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdtWHol7 .row {
  flex-direction: row-reverse;
}
.cid-vqjdAZeKVn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjdAZeKVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdAZeKVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdAZeKVn .row {
  flex-direction: row-reverse;
}
.cid-vqjdErJtUe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjdErJtUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdErJtUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdErJtUe .row {
  flex-direction: row-reverse;
}
.cid-vqjdGOhqWk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjdGOhqWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdGOhqWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdGOhqWk .row {
  flex-direction: row-reverse;
}
.cid-vqjdOczMZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjdOczMZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdOczMZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdOczMZZ .row {
  flex-direction: row-reverse;
}
.cid-vqjdRhEGYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjdRhEGYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdRhEGYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdRhEGYV .row {
  flex-direction: row-reverse;
}
.cid-vqjdUSgjSR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjdUSgjSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdUSgjSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdUSgjSR .row {
  flex-direction: row-reverse;
}
.cid-vqjdXVO9M9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjdXVO9M9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjdXVO9M9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjdXVO9M9 .row {
  flex-direction: row-reverse;
}
.cid-vqje1oFKDh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqje1oFKDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqje1oFKDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqje1oFKDh .row {
  flex-direction: row-reverse;
}
.cid-vqje4JDsNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqje4JDsNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqje4JDsNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqje4JDsNJ .row {
  flex-direction: row-reverse;
}
.cid-vqje7FcJ71 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqje7FcJ71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqje7FcJ71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqje7FcJ71 .row {
  flex-direction: row-reverse;
}
.cid-vqjeaim6QH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeaim6QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeaim6QH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeaim6QH .row {
  flex-direction: row-reverse;
}
.cid-vqjedvxjhh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjedvxjhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjedvxjhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjedvxjhh .row {
  flex-direction: row-reverse;
}
.cid-vqjeglmhgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeglmhgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeglmhgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeglmhgc .row {
  flex-direction: row-reverse;
}
.cid-vqjej9hzlV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjej9hzlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjej9hzlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjej9hzlV .row {
  flex-direction: row-reverse;
}
.cid-vqjeoCgaL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeoCgaL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeoCgaL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeoCgaL5 .row {
  flex-direction: row-reverse;
}
.cid-vqjerxj2jB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjerxj2jB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjerxj2jB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjerxj2jB .row {
  flex-direction: row-reverse;
}
.cid-vqjevohmxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjevohmxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjevohmxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjevohmxr .row {
  flex-direction: row-reverse;
}
.cid-vqjeyuOdDn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjeyuOdDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeyuOdDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeyuOdDn .row {
  flex-direction: row-reverse;
}
.cid-vqjeB3v7Y2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeB3v7Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeB3v7Y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeB3v7Y2 .row {
  flex-direction: row-reverse;
}
.cid-vqjeDEyRKu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjeDEyRKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeDEyRKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeDEyRKu .row {
  flex-direction: row-reverse;
}
.cid-vqjeGn1wEI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeGn1wEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeGn1wEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeGn1wEI .row {
  flex-direction: row-reverse;
}
.cid-vqjeJpCMgj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjeJpCMgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeJpCMgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeJpCMgj .row {
  flex-direction: row-reverse;
}
.cid-vqjeNDmFra {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeNDmFra .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeNDmFra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeNDmFra .row {
  flex-direction: row-reverse;
}
.cid-vqjeRQ0d7Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjeRQ0d7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeRQ0d7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeRQ0d7Z .row {
  flex-direction: row-reverse;
}
.cid-vqjeXP0hXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjeXP0hXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjeXP0hXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjeXP0hXA .row {
  flex-direction: row-reverse;
}
.cid-vqjf4OLBfd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjf4OLBfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjf4OLBfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjf4OLBfd .row {
  flex-direction: row-reverse;
}
.cid-vqjf8nqPkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjf8nqPkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjf8nqPkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjf8nqPkB .row {
  flex-direction: row-reverse;
}
.cid-vqjfbissHg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjfbissHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjfbissHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjfbissHg .row {
  flex-direction: row-reverse;
}
.cid-vqjfe32Clp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjfe32Clp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjfe32Clp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjfe32Clp .row {
  flex-direction: row-reverse;
}
.cid-vqjfgFLKDH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjfgFLKDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjfgFLKDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjfgFLKDH .row {
  flex-direction: row-reverse;
}
.cid-vqjfl1A7QV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjfl1A7QV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjfl1A7QV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjfl1A7QV .row {
  flex-direction: row-reverse;
}
.cid-vqjfpCgixi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjfpCgixi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjfpCgixi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjfpCgixi .row {
  flex-direction: row-reverse;
}
.cid-vqjg0RRSQ9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjRey8Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjRey8Dq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjRey8Dq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjRey8Dq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjRey8Dq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjRey8Dq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjRey8Dq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjRey8Dq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVrBtkQFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVrBtkQFy .dropdown-item:hover,
.cid-vpVrBtkQFy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVrBtkQFy .dropdown-item:hover span {
  color: white;
}
.cid-vpVrBtkQFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVrBtkQFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVrBtkQFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVrBtkQFy .nav-link {
  position: relative;
}
.cid-vpVrBtkQFy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVrBtkQFy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVrBtkQFy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown-menu,
.cid-vpVrBtkQFy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVrBtkQFy .nav-item:focus,
.cid-vpVrBtkQFy .nav-link:focus {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVrBtkQFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVrBtkQFy .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: #ffffff;
}
.cid-vpVrBtkQFy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVrBtkQFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVrBtkQFy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVrBtkQFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVrBtkQFy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVrBtkQFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVrBtkQFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVrBtkQFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVrBtkQFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVrBtkQFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVrBtkQFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVrBtkQFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVrBtkQFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown-item.active,
.cid-vpVrBtkQFy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVrBtkQFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVrBtkQFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVrBtkQFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVrBtkQFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVrBtkQFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVrBtkQFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar {
    height: 70px;
  }
  .cid-vpVrBtkQFy .navbar.opened {
    height: auto;
  }
  .cid-vpVrBtkQFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjumPaAsB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjumPaAsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjumPaAsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjumPaAsB .row {
  flex-direction: row-reverse;
}
.cid-vqjuuMkuG9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuuMkuG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuuMkuG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuuMkuG9 .row {
  flex-direction: row-reverse;
}
.cid-vqjuErj8VW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuErj8VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuErj8VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuErj8VW .row {
  flex-direction: row-reverse;
}
.cid-vqjuGSYCDX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuGSYCDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuGSYCDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuGSYCDX .row {
  flex-direction: row-reverse;
}
.cid-vqjuJut63G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuJut63G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuJut63G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuJut63G .row {
  flex-direction: row-reverse;
}
.cid-vqjuMzlpOl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuMzlpOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuMzlpOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuMzlpOl .row {
  flex-direction: row-reverse;
}
.cid-vqjuPw2AdC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuPw2AdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuPw2AdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuPw2AdC .row {
  flex-direction: row-reverse;
}
.cid-vqjuScwyP0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjuScwyP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjuScwyP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjuScwyP0 .row {
  flex-direction: row-reverse;
}
.cid-vqjv6sjZD8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjv6sjZD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjv6sjZD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjv6sjZD8 .row {
  flex-direction: row-reverse;
}
.cid-vqjv9wXVvu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjv9wXVvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjv9wXVvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjv9wXVvu .row {
  flex-direction: row-reverse;
}
.cid-vqjvitxur5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjRey8Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjRey8Dq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjRey8Dq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjRey8Dq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjRey8Dq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjRey8Dq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjRey8Dq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjRey8Dq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVrBtkQFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVrBtkQFy .dropdown-item:hover,
.cid-vpVrBtkQFy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVrBtkQFy .dropdown-item:hover span {
  color: white;
}
.cid-vpVrBtkQFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVrBtkQFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVrBtkQFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVrBtkQFy .nav-link {
  position: relative;
}
.cid-vpVrBtkQFy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVrBtkQFy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVrBtkQFy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown-menu,
.cid-vpVrBtkQFy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVrBtkQFy .nav-item:focus,
.cid-vpVrBtkQFy .nav-link:focus {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVrBtkQFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVrBtkQFy .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: #ffffff;
}
.cid-vpVrBtkQFy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVrBtkQFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVrBtkQFy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVrBtkQFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVrBtkQFy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVrBtkQFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVrBtkQFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVrBtkQFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVrBtkQFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVrBtkQFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVrBtkQFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVrBtkQFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVrBtkQFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown-item.active,
.cid-vpVrBtkQFy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVrBtkQFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVrBtkQFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVrBtkQFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVrBtkQFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVrBtkQFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVrBtkQFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar {
    height: 70px;
  }
  .cid-vpVrBtkQFy .navbar.opened {
    height: auto;
  }
  .cid-vpVrBtkQFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjj1yTx14 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjj1yTx14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjj1yTx14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjj1yTx14 .row {
  flex-direction: row-reverse;
}
.cid-vqjjeoDcV0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjjeoDcV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjjeoDcV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjjeoDcV0 .row {
  flex-direction: row-reverse;
}
.cid-vqjjiXrmkz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjjiXrmkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjjiXrmkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjjiXrmkz .row {
  flex-direction: row-reverse;
}
.cid-vqjjnHnjRM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjjnHnjRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjjnHnjRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjjnHnjRM .row {
  flex-direction: row-reverse;
}
.cid-vqjjqHJarn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjjqHJarn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjjqHJarn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjjqHJarn .row {
  flex-direction: row-reverse;
}
.cid-vqjjAx5rOH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjRey8Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjRey8Dq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjRey8Dq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjRey8Dq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjRey8Dq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjRey8Dq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjRey8Dq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjRey8Dq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  position: relative !important;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpVrBtkQFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpVrBtkQFy .dropdown-item:hover,
.cid-vpVrBtkQFy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vpVrBtkQFy .dropdown-item:hover span {
  color: white;
}
.cid-vpVrBtkQFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpVrBtkQFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpVrBtkQFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpVrBtkQFy .nav-link {
  position: relative;
}
.cid-vpVrBtkQFy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vpVrBtkQFy .container {
    flex-wrap: nowrap;
  }
}
.cid-vpVrBtkQFy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown-menu,
.cid-vpVrBtkQFy .navbar.opened {
  background: #ffffff !important;
}
.cid-vpVrBtkQFy .nav-item:focus,
.cid-vpVrBtkQFy .nav-link:focus {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpVrBtkQFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpVrBtkQFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpVrBtkQFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpVrBtkQFy .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: #ffffff;
}
.cid-vpVrBtkQFy .navbar.opened {
  transition: all 0.3s;
}
.cid-vpVrBtkQFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpVrBtkQFy .navbar .navbar-logo img {
  width: auto;
}
.cid-vpVrBtkQFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpVrBtkQFy .navbar.collapsed {
  justify-content: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpVrBtkQFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpVrBtkQFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpVrBtkQFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpVrBtkQFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpVrBtkQFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpVrBtkQFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpVrBtkQFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpVrBtkQFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpVrBtkQFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpVrBtkQFy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpVrBtkQFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpVrBtkQFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpVrBtkQFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpVrBtkQFy .dropdown-item.active,
.cid-vpVrBtkQFy .dropdown-item:active {
  background-color: transparent;
}
.cid-vpVrBtkQFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpVrBtkQFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpVrBtkQFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpVrBtkQFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpVrBtkQFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpVrBtkQFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpVrBtkQFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpVrBtkQFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpVrBtkQFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpVrBtkQFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vpVrBtkQFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpVrBtkQFy .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-vpVrBtkQFy .navbar {
    height: 70px;
  }
  .cid-vpVrBtkQFy .navbar.opened {
    height: auto;
  }
  .cid-vpVrBtkQFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjvJC1gQp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjvJC1gQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjvJC1gQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjvJC1gQp .row {
  flex-direction: row-reverse;
}
.cid-vqjwcq0WYe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjwcq0WYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjwcq0WYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjwcq0WYe .row {
  flex-direction: row-reverse;
}
.cid-vqjwfkMJIJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjwfkMJIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjwfkMJIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjwfkMJIJ .row {
  flex-direction: row-reverse;
}
.cid-vqjwi86w7l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjwi86w7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjwi86w7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjwi86w7l .row {
  flex-direction: row-reverse;
}
.cid-vqjwkBrwmt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjwkBrwmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjwkBrwmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjwkBrwmt .row {
  flex-direction: row-reverse;
}
.cid-vqjxD8qfvc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxD8qfvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxD8qfvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxD8qfvc .row {
  flex-direction: row-reverse;
}
.cid-vqjxFDkEan {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxFDkEan .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxFDkEan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxFDkEan .row {
  flex-direction: row-reverse;
}
.cid-vqjxMQxhd6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxMQxhd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxMQxhd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxMQxhd6 .row {
  flex-direction: row-reverse;
}
.cid-vqjxQ0iLQs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxQ0iLQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxQ0iLQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxQ0iLQs .row {
  flex-direction: row-reverse;
}
.cid-vqjxTaLAQE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxTaLAQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxTaLAQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxTaLAQE .row {
  flex-direction: row-reverse;
}
.cid-vqjxWO4hrC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjxWO4hrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjxWO4hrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjxWO4hrC .row {
  flex-direction: row-reverse;
}
.cid-vqjy0oXmkR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjy0oXmkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjy0oXmkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjy0oXmkR .row {
  flex-direction: row-reverse;
}
.cid-vqjy4hC2AY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjy4hC2AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjy4hC2AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjy4hC2AY .row {
  flex-direction: row-reverse;
}
.cid-vqjy7enOHL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjy7enOHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjy7enOHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjy7enOHL .row {
  flex-direction: row-reverse;
}
.cid-vqjyafcfWJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjyafcfWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjyafcfWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjyafcfWJ .row {
  flex-direction: row-reverse;
}
.cid-vqjvOL06sW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vpWjRey8Dq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vpWjRey8Dq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpWjRey8Dq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpWjRey8Dq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vpWjRey8Dq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vpWjRey8Dq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vpWjRey8Dq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vpWjRey8Dq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vpWjRey8Dq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vpWjRey8Dq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vpWjRey8Dq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vqjDDBKXXC .navbar-dropdown {
  position: relative !important;
}
.cid-vqjDDBKXXC .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-vqjDDBKXXC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqjDDBKXXC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqjDDBKXXC .dropdown-item:hover,
.cid-vqjDDBKXXC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vqjDDBKXXC .dropdown-item:hover span {
  color: white;
}
.cid-vqjDDBKXXC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqjDDBKXXC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqjDDBKXXC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqjDDBKXXC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqjDDBKXXC .nav-link {
  position: relative;
}
.cid-vqjDDBKXXC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqjDDBKXXC .container {
    flex-wrap: nowrap;
  }
}
.cid-vqjDDBKXXC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqjDDBKXXC .dropdown-menu,
.cid-vqjDDBKXXC .navbar.opened {
  background: #ffffff !important;
}
.cid-vqjDDBKXXC .nav-item:focus,
.cid-vqjDDBKXXC .nav-link:focus {
  outline: none;
}
.cid-vqjDDBKXXC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqjDDBKXXC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqjDDBKXXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqjDDBKXXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqjDDBKXXC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqjDDBKXXC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqjDDBKXXC .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: #ffffff;
}
.cid-vqjDDBKXXC .navbar.opened {
  transition: all 0.3s;
}
.cid-vqjDDBKXXC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqjDDBKXXC .navbar .navbar-logo img {
  width: auto;
}
.cid-vqjDDBKXXC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqjDDBKXXC .navbar.collapsed {
  justify-content: center;
}
.cid-vqjDDBKXXC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqjDDBKXXC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqjDDBKXXC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqjDDBKXXC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqjDDBKXXC .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-vqjDDBKXXC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqjDDBKXXC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqjDDBKXXC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqjDDBKXXC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqjDDBKXXC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqjDDBKXXC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqjDDBKXXC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqjDDBKXXC .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-vqjDDBKXXC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqjDDBKXXC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqjDDBKXXC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqjDDBKXXC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqjDDBKXXC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqjDDBKXXC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqjDDBKXXC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqjDDBKXXC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqjDDBKXXC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqjDDBKXXC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqjDDBKXXC .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-vqjDDBKXXC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqjDDBKXXC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqjDDBKXXC .dropdown-item.active,
.cid-vqjDDBKXXC .dropdown-item:active {
  background-color: transparent;
}
.cid-vqjDDBKXXC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqjDDBKXXC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqjDDBKXXC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqjDDBKXXC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vqjDDBKXXC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqjDDBKXXC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqjDDBKXXC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqjDDBKXXC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqjDDBKXXC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqjDDBKXXC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqjDDBKXXC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqjDDBKXXC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjDDBKXXC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjDDBKXXC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqjDDBKXXC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjDDBKXXC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqjDDBKXXC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqjDDBKXXC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjDDBKXXC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqjDDBKXXC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqjDDBKXXC .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-vqjDDBKXXC .navbar {
    height: 70px;
  }
  .cid-vqjDDBKXXC .navbar.opened {
    height: auto;
  }
  .cid-vqjDDBKXXC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjDDABAQF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjDDABAQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDDABAQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDDABAQF .row {
  flex-direction: row-reverse;
}
.cid-vqjDDASIkf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjDDASIkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDDASIkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDDASIkf .row {
  flex-direction: row-reverse;
}
.cid-vqjDDB8cZX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjDDB8cZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDDB8cZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDDB8cZX .row {
  flex-direction: row-reverse;
}
.cid-vqjDDBjkXz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjDDBjkXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDDBjkXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDDBjkXz .row {
  flex-direction: row-reverse;
}
.cid-vqjDDBtXSW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjDDBtXSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDDBtXSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDDBtXSW .row {
  flex-direction: row-reverse;
}
.cid-vqjDVn6whF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjDVn6whF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDVn6whF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDVn6whF .row {
  flex-direction: row-reverse;
}
.cid-vqjDXwFCOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjDXwFCOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDXwFCOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDXwFCOr .row {
  flex-direction: row-reverse;
}
.cid-vqjDZLSrQF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjDZLSrQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjDZLSrQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjDZLSrQF .row {
  flex-direction: row-reverse;
}
.cid-vqjE1ZpKVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjE1ZpKVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjE1ZpKVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjE1ZpKVi .row {
  flex-direction: row-reverse;
}
.cid-vqjE4c99Qg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjE4c99Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjE4c99Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjE4c99Qg .row {
  flex-direction: row-reverse;
}
.cid-vqjE6wAexJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjE6wAexJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjE6wAexJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjE6wAexJ .row {
  flex-direction: row-reverse;
}
.cid-vqjE97wphI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjE97wphI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjE97wphI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjE97wphI .row {
  flex-direction: row-reverse;
}
.cid-vqjEblmH41 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjEblmH41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjEblmH41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjEblmH41 .row {
  flex-direction: row-reverse;
}
.cid-vqjEdhmDXM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjEdhmDXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjEdhmDXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjEdhmDXM .row {
  flex-direction: row-reverse;
}
.cid-vqjEfLfr5W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjEfLfr5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjEfLfr5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjEfLfr5W .row {
  flex-direction: row-reverse;
}
.cid-vqjEiw8kWj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjEiw8kWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjEiw8kWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjEiw8kWj .row {
  flex-direction: row-reverse;
}
.cid-vqjDDBDTI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vqjDDC0Wex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjDDC0Wex .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjDDC0Wex .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjDDC0Wex .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjDDC0Wex .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjDDC0Wex .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjDDC0Wex .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjDDC0Wex .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjDDC0Wex .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjDDC0Wex .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjDDC0Wex .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjDDC0Wex .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjDDC0Wex .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjDDC0Wex .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjDDC0Wex .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vqjF1jXqpY .navbar-dropdown {
  position: relative !important;
}
.cid-vqjF1jXqpY .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-vqjF1jXqpY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqjF1jXqpY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqjF1jXqpY .dropdown-item:hover,
.cid-vqjF1jXqpY .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vqjF1jXqpY .dropdown-item:hover span {
  color: white;
}
.cid-vqjF1jXqpY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqjF1jXqpY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqjF1jXqpY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqjF1jXqpY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqjF1jXqpY .nav-link {
  position: relative;
}
.cid-vqjF1jXqpY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqjF1jXqpY .container {
    flex-wrap: nowrap;
  }
}
.cid-vqjF1jXqpY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqjF1jXqpY .dropdown-menu,
.cid-vqjF1jXqpY .navbar.opened {
  background: #ffffff !important;
}
.cid-vqjF1jXqpY .nav-item:focus,
.cid-vqjF1jXqpY .nav-link:focus {
  outline: none;
}
.cid-vqjF1jXqpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqjF1jXqpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqjF1jXqpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqjF1jXqpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqjF1jXqpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqjF1jXqpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqjF1jXqpY .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: #ffffff;
}
.cid-vqjF1jXqpY .navbar.opened {
  transition: all 0.3s;
}
.cid-vqjF1jXqpY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqjF1jXqpY .navbar .navbar-logo img {
  width: auto;
}
.cid-vqjF1jXqpY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqjF1jXqpY .navbar.collapsed {
  justify-content: center;
}
.cid-vqjF1jXqpY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqjF1jXqpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqjF1jXqpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqjF1jXqpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqjF1jXqpY .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-vqjF1jXqpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqjF1jXqpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqjF1jXqpY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqjF1jXqpY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqjF1jXqpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqjF1jXqpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqjF1jXqpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqjF1jXqpY .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-vqjF1jXqpY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqjF1jXqpY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqjF1jXqpY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqjF1jXqpY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqjF1jXqpY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqjF1jXqpY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqjF1jXqpY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqjF1jXqpY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqjF1jXqpY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqjF1jXqpY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqjF1jXqpY .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-vqjF1jXqpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqjF1jXqpY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqjF1jXqpY .dropdown-item.active,
.cid-vqjF1jXqpY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqjF1jXqpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqjF1jXqpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqjF1jXqpY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqjF1jXqpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vqjF1jXqpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqjF1jXqpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqjF1jXqpY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqjF1jXqpY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqjF1jXqpY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqjF1jXqpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqjF1jXqpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqjF1jXqpY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjF1jXqpY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjF1jXqpY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqjF1jXqpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjF1jXqpY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqjF1jXqpY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqjF1jXqpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjF1jXqpY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqjF1jXqpY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqjF1jXqpY .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-vqjF1jXqpY .navbar {
    height: 70px;
  }
  .cid-vqjF1jXqpY .navbar.opened {
    height: auto;
  }
  .cid-vqjF1jXqpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjF1iV6yM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjF1iV6yM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjF1iV6yM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjF1iV6yM .row {
  flex-direction: row-reverse;
}
.cid-vqjF1ja8Ha {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjF1ja8Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjF1ja8Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjF1ja8Ha .row {
  flex-direction: row-reverse;
}
.cid-vqjF1jl3jf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjF1jl3jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjF1jl3jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjF1jl3jf .row {
  flex-direction: row-reverse;
}
.cid-vqjF1jw4Ng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjF1jw4Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjF1jw4Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjF1jw4Ng .row {
  flex-direction: row-reverse;
}
.cid-vqjF1jGLzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjF1jGLzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjF1jGLzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjF1jGLzy .row {
  flex-direction: row-reverse;
}
.cid-vqjF1jQA99 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vqjF1kcwwY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjF1kcwwY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjF1kcwwY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjF1kcwwY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjF1kcwwY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjF1kcwwY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjF1kcwwY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjF1kcwwY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjF1kcwwY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjF1kcwwY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjF1kcwwY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjF1kcwwY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjF1kcwwY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjF1kcwwY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjF1kcwwY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vqjRqifqZL .navbar-dropdown {
  position: relative !important;
}
.cid-vqjRqifqZL .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-vqjRqifqZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqjRqifqZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqjRqifqZL .dropdown-item:hover,
.cid-vqjRqifqZL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vqjRqifqZL .dropdown-item:hover span {
  color: white;
}
.cid-vqjRqifqZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqjRqifqZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqjRqifqZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqjRqifqZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqjRqifqZL .nav-link {
  position: relative;
}
.cid-vqjRqifqZL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vqjRqifqZL .container {
    flex-wrap: nowrap;
  }
}
.cid-vqjRqifqZL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqjRqifqZL .dropdown-menu,
.cid-vqjRqifqZL .navbar.opened {
  background: #ffffff !important;
}
.cid-vqjRqifqZL .nav-item:focus,
.cid-vqjRqifqZL .nav-link:focus {
  outline: none;
}
.cid-vqjRqifqZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqjRqifqZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqjRqifqZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqjRqifqZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqjRqifqZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqjRqifqZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqjRqifqZL .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: #ffffff;
}
.cid-vqjRqifqZL .navbar.opened {
  transition: all 0.3s;
}
.cid-vqjRqifqZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqjRqifqZL .navbar .navbar-logo img {
  width: auto;
}
.cid-vqjRqifqZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqjRqifqZL .navbar.collapsed {
  justify-content: center;
}
.cid-vqjRqifqZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqjRqifqZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqjRqifqZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqjRqifqZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqjRqifqZL .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-vqjRqifqZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqjRqifqZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqjRqifqZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqjRqifqZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqjRqifqZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqjRqifqZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqjRqifqZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqjRqifqZL .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-vqjRqifqZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqjRqifqZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqjRqifqZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqjRqifqZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqjRqifqZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqjRqifqZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqjRqifqZL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vqjRqifqZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqjRqifqZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqjRqifqZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqjRqifqZL .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-vqjRqifqZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqjRqifqZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqjRqifqZL .dropdown-item.active,
.cid-vqjRqifqZL .dropdown-item:active {
  background-color: transparent;
}
.cid-vqjRqifqZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqjRqifqZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqjRqifqZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqjRqifqZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vqjRqifqZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqjRqifqZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqjRqifqZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqjRqifqZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqjRqifqZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqjRqifqZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqjRqifqZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqjRqifqZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjRqifqZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqjRqifqZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqjRqifqZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjRqifqZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqjRqifqZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqjRqifqZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqjRqifqZL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vqjRqifqZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqjRqifqZL .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-vqjRqifqZL .navbar {
    height: 70px;
  }
  .cid-vqjRqifqZL .navbar.opened {
    height: auto;
  }
  .cid-vqjRqifqZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqjRqixzmf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjRqixzmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjRqixzmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjRqixzmf .row {
  flex-direction: row-reverse;
}
.cid-vqjRqiMGcn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjRqiMGcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjRqiMGcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjRqiMGcn .row {
  flex-direction: row-reverse;
}
.cid-vqjRqkOEt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjRqkOEt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjRqkOEt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjRqkOEt6 .row {
  flex-direction: row-reverse;
}
.cid-vqjUGtHSbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-vqjUGtHSbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjUGtHSbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjUGtHSbs .row {
  flex-direction: row-reverse;
}
.cid-vqjUmrwBU9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffa600;
}
.cid-vqjUmrwBU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqjUmrwBU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqjUmrwBU9 .row {
  flex-direction: row-reverse;
}
.cid-vqjRql0FaZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffa600;
}
.cid-vqjRql8qRI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/picture8-798x514.png");
}
.cid-vqjRql8qRI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjRql8qRI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqjRql8qRI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqjRql8qRI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqjRql8qRI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqjRql8qRI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqjRql8qRI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqjRql8qRI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqjRql8qRI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqjRql8qRI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqjRql8qRI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqjRql8qRI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqjRql8qRI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqjRql8qRI .media-container-row .row-copirayt p {
  width: 100%;
}
