.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #757b62 !important;
}
.bg-info {
  background-color: #a6a99c !important;
}
.bg-warning {
  background-color: #d70081 !important;
}
.bg-danger {
  background-color: #3da613 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #65ff00 !important;
  border-color: #65ff00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #84ff33 !important;
  border-color: #84ff33 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #84ff33 !important;
  border-color: #84ff33 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3da613 !important;
  border-color: #3da613 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #4ed418 !important;
  border-color: #4ed418 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4ed418 !important;
  border-color: #4ed418 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #65ff00;
  color: #65ff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43a800 !important;
  background-color: transparent !important;
  border-color: #43a800 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #65ff00 !important;
  border-color: #65ff00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3da613;
  color: #3da613;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #20580a !important;
  background-color: transparent !important;
  border-color: #20580a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3da613 !important;
  border-color: #3da613 !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: #ffffff !important;
}
.text-secondary {
  color: #65ff00 !important;
}
.text-success {
  color: #757b62 !important;
}
.text-info {
  color: #a6a99c !important;
}
.text-warning {
  color: #d70081 !important;
}
.text-danger {
  color: #3da613 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d9900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f4235 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #747768 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #710044 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b4a09 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a6a99c;
}
.alert-warning {
  background-color: #d70081;
}
.alert-danger {
  background-color: #3da613;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7beb4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #65ff00 !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='%23ffffff' %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;
  }
}
.font-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}
.font-1 > .mbr-iconfont {
  font-size: 5rem;
}
.font-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.5;
}
.font-2 > .mbr-iconfont {
  font-size: 4rem;
}
.font-3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.font-3 > .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vdICHA0yYJ {
  z-index: 1000;
  width: 100%;
}
.cid-vdICHA0yYJ .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;
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdICHA0yYJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdICHA0yYJ .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdICHA0yYJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdICHA0yYJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdICHA0yYJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdICHA0yYJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdICHA0yYJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdICHA0yYJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdICHA0yYJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdICHA0yYJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdICHA0yYJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdICHA0yYJ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdICHA0yYJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdICHA0yYJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdICHA0yYJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdICHA0yYJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdICHA0yYJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdICHA0yYJ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdICHA0yYJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdICHA0yYJ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdICHA0yYJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdICHA0yYJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdICHA0yYJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdICHA0yYJ .nav-item:focus,
.cid-vdICHA0yYJ .nav-link:focus {
  outline: none;
}
.cid-vdICHA0yYJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdICHA0yYJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdICHA0yYJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdICHA0yYJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdICHA0yYJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdICHA0yYJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdICHA0yYJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdICHA0yYJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdICHA0yYJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdICHA0yYJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdICHA0yYJ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdICHA0yYJ .navbar.collapsed {
  justify-content: center;
}
.cid-vdICHA0yYJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdICHA0yYJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdICHA0yYJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdICHA0yYJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdICHA0yYJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdICHA0yYJ .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-vdICHA0yYJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdICHA0yYJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdICHA0yYJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdICHA0yYJ .navbar {
    min-height: 72px;
  }
  .cid-vdICHA0yYJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdICHA0yYJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdICHA0yYJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdICHA0yYJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdICHA0yYJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdICHA0yYJ .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-vdICHA0yYJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdICHA0yYJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdICHA0yYJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdICHA0yYJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdICHA0yYJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdICHA0yYJ .dropdown-item.active,
.cid-vdICHA0yYJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdICHA0yYJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdICHA0yYJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdICHA0yYJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdICHA0yYJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdICHA0yYJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdICHA0yYJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdICHA0yYJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdICHA0yYJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdICHA0yYJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vdICHA0yYJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdICHA0yYJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdICHA0yYJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdICHA0yYJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICHA0yYJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICHA0yYJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdICHA0yYJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICHA0yYJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdICHA0yYJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdICHA0yYJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICHA0yYJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdICHA0yYJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdICHA0yYJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdICHA0yYJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdICHA0yYJ .navbar {
    height: 70px;
  }
  .cid-vdICHA0yYJ .navbar.opened {
    height: auto;
  }
  .cid-vdICHA0yYJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdICHA0yYJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdICHA0yYJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdICHA0yYJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vdICHA0yYJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdICHA0yYJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdICHA0yYJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdICHA0yYJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICHA0yYJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdICHA0yYJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcMFLcrt3f {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vcMFLcrt3f {
    align-items: center;
  }
  .cid-vcMFLcrt3f .row {
    justify-content: flex-start;
  }
  .cid-vcMFLcrt3f .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcMFLcrt3f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcMFLcrt3f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcMFLcrt3f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcMFLcrt3f .content-wrap {
    width: 100%;
  }
}
.cid-vcMFLcrt3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMFLcrt3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/captura20de20pantalla202026-03-0720182113-20x18.webp");
}
.cid-vcMFLcrt3f .mbr-section-title,
.cid-vcMFLcrt3f .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcMFLcrt3f .mbr-text,
.cid-vcMFLcrt3f .mbr-section-btn {
  text-align: center;
}
.cid-vcMFLcrt3f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcMFLcrt3f .mbr-section-subtitle {
  color: #dbff00;
  text-align: center;
}
.cid-vbCZpQPoih {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vbCZpQPoih .item:focus,
.cid-vbCZpQPoih span:focus {
  outline: none;
}
.cid-vbCZpQPoih .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vbCZpQPoih .content-head {
  max-width: 800px;
}
.cid-vbCZpQPoih .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vbCZpQPoih .item {
    min-height: 45px;
  }
}
.cid-vbCZpRdqpM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vbCZpRdqpM .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbCZpRdqpM .social-row .soc-item {
  margin: 8px;
}
.cid-vbCZpRdqpM .social-row .soc-item a:hover .mbr-iconfont,
.cid-vbCZpRdqpM .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vbCZpRdqpM .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vbCZpRdqpM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbCZpRdqpM .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbCZpRdqpM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbCZpRdqpM .header-menu li p {
  margin: 0;
}
.cid-vbCZpRdqpM .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vbCZpRdqpM .mbr-section-title {
  color: #ffffff;
}
.cid-vd6ZmjTSL7 .hidden {
  display: none;
}
.cid-vd6ZjUcQUM .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd6ZjUcQUM .my-float {
  margin-top: 16px;
}
.cid-vd6ZjUcQUM P {
  color: #232323;
}
.cid-vd6ZjUcQUM DIV {
  color: #ffffff;
}
.cid-vd6ZjUcQUM H10 {
  color: #767676;
}
.cid-vd6ZjUcQUM .hidden {
  display: none;
}
.cid-vdIC9MiPPr {
  z-index: 1000;
  width: 100%;
}
.cid-vdIC9MiPPr .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;
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdIC9MiPPr .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdIC9MiPPr .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdIC9MiPPr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdIC9MiPPr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdIC9MiPPr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdIC9MiPPr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdIC9MiPPr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdIC9MiPPr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdIC9MiPPr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdIC9MiPPr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdIC9MiPPr .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdIC9MiPPr .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdIC9MiPPr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdIC9MiPPr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdIC9MiPPr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIC9MiPPr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIC9MiPPr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdIC9MiPPr .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdIC9MiPPr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdIC9MiPPr .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdIC9MiPPr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdIC9MiPPr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdIC9MiPPr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdIC9MiPPr .nav-item:focus,
.cid-vdIC9MiPPr .nav-link:focus {
  outline: none;
}
.cid-vdIC9MiPPr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdIC9MiPPr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdIC9MiPPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdIC9MiPPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdIC9MiPPr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdIC9MiPPr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdIC9MiPPr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdIC9MiPPr .navbar.opened {
  transition: all 0.3s;
}
.cid-vdIC9MiPPr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdIC9MiPPr .navbar .navbar-logo img {
  width: auto;
}
.cid-vdIC9MiPPr .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdIC9MiPPr .navbar.collapsed {
  justify-content: center;
}
.cid-vdIC9MiPPr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdIC9MiPPr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIC9MiPPr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdIC9MiPPr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIC9MiPPr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIC9MiPPr .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-vdIC9MiPPr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIC9MiPPr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdIC9MiPPr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdIC9MiPPr .navbar {
    min-height: 72px;
  }
  .cid-vdIC9MiPPr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdIC9MiPPr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdIC9MiPPr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIC9MiPPr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIC9MiPPr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIC9MiPPr .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-vdIC9MiPPr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdIC9MiPPr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdIC9MiPPr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdIC9MiPPr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdIC9MiPPr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdIC9MiPPr .dropdown-item.active,
.cid-vdIC9MiPPr .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIC9MiPPr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIC9MiPPr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIC9MiPPr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIC9MiPPr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdIC9MiPPr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdIC9MiPPr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdIC9MiPPr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdIC9MiPPr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdIC9MiPPr .navbar-buttons {
    text-align: left;
  }
}
.cid-vdIC9MiPPr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdIC9MiPPr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdIC9MiPPr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdIC9MiPPr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIC9MiPPr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIC9MiPPr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdIC9MiPPr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIC9MiPPr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdIC9MiPPr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdIC9MiPPr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIC9MiPPr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdIC9MiPPr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdIC9MiPPr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdIC9MiPPr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdIC9MiPPr .navbar {
    height: 70px;
  }
  .cid-vdIC9MiPPr .navbar.opened {
    height: auto;
  }
  .cid-vdIC9MiPPr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdIC9MiPPr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdIC9MiPPr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdIC9MiPPr .navbar-brand {
    margin-right: auto;
  }
  .cid-vdIC9MiPPr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdIC9MiPPr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdIC9MiPPr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdIC9MiPPr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIC9MiPPr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdIC9MiPPr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcSIIGf3bU {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vcSIIGf3bU {
    align-items: flex-end;
  }
  .cid-vcSIIGf3bU .row {
    justify-content: flex-start;
  }
  .cid-vcSIIGf3bU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcSIIGf3bU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcSIIGf3bU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcSIIGf3bU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcSIIGf3bU .content-wrap {
    width: 100%;
  }
}
.cid-vcSIIGf3bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSIIGf3bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vcSIIGf3bU .mbr-section-title,
.cid-vcSIIGf3bU .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcSIIGf3bU .mbr-text,
.cid-vcSIIGf3bU .mbr-section-btn {
  text-align: center;
}
.cid-vcSIIGf3bU .mbr-section-title {
  color: #a0e1e1;
  text-align: center;
}
.cid-vcSIIGf3bU .mbr-section-subtitle {
  color: #33cbcb;
  text-align: center;
}
.cid-vd9FpySJYc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd9FpySJYc hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9FpySJYc .progress {
  background: #7df0ff;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9FpySJYc .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #98f8f8;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vdvRNnBxVm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #edfdff;
}
.cid-vdvRNnBxVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdvRNnBxVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdvRNnBxVm .container-fluid {
    padding: 0;
  }
}
.cid-vdvRNnBxVm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdvRNnBxVm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdvRNnBxVm .embla__button--next,
.cid-vdvRNnBxVm .embla__button--prev {
  display: flex;
}
.cid-vdvRNnBxVm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdvRNnBxVm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdvRNnBxVm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdvRNnBxVm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdvRNnBxVm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdvRNnBxVm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdvRNnBxVm .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdvRNnBxVm .embla {
  position: relative;
  width: 100%;
}
.cid-vdvRNnBxVm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdvRNnBxVm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdvRNnBxVm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdvRNnBxVm .embla__slide a {
  cursor: grab;
}
.cid-vdvRNnBxVm .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdvRNnBxVm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdvRNnBxVm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdvRNnBxVm .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vdvRNnBxVm .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vdvRNnBxVm .mbr-box {
  color: #ffffff;
}
.cid-vdvRNnBxVm .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdvRNnBxVm img,
.cid-vdvRNnBxVm .item-img {
  width: 100%;
}
.cid-vdvRNnBxVm .item-wrapper {
  position: relative;
}
.cid-vdvRNnBxVm .content-head {
  max-width: 800px;
}
.cid-vdw3BzqFT0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdw3BzqFT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3BzqFT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3BzqFT0 .container-fluid {
    padding: 0;
  }
}
.cid-vdw3BzqFT0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3BzqFT0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3BzqFT0 .embla__button--next,
.cid-vdw3BzqFT0 .embla__button--prev {
  display: flex;
}
.cid-vdw3BzqFT0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3BzqFT0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3BzqFT0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3BzqFT0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3BzqFT0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3BzqFT0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3BzqFT0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3BzqFT0 .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3BzqFT0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3BzqFT0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3BzqFT0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3BzqFT0 .embla__slide a {
  cursor: grab;
}
.cid-vdw3BzqFT0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3BzqFT0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3BzqFT0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3BzqFT0 .mbr-section-title {
  color: #232323;
}
.cid-vdw3BzqFT0 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3BzqFT0 .mbr-box {
  color: #ffffff;
}
.cid-vdw3BzqFT0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3BzqFT0 img,
.cid-vdw3BzqFT0 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vdw3BzqFT0 .item-wrapper {
  position: relative;
}
.cid-vdw3BzqFT0 .content-head {
  max-width: 800px;
}
.cid-vdw3CR3cnc {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdw3CR3cnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3CR3cnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3CR3cnc .container-fluid {
    padding: 0;
  }
}
.cid-vdw3CR3cnc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3CR3cnc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3CR3cnc .embla__button--next,
.cid-vdw3CR3cnc .embla__button--prev {
  display: flex;
}
.cid-vdw3CR3cnc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3CR3cnc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3CR3cnc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3CR3cnc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3CR3cnc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3CR3cnc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3CR3cnc .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3CR3cnc .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3CR3cnc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3CR3cnc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3CR3cnc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3CR3cnc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3CR3cnc .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3CR3cnc .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vdw3CR3cnc .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3CR3cnc .mbr-box {
  color: #ffffff;
}
.cid-vdw3CR3cnc .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3CR3cnc img,
.cid-vdw3CR3cnc .item-img {
  width: 100%;
}
.cid-vdw3CR3cnc .item-wrapper {
  position: relative;
}
.cid-vdw3CR3cnc .content-head {
  max-width: 800px;
}
.cid-vdBsSZvh7u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdBsSZvh7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBsSZvh7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdBsSZvh7u .container-fluid {
    padding: 0;
  }
}
.cid-vdBsSZvh7u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdBsSZvh7u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdBsSZvh7u .embla__button--next,
.cid-vdBsSZvh7u .embla__button--prev {
  display: flex;
}
.cid-vdBsSZvh7u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdBsSZvh7u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdBsSZvh7u .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdBsSZvh7u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdBsSZvh7u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdBsSZvh7u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdBsSZvh7u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdBsSZvh7u .embla {
  position: relative;
  width: 100%;
}
.cid-vdBsSZvh7u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdBsSZvh7u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdBsSZvh7u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdBsSZvh7u .embla__slide a {
  cursor: grab;
}
.cid-vdBsSZvh7u .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdBsSZvh7u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdBsSZvh7u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdBsSZvh7u .mbr-section-title {
  color: #232323;
}
.cid-vdBsSZvh7u .mbr-section-subtitle {
  color: #232323;
}
.cid-vdBsSZvh7u .mbr-box {
  color: #ffffff;
}
.cid-vdBsSZvh7u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdBsSZvh7u img,
.cid-vdBsSZvh7u .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-vdBsSZvh7u .item-wrapper {
  position: relative;
}
.cid-vdBsSZvh7u .content-head {
  max-width: 800px;
}
.cid-vdBsBL6ND2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdBsBL6ND2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBsBL6ND2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdBsBL6ND2 .container-fluid {
    padding: 0;
  }
}
.cid-vdBsBL6ND2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdBsBL6ND2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdBsBL6ND2 .embla__button--next,
.cid-vdBsBL6ND2 .embla__button--prev {
  display: flex;
}
.cid-vdBsBL6ND2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdBsBL6ND2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdBsBL6ND2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdBsBL6ND2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdBsBL6ND2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdBsBL6ND2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdBsBL6ND2 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdBsBL6ND2 .embla {
  position: relative;
  width: 100%;
}
.cid-vdBsBL6ND2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdBsBL6ND2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdBsBL6ND2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdBsBL6ND2 .embla__slide a {
  cursor: grab;
}
.cid-vdBsBL6ND2 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdBsBL6ND2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdBsBL6ND2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdBsBL6ND2 .mbr-section-title {
  color: #232323;
}
.cid-vdBsBL6ND2 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdBsBL6ND2 .mbr-box {
  color: #ffffff;
}
.cid-vdBsBL6ND2 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdBsBL6ND2 img,
.cid-vdBsBL6ND2 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vdBsBL6ND2 .item-wrapper {
  position: relative;
}
.cid-vdBsBL6ND2 .content-head {
  max-width: 800px;
}
.cid-vdw3EbeC9c {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdw3EbeC9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3EbeC9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3EbeC9c .container-fluid {
    padding: 0;
  }
}
.cid-vdw3EbeC9c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3EbeC9c .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3EbeC9c .embla__button--next,
.cid-vdw3EbeC9c .embla__button--prev {
  display: flex;
}
.cid-vdw3EbeC9c .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3EbeC9c .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3EbeC9c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3EbeC9c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3EbeC9c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3EbeC9c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3EbeC9c .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3EbeC9c .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3EbeC9c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3EbeC9c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3EbeC9c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3EbeC9c .embla__slide a {
  cursor: grab;
}
.cid-vdw3EbeC9c .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3EbeC9c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3EbeC9c .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3EbeC9c .mbr-section-title {
  color: #232323;
}
.cid-vdw3EbeC9c .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3EbeC9c .mbr-box {
  color: #ffffff;
}
.cid-vdw3EbeC9c .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3EbeC9c img,
.cid-vdw3EbeC9c .item-img {
  width: 100%;
}
.cid-vdw3EbeC9c .item-wrapper {
  position: relative;
}
.cid-vdw3EbeC9c .content-head {
  max-width: 800px;
}
.cid-vdw3Flua5S {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdw3Flua5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3Flua5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3Flua5S .container-fluid {
    padding: 0;
  }
}
.cid-vdw3Flua5S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3Flua5S .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3Flua5S .embla__button--next,
.cid-vdw3Flua5S .embla__button--prev {
  display: flex;
}
.cid-vdw3Flua5S .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3Flua5S .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3Flua5S .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3Flua5S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3Flua5S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3Flua5S .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3Flua5S .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3Flua5S .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3Flua5S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3Flua5S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3Flua5S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3Flua5S .embla__slide a {
  cursor: grab;
}
.cid-vdw3Flua5S .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3Flua5S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3Flua5S .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3Flua5S .mbr-section-title {
  color: #232323;
}
.cid-vdw3Flua5S .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3Flua5S .mbr-box {
  color: #ffffff;
}
.cid-vdw3Flua5S .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3Flua5S img,
.cid-vdw3Flua5S .item-img {
  width: 100%;
}
.cid-vdw3Flua5S .item-wrapper {
  position: relative;
}
.cid-vdw3Flua5S .content-head {
  max-width: 800px;
}
.cid-vdBAyRTgp7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdBAyRTgp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBAyRTgp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdBAyRTgp7 .container-fluid {
    padding: 0;
  }
}
.cid-vdBAyRTgp7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdBAyRTgp7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdBAyRTgp7 .embla__button--next,
.cid-vdBAyRTgp7 .embla__button--prev {
  display: flex;
}
.cid-vdBAyRTgp7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdBAyRTgp7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdBAyRTgp7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdBAyRTgp7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdBAyRTgp7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdBAyRTgp7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdBAyRTgp7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdBAyRTgp7 .embla {
  position: relative;
  width: 100%;
}
.cid-vdBAyRTgp7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdBAyRTgp7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdBAyRTgp7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdBAyRTgp7 .embla__slide a {
  cursor: grab;
}
.cid-vdBAyRTgp7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdBAyRTgp7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdBAyRTgp7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdBAyRTgp7 .mbr-section-title {
  color: #232323;
}
.cid-vdBAyRTgp7 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdBAyRTgp7 .mbr-box {
  color: #ffffff;
}
.cid-vdBAyRTgp7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdBAyRTgp7 img,
.cid-vdBAyRTgp7 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdBAyRTgp7 .item-wrapper {
  position: relative;
}
.cid-vdBAyRTgp7 .content-head {
  max-width: 800px;
}
.cid-vdBzKNpQir {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdBzKNpQir .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBzKNpQir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdBzKNpQir .container-fluid {
    padding: 0;
  }
}
.cid-vdBzKNpQir .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdBzKNpQir .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdBzKNpQir .embla__button--next,
.cid-vdBzKNpQir .embla__button--prev {
  display: flex;
}
.cid-vdBzKNpQir .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdBzKNpQir .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdBzKNpQir .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdBzKNpQir .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdBzKNpQir .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdBzKNpQir .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdBzKNpQir .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdBzKNpQir .embla {
  position: relative;
  width: 100%;
}
.cid-vdBzKNpQir .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdBzKNpQir .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdBzKNpQir .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdBzKNpQir .embla__slide a {
  cursor: grab;
}
.cid-vdBzKNpQir .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdBzKNpQir .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdBzKNpQir .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdBzKNpQir .mbr-section-title {
  color: #232323;
}
.cid-vdBzKNpQir .mbr-section-subtitle {
  color: #232323;
}
.cid-vdBzKNpQir .mbr-box {
  color: #ffffff;
}
.cid-vdBzKNpQir .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdBzKNpQir img,
.cid-vdBzKNpQir .item-img {
  width: 100%;
}
.cid-vdBzKNpQir .item-wrapper {
  position: relative;
}
.cid-vdBzKNpQir .content-head {
  max-width: 800px;
}
.cid-vdw3GSB8Q7 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdw3GSB8Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3GSB8Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3GSB8Q7 .container-fluid {
    padding: 0;
  }
}
.cid-vdw3GSB8Q7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3GSB8Q7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3GSB8Q7 .embla__button--next,
.cid-vdw3GSB8Q7 .embla__button--prev {
  display: flex;
}
.cid-vdw3GSB8Q7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3GSB8Q7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3GSB8Q7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3GSB8Q7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3GSB8Q7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3GSB8Q7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3GSB8Q7 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3GSB8Q7 .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3GSB8Q7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3GSB8Q7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3GSB8Q7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3GSB8Q7 .embla__slide a {
  cursor: grab;
}
.cid-vdw3GSB8Q7 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3GSB8Q7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3GSB8Q7 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3GSB8Q7 .mbr-section-title {
  color: #232323;
}
.cid-vdw3GSB8Q7 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3GSB8Q7 .mbr-box {
  color: #ffffff;
}
.cid-vdw3GSB8Q7 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3GSB8Q7 img,
.cid-vdw3GSB8Q7 .item-img {
  width: 100%;
}
.cid-vdw3GSB8Q7 .item-wrapper {
  position: relative;
}
.cid-vdw3GSB8Q7 .content-head {
  max-width: 800px;
}
.cid-vdw3Ib8Uuj {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdw3Ib8Uuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3Ib8Uuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3Ib8Uuj .container-fluid {
    padding: 0;
  }
}
.cid-vdw3Ib8Uuj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3Ib8Uuj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3Ib8Uuj .embla__button--next,
.cid-vdw3Ib8Uuj .embla__button--prev {
  display: flex;
}
.cid-vdw3Ib8Uuj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3Ib8Uuj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3Ib8Uuj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3Ib8Uuj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3Ib8Uuj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3Ib8Uuj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3Ib8Uuj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3Ib8Uuj .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3Ib8Uuj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3Ib8Uuj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3Ib8Uuj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3Ib8Uuj .embla__slide a {
  cursor: grab;
}
.cid-vdw3Ib8Uuj .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3Ib8Uuj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3Ib8Uuj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3Ib8Uuj .mbr-section-title {
  color: #232323;
}
.cid-vdw3Ib8Uuj .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3Ib8Uuj .mbr-box {
  color: #ffffff;
}
.cid-vdw3Ib8Uuj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3Ib8Uuj img,
.cid-vdw3Ib8Uuj .item-img {
  width: 100%;
}
.cid-vdw3Ib8Uuj .item-wrapper {
  position: relative;
}
.cid-vdw3Ib8Uuj .content-head {
  max-width: 800px;
}
.cid-vdBTxByTn3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdBTxByTn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBTxByTn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdBTxByTn3 .container-fluid {
    padding: 0;
  }
}
.cid-vdBTxByTn3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdBTxByTn3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdBTxByTn3 .embla__button--next,
.cid-vdBTxByTn3 .embla__button--prev {
  display: flex;
}
.cid-vdBTxByTn3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdBTxByTn3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdBTxByTn3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdBTxByTn3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdBTxByTn3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdBTxByTn3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdBTxByTn3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdBTxByTn3 .embla {
  position: relative;
  width: 100%;
}
.cid-vdBTxByTn3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdBTxByTn3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdBTxByTn3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdBTxByTn3 .embla__slide a {
  cursor: grab;
}
.cid-vdBTxByTn3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdBTxByTn3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdBTxByTn3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdBTxByTn3 .mbr-section-title {
  color: #232323;
}
.cid-vdBTxByTn3 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdBTxByTn3 .mbr-box {
  color: #ffffff;
}
.cid-vdBTxByTn3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdBTxByTn3 img,
.cid-vdBTxByTn3 .item-img {
  width: 100%;
}
.cid-vdBTxByTn3 .item-wrapper {
  position: relative;
}
.cid-vdBTxByTn3 .content-head {
  max-width: 800px;
}
.cid-vdC4gJfG18 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdC4gJfG18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdC4gJfG18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdC4gJfG18 .container-fluid {
    padding: 0;
  }
}
.cid-vdC4gJfG18 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdC4gJfG18 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdC4gJfG18 .embla__button--next,
.cid-vdC4gJfG18 .embla__button--prev {
  display: flex;
}
.cid-vdC4gJfG18 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdC4gJfG18 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdC4gJfG18 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdC4gJfG18 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdC4gJfG18 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdC4gJfG18 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdC4gJfG18 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdC4gJfG18 .embla {
  position: relative;
  width: 100%;
}
.cid-vdC4gJfG18 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdC4gJfG18 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdC4gJfG18 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdC4gJfG18 .embla__slide a {
  cursor: grab;
}
.cid-vdC4gJfG18 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdC4gJfG18 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdC4gJfG18 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdC4gJfG18 .mbr-section-title {
  color: #232323;
}
.cid-vdC4gJfG18 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdC4gJfG18 .mbr-box {
  color: #ffffff;
}
.cid-vdC4gJfG18 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdC4gJfG18 img,
.cid-vdC4gJfG18 .item-img {
  width: 100%;
}
.cid-vdC4gJfG18 .item-wrapper {
  position: relative;
}
.cid-vdC4gJfG18 .content-head {
  max-width: 800px;
}
.cid-vdw3KoeGss {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdw3KoeGss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3KoeGss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3KoeGss .container-fluid {
    padding: 0;
  }
}
.cid-vdw3KoeGss .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3KoeGss .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3KoeGss .embla__button--next,
.cid-vdw3KoeGss .embla__button--prev {
  display: flex;
}
.cid-vdw3KoeGss .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3KoeGss .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3KoeGss .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3KoeGss .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3KoeGss .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3KoeGss .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3KoeGss .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3KoeGss .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3KoeGss .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3KoeGss .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3KoeGss .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3KoeGss .embla__slide a {
  cursor: grab;
}
.cid-vdw3KoeGss .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3KoeGss .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3KoeGss .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3KoeGss .mbr-section-title {
  color: #232323;
}
.cid-vdw3KoeGss .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3KoeGss .mbr-box {
  color: #ffffff;
}
.cid-vdw3KoeGss .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3KoeGss img,
.cid-vdw3KoeGss .item-img {
  width: 100%;
}
.cid-vdw3KoeGss .item-wrapper {
  position: relative;
}
.cid-vdw3KoeGss .content-head {
  max-width: 800px;
}
.cid-vd9HaJkhZd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-vd9HaJkhZd hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9HaJkhZd .progress {
  background: #a3eeee;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9HaJkhZd .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #98f8f8;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vcSIIGHkQ8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcSIIGHkQ8 .item:focus,
.cid-vcSIIGHkQ8 span:focus {
  outline: none;
}
.cid-vcSIIGHkQ8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcSIIGHkQ8 .content-head {
  max-width: 800px;
}
.cid-vcSIIGHkQ8 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcSIIGHkQ8 .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd6NMqpFk2 .hidden {
  display: none;
}
.cid-vd6ZcY7JLb .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd6ZcY7JLb .my-float {
  margin-top: 16px;
}
.cid-vd6ZcY7JLb P {
  color: #232323;
}
.cid-vd6ZcY7JLb DIV {
  color: #ffffff;
}
.cid-vd6ZcY7JLb H10 {
  color: #767676;
}
.cid-vd6ZcY7JLb .hidden {
  display: none;
}
.cid-vdICkeqcKd {
  z-index: 1000;
  width: 100%;
}
.cid-vdICkeqcKd .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;
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdICkeqcKd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdICkeqcKd .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdICkeqcKd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdICkeqcKd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdICkeqcKd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdICkeqcKd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdICkeqcKd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdICkeqcKd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdICkeqcKd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdICkeqcKd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdICkeqcKd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdICkeqcKd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdICkeqcKd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdICkeqcKd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdICkeqcKd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdICkeqcKd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdICkeqcKd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdICkeqcKd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdICkeqcKd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdICkeqcKd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdICkeqcKd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdICkeqcKd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdICkeqcKd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdICkeqcKd .nav-item:focus,
.cid-vdICkeqcKd .nav-link:focus {
  outline: none;
}
.cid-vdICkeqcKd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdICkeqcKd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdICkeqcKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdICkeqcKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdICkeqcKd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdICkeqcKd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdICkeqcKd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdICkeqcKd .navbar.opened {
  transition: all 0.3s;
}
.cid-vdICkeqcKd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdICkeqcKd .navbar .navbar-logo img {
  width: auto;
}
.cid-vdICkeqcKd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdICkeqcKd .navbar.collapsed {
  justify-content: center;
}
.cid-vdICkeqcKd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdICkeqcKd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdICkeqcKd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdICkeqcKd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdICkeqcKd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdICkeqcKd .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-vdICkeqcKd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdICkeqcKd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdICkeqcKd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdICkeqcKd .navbar {
    min-height: 72px;
  }
  .cid-vdICkeqcKd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdICkeqcKd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdICkeqcKd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdICkeqcKd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdICkeqcKd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdICkeqcKd .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-vdICkeqcKd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdICkeqcKd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdICkeqcKd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdICkeqcKd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdICkeqcKd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdICkeqcKd .dropdown-item.active,
.cid-vdICkeqcKd .dropdown-item:active {
  background-color: transparent;
}
.cid-vdICkeqcKd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdICkeqcKd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdICkeqcKd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdICkeqcKd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdICkeqcKd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdICkeqcKd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdICkeqcKd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdICkeqcKd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdICkeqcKd .navbar-buttons {
    text-align: left;
  }
}
.cid-vdICkeqcKd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdICkeqcKd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdICkeqcKd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdICkeqcKd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICkeqcKd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICkeqcKd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdICkeqcKd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICkeqcKd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdICkeqcKd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdICkeqcKd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICkeqcKd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdICkeqcKd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdICkeqcKd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdICkeqcKd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdICkeqcKd .navbar {
    height: 70px;
  }
  .cid-vdICkeqcKd .navbar.opened {
    height: auto;
  }
  .cid-vdICkeqcKd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdICkeqcKd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdICkeqcKd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdICkeqcKd .navbar-brand {
    margin-right: auto;
  }
  .cid-vdICkeqcKd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdICkeqcKd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdICkeqcKd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdICkeqcKd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICkeqcKd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdICkeqcKd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcYnQGSvjS {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vcYnQGSvjS {
    align-items: flex-end;
  }
  .cid-vcYnQGSvjS .row {
    justify-content: flex-start;
  }
  .cid-vcYnQGSvjS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcYnQGSvjS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcYnQGSvjS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcYnQGSvjS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcYnQGSvjS .content-wrap {
    width: 100%;
  }
}
.cid-vcYnQGSvjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcYnQGSvjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-color-blurry-background-558873-17132-740x416.webp");
}
.cid-vcYnQGSvjS .mbr-section-title,
.cid-vcYnQGSvjS .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcYnQGSvjS .mbr-text,
.cid-vcYnQGSvjS .mbr-section-btn {
  text-align: center;
}
.cid-vcYnQGSvjS .mbr-section-title {
  color: #ffeb69;
  text-align: center;
}
.cid-vcYnQGSvjS .mbr-section-subtitle {
  color: #ffa600;
  text-align: center;
}
.cid-vd9F6s02uS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd9F6s02uS hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9F6s02uS .progress {
  background: #ffa600;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9F6s02uS .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffab69;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vdw3YSRc9l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fff6ba;
}
.cid-vdw3YSRc9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3YSRc9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3YSRc9l .container-fluid {
    padding: 0;
  }
}
.cid-vdw3YSRc9l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3YSRc9l .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3YSRc9l .embla__button--next,
.cid-vdw3YSRc9l .embla__button--prev {
  display: flex;
}
.cid-vdw3YSRc9l .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3YSRc9l .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3YSRc9l .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3YSRc9l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3YSRc9l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3YSRc9l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3YSRc9l .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3YSRc9l .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3YSRc9l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3YSRc9l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3YSRc9l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3YSRc9l .embla__slide a {
  cursor: grab;
}
.cid-vdw3YSRc9l .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3YSRc9l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3YSRc9l .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3YSRc9l .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vdw3YSRc9l .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3YSRc9l .mbr-box {
  color: #ffffff;
}
.cid-vdw3YSRc9l .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3YSRc9l img,
.cid-vdw3YSRc9l .item-img {
  width: 100%;
}
.cid-vdw3YSRc9l .item-wrapper {
  position: relative;
}
.cid-vdw3YSRc9l .content-head {
  max-width: 800px;
}
.cid-vdw3ZMSjnz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdw3ZMSjnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdw3ZMSjnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdw3ZMSjnz .container-fluid {
    padding: 0;
  }
}
.cid-vdw3ZMSjnz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdw3ZMSjnz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdw3ZMSjnz .embla__button--next,
.cid-vdw3ZMSjnz .embla__button--prev {
  display: flex;
}
.cid-vdw3ZMSjnz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdw3ZMSjnz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdw3ZMSjnz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdw3ZMSjnz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdw3ZMSjnz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdw3ZMSjnz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdw3ZMSjnz .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdw3ZMSjnz .embla {
  position: relative;
  width: 100%;
}
.cid-vdw3ZMSjnz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdw3ZMSjnz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdw3ZMSjnz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdw3ZMSjnz .embla__slide a {
  cursor: grab;
}
.cid-vdw3ZMSjnz .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdw3ZMSjnz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdw3ZMSjnz .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdw3ZMSjnz .mbr-section-title {
  color: #232323;
}
.cid-vdw3ZMSjnz .mbr-section-subtitle {
  color: #232323;
}
.cid-vdw3ZMSjnz .mbr-box {
  color: #ffffff;
}
.cid-vdw3ZMSjnz .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdw3ZMSjnz img,
.cid-vdw3ZMSjnz .item-img {
  width: 100%;
}
.cid-vdw3ZMSjnz .item-wrapper {
  position: relative;
}
.cid-vdw3ZMSjnz .content-head {
  max-width: 800px;
}
.cid-vdCQdzjQ2z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdCQdzjQ2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCQdzjQ2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdCQdzjQ2z .container-fluid {
    padding: 0;
  }
}
.cid-vdCQdzjQ2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdCQdzjQ2z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdCQdzjQ2z .embla__button--next,
.cid-vdCQdzjQ2z .embla__button--prev {
  display: flex;
}
.cid-vdCQdzjQ2z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdCQdzjQ2z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdCQdzjQ2z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdCQdzjQ2z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdCQdzjQ2z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdCQdzjQ2z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdCQdzjQ2z .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdCQdzjQ2z .embla {
  position: relative;
  width: 100%;
}
.cid-vdCQdzjQ2z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdCQdzjQ2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdCQdzjQ2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdCQdzjQ2z .embla__slide a {
  cursor: grab;
}
.cid-vdCQdzjQ2z .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdCQdzjQ2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdCQdzjQ2z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdCQdzjQ2z .mbr-section-title {
  color: #232323;
}
.cid-vdCQdzjQ2z .mbr-section-subtitle {
  color: #232323;
}
.cid-vdCQdzjQ2z .mbr-box {
  color: #ffffff;
}
.cid-vdCQdzjQ2z .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdCQdzjQ2z img,
.cid-vdCQdzjQ2z .item-img {
  width: 100%;
}
.cid-vdCQdzjQ2z .item-wrapper {
  position: relative;
}
.cid-vdCQdzjQ2z .content-head {
  max-width: 800px;
}
.cid-vdCTok8vEO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vdCTok8vEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCTok8vEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdCTok8vEO .container-fluid {
    padding: 0;
  }
}
.cid-vdCTok8vEO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdCTok8vEO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdCTok8vEO .embla__button--next,
.cid-vdCTok8vEO .embla__button--prev {
  display: flex;
}
.cid-vdCTok8vEO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdCTok8vEO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdCTok8vEO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdCTok8vEO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdCTok8vEO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdCTok8vEO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdCTok8vEO .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdCTok8vEO .embla {
  position: relative;
  width: 100%;
}
.cid-vdCTok8vEO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdCTok8vEO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdCTok8vEO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdCTok8vEO .embla__slide a {
  cursor: grab;
}
.cid-vdCTok8vEO .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdCTok8vEO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdCTok8vEO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdCTok8vEO .mbr-section-title {
  color: #232323;
}
.cid-vdCTok8vEO .mbr-section-subtitle {
  color: #232323;
}
.cid-vdCTok8vEO .mbr-box {
  color: #ffffff;
}
.cid-vdCTok8vEO .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdCTok8vEO img,
.cid-vdCTok8vEO .item-img {
  width: 100%;
}
.cid-vdCTok8vEO .item-wrapper {
  position: relative;
}
.cid-vdCTok8vEO .content-head {
  max-width: 800px;
}
.cid-vdDcfXfeyY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDcfXfeyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDcfXfeyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDcfXfeyY .container-fluid {
    padding: 0;
  }
}
.cid-vdDcfXfeyY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDcfXfeyY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDcfXfeyY .embla__button--next,
.cid-vdDcfXfeyY .embla__button--prev {
  display: flex;
}
.cid-vdDcfXfeyY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDcfXfeyY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDcfXfeyY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDcfXfeyY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDcfXfeyY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDcfXfeyY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDcfXfeyY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDcfXfeyY .embla {
  position: relative;
  width: 100%;
}
.cid-vdDcfXfeyY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDcfXfeyY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDcfXfeyY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDcfXfeyY .embla__slide a {
  cursor: grab;
}
.cid-vdDcfXfeyY .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDcfXfeyY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDcfXfeyY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDcfXfeyY .mbr-section-title {
  color: #232323;
}
.cid-vdDcfXfeyY .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDcfXfeyY .mbr-box {
  color: #ffffff;
}
.cid-vdDcfXfeyY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDcfXfeyY img,
.cid-vdDcfXfeyY .item-img {
  width: 100%;
}
.cid-vdDcfXfeyY .item-wrapper {
  position: relative;
}
.cid-vdDcfXfeyY .content-head {
  max-width: 800px;
}
.cid-vdDcwBEhHK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDcwBEhHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDcwBEhHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDcwBEhHK .container-fluid {
    padding: 0;
  }
}
.cid-vdDcwBEhHK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDcwBEhHK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDcwBEhHK .embla__button--next,
.cid-vdDcwBEhHK .embla__button--prev {
  display: flex;
}
.cid-vdDcwBEhHK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDcwBEhHK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDcwBEhHK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDcwBEhHK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDcwBEhHK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDcwBEhHK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDcwBEhHK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDcwBEhHK .embla {
  position: relative;
  width: 100%;
}
.cid-vdDcwBEhHK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDcwBEhHK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDcwBEhHK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDcwBEhHK .embla__slide a {
  cursor: grab;
}
.cid-vdDcwBEhHK .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDcwBEhHK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDcwBEhHK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDcwBEhHK .mbr-section-title {
  color: #232323;
}
.cid-vdDcwBEhHK .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDcwBEhHK .mbr-box {
  color: #ffffff;
}
.cid-vdDcwBEhHK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDcwBEhHK img,
.cid-vdDcwBEhHK .item-img {
  width: 100%;
}
.cid-vdDcwBEhHK .item-wrapper {
  position: relative;
}
.cid-vdDcwBEhHK .content-head {
  max-width: 800px;
}
.cid-vdDdMcvjSb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDdMcvjSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDdMcvjSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDdMcvjSb .container-fluid {
    padding: 0;
  }
}
.cid-vdDdMcvjSb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDdMcvjSb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDdMcvjSb .embla__button--next,
.cid-vdDdMcvjSb .embla__button--prev {
  display: flex;
}
.cid-vdDdMcvjSb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDdMcvjSb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDdMcvjSb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDdMcvjSb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDdMcvjSb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDdMcvjSb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDdMcvjSb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDdMcvjSb .embla {
  position: relative;
  width: 100%;
}
.cid-vdDdMcvjSb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDdMcvjSb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDdMcvjSb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDdMcvjSb .embla__slide a {
  cursor: grab;
}
.cid-vdDdMcvjSb .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDdMcvjSb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDdMcvjSb .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDdMcvjSb .mbr-section-title {
  color: #232323;
}
.cid-vdDdMcvjSb .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDdMcvjSb .mbr-box {
  color: #ffffff;
}
.cid-vdDdMcvjSb .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDdMcvjSb img,
.cid-vdDdMcvjSb .item-img {
  width: 100%;
}
.cid-vdDdMcvjSb .item-wrapper {
  position: relative;
}
.cid-vdDdMcvjSb .content-head {
  max-width: 800px;
}
.cid-vdDetIbYzr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDetIbYzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDetIbYzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDetIbYzr .container-fluid {
    padding: 0;
  }
}
.cid-vdDetIbYzr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDetIbYzr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDetIbYzr .embla__button--next,
.cid-vdDetIbYzr .embla__button--prev {
  display: flex;
}
.cid-vdDetIbYzr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDetIbYzr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDetIbYzr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDetIbYzr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDetIbYzr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDetIbYzr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDetIbYzr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDetIbYzr .embla {
  position: relative;
  width: 100%;
}
.cid-vdDetIbYzr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDetIbYzr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDetIbYzr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDetIbYzr .embla__slide a {
  cursor: grab;
}
.cid-vdDetIbYzr .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDetIbYzr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDetIbYzr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDetIbYzr .mbr-section-title {
  color: #232323;
}
.cid-vdDetIbYzr .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDetIbYzr .mbr-box {
  color: #ffffff;
}
.cid-vdDetIbYzr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDetIbYzr img,
.cid-vdDetIbYzr .item-img {
  width: 100%;
}
.cid-vdDetIbYzr .item-wrapper {
  position: relative;
}
.cid-vdDetIbYzr .content-head {
  max-width: 800px;
}
.cid-vdDhsWdxC3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDhsWdxC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDhsWdxC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDhsWdxC3 .container-fluid {
    padding: 0;
  }
}
.cid-vdDhsWdxC3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDhsWdxC3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDhsWdxC3 .embla__button--next,
.cid-vdDhsWdxC3 .embla__button--prev {
  display: flex;
}
.cid-vdDhsWdxC3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDhsWdxC3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDhsWdxC3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDhsWdxC3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDhsWdxC3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDhsWdxC3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDhsWdxC3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDhsWdxC3 .embla {
  position: relative;
  width: 100%;
}
.cid-vdDhsWdxC3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDhsWdxC3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDhsWdxC3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDhsWdxC3 .embla__slide a {
  cursor: grab;
}
.cid-vdDhsWdxC3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDhsWdxC3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDhsWdxC3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDhsWdxC3 .mbr-section-title {
  color: #232323;
}
.cid-vdDhsWdxC3 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDhsWdxC3 .mbr-box {
  color: #ffffff;
}
.cid-vdDhsWdxC3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDhsWdxC3 img,
.cid-vdDhsWdxC3 .item-img {
  width: 100%;
}
.cid-vdDhsWdxC3 .item-wrapper {
  position: relative;
}
.cid-vdDhsWdxC3 .content-head {
  max-width: 800px;
}
.cid-vdDi5KkJ1J {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDi5KkJ1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDi5KkJ1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDi5KkJ1J .container-fluid {
    padding: 0;
  }
}
.cid-vdDi5KkJ1J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDi5KkJ1J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDi5KkJ1J .embla__button--next,
.cid-vdDi5KkJ1J .embla__button--prev {
  display: flex;
}
.cid-vdDi5KkJ1J .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDi5KkJ1J .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDi5KkJ1J .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDi5KkJ1J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDi5KkJ1J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDi5KkJ1J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDi5KkJ1J .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDi5KkJ1J .embla {
  position: relative;
  width: 100%;
}
.cid-vdDi5KkJ1J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDi5KkJ1J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDi5KkJ1J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDi5KkJ1J .embla__slide a {
  cursor: grab;
}
.cid-vdDi5KkJ1J .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDi5KkJ1J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDi5KkJ1J .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDi5KkJ1J .mbr-section-title {
  color: #232323;
}
.cid-vdDi5KkJ1J .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDi5KkJ1J .mbr-box {
  color: #ffffff;
}
.cid-vdDi5KkJ1J .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDi5KkJ1J img,
.cid-vdDi5KkJ1J .item-img {
  width: 100%;
}
.cid-vdDi5KkJ1J .item-wrapper {
  position: relative;
}
.cid-vdDi5KkJ1J .content-head {
  max-width: 800px;
}
.cid-vdDiD7IQ8u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDiD7IQ8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDiD7IQ8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDiD7IQ8u .container-fluid {
    padding: 0;
  }
}
.cid-vdDiD7IQ8u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDiD7IQ8u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDiD7IQ8u .embla__button--next,
.cid-vdDiD7IQ8u .embla__button--prev {
  display: flex;
}
.cid-vdDiD7IQ8u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDiD7IQ8u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDiD7IQ8u .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDiD7IQ8u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDiD7IQ8u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDiD7IQ8u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDiD7IQ8u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDiD7IQ8u .embla {
  position: relative;
  width: 100%;
}
.cid-vdDiD7IQ8u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDiD7IQ8u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDiD7IQ8u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDiD7IQ8u .embla__slide a {
  cursor: grab;
}
.cid-vdDiD7IQ8u .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDiD7IQ8u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDiD7IQ8u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDiD7IQ8u .mbr-section-title {
  color: #232323;
}
.cid-vdDiD7IQ8u .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDiD7IQ8u .mbr-box {
  color: #ffffff;
}
.cid-vdDiD7IQ8u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDiD7IQ8u img,
.cid-vdDiD7IQ8u .item-img {
  width: 100%;
}
.cid-vdDiD7IQ8u .item-wrapper {
  position: relative;
}
.cid-vdDiD7IQ8u .content-head {
  max-width: 800px;
}
.cid-vdDiEWBzrV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDiEWBzrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDiEWBzrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDiEWBzrV .container-fluid {
    padding: 0;
  }
}
.cid-vdDiEWBzrV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDiEWBzrV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDiEWBzrV .embla__button--next,
.cid-vdDiEWBzrV .embla__button--prev {
  display: flex;
}
.cid-vdDiEWBzrV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDiEWBzrV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDiEWBzrV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDiEWBzrV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDiEWBzrV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDiEWBzrV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDiEWBzrV .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDiEWBzrV .embla {
  position: relative;
  width: 100%;
}
.cid-vdDiEWBzrV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDiEWBzrV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDiEWBzrV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDiEWBzrV .embla__slide a {
  cursor: grab;
}
.cid-vdDiEWBzrV .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDiEWBzrV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDiEWBzrV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDiEWBzrV .mbr-section-title {
  color: #232323;
}
.cid-vdDiEWBzrV .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDiEWBzrV .mbr-box {
  color: #ffffff;
}
.cid-vdDiEWBzrV .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDiEWBzrV img,
.cid-vdDiEWBzrV .item-img {
  width: 100%;
}
.cid-vdDiEWBzrV .item-wrapper {
  position: relative;
}
.cid-vdDiEWBzrV .content-head {
  max-width: 800px;
}
.cid-vdDqcCZif6 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDqcCZif6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDqcCZif6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDqcCZif6 .container-fluid {
    padding: 0;
  }
}
.cid-vdDqcCZif6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDqcCZif6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDqcCZif6 .embla__button--next,
.cid-vdDqcCZif6 .embla__button--prev {
  display: flex;
}
.cid-vdDqcCZif6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDqcCZif6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDqcCZif6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDqcCZif6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDqcCZif6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDqcCZif6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDqcCZif6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDqcCZif6 .embla {
  position: relative;
  width: 100%;
}
.cid-vdDqcCZif6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDqcCZif6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDqcCZif6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDqcCZif6 .embla__slide a {
  cursor: grab;
}
.cid-vdDqcCZif6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDqcCZif6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDqcCZif6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDqcCZif6 .mbr-section-title {
  color: #232323;
}
.cid-vdDqcCZif6 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDqcCZif6 .mbr-box {
  color: #ffffff;
}
.cid-vdDqcCZif6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDqcCZif6 img,
.cid-vdDqcCZif6 .item-img {
  width: 100%;
}
.cid-vdDqcCZif6 .item-wrapper {
  position: relative;
}
.cid-vdDqcCZif6 .content-head {
  max-width: 800px;
}
.cid-vdDwLW8pKI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdDwLW8pKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDwLW8pKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDwLW8pKI .container-fluid {
    padding: 0;
  }
}
.cid-vdDwLW8pKI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDwLW8pKI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDwLW8pKI .embla__button--next,
.cid-vdDwLW8pKI .embla__button--prev {
  display: flex;
}
.cid-vdDwLW8pKI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDwLW8pKI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDwLW8pKI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDwLW8pKI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDwLW8pKI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDwLW8pKI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDwLW8pKI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDwLW8pKI .embla {
  position: relative;
  width: 100%;
}
.cid-vdDwLW8pKI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDwLW8pKI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDwLW8pKI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDwLW8pKI .embla__slide a {
  cursor: grab;
}
.cid-vdDwLW8pKI .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDwLW8pKI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDwLW8pKI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDwLW8pKI .mbr-section-title {
  color: #232323;
}
.cid-vdDwLW8pKI .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDwLW8pKI .mbr-box {
  color: #ffffff;
}
.cid-vdDwLW8pKI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDwLW8pKI img,
.cid-vdDwLW8pKI .item-img {
  width: 100%;
}
.cid-vdDwLW8pKI .item-wrapper {
  position: relative;
}
.cid-vdDwLW8pKI .content-head {
  max-width: 800px;
}
.cid-vd9GCLGpij {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-vd9GCLGpij hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9GCLGpij .progress {
  background: #ffa600;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9GCLGpij .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffab69;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vcYnQMrCYw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcYnQMrCYw .item:focus,
.cid-vcYnQMrCYw span:focus {
  outline: none;
}
.cid-vcYnQMrCYw .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcYnQMrCYw .content-head {
  max-width: 800px;
}
.cid-vcYnQMrCYw .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcYnQMrCYw .item {
    min-height: 45px;
  }
}
.cid-vd6NJA1WFp .hidden {
  display: none;
}
.cid-vd6Z9Q9tNK .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd6Z9Q9tNK .my-float {
  margin-top: 16px;
}
.cid-vd6Z9Q9tNK P {
  color: #232323;
}
.cid-vd6Z9Q9tNK DIV {
  color: #ffffff;
}
.cid-vd6Z9Q9tNK H10 {
  color: #767676;
}
.cid-vd6Z9Q9tNK .hidden {
  display: none;
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vdICYbknLV {
  z-index: 1000;
  width: 100%;
}
.cid-vdICYbknLV .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;
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdICYbknLV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdICYbknLV .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdICYbknLV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdICYbknLV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdICYbknLV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdICYbknLV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdICYbknLV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdICYbknLV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdICYbknLV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdICYbknLV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdICYbknLV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdICYbknLV .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdICYbknLV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdICYbknLV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdICYbknLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdICYbknLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdICYbknLV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdICYbknLV .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdICYbknLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdICYbknLV .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdICYbknLV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdICYbknLV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdICYbknLV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdICYbknLV .nav-item:focus,
.cid-vdICYbknLV .nav-link:focus {
  outline: none;
}
.cid-vdICYbknLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdICYbknLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdICYbknLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdICYbknLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdICYbknLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdICYbknLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdICYbknLV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdICYbknLV .navbar.opened {
  transition: all 0.3s;
}
.cid-vdICYbknLV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdICYbknLV .navbar .navbar-logo img {
  width: auto;
}
.cid-vdICYbknLV .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdICYbknLV .navbar.collapsed {
  justify-content: center;
}
.cid-vdICYbknLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdICYbknLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdICYbknLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdICYbknLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdICYbknLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdICYbknLV .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-vdICYbknLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdICYbknLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdICYbknLV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdICYbknLV .navbar {
    min-height: 72px;
  }
  .cid-vdICYbknLV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdICYbknLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdICYbknLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdICYbknLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdICYbknLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdICYbknLV .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-vdICYbknLV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdICYbknLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdICYbknLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdICYbknLV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdICYbknLV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdICYbknLV .dropdown-item.active,
.cid-vdICYbknLV .dropdown-item:active {
  background-color: transparent;
}
.cid-vdICYbknLV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdICYbknLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdICYbknLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdICYbknLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdICYbknLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdICYbknLV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdICYbknLV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdICYbknLV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdICYbknLV .navbar-buttons {
    text-align: left;
  }
}
.cid-vdICYbknLV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdICYbknLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdICYbknLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdICYbknLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICYbknLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICYbknLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdICYbknLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICYbknLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdICYbknLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdICYbknLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICYbknLV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdICYbknLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdICYbknLV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdICYbknLV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdICYbknLV .navbar {
    height: 70px;
  }
  .cid-vdICYbknLV .navbar.opened {
    height: auto;
  }
  .cid-vdICYbknLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdICYbknLV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdICYbknLV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdICYbknLV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdICYbknLV .navbar-brand {
    margin-right: auto;
  }
  .cid-vdICYbknLV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdICYbknLV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdICYbknLV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdICYbknLV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICYbknLV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdICYbknLV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vd3XFdekxO {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vd3XFdekxO {
    align-items: flex-end;
  }
  .cid-vd3XFdekxO .row {
    justify-content: flex-start;
  }
  .cid-vd3XFdekxO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd3XFdekxO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd3XFdekxO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vd3XFdekxO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd3XFdekxO .content-wrap {
    width: 100%;
  }
}
.cid-vd3XFdekxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3XFdekxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-color-blurry-background-558873-17132-740x416.webp");
}
.cid-vd3XFdekxO .mbr-section-title,
.cid-vd3XFdekxO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vd3XFdekxO .mbr-text,
.cid-vd3XFdekxO .mbr-section-btn {
  text-align: center;
}
.cid-vd3XFdekxO .mbr-section-title {
  color: #9fe870;
  text-align: center;
}
.cid-vd3XFdekxO .mbr-section-subtitle {
  color: #75bc46;
  text-align: center;
}
.cid-vd6TUzQdRo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd6TUzQdRo hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd6TUzQdRo .progress {
  background: #9fe870;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd6TUzQdRo .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #9bf85e;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vd7UZoePSB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner20foto20de20perfil20spotify20620corte-1995x1576.webp");
}
.cid-vd7UZoePSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7UZoePSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7UZoePSB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd7UZoePSB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd7UZoePSB .mbr-iconfont {
  font-size: 3rem;
  color: #d2ffb6;
  padding-right: 2rem;
}
.cid-vd7UZoePSB .content-head {
  max-width: 800px;
}
.cid-vd7UZoePSB .mbr-section-title {
  text-align: justify;
  color: #d2ffb6;
}
.cid-vd7UZoePSB .mbr-section-subtitle {
  text-align: justify;
  color: #9fe870;
}
.cid-vd7UZoePSB .card-text {
  text-align: left;
  color: #9bf85e;
}
.cid-vd7UZoePSB .card-title {
  color: #bcef9b;
}
.cid-vd7UZoePSB .mbr-section-subtitle P {
  text-align: left;
}
.cid-vd9DXYlIO5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe354;
}
.cid-vd9DXYlIO5 .item:focus,
.cid-vd9DXYlIO5 span:focus {
  outline: none;
}
.cid-vd9DXYlIO5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vd9DXYlIO5 .content-head {
  max-width: 800px;
}
.cid-vd9DXYlIO5 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vd9DXYlIO5 .item {
    min-height: 45px;
  }
}
.cid-vd83o3iwjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vd83o3iwjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd83o3iwjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/jjjij-1080x1920.webp");
}
.cid-vd83o3iwjd .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-vd83o3iwjd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd83o3iwjd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd83o3iwjd .card-wrapper {
    padding: 4rem;
  }
}
.cid-vd83o3iwjd .mbr-text,
.cid-vd83o3iwjd .mbr-section-btn {
  color: #d70081;
}
.cid-vd83o3iwjd .card-title,
.cid-vd83o3iwjd .card-box {
  text-align: left;
  color: #c84289;
}
.cid-vd7tyuKiKG {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(91deg, #edefeb, #edefeb);
}
.cid-vd7tyuKiKG img {
  width: 500px;
  height: auto;
}
.cid-vd7tyuKiKG .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vd7tyuKiKG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7tyuKiKG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vd7tyuKiKG .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7tyuKiKG .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #e5e7e4;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7tyuKiKG .green-audio-player {
    width: 300px;
  }
}
.cid-vd7tyuKiKG .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7tyuKiKG .green-audio-player.player-accessible .controls:hover,
.cid-vd7tyuKiKG .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7tyuKiKG .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7tyuKiKG .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7tyuKiKG .green-audio-player svg,
.cid-vd7tyuKiKG .green-audio-player img {
  display: block;
}
.cid-vd7tyuKiKG .green-audio-player .holder {
  position: relative;
}
.cid-vd7tyuKiKG .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7tyuKiKG .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #cbcbcb;
}
.cid-vd7tyuKiKG .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .slider {
  flex-grow: 1;
  background-color: #315f94;
  cursor: pointer;
  position: relative;
}
.cid-vd7tyuKiKG .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7tyuKiKG .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #ffc091;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7tyuKiKG .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7tyuKiKG .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffa600;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7tyuKiKG .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7tyuKiKG .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7tyuKiKG .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7tyuKiKG .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .volume {
  position: relative;
}
.cid-vd7tyuKiKG .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7tyuKiKG .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #d7d7d7;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__button.open path {
  fill: #cbcbcb;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #edefeb;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7tyuKiKG .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7tyuKiKG .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7tyuKiKG .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7tyuKiKG .green-audio-player:focus {
  outline: none;
}
.cid-vd7tyuKiKG .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7tyuKiKG .hidden {
  display: none;
}
.cid-vd7tyuKiKG .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7zlQ3IO7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vd7zlQ3IO7 img {
  width: 500px;
  height: auto;
}
.cid-vd7zlQ3IO7 .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-vd7zlQ3IO7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vd7zlQ3IO7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7zlQ3IO7 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vd7zlQ3IO7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vd7zlQ3IO7 .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7zlQ3IO7 .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7zlQ3IO7 .green-audio-player {
    width: 300px;
  }
}
.cid-vd7zlQ3IO7 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7zlQ3IO7 .green-audio-player.player-accessible .controls:hover,
.cid-vd7zlQ3IO7 .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7zlQ3IO7 .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7zlQ3IO7 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7zlQ3IO7 .green-audio-player svg,
.cid-vd7zlQ3IO7 .green-audio-player img {
  display: block;
}
.cid-vd7zlQ3IO7 .green-audio-player .holder {
  position: relative;
}
.cid-vd7zlQ3IO7 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7zlQ3IO7 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #e4e4e4;
}
.cid-vd7zlQ3IO7 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #00ade0;
  cursor: pointer;
  position: relative;
}
.cid-vd7zlQ3IO7 .green-audio-player .slider .gap-progress {
  background-color: #ff7ecb;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #ffe39c;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7zlQ3IO7 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ff7ecb;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7zlQ3IO7 .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume {
  position: relative;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7zlQ3IO7 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #e5e7e4;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__button.open path {
  fill: #e5e7e4;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7zlQ3IO7 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7zlQ3IO7 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7zlQ3IO7 .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .green-audio-player:focus {
  outline: none;
}
.cid-vd7zlQ3IO7 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7zlQ3IO7 .hidden {
  display: none;
}
.cid-vd7zlQ3IO7 .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7zfL0N3q {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-vd7zfL0N3q img {
  width: 500px;
  height: auto;
}
.cid-vd7zfL0N3q .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vd7zfL0N3q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7zfL0N3q .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vd7zfL0N3q .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7zfL0N3q .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #e5e7e4;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7zfL0N3q .green-audio-player {
    width: 300px;
  }
}
.cid-vd7zfL0N3q .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7zfL0N3q .green-audio-player.player-accessible .controls:hover,
.cid-vd7zfL0N3q .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7zfL0N3q .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7zfL0N3q .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7zfL0N3q .green-audio-player svg,
.cid-vd7zfL0N3q .green-audio-player img {
  display: block;
}
.cid-vd7zfL0N3q .green-audio-player .holder {
  position: relative;
}
.cid-vd7zfL0N3q .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7zfL0N3q .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #cbcbcb;
}
.cid-vd7zfL0N3q .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .slider {
  flex-grow: 1;
  background-color: #315f94;
  cursor: pointer;
  position: relative;
}
.cid-vd7zfL0N3q .green-audio-player .slider .gap-progress {
  background-color: #9fe870;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7zfL0N3q .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #95e7f1;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7zfL0N3q .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7zfL0N3q .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #57cff3;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7zfL0N3q .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7zfL0N3q .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7zfL0N3q .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7zfL0N3q .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .volume {
  position: relative;
}
.cid-vd7zfL0N3q .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7zfL0N3q .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #d7d7d7;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__button.open path {
  fill: #cbcbcb;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #edefeb;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7zfL0N3q .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7zfL0N3q .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7zfL0N3q .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7zfL0N3q .green-audio-player:focus {
  outline: none;
}
.cid-vd7zfL0N3q .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7zfL0N3q .hidden {
  display: none;
}
.cid-vd7zfL0N3q .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7JTRqHKT {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vd7JTRqHKT img {
  width: 500px;
  height: auto;
}
.cid-vd7JTRqHKT .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-vd7JTRqHKT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vd7JTRqHKT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7JTRqHKT .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vd7JTRqHKT .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vd7JTRqHKT .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7JTRqHKT .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7JTRqHKT .green-audio-player {
    width: 300px;
  }
}
.cid-vd7JTRqHKT .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7JTRqHKT .green-audio-player.player-accessible .controls:hover,
.cid-vd7JTRqHKT .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7JTRqHKT .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7JTRqHKT .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7JTRqHKT .green-audio-player svg,
.cid-vd7JTRqHKT .green-audio-player img {
  display: block;
}
.cid-vd7JTRqHKT .green-audio-player .holder {
  position: relative;
}
.cid-vd7JTRqHKT .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7JTRqHKT .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #e4e4e4;
}
.cid-vd7JTRqHKT .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .slider {
  flex-grow: 1;
  background-color: #7787a5;
  cursor: pointer;
  position: relative;
}
.cid-vd7JTRqHKT .green-audio-player .slider .gap-progress {
  background-color: #ffc091;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7JTRqHKT .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #ffdb9c;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7JTRqHKT .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7JTRqHKT .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffc091;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7JTRqHKT .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7JTRqHKT .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7JTRqHKT .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7JTRqHKT .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .volume {
  position: relative;
}
.cid-vd7JTRqHKT .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7JTRqHKT .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #e5e7e4;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__button.open path {
  fill: #e5e7e4;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7JTRqHKT .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7JTRqHKT .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7JTRqHKT .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7JTRqHKT .green-audio-player:focus {
  outline: none;
}
.cid-vd7JTRqHKT .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7JTRqHKT .hidden {
  display: none;
}
.cid-vd7JTRqHKT .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7J99hZBT {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-vd7J99hZBT img {
  width: 500px;
  height: auto;
}
.cid-vd7J99hZBT .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vd7J99hZBT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7J99hZBT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vd7J99hZBT .mbr-text {
  color: #767676;
  text-align: justify;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7J99hZBT .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #e5e7e4;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7J99hZBT .green-audio-player {
    width: 300px;
  }
}
.cid-vd7J99hZBT .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7J99hZBT .green-audio-player.player-accessible .controls:hover,
.cid-vd7J99hZBT .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7J99hZBT .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7J99hZBT .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7J99hZBT .green-audio-player svg,
.cid-vd7J99hZBT .green-audio-player img {
  display: block;
}
.cid-vd7J99hZBT .green-audio-player .holder {
  position: relative;
}
.cid-vd7J99hZBT .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7J99hZBT .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #cbcbcb;
}
.cid-vd7J99hZBT .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .slider {
  flex-grow: 1;
  background-color: #1c50b4;
  cursor: pointer;
  position: relative;
}
.cid-vd7J99hZBT .green-audio-player .slider .gap-progress {
  background-color: #ffc091;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7J99hZBT .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #c7217c;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7J99hZBT .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7J99hZBT .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #d665a8;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7J99hZBT .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7J99hZBT .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7J99hZBT .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7J99hZBT .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .volume {
  position: relative;
}
.cid-vd7J99hZBT .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7J99hZBT .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #d7d7d7;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__button.open path {
  fill: #cbcbcb;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #edefeb;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7J99hZBT .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7J99hZBT .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7J99hZBT .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7J99hZBT .green-audio-player:focus {
  outline: none;
}
.cid-vd7J99hZBT .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7J99hZBT .hidden {
  display: none;
}
.cid-vd7J99hZBT .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7J8BgGLv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vd7J8BgGLv img {
  width: 500px;
  height: auto;
}
.cid-vd7J8BgGLv .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-vd7J8BgGLv .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vd7J8BgGLv .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd7J8BgGLv .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vd7J8BgGLv .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vd7J8BgGLv .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd7J8BgGLv .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd7J8BgGLv .green-audio-player {
    width: 300px;
  }
}
.cid-vd7J8BgGLv .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd7J8BgGLv .green-audio-player.player-accessible .controls:hover,
.cid-vd7J8BgGLv .green-audio-player.player-accessible .volume__button:hover,
.cid-vd7J8BgGLv .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd7J8BgGLv .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd7J8BgGLv .green-audio-player svg,
.cid-vd7J8BgGLv .green-audio-player img {
  display: block;
}
.cid-vd7J8BgGLv .green-audio-player .holder {
  position: relative;
}
.cid-vd7J8BgGLv .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd7J8BgGLv .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #e4e4e4;
}
.cid-vd7J8BgGLv .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .slider {
  flex-grow: 1;
  background-color: #1c50b4;
  cursor: pointer;
  position: relative;
}
.cid-vd7J8BgGLv .green-audio-player .slider .gap-progress {
  background-color: #ff7ecb;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd7J8BgGLv .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #02ffee;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd7J8BgGLv .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd7J8BgGLv .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #e282bc;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd7J8BgGLv .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd7J8BgGLv .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd7J8BgGLv .green-audio-player .controls span {
  cursor: default;
}
.cid-vd7J8BgGLv .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .volume {
  position: relative;
}
.cid-vd7J8BgGLv .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd7J8BgGLv .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #e5e7e4;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__button.open path {
  fill: #e5e7e4;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd7J8BgGLv .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd7J8BgGLv .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd7J8BgGLv .green-audio-player .download:focus {
  outline: none;
}
.cid-vd7J8BgGLv .green-audio-player:focus {
  outline: none;
}
.cid-vd7J8BgGLv .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd7J8BgGLv .hidden {
  display: none;
}
.cid-vd7J8BgGLv .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd7Mim7x3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vd7Mim7x3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7Mim7x3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Mim7x3T .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vd7Mim7x3T .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vd7Mim7x3T .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vd7Mim7x3T .card-wrapper {
    padding: 4rem;
  }
}
.cid-vd7Mim7x3T .mbr-text,
.cid-vd7Mim7x3T .mbr-section-btn {
  color: #000000;
}
.cid-vd7Mim7x3T .card-title,
.cid-vd7Mim7x3T .card-box {
  text-align: center;
  color: #31ce00;
}
.cid-vd6SCZGnzB {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(0deg, #ff0087, #232323);
}
.cid-vd6SCZGnzB .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #8dfe45;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/logo20personal20negro20sin20fondo-244x244.webp");
  background-size: 80%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-vd9uLpU1Im {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/k201-2000x1124.webp");
}
.cid-vd9uLpU1Im .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9uLpU1Im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9uLpU1Im .mbr-section-title {
  color: #ff00cf;
}
.cid-vd9uLpU1Im .mbr-section-subtitle {
  color: #ff00cf;
}
.cid-vd9yogk3uB {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(91deg, #edefeb, #edefeb);
}
.cid-vd9yogk3uB img {
  width: 355px;
  height: auto;
}
.cid-vd9yogk3uB .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vd9yogk3uB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd9yogk3uB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vd9yogk3uB .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd9yogk3uB .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #e5e7e4;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd9yogk3uB .green-audio-player {
    width: 300px;
  }
}
.cid-vd9yogk3uB .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd9yogk3uB .green-audio-player.player-accessible .controls:hover,
.cid-vd9yogk3uB .green-audio-player.player-accessible .volume__button:hover,
.cid-vd9yogk3uB .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd9yogk3uB .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd9yogk3uB .green-audio-player svg,
.cid-vd9yogk3uB .green-audio-player img {
  display: block;
}
.cid-vd9yogk3uB .green-audio-player .holder {
  position: relative;
}
.cid-vd9yogk3uB .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd9yogk3uB .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #cbcbcb;
}
.cid-vd9yogk3uB .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .slider {
  flex-grow: 1;
  background-color: #e1d061;
  cursor: pointer;
  position: relative;
}
.cid-vd9yogk3uB .green-audio-player .slider .gap-progress {
  background-color: #a0e1cf;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd9yogk3uB .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #f92c50;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd9yogk3uB .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd9yogk3uB .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #d70081;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd9yogk3uB .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd9yogk3uB .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd9yogk3uB .green-audio-player .controls span {
  cursor: default;
}
.cid-vd9yogk3uB .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .volume {
  position: relative;
}
.cid-vd9yogk3uB .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd9yogk3uB .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #d7d7d7;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__button.open path {
  fill: #cbcbcb;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #edefeb;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd9yogk3uB .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd9yogk3uB .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd9yogk3uB .green-audio-player .download:focus {
  outline: none;
}
.cid-vd9yogk3uB .green-audio-player:focus {
  outline: none;
}
.cid-vd9yogk3uB .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd9yogk3uB .hidden {
  display: none;
}
.cid-vd9yogk3uB .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vd9AI0qjwE {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(91deg, #ffffff, #ffffff);
}
.cid-vd9AI0qjwE img {
  width: 355px;
  height: auto;
}
.cid-vd9AI0qjwE .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-vd9AI0qjwE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vd9AI0qjwE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vd9AI0qjwE .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vd9AI0qjwE .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vd9AI0qjwE .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vd9AI0qjwE .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vd9AI0qjwE .green-audio-player {
    width: 300px;
  }
}
.cid-vd9AI0qjwE .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vd9AI0qjwE .green-audio-player.player-accessible .controls:hover,
.cid-vd9AI0qjwE .green-audio-player.player-accessible .volume__button:hover,
.cid-vd9AI0qjwE .green-audio-player.player-accessible .volume__controls:hover,
.cid-vd9AI0qjwE .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vd9AI0qjwE .green-audio-player svg,
.cid-vd9AI0qjwE .green-audio-player img {
  display: block;
}
.cid-vd9AI0qjwE .green-audio-player .holder {
  position: relative;
}
.cid-vd9AI0qjwE .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vd9AI0qjwE .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #d7d7d7;
}
.cid-vd9AI0qjwE .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .slider {
  flex-grow: 1;
  background-color: #7787a5;
  cursor: pointer;
  position: relative;
}
.cid-vd9AI0qjwE .green-audio-player .slider .gap-progress {
  background-color: #eec2b1;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vd9AI0qjwE .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #7c2727;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vd9AI0qjwE .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vd9AI0qjwE .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #7787a5;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vd9AI0qjwE .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vd9AI0qjwE .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vd9AI0qjwE .green-audio-player .controls span {
  cursor: default;
}
.cid-vd9AI0qjwE .green-audio-player .controls:focus {
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .volume {
  position: relative;
}
.cid-vd9AI0qjwE .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vd9AI0qjwE .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #e5e5e5;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__button.open path {
  fill: #edefeb;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #edefeb;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vd9AI0qjwE .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vd9AI0qjwE .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vd9AI0qjwE .green-audio-player .download:focus {
  outline: none;
}
.cid-vd9AI0qjwE .green-audio-player:focus {
  outline: none;
}
.cid-vd9AI0qjwE .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vd9AI0qjwE .hidden {
  display: none;
}
.cid-vd9AI0qjwE .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vddwyn4pWm {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-vddwyn4pWm img {
  width: 340px;
  height: auto;
}
.cid-vddwyn4pWm .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vddwyn4pWm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vddwyn4pWm .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vddwyn4pWm .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vddwyn4pWm .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #e2e5e0;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .cid-vddwyn4pWm .green-audio-player {
    width: 300px;
  }
}
.cid-vddwyn4pWm .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vddwyn4pWm .green-audio-player.player-accessible .controls:hover,
.cid-vddwyn4pWm .green-audio-player.player-accessible .volume__button:hover,
.cid-vddwyn4pWm .green-audio-player.player-accessible .volume__controls:hover,
.cid-vddwyn4pWm .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vddwyn4pWm .green-audio-player svg,
.cid-vddwyn4pWm .green-audio-player img {
  display: block;
}
.cid-vddwyn4pWm .green-audio-player .holder {
  position: relative;
}
.cid-vddwyn4pWm .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vddwyn4pWm .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #d5d5d5;
}
.cid-vddwyn4pWm .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .slider {
  flex-grow: 1;
  background-color: #7c2727;
  cursor: pointer;
  position: relative;
}
.cid-vddwyn4pWm .green-audio-player .slider .gap-progress {
  background-color: #ffa600;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vddwyn4pWm .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #b76700;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-vddwyn4pWm .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vddwyn4pWm .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #bd8c66;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vddwyn4pWm .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vddwyn4pWm .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vddwyn4pWm .green-audio-player .controls span {
  cursor: default;
}
.cid-vddwyn4pWm .green-audio-player .controls:focus {
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .volume {
  position: relative;
}
.cid-vddwyn4pWm .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-vddwyn4pWm .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #d4d4d4;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vddwyn4pWm .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vddwyn4pWm .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vddwyn4pWm .green-audio-player .download:focus {
  outline: none;
}
.cid-vddwyn4pWm .green-audio-player:focus {
  outline: none;
}
.cid-vddwyn4pWm .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vddwyn4pWm .hidden {
  display: none;
}
.cid-vddwyn4pWm .mbr-section-subtitle {
  text-align: left;
}
.cid-vd9HsOpiXI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-vd9HsOpiXI hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9HsOpiXI .progress {
  background: #9fe870;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9HsOpiXI .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #9bf85e;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vd3XFiGHiM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vd3XFiGHiM .item:focus,
.cid-vd3XFiGHiM span:focus {
  outline: none;
}
.cid-vd3XFiGHiM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vd3XFiGHiM .content-head {
  max-width: 800px;
}
.cid-vd3XFiGHiM .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vd3XFiGHiM .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd6Ntm2FbY .hidden {
  display: none;
}
.cid-vd6W8ZrxTl .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd6W8ZrxTl .my-float {
  margin-top: 16px;
}
.cid-vd6W8ZrxTl P {
  color: #232323;
}
.cid-vd6W8ZrxTl DIV {
  color: #ffffff;
}
.cid-vd6W8ZrxTl H10 {
  color: #767676;
}
.cid-vd6W8ZrxTl .hidden {
  display: none;
}
.cid-vdNcFRvRBG {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vdNcFRvRBG img {
  width: 10px;
  height: auto;
}
.cid-vdNcFRvRBG .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-vdNcFRvRBG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vdNcFRvRBG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vdNcFRvRBG .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-vdNcFRvRBG .green-audio-player {
  width: 300px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0px;
  user-select: none;
  background-color: #ffffff;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  .cid-vdNcFRvRBG .green-audio-player {
    width: 300px;
  }
}
.cid-vdNcFRvRBG .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-vdNcFRvRBG .green-audio-player.player-accessible .controls:hover,
.cid-vdNcFRvRBG .green-audio-player.player-accessible .volume__button:hover,
.cid-vdNcFRvRBG .green-audio-player.player-accessible .volume__controls:hover,
.cid-vdNcFRvRBG .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-vdNcFRvRBG .green-audio-player svg,
.cid-vdNcFRvRBG .green-audio-player img {
  display: block;
}
.cid-vdNcFRvRBG .green-audio-player .holder {
  position: relative;
}
.cid-vdNcFRvRBG .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-vdNcFRvRBG .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vdNcFRvRBG .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .slider {
  flex-grow: 1;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.cid-vdNcFRvRBG .green-audio-player .slider .gap-progress {
  background-color: #ffffff;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-vdNcFRvRBG .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: transparent;
  position: absolute;
  pointer-events: all;
}
.cid-vdNcFRvRBG .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-vdNcFRvRBG .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-vdNcFRvRBG .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-vdNcFRvRBG .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-vdNcFRvRBG .green-audio-player .controls span {
  cursor: default;
}
.cid-vdNcFRvRBG .green-audio-player .controls:focus {
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .volume {
  position: relative;
}
.cid-vdNcFRvRBG .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-vdNcFRvRBG .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__button.open path {
  fill: #ffffff;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-vdNcFRvRBG .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-vdNcFRvRBG .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-vdNcFRvRBG .green-audio-player .download:focus {
  outline: none;
}
.cid-vdNcFRvRBG .green-audio-player:focus {
  outline: none;
}
.cid-vdNcFRvRBG .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-vdNcFRvRBG .hidden {
  display: none;
}
.cid-vdNcFRvRBG .mbr-section-subtitle {
  text-align: left;
}
.cid-vdICNfpfHL {
  z-index: 1000;
  width: 100%;
}
.cid-vdICNfpfHL .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;
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdICNfpfHL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdICNfpfHL .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdICNfpfHL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdICNfpfHL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdICNfpfHL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdICNfpfHL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdICNfpfHL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdICNfpfHL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdICNfpfHL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdICNfpfHL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdICNfpfHL .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdICNfpfHL .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdICNfpfHL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdICNfpfHL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdICNfpfHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdICNfpfHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdICNfpfHL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdICNfpfHL .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdICNfpfHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdICNfpfHL .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdICNfpfHL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdICNfpfHL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdICNfpfHL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdICNfpfHL .nav-item:focus,
.cid-vdICNfpfHL .nav-link:focus {
  outline: none;
}
.cid-vdICNfpfHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdICNfpfHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdICNfpfHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdICNfpfHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdICNfpfHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdICNfpfHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdICNfpfHL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdICNfpfHL .navbar.opened {
  transition: all 0.3s;
}
.cid-vdICNfpfHL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdICNfpfHL .navbar .navbar-logo img {
  width: auto;
}
.cid-vdICNfpfHL .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdICNfpfHL .navbar.collapsed {
  justify-content: center;
}
.cid-vdICNfpfHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdICNfpfHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdICNfpfHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdICNfpfHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdICNfpfHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdICNfpfHL .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-vdICNfpfHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdICNfpfHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdICNfpfHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdICNfpfHL .navbar {
    min-height: 72px;
  }
  .cid-vdICNfpfHL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdICNfpfHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdICNfpfHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdICNfpfHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdICNfpfHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdICNfpfHL .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-vdICNfpfHL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdICNfpfHL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdICNfpfHL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdICNfpfHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdICNfpfHL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdICNfpfHL .dropdown-item.active,
.cid-vdICNfpfHL .dropdown-item:active {
  background-color: transparent;
}
.cid-vdICNfpfHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdICNfpfHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdICNfpfHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdICNfpfHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdICNfpfHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdICNfpfHL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdICNfpfHL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdICNfpfHL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdICNfpfHL .navbar-buttons {
    text-align: left;
  }
}
.cid-vdICNfpfHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdICNfpfHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdICNfpfHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdICNfpfHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICNfpfHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdICNfpfHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdICNfpfHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICNfpfHL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdICNfpfHL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdICNfpfHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdICNfpfHL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdICNfpfHL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdICNfpfHL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdICNfpfHL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdICNfpfHL .navbar {
    height: 70px;
  }
  .cid-vdICNfpfHL .navbar.opened {
    height: auto;
  }
  .cid-vdICNfpfHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdICNfpfHL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdICNfpfHL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdICNfpfHL .navbar-brand {
    margin-right: auto;
  }
  .cid-vdICNfpfHL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdICNfpfHL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdICNfpfHL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdICNfpfHL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdICNfpfHL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdICNfpfHL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcX1d1AqKt {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vcX1d1AqKt {
    align-items: flex-end;
  }
  .cid-vcX1d1AqKt .row {
    justify-content: flex-start;
  }
  .cid-vcX1d1AqKt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcX1d1AqKt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcX1d1AqKt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcX1d1AqKt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcX1d1AqKt .content-wrap {
    width: 100%;
  }
}
.cid-vcX1d1AqKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcX1d1AqKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-color-blurry-background-558873-17132-740x416.webp");
}
.cid-vcX1d1AqKt .mbr-section-title,
.cid-vcX1d1AqKt .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcX1d1AqKt .mbr-text,
.cid-vcX1d1AqKt .mbr-section-btn {
  text-align: center;
}
.cid-vcX1d1AqKt .mbr-section-title {
  color: #ffb9b9;
  text-align: center;
}
.cid-vcX1d1AqKt .mbr-section-subtitle {
  color: #ec7878;
  text-align: center;
}
.cid-vd9G4E05M3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vd9G4E05M3 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9G4E05M3 .progress {
  background: #ff8080;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9G4E05M3 .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff9c9c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vdDCB7vcWm {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffeaea;
}
.cid-vdDCB7vcWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDCB7vcWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDCB7vcWm .container-fluid {
    padding: 0;
  }
}
.cid-vdDCB7vcWm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDCB7vcWm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDCB7vcWm .embla__button--next,
.cid-vdDCB7vcWm .embla__button--prev {
  display: flex;
}
.cid-vdDCB7vcWm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDCB7vcWm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDCB7vcWm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDCB7vcWm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDCB7vcWm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDCB7vcWm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDCB7vcWm .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDCB7vcWm .embla {
  position: relative;
  width: 100%;
}
.cid-vdDCB7vcWm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDCB7vcWm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDCB7vcWm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDCB7vcWm .embla__slide a {
  cursor: grab;
}
.cid-vdDCB7vcWm .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDCB7vcWm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDCB7vcWm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDCB7vcWm .mbr-section-title {
  color: #232323;
}
.cid-vdDCB7vcWm .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDCB7vcWm .mbr-box {
  color: #ffffff;
}
.cid-vdDCB7vcWm .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDCB7vcWm img,
.cid-vdDCB7vcWm .item-img {
  width: 100%;
}
.cid-vdDCB7vcWm .item-wrapper {
  position: relative;
}
.cid-vdDCB7vcWm .content-head {
  max-width: 800px;
}
.cid-vdDIhw9LKh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDIhw9LKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDIhw9LKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDIhw9LKh .container-fluid {
    padding: 0;
  }
}
.cid-vdDIhw9LKh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDIhw9LKh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDIhw9LKh .embla__button--next,
.cid-vdDIhw9LKh .embla__button--prev {
  display: flex;
}
.cid-vdDIhw9LKh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDIhw9LKh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDIhw9LKh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDIhw9LKh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDIhw9LKh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDIhw9LKh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDIhw9LKh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDIhw9LKh .embla {
  position: relative;
  width: 100%;
}
.cid-vdDIhw9LKh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDIhw9LKh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDIhw9LKh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDIhw9LKh .embla__slide a {
  cursor: grab;
}
.cid-vdDIhw9LKh .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDIhw9LKh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDIhw9LKh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDIhw9LKh .mbr-section-title {
  color: #232323;
}
.cid-vdDIhw9LKh .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDIhw9LKh .mbr-box {
  color: #ffffff;
}
.cid-vdDIhw9LKh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDIhw9LKh img,
.cid-vdDIhw9LKh .item-img {
  width: 100%;
}
.cid-vdDIhw9LKh .item-wrapper {
  position: relative;
}
.cid-vdDIhw9LKh .content-head {
  max-width: 800px;
}
.cid-vdDGyicWXR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDGyicWXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDGyicWXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDGyicWXR .container-fluid {
    padding: 0;
  }
}
.cid-vdDGyicWXR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDGyicWXR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDGyicWXR .embla__button--next,
.cid-vdDGyicWXR .embla__button--prev {
  display: flex;
}
.cid-vdDGyicWXR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDGyicWXR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDGyicWXR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDGyicWXR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDGyicWXR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDGyicWXR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDGyicWXR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDGyicWXR .embla {
  position: relative;
  width: 100%;
}
.cid-vdDGyicWXR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDGyicWXR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDGyicWXR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDGyicWXR .embla__slide a {
  cursor: grab;
}
.cid-vdDGyicWXR .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDGyicWXR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDGyicWXR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDGyicWXR .mbr-section-title {
  color: #232323;
}
.cid-vdDGyicWXR .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDGyicWXR .mbr-box {
  color: #ffffff;
}
.cid-vdDGyicWXR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDGyicWXR img,
.cid-vdDGyicWXR .item-img {
  width: 100%;
}
.cid-vdDGyicWXR .item-wrapper {
  position: relative;
}
.cid-vdDGyicWXR .content-head {
  max-width: 800px;
}
.cid-vdDURA2Qf8 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDURA2Qf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDURA2Qf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDURA2Qf8 .container-fluid {
    padding: 0;
  }
}
.cid-vdDURA2Qf8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDURA2Qf8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDURA2Qf8 .embla__button--next,
.cid-vdDURA2Qf8 .embla__button--prev {
  display: flex;
}
.cid-vdDURA2Qf8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDURA2Qf8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDURA2Qf8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDURA2Qf8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDURA2Qf8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDURA2Qf8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDURA2Qf8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDURA2Qf8 .embla {
  position: relative;
  width: 100%;
}
.cid-vdDURA2Qf8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDURA2Qf8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDURA2Qf8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDURA2Qf8 .embla__slide a {
  cursor: grab;
}
.cid-vdDURA2Qf8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDURA2Qf8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDURA2Qf8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDURA2Qf8 .mbr-section-title {
  color: #232323;
}
.cid-vdDURA2Qf8 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDURA2Qf8 .mbr-box {
  color: #ffffff;
}
.cid-vdDURA2Qf8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDURA2Qf8 img,
.cid-vdDURA2Qf8 .item-img {
  width: 100%;
}
.cid-vdDURA2Qf8 .item-wrapper {
  position: relative;
}
.cid-vdDURA2Qf8 .content-head {
  max-width: 800px;
}
.cid-vdDP12LTg2 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdDP12LTg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdDP12LTg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdDP12LTg2 .container-fluid {
    padding: 0;
  }
}
.cid-vdDP12LTg2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdDP12LTg2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdDP12LTg2 .embla__button--next,
.cid-vdDP12LTg2 .embla__button--prev {
  display: flex;
}
.cid-vdDP12LTg2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdDP12LTg2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdDP12LTg2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdDP12LTg2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdDP12LTg2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdDP12LTg2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdDP12LTg2 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdDP12LTg2 .embla {
  position: relative;
  width: 100%;
}
.cid-vdDP12LTg2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdDP12LTg2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdDP12LTg2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdDP12LTg2 .embla__slide a {
  cursor: grab;
}
.cid-vdDP12LTg2 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdDP12LTg2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdDP12LTg2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdDP12LTg2 .mbr-section-title {
  color: #232323;
}
.cid-vdDP12LTg2 .mbr-section-subtitle {
  color: #232323;
}
.cid-vdDP12LTg2 .mbr-box {
  color: #ffffff;
}
.cid-vdDP12LTg2 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdDP12LTg2 img,
.cid-vdDP12LTg2 .item-img {
  width: 100%;
}
.cid-vdDP12LTg2 .item-wrapper {
  position: relative;
}
.cid-vdDP12LTg2 .content-head {
  max-width: 800px;
}
.cid-vdE5AeyIdp {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vdE5AeyIdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdE5AeyIdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdE5AeyIdp .container-fluid {
    padding: 0;
  }
}
.cid-vdE5AeyIdp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdE5AeyIdp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdE5AeyIdp .embla__button--next,
.cid-vdE5AeyIdp .embla__button--prev {
  display: flex;
}
.cid-vdE5AeyIdp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdE5AeyIdp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdE5AeyIdp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdE5AeyIdp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdE5AeyIdp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdE5AeyIdp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdE5AeyIdp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdE5AeyIdp .embla {
  position: relative;
  width: 100%;
}
.cid-vdE5AeyIdp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdE5AeyIdp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdE5AeyIdp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdE5AeyIdp .embla__slide a {
  cursor: grab;
}
.cid-vdE5AeyIdp .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdE5AeyIdp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdE5AeyIdp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdE5AeyIdp .mbr-section-title {
  color: #232323;
}
.cid-vdE5AeyIdp .mbr-section-subtitle {
  color: #232323;
}
.cid-vdE5AeyIdp .mbr-box {
  color: #ffffff;
}
.cid-vdE5AeyIdp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdE5AeyIdp img,
.cid-vdE5AeyIdp .item-img {
  width: 100%;
}
.cid-vdE5AeyIdp .item-wrapper {
  position: relative;
}
.cid-vdE5AeyIdp .content-head {
  max-width: 800px;
}
.cid-vdE32hMN0H {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-vdE32hMN0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdE32hMN0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vdE32hMN0H .container-fluid {
    padding: 0;
  }
}
.cid-vdE32hMN0H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vdE32hMN0H .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdE32hMN0H .embla__button--next,
.cid-vdE32hMN0H .embla__button--prev {
  display: flex;
}
.cid-vdE32hMN0H .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vdE32hMN0H .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vdE32hMN0H .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vdE32hMN0H .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdE32hMN0H .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdE32hMN0H .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdE32hMN0H .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdE32hMN0H .embla {
  position: relative;
  width: 100%;
}
.cid-vdE32hMN0H .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdE32hMN0H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdE32hMN0H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdE32hMN0H .embla__slide a {
  cursor: grab;
}
.cid-vdE32hMN0H .embla__slide a:active {
  cursor: grabbing;
}
.cid-vdE32hMN0H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdE32hMN0H .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vdE32hMN0H .mbr-section-title {
  color: #232323;
}
.cid-vdE32hMN0H .mbr-section-subtitle {
  color: #232323;
}
.cid-vdE32hMN0H .mbr-box {
  color: #ffffff;
}
.cid-vdE32hMN0H .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdE32hMN0H img,
.cid-vdE32hMN0H .item-img {
  width: 100%;
}
.cid-vdE32hMN0H .item-wrapper {
  position: relative;
}
.cid-vdE32hMN0H .content-head {
  max-width: 800px;
}
.cid-vdE5p5I91M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdE5p5I91M .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-vdE5p5I91M .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vdagn6w1fg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-vdagn6w1fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdagn6w1fg .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vdagn6w1fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdagn6w1fg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vdagn6w1fg .card-title,
.cid-vdagn6w1fg .iconfont-wrapper,
.cid-vdagn6w1fg .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdagn6w1fg .content-head {
  max-width: 800px;
}
.cid-vdagn6w1fg .mbr-section-title {
  color: #000000;
}
.cid-vdagn6w1fg .mbr-section-btn {
  text-align: center;
}
.cid-vdagn6w1fg .card-title,
.cid-vdagn6w1fg .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-vd9GoTgB4A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-vd9GoTgB4A hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vd9GoTgB4A .progress {
  background: #ff8080;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vd9GoTgB4A .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff9c9c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vcX1d5PAMW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcX1d5PAMW .item:focus,
.cid-vcX1d5PAMW span:focus {
  outline: none;
}
.cid-vcX1d5PAMW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcX1d5PAMW .content-head {
  max-width: 800px;
}
.cid-vcX1d5PAMW .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcX1d5PAMW .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd6ZuHcYEz .hidden {
  display: none;
}
.cid-vd71bgCbXw .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd71bgCbXw .my-float {
  margin-top: 16px;
}
.cid-vd71bgCbXw P {
  color: #232323;
}
.cid-vd71bgCbXw DIV {
  color: #ffffff;
}
.cid-vd71bgCbXw H10 {
  color: #767676;
}
.cid-vd71bgCbXw .hidden {
  display: none;
}
.cid-vdIB6wakck {
  z-index: 1000;
  width: 100%;
}
.cid-vdIB6wakck .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;
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdIB6wakck .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdIB6wakck .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdIB6wakck .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdIB6wakck .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdIB6wakck .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdIB6wakck .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdIB6wakck .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdIB6wakck .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdIB6wakck .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdIB6wakck .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdIB6wakck .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdIB6wakck .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdIB6wakck .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdIB6wakck .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdIB6wakck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIB6wakck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIB6wakck .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdIB6wakck .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdIB6wakck .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdIB6wakck .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdIB6wakck .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdIB6wakck .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdIB6wakck .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdIB6wakck .nav-item:focus,
.cid-vdIB6wakck .nav-link:focus {
  outline: none;
}
.cid-vdIB6wakck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdIB6wakck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdIB6wakck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdIB6wakck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdIB6wakck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdIB6wakck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdIB6wakck .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdIB6wakck .navbar.opened {
  transition: all 0.3s;
}
.cid-vdIB6wakck .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdIB6wakck .navbar .navbar-logo img {
  width: auto;
}
.cid-vdIB6wakck .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdIB6wakck .navbar.collapsed {
  justify-content: center;
}
.cid-vdIB6wakck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdIB6wakck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIB6wakck .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdIB6wakck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIB6wakck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIB6wakck .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-vdIB6wakck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIB6wakck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdIB6wakck .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdIB6wakck .navbar {
    min-height: 72px;
  }
  .cid-vdIB6wakck .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdIB6wakck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdIB6wakck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIB6wakck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIB6wakck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIB6wakck .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-vdIB6wakck .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdIB6wakck .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdIB6wakck .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdIB6wakck .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdIB6wakck .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdIB6wakck .dropdown-item.active,
.cid-vdIB6wakck .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIB6wakck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIB6wakck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIB6wakck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIB6wakck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdIB6wakck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdIB6wakck .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdIB6wakck ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdIB6wakck .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdIB6wakck .navbar-buttons {
    text-align: left;
  }
}
.cid-vdIB6wakck button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdIB6wakck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdIB6wakck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdIB6wakck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIB6wakck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIB6wakck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdIB6wakck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIB6wakck nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdIB6wakck nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdIB6wakck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIB6wakck .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdIB6wakck a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdIB6wakck .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdIB6wakck .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdIB6wakck .navbar {
    height: 70px;
  }
  .cid-vdIB6wakck .navbar.opened {
    height: auto;
  }
  .cid-vdIB6wakck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdIB6wakck .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdIB6wakck .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdIB6wakck .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdIB6wakck .navbar-brand {
    margin-right: auto;
  }
  .cid-vdIB6wakck .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdIB6wakck .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdIB6wakck .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdIB6wakck .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIB6wakck .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdIB6wakck .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcL3LByumX {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-vcL3LByumX {
    align-items: flex-end;
  }
  .cid-vcL3LByumX .row {
    justify-content: flex-start;
  }
  .cid-vcL3LByumX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcL3LByumX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcL3LByumX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcL3LByumX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcL3LByumX .content-wrap {
    width: 100%;
  }
}
.cid-vcL3LByumX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcL3LByumX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/ijij-1080x1920.webp");
}
.cid-vcL3LByumX .mbr-section-title,
.cid-vcL3LByumX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcL3LByumX .mbr-text,
.cid-vcL3LByumX .mbr-section-btn {
  text-align: left;
  color: #bcef9b;
}
.cid-vcL3LByumX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vcL3LByumX .mbr-section-subtitle {
  text-align: center;
  color: #c2ff00;
}
.cid-vcKZocw315 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-vcKZocw315 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vcKZocw315 .panel-group {
  border: none;
}
.cid-vcKZocw315 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vcKZocw315 .card-header {
    padding: 0rem;
  }
}
.cid-vcKZocw315 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vcKZocw315 .img-col {
  padding: 0;
}
.cid-vcKZocw315 .img-item {
  height: 100%;
}
.cid-vcKZocw315 img {
  height: 100%;
  object-fit: cover;
}
.cid-vcKZocw315 .collapsed span {
  transform: rotate(0deg);
}
.cid-vcKZocw315 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vcKZocw315 p {
  margin-bottom: 0.3rem;
}
.cid-vcKZocw315 .panel-title-edit {
  color: #000000;
}
.cid-vcKZocw315 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vcKZocw315 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vcKZocw315 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcKZocw315 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vcKZocw315 .panel-text {
  color: #000000;
  text-align: justify;
}
.cid-vcKZocw315 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vcKZocw315 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vcKZocw315 .panel-title-edit,
.cid-vcKZocw315 .mbr-iconfont {
  color: #000000;
}
.cid-vcL8o9SFXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-vcL8o9SFXh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vcL8o9SFXh .panel-group {
  border: none;
}
.cid-vcL8o9SFXh .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vcL8o9SFXh .card-header {
    padding: 0rem;
  }
}
.cid-vcL8o9SFXh .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vcL8o9SFXh .img-col {
  padding: 0;
}
.cid-vcL8o9SFXh .img-item {
  height: 100%;
}
.cid-vcL8o9SFXh img {
  height: 100%;
  object-fit: cover;
}
.cid-vcL8o9SFXh .collapsed span {
  transform: rotate(0deg);
}
.cid-vcL8o9SFXh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vcL8o9SFXh p {
  margin-bottom: 0.3rem;
}
.cid-vcL8o9SFXh .panel-title-edit {
  color: #000000;
}
.cid-vcL8o9SFXh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vcL8o9SFXh .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vcL8o9SFXh .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcL8o9SFXh .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vcL8o9SFXh .panel-text {
  color: #000000;
}
.cid-vcL8o9SFXh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vcL8o9SFXh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vcL8o9SFXh .panel-title-edit,
.cid-vcL8o9SFXh .mbr-iconfont {
  color: #000000;
}
.cid-vcL8o9SFXh P {
  text-align: justify;
}
.cid-vcL8tiIpf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-vcL8tiIpf6 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vcL8tiIpf6 .panel-group {
  border: none;
}
.cid-vcL8tiIpf6 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vcL8tiIpf6 .card-header {
    padding: 0rem;
  }
}
.cid-vcL8tiIpf6 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vcL8tiIpf6 .img-col {
  padding: 0;
}
.cid-vcL8tiIpf6 .img-item {
  height: 100%;
}
.cid-vcL8tiIpf6 img {
  height: 100%;
  object-fit: cover;
}
.cid-vcL8tiIpf6 .collapsed span {
  transform: rotate(0deg);
}
.cid-vcL8tiIpf6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vcL8tiIpf6 p {
  margin-bottom: 0.3rem;
}
.cid-vcL8tiIpf6 .panel-title-edit {
  color: #000000;
  text-align: justify;
}
.cid-vcL8tiIpf6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vcL8tiIpf6 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vcL8tiIpf6 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcL8tiIpf6 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vcL8tiIpf6 .panel-text {
  color: #000000;
}
.cid-vcL8tiIpf6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vcL8tiIpf6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vcL8tiIpf6 .panel-title-edit,
.cid-vcL8tiIpf6 .mbr-iconfont {
  color: #000000;
}
.cid-vcKZuiU7T8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dynamic-blue-red-color-gradient-background-with-smooth-texture-768131-340-626x376.webp");
}
.cid-vcKZuiU7T8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKZuiU7T8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKZuiU7T8 .title .num {
  width: 100%;
  display: block;
}
.cid-vcKZuiU7T8 .title .card-title {
  z-index: 1;
}
.cid-vcKZuiU7T8 .num {
  color: #c2ff00;
}
.cid-vcKZuiU7T8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKZuiU7T8 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcKZuiU7T8 * {
    text-align: center !important;
  }
  .cid-vcKZuiU7T8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vcKZuiU7T8 .content-head {
  max-width: 800px;
}
.cid-vcKZuiU7T8 .mbr-section-title,
.cid-vcKZuiU7T8 .card-box {
  color: #414141;
}
.cid-vcKZuiU7T8 .mbr-text,
.cid-vcKZuiU7T8 .mbr-section-btn {
  color: #414141;
}
.cid-vcKZuiU7T8 .card-title,
.cid-vcKZuiU7T8 .card-img {
  color: #44a800;
}
.cid-vdJ0HkzOao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vdJ0HkzOao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJ0HkzOao .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vdJ0HkzOao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJ0HkzOao .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vdJ0HkzOao .card-title,
.cid-vdJ0HkzOao .iconfont-wrapper,
.cid-vdJ0HkzOao .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdJ0HkzOao .content-head {
  max-width: 800px;
}
.cid-vdJ0HkzOao .mbr-section-title {
  color: #000000;
}
.cid-vdJ0HkzOao .mbr-section-btn {
  text-align: center;
}
.cid-vdJ0HkzOao .card-title,
.cid-vdJ0HkzOao .iconfont-wrapper {
  color: #b4ff00;
}
.cid-vdJ0HkzOao .card-text,
.cid-vdJ0HkzOao .mbr-section-btn {
  color: #757b62;
}
.cid-vdJ0fyqXOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/52b96aa0-cc60-42ec-9744-fae5cd58c127-rw-1921-1821x1024.webp");
}
.cid-vdJ0fyqXOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdJ0fyqXOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdJ0fyqXOn .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdJ0fyqXOn .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdJ0fyqXOn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdJ0fyqXOn .card-wrapper {
    padding: 4rem;
  }
}
.cid-vdJ0fyqXOn .mbr-text,
.cid-vdJ0fyqXOn .mbr-section-btn {
  color: #000000;
}
.cid-vdJ0fyqXOn .card-title,
.cid-vdJ0fyqXOn .card-box {
  text-align: center;
  color: #5dff00;
}
.cid-vcKYRQDXQr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcKYRQDXQr .item:focus,
.cid-vcKYRQDXQr span:focus {
  outline: none;
}
.cid-vcKYRQDXQr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcKYRQDXQr .content-head {
  max-width: 800px;
}
.cid-vcKYRQDXQr .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcKYRQDXQr .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd703ptZye .hidden {
  display: none;
}
.cid-vd6ZXJ7oiv .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd6ZXJ7oiv .my-float {
  margin-top: 16px;
}
.cid-vd6ZXJ7oiv P {
  color: #232323;
}
.cid-vd6ZXJ7oiv DIV {
  color: #ffffff;
}
.cid-vd6ZXJ7oiv H10 {
  color: #767676;
}
.cid-vd6ZXJ7oiv .hidden {
  display: none;
}
.cid-vdIBjLL8ej {
  z-index: 1000;
  width: 100%;
}
.cid-vdIBjLL8ej .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;
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdIBjLL8ej .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdIBjLL8ej .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdIBjLL8ej .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdIBjLL8ej .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdIBjLL8ej .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdIBjLL8ej .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdIBjLL8ej .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdIBjLL8ej .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdIBjLL8ej .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdIBjLL8ej .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdIBjLL8ej .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdIBjLL8ej .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdIBjLL8ej .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdIBjLL8ej .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdIBjLL8ej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIBjLL8ej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIBjLL8ej .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdIBjLL8ej .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdIBjLL8ej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdIBjLL8ej .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdIBjLL8ej .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdIBjLL8ej .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdIBjLL8ej .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdIBjLL8ej .nav-item:focus,
.cid-vdIBjLL8ej .nav-link:focus {
  outline: none;
}
.cid-vdIBjLL8ej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdIBjLL8ej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdIBjLL8ej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdIBjLL8ej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdIBjLL8ej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdIBjLL8ej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdIBjLL8ej .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdIBjLL8ej .navbar.opened {
  transition: all 0.3s;
}
.cid-vdIBjLL8ej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdIBjLL8ej .navbar .navbar-logo img {
  width: auto;
}
.cid-vdIBjLL8ej .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdIBjLL8ej .navbar.collapsed {
  justify-content: center;
}
.cid-vdIBjLL8ej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdIBjLL8ej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIBjLL8ej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdIBjLL8ej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIBjLL8ej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIBjLL8ej .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-vdIBjLL8ej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIBjLL8ej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdIBjLL8ej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdIBjLL8ej .navbar {
    min-height: 72px;
  }
  .cid-vdIBjLL8ej .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdIBjLL8ej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdIBjLL8ej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIBjLL8ej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIBjLL8ej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIBjLL8ej .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-vdIBjLL8ej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdIBjLL8ej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdIBjLL8ej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdIBjLL8ej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdIBjLL8ej .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdIBjLL8ej .dropdown-item.active,
.cid-vdIBjLL8ej .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIBjLL8ej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIBjLL8ej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIBjLL8ej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIBjLL8ej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdIBjLL8ej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdIBjLL8ej .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdIBjLL8ej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdIBjLL8ej .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdIBjLL8ej .navbar-buttons {
    text-align: left;
  }
}
.cid-vdIBjLL8ej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdIBjLL8ej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdIBjLL8ej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdIBjLL8ej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIBjLL8ej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIBjLL8ej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdIBjLL8ej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIBjLL8ej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdIBjLL8ej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdIBjLL8ej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIBjLL8ej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdIBjLL8ej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdIBjLL8ej .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdIBjLL8ej .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdIBjLL8ej .navbar {
    height: 70px;
  }
  .cid-vdIBjLL8ej .navbar.opened {
    height: auto;
  }
  .cid-vdIBjLL8ej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdIBjLL8ej .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdIBjLL8ej .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdIBjLL8ej .navbar-brand {
    margin-right: auto;
  }
  .cid-vdIBjLL8ej .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdIBjLL8ej .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdIBjLL8ej .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdIBjLL8ej .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIBjLL8ej .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdIBjLL8ej .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcKmmbNfif {
  display: flex;
  background-image: url("../../../assets/images/e1dd2ea9-950b-443b-8c3a-4cab1d879dce-rw-1201-1024x1024.webp");
}
.cid-vcKmmbNfif .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vcKmmbNfif {
    align-items: center;
  }
  .cid-vcKmmbNfif .row {
    justify-content: center;
  }
  .cid-vcKmmbNfif .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcKmmbNfif .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcKmmbNfif {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcKmmbNfif .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcKmmbNfif .content-wrap {
    width: 100%;
  }
}
.cid-vcKmmbNfif .mbr-section-title,
.cid-vcKmmbNfif .mbr-section-subtitle {
  text-align: center;
}
.cid-vcKmmbNfif .mbr-text,
.cid-vcKmmbNfif .mbr-section-btn {
  text-align: left;
  color: #65ff00;
}
.cid-vcKmmbNfif .mbr-section-title {
  text-align: left;
  color: #c2ff00;
}
.cid-vcKmoLj4Xa {
  display: flex;
  background-image: url("../../../assets/images/untitled-2-1024x1540.webp");
}
.cid-vcKmoLj4Xa .mbr-overlay {
  background-color: #300a26;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vcKmoLj4Xa {
    align-items: flex-end;
  }
  .cid-vcKmoLj4Xa .row {
    justify-content: flex-start;
  }
  .cid-vcKmoLj4Xa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcKmoLj4Xa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcKmoLj4Xa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcKmoLj4Xa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcKmoLj4Xa .content-wrap {
    width: 100%;
  }
}
.cid-vcKmoLj4Xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKmoLj4Xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKmoLj4Xa .mbr-section-title,
.cid-vcKmoLj4Xa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcKmoLj4Xa .mbr-text,
.cid-vcKmoLj4Xa .mbr-section-btn {
  text-align: right;
  color: #c2ff00;
}
.cid-vcKmoLj4Xa .mbr-section-title {
  color: #c2ff00;
  text-align: right;
}
.cid-vcKmoLj4Xa .mbr-section-title DIV {
  text-align: right;
}
.cid-vcKyMO4oYP {
  display: flex;
  background-image: url("../../../assets/images/4ko-2000x2992jj-1-2000x2307.webp");
}
.cid-vcKyMO4oYP .mbr-overlay {
  background-color: #300a26;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-vcKyMO4oYP {
    align-items: flex-end;
  }
  .cid-vcKyMO4oYP .row {
    justify-content: flex-end;
  }
  .cid-vcKyMO4oYP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcKyMO4oYP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcKyMO4oYP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcKyMO4oYP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcKyMO4oYP .content-wrap {
    width: 100%;
  }
}
.cid-vcKyMO4oYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKyMO4oYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKyMO4oYP .mbr-section-title,
.cid-vcKyMO4oYP .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vcKyMO4oYP .mbr-text,
.cid-vcKyMO4oYP .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-vcKyMO4oYP .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-vcKyMO4oYP .mbr-section-title DIV {
  text-align: right;
}
.cid-vcKmfjQlss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gemini-generated-image-7lhyt97lhyt97lhy-1792x2400.webp");
}
.cid-vcKmfjQlss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKmfjQlss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKmfjQlss .nav-tabs .nav-item.open .nav-link:focus,
.cid-vcKmfjQlss .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vcKmfjQlss .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #48b700;
}
@media (max-width: 767px) {
  .cid-vcKmfjQlss .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vcKmfjQlss .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vcKmfjQlss .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-vcKmfjQlss .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vcKmfjQlss .nav-link,
.cid-vcKmfjQlss .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vcKmfjQlss .nav-tabs .nav-link.active {
  color: #48b700;
  border-bottom: 3px solid #48b700;
}
.cid-vcKmfjQlss .mbr-section-subtitle {
  text-align: justify;
}
.cid-vcKmfjQlss .mbr-section-title {
  text-align: justify;
  color: #232323;
}
.cid-vcKmfjQlss .mbr-text {
  color: #000000;
}
.cid-vcKCvdOyn8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dynamic-blue-red-color-gradient-background-with-smooth-texture-768131-340-626x376.webp");
}
.cid-vcKCvdOyn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKCvdOyn8 .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vcKCvdOyn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKCvdOyn8 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vcKCvdOyn8 .card-title,
.cid-vcKCvdOyn8 .iconfont-wrapper,
.cid-vcKCvdOyn8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vcKCvdOyn8 .content-head {
  max-width: 800px;
}
.cid-vcKCvdOyn8 .mbr-section-title {
  color: #000000;
}
.cid-vcKCvdOyn8 .mbr-section-btn {
  text-align: center;
}
.cid-vcKCvdOyn8 .card-title,
.cid-vcKCvdOyn8 .iconfont-wrapper {
  color: #c2ff00;
}
.cid-vcKCvdOyn8 .card-text,
.cid-vcKCvdOyn8 .mbr-section-btn {
  color: #464646;
}
.cid-vdElvzoMNo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner20foto20de20perfil20spotify20620corte-1995x1576.webp");
}
.cid-vdElvzoMNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdElvzoMNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdElvzoMNo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdElvzoMNo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdElvzoMNo .mbr-iconfont {
  font-size: 3rem;
  color: #d2ffb6;
  padding-right: 2rem;
}
.cid-vdElvzoMNo .content-head {
  max-width: 800px;
}
.cid-vdElvzoMNo .mbr-section-title {
  text-align: justify;
  color: #d2ffb6;
}
.cid-vdElvzoMNo .mbr-section-subtitle {
  text-align: justify;
  color: #9fe870;
}
.cid-vdElvzoMNo .card-text {
  text-align: left;
  color: #9bf85e;
}
.cid-vdElvzoMNo .card-title {
  color: #bcef9b;
}
.cid-vdElvzoMNo .mbr-section-subtitle P {
  text-align: left;
}
.cid-vcKJYJ47XE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcKJYJ47XE .item:focus,
.cid-vcKJYJ47XE span:focus {
  outline: none;
}
.cid-vcKJYJ47XE .item {
  cursor: pointer;
}
.cid-vcKJYJ47XE .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKJYJ47XE .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vcKJYJ47XE .grid-container-1,
.cid-vcKJYJ47XE .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vcKJYJ47XE .grid-container-1,
  .cid-vcKJYJ47XE .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vcKJYJ47XE .mbr-section-title {
  color: #000000;
}
.cid-vcKJYJ47XE .mbr-text,
.cid-vcKJYJ47XE .mbr-section-btn {
  color: #000000;
}
.cid-vcKJYJ47XE .content-head {
  max-width: 800px;
}
.cid-vcKJYJ47XE .container,
.cid-vcKJYJ47XE .container-fluid {
  overflow: hidden;
}
.cid-vcKJYJ47XE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vcKJYJ47XE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcKJYJ47XE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vcKJYJ47XE .grid-item img {
    min-width: 35vw;
  }
}
.cid-vcKJYJ47XE .grid-container-1,
.cid-vcKJYJ47XE .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vcKJYJ47XE .grid-container-1 {
  align-items: flex-end;
}
.cid-vcKJYJ47XE .grid-container-2 {
  align-items: flex-start;
}
.cid-vcKK4n16pR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dynamic-blue-red-color-gradient-background-with-smooth-texture-768131-340-626x376.webp");
}
.cid-vcKK4n16pR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-vcKK4n16pR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcKK4n16pR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcKK4n16pR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcKK4n16pR .content-head {
  max-width: 800px;
}
.cid-vcKK4n16pR .mbr-section-title {
  color: #232323;
}
.cid-vcKm0Lr5Ju {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcKm0Lr5Ju .item:focus,
.cid-vcKm0Lr5Ju span:focus {
  outline: none;
}
.cid-vcKm0Lr5Ju .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcKm0Lr5Ju .content-head {
  max-width: 800px;
}
.cid-vcKm0Lr5Ju .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcKm0Lr5Ju .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd712ue2Mg .hidden {
  display: none;
}
.cid-vd7140veXS .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd7140veXS .my-float {
  margin-top: 16px;
}
.cid-vd7140veXS P {
  color: #232323;
}
.cid-vd7140veXS DIV {
  color: #ffffff;
}
.cid-vd7140veXS H10 {
  color: #767676;
}
.cid-vd7140veXS .hidden {
  display: none;
}
.cid-vdIBx6sffQ {
  z-index: 1000;
  width: 100%;
}
.cid-vdIBx6sffQ .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;
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdIBx6sffQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vdIBx6sffQ .navbar-nav {
    max-width: 45%;
  }
}
.cid-vdIBx6sffQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vdIBx6sffQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vdIBx6sffQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdIBx6sffQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdIBx6sffQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdIBx6sffQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vdIBx6sffQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdIBx6sffQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdIBx6sffQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vdIBx6sffQ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vdIBx6sffQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdIBx6sffQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vdIBx6sffQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdIBx6sffQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdIBx6sffQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdIBx6sffQ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdIBx6sffQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vdIBx6sffQ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.3) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdIBx6sffQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdIBx6sffQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdIBx6sffQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.3) !important;
}
.cid-vdIBx6sffQ .nav-item:focus,
.cid-vdIBx6sffQ .nav-link:focus {
  outline: none;
}
.cid-vdIBx6sffQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdIBx6sffQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdIBx6sffQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdIBx6sffQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdIBx6sffQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdIBx6sffQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdIBx6sffQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vdIBx6sffQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdIBx6sffQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdIBx6sffQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdIBx6sffQ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vdIBx6sffQ .navbar.collapsed {
  justify-content: center;
}
.cid-vdIBx6sffQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdIBx6sffQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdIBx6sffQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdIBx6sffQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdIBx6sffQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdIBx6sffQ .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-vdIBx6sffQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdIBx6sffQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdIBx6sffQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdIBx6sffQ .navbar {
    min-height: 72px;
  }
  .cid-vdIBx6sffQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdIBx6sffQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdIBx6sffQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdIBx6sffQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdIBx6sffQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdIBx6sffQ .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-vdIBx6sffQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdIBx6sffQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdIBx6sffQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdIBx6sffQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdIBx6sffQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdIBx6sffQ .dropdown-item.active,
.cid-vdIBx6sffQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdIBx6sffQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdIBx6sffQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdIBx6sffQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdIBx6sffQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vdIBx6sffQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdIBx6sffQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdIBx6sffQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdIBx6sffQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdIBx6sffQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vdIBx6sffQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdIBx6sffQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdIBx6sffQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdIBx6sffQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIBx6sffQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdIBx6sffQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdIBx6sffQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIBx6sffQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdIBx6sffQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdIBx6sffQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdIBx6sffQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdIBx6sffQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdIBx6sffQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdIBx6sffQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdIBx6sffQ .navbar {
    height: 70px;
  }
  .cid-vdIBx6sffQ .navbar.opened {
    height: auto;
  }
  .cid-vdIBx6sffQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdIBx6sffQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdIBx6sffQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdIBx6sffQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vdIBx6sffQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdIBx6sffQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdIBx6sffQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdIBx6sffQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vdIBx6sffQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdIBx6sffQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcKf9CtOWw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/logo20fondo20edit-1000x1000.webp");
}
.cid-vcKf9CtOWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKf9CtOWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKf9CtOWw p {
  line-height: 1.2;
}
.cid-vcKf9CtOWw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vcKf9CtOWw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcKf9CtOWw .embla__button--next,
.cid-vcKf9CtOWw .embla__button--prev {
  display: flex;
}
.cid-vcKf9CtOWw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcKf9CtOWw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcKf9CtOWw .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcKf9CtOWw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcKf9CtOWw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vcKf9CtOWw .embla__button {
    top: auto;
  }
}
.cid-vcKf9CtOWw .item-wrapper {
  height: 100%;
}
.cid-vcKf9CtOWw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vcKf9CtOWw .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-vcKf9CtOWw .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vcKf9CtOWw .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vcKf9CtOWw .embla {
  position: relative;
  width: 100%;
}
.cid-vcKf9CtOWw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcKf9CtOWw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcKf9CtOWw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcKf9CtOWw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcKf9CtOWw .user_desk {
  color: #757b62;
}
.cid-vcKf9CtOWw .user_name {
  color: #757b62;
}
.cid-vcKf9CtOWw .user_text,
.cid-vcKf9CtOWw .user_name,
.cid-vcKf9CtOWw .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcKf9CtOWw .user_text,
  .cid-vcKf9CtOWw .user_name,
  .cid-vcKf9CtOWw .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-vcKf9CtOWw .user_text {
  color: #757b62;
}
.cid-vcKf9CtOWw .mbr-section-title {
  color: #4f4f4f;
  text-align: center;
}
.cid-vdISrQQeGH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
.cid-vdISrQQeGH hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-vdISrQQeGH .progress {
  background: #a6a99c;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-vdISrQQeGH .progress::before {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #a6a99c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 167px;
  }
  to {
    margin-left: 100%;
    width: 167px;
  }
}
.cid-vcRONRQlux {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/fondo20de20patron20terminado-1080x976.webp");
}
.cid-vcRONRQlux .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRONRQlux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vcRONRQlux .container {
    max-width: 1400px;
  }
}
.cid-vcRONRQlux .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a6a99c;
  margin-bottom: 2rem;
}
.cid-vcRONRQlux .row {
  justify-content: center;
}
.cid-vcRONRQlux .mbr-section-title {
  color: #ffffff;
}
.cid-vcRONRQlux .card-title,
.cid-vcRONRQlux .iconfont-wrapper {
  color: #a6a99c;
}
.cid-vd9Vab1XKy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dynamic-blue-red-color-gradient-background-with-smooth-texture-768131-340-626x376.webp");
}
.cid-vd9Vab1XKy .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-vd9Vab1XKy .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vd9Vab1XKy img,
.cid-vd9Vab1XKy .item-img {
  width: 100%;
}
.cid-vd9Vab1XKy .item:focus,
.cid-vd9Vab1XKy span:focus {
  outline: none;
}
.cid-vd9Vab1XKy .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-vd9Vab1XKy .item {
    margin-bottom: 1rem;
  }
}
.cid-vd9Vab1XKy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd9Vab1XKy .mbr-section-title {
  color: #232323;
}
.cid-vd9Vab1XKy .mbr-text,
.cid-vd9Vab1XKy .mbr-section-btn {
  color: #000000;
}
.cid-vd9Vab1XKy .item-title {
  color: #000000;
  text-align: center;
}
.cid-vd9Vab1XKy .content-head {
  max-width: 800px;
}
.cid-vd9Vab1XKy img {
  filter: grayscale(1);
}
.cid-vcS4M0KbvO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vcS4M0KbvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcS4M0KbvO .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vcS4M0KbvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcS4M0KbvO .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vcS4M0KbvO .card-title,
.cid-vcS4M0KbvO .iconfont-wrapper,
.cid-vcS4M0KbvO .card-text {
  color: #000000;
  text-align: center;
}
.cid-vcS4M0KbvO .content-head {
  max-width: 800px;
}
.cid-vcS4M0KbvO .mbr-section-title {
  color: #000000;
}
.cid-vcS4M0KbvO .mbr-section-btn {
  text-align: center;
}
.cid-vcS4M0KbvO .card-title,
.cid-vcS4M0KbvO .iconfont-wrapper {
  color: #b4ff00;
}
.cid-vcS4M0KbvO .card-text,
.cid-vcS4M0KbvO .mbr-section-btn {
  color: #757b62;
}
.cid-vcRNt3sTlu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/52b96aa0-cc60-42ec-9744-fae5cd58c127-rw-1921-1821x1024.webp");
}
.cid-vcRNt3sTlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRNt3sTlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcRNt3sTlu .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcRNt3sTlu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcRNt3sTlu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcRNt3sTlu .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcRNt3sTlu .mbr-text,
.cid-vcRNt3sTlu .mbr-section-btn {
  color: #000000;
}
.cid-vcRNt3sTlu .card-title,
.cid-vcRNt3sTlu .card-box {
  text-align: center;
  color: #5dff00;
}
.cid-vcSDpE4hB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcSDpE4hB2 .item:focus,
.cid-vcSDpE4hB2 span:focus {
  outline: none;
}
.cid-vcSDpE4hB2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcSDpE4hB2 .content-head {
  max-width: 800px;
}
.cid-vcSDpE4hB2 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vcSDpE4hB2 .item {
    min-height: 45px;
  }
}
.cid-vdJqp8U5I8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdJqp8U5I8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdJqp8U5I8 .social-row .soc-item {
  margin: 8px;
}
.cid-vdJqp8U5I8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdJqp8U5I8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdJqp8U5I8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdJqp8U5I8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdJqp8U5I8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdJqp8U5I8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdJqp8U5I8 .header-menu li p {
  margin: 0;
}
.cid-vdJqp8U5I8 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vdJqp8U5I8 .mbr-section-title {
  color: #ffffff;
}
.cid-vd70On4BjK .hidden {
  display: none;
}
.cid-vd70q6o9hI .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 34px;
  right: 16px;
  background-color: #232323;
  color: #ffffff;
  border-radius: 56px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vd70q6o9hI .my-float {
  margin-top: 16px;
}
.cid-vd70q6o9hI P {
  color: #232323;
}
.cid-vd70q6o9hI DIV {
  color: #ffffff;
}
.cid-vd70q6o9hI H10 {
  color: #767676;
}
.cid-vd70q6o9hI .hidden {
  display: none;
}
