.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .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: #0c214c !important;
}
.bg-success {
  background-color: #eceff8 !important;
}
.bg-info {
  background-color: #fdfcfe !important;
}
.bg-warning {
  background-color: #fcfafe !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c214c !important;
  border-color: #0c214c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #133478 !important;
  border-color: #133478 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #133478 !important;
  border-color: #133478 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f8c62 !important;
  border-color: #5f8c62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7aa47c !important;
  border-color: #7aa47c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7aa47c !important;
  border-color: #7aa47c !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfe !important;
  border-color: #fdfcfe !important;
  color: #7d3fbc !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7d3fbc !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eceff8 !important;
  border-color: #eceff8 !important;
  color: #3e58a7 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3e58a7 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcfafe !important;
  border-color: #fcfafe !important;
  color: #7d29d0 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7d29d0 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c214c;
  color: #0c214c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000001 !important;
  background-color: transparent !important;
  border-color: #000001 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c214c !important;
  border-color: #0c214c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5f8c62;
  color: #5f8c62;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3c583e !important;
  background-color: transparent !important;
  border-color: #3c583e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f8c62 !important;
  border-color: #5f8c62 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfe;
  color: #fdfcfe;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d2bbe8 !important;
  background-color: transparent !important;
  border-color: #d2bbe8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7d3fbc !important;
  background-color: #fdfcfe !important;
  border-color: #fdfcfe !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eceff8;
  color: #eceff8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #adbae1 !important;
  background-color: transparent !important;
  border-color: #adbae1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3e58a7 !important;
  background-color: #eceff8 !important;
  border-color: #eceff8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fcfafe;
  color: #fcfafe;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d1b2f0 !important;
  background-color: transparent !important;
  border-color: #d1b2f0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7d29d0 !important;
  background-color: #fcfafe !important;
  border-color: #fcfafe !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0c214c !important;
}
.text-secondary {
  color: #5f8c62 !important;
}
.text-success {
  color: #eceff8 !important;
}
.text-info {
  color: #fdfcfe !important;
}
.text-warning {
  color: #fcfafe !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #364f37 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a1b0dd !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cab0e5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c9a5ed !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c214c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfe;
}
.alert-warning {
  background-color: #fcfafe;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c214c;
  border-color: #0c214c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c214c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5987e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0c214c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c214c;
}
/* 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: #0c214c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c214c;
}
.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: #0c214c;
  border-bottom-color: #0c214c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0c214c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5f8c62 !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='%230c214c' %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;
  }
}
.cid-v5QUVyNKfH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5QUVyNKfH nav.navbar {
  position: fixed;
}
.cid-v5QUVyNKfH .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-v5QUVyNKfH .wrapper {
    padding: 0;
  }
}
.cid-v5QUVyNKfH .btn {
  border-radius: 30px;
}
.cid-v5QUVyNKfH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QUVyNKfH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5QUVyNKfH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5QUVyNKfH .dropdown-item:hover,
.cid-v5QUVyNKfH .dropdown-item:focus {
  background: #0c214c !important;
  color: white !important;
}
.cid-v5QUVyNKfH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5QUVyNKfH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5QUVyNKfH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-v5QUVyNKfH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5QUVyNKfH .nav-link {
  position: relative;
}
.cid-v5QUVyNKfH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5QUVyNKfH .dropdown-menu,
.cid-v5QUVyNKfH .navbar.opened {
  background: #1e4898 !important;
}
.cid-v5QUVyNKfH .nav-item:focus,
.cid-v5QUVyNKfH .nav-link:focus {
  outline: none;
}
.cid-v5QUVyNKfH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5QUVyNKfH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5QUVyNKfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5QUVyNKfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QUVyNKfH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5QUVyNKfH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5QUVyNKfH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e4898;
}
.cid-v5QUVyNKfH .navbar.opened {
  transition: all 0.3s;
}
.cid-v5QUVyNKfH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5QUVyNKfH .navbar .navbar-logo img {
  width: auto;
}
.cid-v5QUVyNKfH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5QUVyNKfH .navbar.collapsed {
  justify-content: center;
}
.cid-v5QUVyNKfH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5QUVyNKfH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5QUVyNKfH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5QUVyNKfH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5QUVyNKfH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5QUVyNKfH .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-v5QUVyNKfH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5QUVyNKfH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5QUVyNKfH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5QUVyNKfH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5QUVyNKfH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5QUVyNKfH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5QUVyNKfH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5QUVyNKfH .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-v5QUVyNKfH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5QUVyNKfH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5QUVyNKfH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5QUVyNKfH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5QUVyNKfH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5QUVyNKfH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5QUVyNKfH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5QUVyNKfH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5QUVyNKfH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5QUVyNKfH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5QUVyNKfH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5QUVyNKfH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5QUVyNKfH .dropdown-item.active,
.cid-v5QUVyNKfH .dropdown-item:active {
  background-color: transparent;
}
.cid-v5QUVyNKfH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5QUVyNKfH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5QUVyNKfH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5QUVyNKfH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e4898;
}
.cid-v5QUVyNKfH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5QUVyNKfH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5QUVyNKfH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5QUVyNKfH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5QUVyNKfH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-v5QUVyNKfH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5QUVyNKfH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5QUVyNKfH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QUVyNKfH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QUVyNKfH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5QUVyNKfH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QUVyNKfH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5QUVyNKfH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5QUVyNKfH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QUVyNKfH .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-v5QUVyNKfH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5QUVyNKfH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5QUVyNKfH .navbar {
    height: 70px;
  }
  .cid-v5QUVyNKfH .navbar.opened {
    height: auto;
  }
  .cid-v5QUVyNKfH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5R8eYBSSY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pavog-header-1536x1024.png");
}
.cid-v5R8eYBSSY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5R8eYBSSY {
    align-items: flex-end;
  }
  .cid-v5R8eYBSSY .row {
    justify-content: center;
  }
  .cid-v5R8eYBSSY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5R8eYBSSY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5R8eYBSSY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5R8eYBSSY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5R8eYBSSY .content-wrap {
    width: 100%;
  }
}
.cid-v5R8eYBSSY .mbr-section-title,
.cid-v5R8eYBSSY .mbr-section-subtitle {
  text-align: center;
}
.cid-v5R8eYBSSY .mbr-text,
.cid-v5R8eYBSSY .mbr-section-btn {
  text-align: left;
}
.cid-v5R8eYBSSY .mbr-section-title {
  text-align: left;
}
.cid-v5RiRh4IUd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eceff8;
}
.cid-v5RiRh4IUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5RiRh4IUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5RiRh4IUd .mbr-iconfont {
  font-size: 1.2rem;
  color: #19355d;
  padding-right: 0 !important;
}
.cid-v5RiRh4IUd .card-title {
  color: #19355d;
  font-size: 0.8rem;
}
.cid-v5RiRh4IUd .row {
  display: flex;
}
.cid-v5RiRh4IUd .card-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
}
.cid-v5RiRh4IUd .card {
  flex: 1 1 0;
  min-width: 0;
}
.cid-v5RiRh4IUd .card-box {
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
  width: auto !important;
}
.cid-v5RiRh4IUd .card-wrapper > .mbr-iconfont {
  flex: 0 0 auto;
  margin: 0 !important;
}
.cid-v5RiRh4IUd .card-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cid-v5RiRh4IUd .card-inner .mbr-iconfont {
  margin: 0 !important;
  flex: 0 0 auto;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(1) .card {
  margin-right: auto;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(2) .card {
  margin-left: auto;
  margin-right: auto;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(3) .card {
  margin-left: auto;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(1) {
  text-align: left;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(2) {
  text-align: center;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(3) {
  text-align: right;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(1) .card-wrapper {
  justify-content: flex-start;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(2) .card-wrapper {
  justify-content: center;
}
.cid-v5RiRh4IUd .row > div:nth-of-type(3) .card-wrapper {
  justify-content: flex-end;
}
.cid-v5RiRh4IUd .suchleisten-anker {
  position: relative;
  height: 0;
}
.cid-v5RiRh4IUd .suchleiste {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px 0px;
  position: absolute;
  top: -3rem;
  z-index: 5;
}
.cid-v5RiRh4IUd .suchleiste__box {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 30, 60, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  backdrop-filter: blur(10px);
}
.cid-v5RiRh4IUd .feld {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.cid-v5RiRh4IUd .feld--select {
  flex: 1 1 0;
}
.cid-v5RiRh4IUd .feld__input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(20, 30, 60, 0.12);
  border-radius: 10px;
  background: #fff;
  padding: 0 42px 0 14px;
  font-size: 16px;
  color: #1b2a45;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.cid-v5RiRh4IUd .feld__input:focus {
  border-color: rgba(46, 108, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(46, 108, 255, 0.15);
}
.cid-v5RiRh4IUd .feld__icon {
  position: absolute;
  right: 12px;
  color: rgba(27, 42, 69, 0.55);
  pointer-events: none;
  display: inline-flex;
}
.cid-v5RiRh4IUd .suchleiste__trenner {
  width: 1px;
  height: 34px;
  background: rgba(20, 30, 60, 0.12);
}
.cid-v5RiRh4IUd .iconknopf {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(20, 30, 60, 0.12);
  background: #fff;
  color: rgba(27, 42, 69, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-v5RiRh4IUd .iconknopf:active {
  transform: translateY(1px);
}
.cid-v5RiRh4IUd .suchknopf {
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #4a7c5a 0%, #2f5d44 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  min-width: 120px;
}
.cid-v5RiRh4IUd .suchknopf:active {
  transform: translateY(1px);
}
@media (max-width: 520px) {
  .cid-v5RiRh4IUd .suchleisten-anker {
    height: 0rem;
  }
  .cid-v5RiRh4IUd .suchleiste {
    top: -2.5rem;
  }
  .cid-v5RiRh4IUd .suchleiste__box {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .cid-v5RiRh4IUd .suchleiste__trenner {
    display: none;
  }
  .cid-v5RiRh4IUd .feld--select {
    flex: 1 1 0;
    min-width: 0;
  }
  .cid-v5RiRh4IUd .iconknopf {
    width: 34px;
    height: 34px;
  }
  .cid-v5RiRh4IUd .iconknopf svg {
    width: 14px;
    height: 14px;
  }
  .cid-v5RiRh4IUd .suchknopf {
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-v5RiRh4IUd .suchleiste .feld__input {
    font-size: 0.75rem;
    height: 34px;
    padding: 0 28px 0 10px;
  }
  .cid-v5RiRh4IUd .feld__icon svg {
    width: 14px;
    height: 14px;
  }
}
.cid-v5RiRh4IUd .seguro {
  padding-top: 2.5rem;
}
.cid-v5RiRh4IUd .flatpickr-calendar {
  left: 50% !important;
  transform: translateX(-50%);
}
.cid-v67OnqTP3Q {
  background-color: #fdfcfe;
}
.cid-v67OnqTP3Q .container {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v67OnqTP3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v67OnqTP3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v67OnqTP3Q .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-v67OnqTP3Q .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .mbr-section-head {
    margin-bottom: 10px;
  }
}
.cid-v67OnqTP3Q .mbr-section-title {
  color: #19355d;
}
.cid-v67OnqTP3Q .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v67OnqTP3Q .cards-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
.cid-v67OnqTP3Q .card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 6px !important;
  border: 2px solid #eceff8;
  background-color: #fcfafe;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.cid-v67OnqTP3Q .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .card-wrap {
    justify-content: flex-start;
    gap: 1px;
    padding-top: 6px;
  }
  .cid-v67OnqTP3Q .card-box {
    gap: 0.3rem;
  }
  .cid-v67OnqTP3Q .card {
    aspect-ratio: 1;
  }
}
.cid-v67OnqTP3Q .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-v67OnqTP3Q .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-v67OnqTP3Q .img-wrapper img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .img-wrapper img {
    max-height: 50px;
    width: auto;
  }
}
.cid-v67OnqTP3Q .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-v67OnqTP3Q .card-subtitle {
  color: #FA7E26;
  word-break: normal;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .card-subtitle {
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.cid-v67OnqTP3Q .card-title {
  color: #19355d;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-v67OnqTP3Q .card-title {
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#head_articulo {
  /* ====== SECTION PADDING ====== */
  /* ====== HEADINGS ====== */
  /* ====== LISTING GRID ====== */
  /* ====== CARD BASE ====== */
  /* 1–2 items: nicht auseinanderziehen */
  /* GLOBAL */
  /* Host */
  /* Inline-Kalender auf volle Breite */
  /* Monat + Wochentage + Tage-Grid auf volle Breite */
  /* 7 Spalten. Jede Zelle = 1/7 der Breite */
  /* Höhe optional etwas größer, wirkt "appiger" */
  /* optional: mehrere Monate nebeneinander auch full width */
  /* Flatpickr minimal */
  /* booked range wie eine zusammenhängende Leiste */
  /* past range (disabled) als zusammenhängende graue Leiste */
  /* =====================================================================
   DETAIL (div_articulo)
   Ziel: Bild links, Text rechts, Button darunter (volle Breite)
   Fehler bei dir: Button landet "in der Bildzeile", wenn die Grid-Zeilen
   nicht eindeutig definiert sind. Wir setzen daher explizite Areas.
   ===================================================================== */
  /* Bildbereich links */
  /* Content rechts */
  /* Button ganz unten */
  /* Slider */
  /* Counter unten rechts */
  /* keine Thumbs */
  /* Responsive */
}
#head_articulo .div_articulo {
  background: #f4f6fb;
  padding: 22px 0px 22px;
}
#head_articulo * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
#head_articulo .mbr-section-head {
  width: 100%;
  margin-bottom: 10px;
}
#head_articulo .mbr-section-title {
  color: #19355d;
  text-align: left;
}
#head_articulo .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
#head_articulo .items-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
#head_articulo .items-row > .item {
  flex: 0 0 calc(32.66666667%);
  max-width: calc(32.66666667%);
  min-width: 0;
  margin-bottom: 6px;
}
#head_articulo .item-wrapper {
  height: 100%;
  background: #fff;
  border: 2px solid #e9eef7;
  border-radius: 6px !important;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
#head_articulo .item-img {
  width: 100%;
}
#head_articulo .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
  display: block;
}
#head_articulo .item-content {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#head_articulo .item-title {
  color: #19355d;
  margin: 0;
  font-weight: 700;
  font-size: clamp(1rem, 2.1vw, 1.05rem);
  line-height: 1.15;
}
#head_articulo .mbr-text {
  color: #6c7a88;
  margin: 0;
  font-size: clamp(0.8rem, 1.8vw, 0.95rem);
  line-height: 1.2;
}
#head_articulo .mbr-section-btn {
  margin: 0;
  padding: 0 0 12px;
}
#head_articulo .mbr-section-btn .btn {
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
  background: linear-gradient(180deg, #4a7c5a 0%, #2f5d44 100%);
  color: #fff;
}
#head_articulo .social-list {
  margin-top: 6px;
}
#head_articulo #destacados-list.is-few {
  justify-content: flex-start !important;
  gap: 6px;
}
#head_articulo img {
  border-radius: 0 !important;
}
#head_articulo .row > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#head_articulo .btn {
  margin: 0.6rem 0rem !important;
  padding: 0.5rem !important;
  border-radius: 4px !important;
}
#head_articulo #ad_calendar {
  width: 100%;
}
#head_articulo .flatpickr-calendar.inline {
  width: 100% !important;
  max-width: none !important;
}
#head_articulo .flatpickr-rContainer,
#head_articulo .flatpickr-weekdays,
#head_articulo .flatpickr-days {
  width: 100% !important;
}
#head_articulo .flatpickr-day,
#head_articulo .flatpickr-weekday {
  flex: 1 0 calc(14.28571429%) !important;
  max-width: calc(14.28571429%) !important;
}
#head_articulo .flatpickr-day {
  height: 30px !important;
  line-height: 30px !important;
}
#head_articulo .flatpickr-calendar .dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
#head_articulo .flatpickr-calendar {
  border: 2px solid #e9eef7 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  border-radius: 6px !important;
  overflow: hidden;
}
#head_articulo .flatpickr-day.selected,
#head_articulo .flatpickr-day.startRange,
#head_articulo .flatpickr-day.endRange,
#head_articulo .flatpickr-day.inRange {
  background: #7ec194 !important;
  border-color: #7ec194 !important;
}
#head_articulo .flatpickr-day.flatpickr-disabled,
#head_articulo .flatpickr-day.flatpickr-disabled:hover {
  background: #f1f3f6 !important;
  border-color: #f1f3f6 !important;
  color: #9aa5b1 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
#head_articulo .flatpickr-day.is-booked,
#head_articulo .flatpickr-day.is-booked:hover {
  background: #ff3b30 !important;
  border-color: #ff3b30 !important;
  color: #fff !important;
  opacity: 1 !important;
}
#head_articulo .flatpickr-day.bk-mid {
  background: #ff3b30 !important;
  border-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
}
#head_articulo .flatpickr-day.bk-start {
  background: #ff3b30 !important;
  border-color: transparent !important;
  color: #fff !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#head_articulo .flatpickr-day.bk-end {
  background: #ff3b30 !important;
  border-color: transparent !important;
  color: #fff !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#head_articulo .flatpickr-day.bk-single {
  background: #ff3b30 !important;
  border-color: transparent !important;
  color: #fff !important;
  border-radius: 999px !important;
}
#head_articulo .flatpickr-day.past-mid {
  background: #f1f3f6 !important;
  border-color: transparent !important;
  color: #9aa5b1 !important;
  border-radius: 0 !important;
}
#head_articulo .flatpickr-day.past-start {
  background: #f1f3f6 !important;
  border-color: transparent !important;
  color: #9aa5b1 !important;
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#head_articulo .flatpickr-day.past-end {
  background: #f1f3f6 !important;
  border-color: transparent !important;
  color: #9aa5b1 !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#head_articulo .flatpickr-day.past-single {
  background: #f1f3f6 !important;
  border-color: transparent !important;
  color: #9aa5b1 !important;
  border-radius: 999px !important;
}
#head_articulo .div_articulo .item-wrapper {
  display: grid !important;
  grid-template-columns: 170px 1fr !important;
  grid-template-rows: auto auto !important;
  grid-template-areas: "media content" "cta   cta" !important;
  align-items: stretch !important;
}
#head_articulo .div_articulo .item-img {
  grid-area: media !important;
  width: auto !important;
  padding: 12px !important;
}
#head_articulo .div_articulo .item-content {
  grid-area: content !important;
  padding: 12px 12px 10px !important;
  min-width: 0 !important;
}
#head_articulo .div_articulo .item-content-full {
  grid-area: content !important;
  padding: 12px 0px 10px !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
#head_articulo .div_articulo .mbr-section-btn {
  grid-area: cta !important;
  padding: 0 0 12px !important;
  align-self: end !important;
}
#head_articulo .div_articulo .ad-slider {
  position: relative !important;
  width: 100% !important;
  height: 125px !important;
  border: 2px solid #e9eef7 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f8faff !important;
  touch-action: pan-y;
}
#head_articulo .div_articulo .ad-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  aspect-ratio: auto !important;
}
#head_articulo .div_articulo .ad-count {
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  line-height: 1 !important;
}
#head_articulo .div_articulo .ad-thumbs {
  display: none !important;
}
@media (max-width: 767px) {
  #head_articulo .items-row > .item {
    flex: 0 0 calc(32.66666667%);
    max-width: calc(32.66666667%);
    margin-bottom: 4px;
  }
  #head_articulo .item-content {
    padding: 8px 8px 10px;
    gap: 1px;
  }
  #head_articulo .mbr-section-btn {
    padding: 0 8px 8px;
  }
  #head_articulo .mbr-section-btn .btn {
    padding: 9px 8px;
    border-radius: 6px;
  }
  #head_articulo .div_articulo .item-wrapper {
    grid-template-columns: 140px 1fr !important;
  }
  #head_articulo .div_articulo .ad-slider {
    height: 110px !important;
  }
}
#head_articulo .ad-slider {
  cursor: zoom-in;
}
#head_articulo .ad-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}
#head_articulo .ad-lightbox.is-open {
  display: flex;
}
#head_articulo .ad-lightbox-inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#head_articulo .ad-lightbox-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
#head_articulo .ad-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
#head_articulo .ad-lightbox-count {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
#head_articulo .ad-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
#head_articulo .ad-lightbox-prev {
  left: 10px;
}
#head_articulo .ad-lightbox-next {
  right: 10px;
}
@media (hover: none) {
  #head_articulo .ad-lightbox-nav {
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 44px;
  }
}
.cid-v685gSVlOh .div_inicio {
  padding-top: 2rem;
  background: #f4f6fb;
  padding: 20px;
}
.cid-v685gSVlOh * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.cid-v685gSVlOh .mbr-section-head {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v685gSVlOh .mbr-section-title {
  color: #19355d;
  text-align: left;
}
.cid-v685gSVlOh .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-v685gSVlOh .items-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.cid-v685gSVlOh .items-row > .item {
  flex: 0 0 calc(32.66666667%);
  max-width: calc(32.66666667%);
  min-width: 0;
  margin-bottom: 6px;
}
.cid-v685gSVlOh .item-wrapper {
  height: 100%;
  background: #fff;
  border: 2px solid #e9eef7;
  border-radius: 6px !important;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.cid-v685gSVlOh .item-img {
  width: 100%;
}
.cid-v685gSVlOh .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
  display: block;
}
.cid-v685gSVlOh .item-content {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.cid-v685gSVlOh .item-title {
  color: #19355d;
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.72rem, 2.1vw, 1.05rem);
  line-height: 1.15;
}
.cid-v685gSVlOh .mbr-text {
  color: #6c7a88;
  margin: 0;
  font-size: clamp(0.62rem, 1.8vw, 0.95rem);
  line-height: 1.2;
}
.cid-v685gSVlOh .mbr-section-btn {
  margin: 0;
  padding: 0 12px 12px;
}
.cid-v685gSVlOh .mbr-section-btn .btn {
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
  background: linear-gradient(180deg, #4a7c5a 0%, #2f5d44 100%);
  color: #fff;
}
.cid-v685gSVlOh .social-list {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-v685gSVlOh .items-row > .item {
    flex: 0 0 calc(32.66666667%);
    max-width: calc(32.66666667%);
    margin-bottom: 4px;
  }
  .cid-v685gSVlOh .item-content {
    padding: 8px 8px 10px;
    gap: 1px;
  }
  .cid-v685gSVlOh .mbr-section-btn {
    padding: 0 8px 8px;
  }
  .cid-v685gSVlOh .mbr-section-btn .btn {
    padding: 9px 8px;
    border-radius: 6px;
  }
}
.cid-v685gSVlOh img {
  border-radius: 0 !important;
}
.cid-v685gSVlOh .row > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-v685gSVlOh .btn {
  margin: 0.6rem 0rem !important;
  padding: 0.5rem !important;
  border-radius: 4px !important;
}
.cid-v685gSVlOh #destacados-list.is-few {
  justify-content: flex-start !important;
  gap: 6px;
}
#head_publicar {
  /* aktiv / fokussiert */
  /* Löschen-Button */
  /* Drag-Feedback */
  /* Mobile etwas kleiner */
  /* Nur minimal, passt zu deinen bestehenden Klassen */
  /* Optional: wenn ein Bild drin ist, soll die gestrichelte Border nicht stören */
}
#head_publicar .div_publicar {
  padding: 22px 0px 22px;
  background: #f4f6fb;
}
#head_publicar * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
#head_publicar .formular-pavoql {
  max-width: 420px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#head_publicar .formular-titel {
  margin: 0 0 16px;
  color: #19355d;
}
#head_publicar .formular-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  /* WICHTIG */
}
#head_publicar .foto-upload {
  display: flex;
  flex: 1;
}
#head_publicar .foto-box {
  flex: 1;
  border: 2px dashed #9bb4e8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4a6edb;
  font-weight: 600;
  gap: 6px;
}
#head_publicar .kategorien {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#head_publicar .kategorie {
  border: 1px solid #dce3f2;
  background: #f8faff;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  color: #19355d;
}
#head_publicar .kategorie.aktiv {
  border-color: #4a6edb;
  background: #eef3ff;
}
#head_publicar .feld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
#head_publicar .feld span {
  font-weight: 600;
  color: #19355d;
}
#head_publicar .feld input,
#head_publicar .feld textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #dce3f2;
  font-size: 0.95rem;
}
#head_publicar .feld textarea {
  resize: none;
  min-height: 90px;
}
#head_publicar .feld-kopf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#head_publicar .feld-kopf small {
  color: #8a93b2;
}
#head_publicar .nutzerbox {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e4e9f6;
  border-radius: 12px;
  padding: 10px;
  margin: 16px 0;
}
#head_publicar .nutzerbox img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#head_publicar .telefon {
  color: #6c7a88;
  font-size: 0.9rem;
}
#head_publicar .verifiziert {
  margin-left: auto;
  font-size: 0.85rem;
  color: #2f9e44;
  white-space: nowrap;
}
#head_publicar .absenden {
  margin: 0.6rem 0rem !important;
  padding: 0.5rem !important;
  border-radius: 4px !important;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #4a7c5a, #2f5d44);
}
#head_publicar .kategorien {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#head_publicar .kachel-select {
  position: relative;
}
#head_publicar .kachel-select select {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
#head_publicar .kachel-text {
  display: block;
  padding: 12px;
  border: 1px solid #dce3f2;
  border-radius: 10px;
  background: #f8faff;
  font-weight: 600;
  color: #19355d;
  text-align: center;
}
#head_publicar .kachel-select select:focus + .kachel-text,
#head_publicar .kachel-select select:not([disabled]):not([value=""]) + .kachel-text {
  border-color: #4a6edb;
  background: #eef3ff;
}
#head_publicar .foto-spalte {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#head_publicar .foto-vorschau {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 2rem;
}
#head_publicar .foto-slot {
  position: relative;
  aspect-ratio: 1;
  border: 2px dashed #dce3f2;
  border-radius: 8px;
  overflow: hidden;
  background: #f8faff;
}
#head_publicar .foto-slot.hauptbild {
  border: 2px solid #2f5d44;
  /* Button-Grün */
}
#head_publicar .foto-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
}
#head_publicar .foto-loeschen {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  cursor: pointer;
}
#head_publicar .foto-slot[draggable="true"] {
  cursor: grab;
}
#head_publicar .foto-slot.dragging {
  opacity: .4;
}
@media (max-width: 480px) {
  #head_publicar .foto-vorschau {
    gap: 6px;
  }
}
#head_publicar .foto-slot.aktiv {
  outline: 2px solid #4a7c5a;
}
#head_publicar .foto-loeschen {
  z-index: 5;
  pointer-events: auto;
}
#head_publicar .foto-plus {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #4a6edb;
  opacity: .75;
  user-select: none;
}
#head_publicar .foto-slot:has(img) {
  border-style: solid;
}
#head_publicar .feld-inline {
  display: flex;
  gap: 6px;
  align-items: center;
}
#head_publicar .feld-inline input {
  flex: 1;
}
#head_publicar .locate-btn {
  flex: 0 0 42px;
  height: 42px;
  border: 1px solid #dce3f2;
  background: #f8faff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}
#head_publicar .locate-btn:hover {
  background: #eef3ff;
  border-color: #4a6edb;
}
#head_publicar .autocomplete {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  margin-top: 4px;
  width: 100%;
  z-index: 20;
}
#head_publicar .autocomplete div {
  padding: 8px 10px;
  cursor: pointer;
}
#head_publicar .autocomplete div:hover {
  background: #eef3ff;
}
#head_publicar button.absenden.disabled {
  background: #e0e0e0;
  color: #777;
  cursor: not-allowed;
  opacity: 0.85;
}
#head_publicar .verificado {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
}
#head_publicar .verificado.ok {
  color: #2f9e44;
  background: rgba(47, 158, 68, 0.12);
}
#head_publicar .verificado.wait {
  color: #d9480f;
  background: rgba(217, 72, 15, 0.12);
}
#head_publicar .verificado.none {
  color: #475569;
  background: rgba(71, 85, 105, 0.12);
}
#Head_Publicaciones {
  /* Tabs als 4 gleich breite Buttons */
  /* Kopfzeile. Links Titel. Rechts Pillbox */
  /* Pillbox. Klappt nach unten auf, ohne links zu verschieben (overlay) */
  /* geöffnet. Wird zur Box mit geraden Kanten unten */
  /* Menü ist absolut. Overlays nach unten. Keine Layout-Verschiebung links */
  /* Items im selben Stil wie Pill. Nur als Liste */
  /* Deposito */
  /* Modal */
}
#Head_Publicaciones * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
#Head_Publicaciones .div_publicaciones {
  background: #f4f6fb;
  padding: 9px 0px 22px;
}
#Head_Publicaciones .formular-titel {
  color: #19355d;
}
#Head_Publicaciones .mp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(180deg, #1f4c9a, #123a7a);
  border-radius: 18px;
  padding: 14px 14px 12px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#Head_Publicaciones .mp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#Head_Publicaciones .mp-topbar .left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
#Head_Publicaciones .mp-back,
#Head_Publicaciones .mp-add {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  user-select: none;
}
#Head_Publicaciones .mp-add {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}
#Head_Publicaciones .mp-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Head_Publicaciones .mp-content {
  margin-top: 14px;
}
#Head_Publicaciones .mp-h1 {
  margin: 6px 0 12px;
  color: #19355d;
  font-size: 28px;
  font-weight: 800;
}
#Head_Publicaciones .mp-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
  margin: 6px 0 14px;
}
#Head_Publicaciones .mp-tab {
  width: 100%;
  border: 1px solid #dce3f2;
  background: #f8faff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 8px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #19355d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  user-select: none;
}
#Head_Publicaciones .mp-tab.is-active {
  border-color: #4a6edb;
  background: #eef3ff;
}
#Head_Publicaciones .mp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  background: rgba(71, 85, 105, 0.12);
  color: #475569;
}
#Head_Publicaciones .mp-tab.is-active .mp-badge {
  background: rgba(74, 110, 219, 0.16);
  color: #19355d;
}
#Head_Publicaciones .mp-tab-plus:hover {
  filter: brightness(1.03);
}
#Head_Publicaciones .mp-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 110px;
}
#Head_Publicaciones .mp-card {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e4e9f6;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  position: relative;
}
#Head_Publicaciones .mp-list > .mp-card:first-child {
  border-radius: 0 0 18px 18px;
}
#Head_Publicaciones .mp-thumb {
  width: 86px;
  height: 108px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8faff;
  border: 1px solid #dce3f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Head_Publicaciones .mp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px !important;
}
#Head_Publicaciones .mp-info {
  min-width: 0;
}
#Head_Publicaciones .mp-row1 {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  align-items: start;
}
#Head_Publicaciones .mp-name {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #19355d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#Head_Publicaciones .mp-pillbox {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #dce3f2;
  background: rgba(74, 110, 219, 0.1);
  color: #19355d;
  border-radius: 999px;
  overflow: visible;
  cursor: pointer;
  user-select: none;
  justify-self: end;
  z-index: 5;
}
#Head_Publicaciones .mp-pillhead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.1;
  min-width: 80px;
}
#Head_Publicaciones .mp-pillbox.is-open {
  border-radius: 12px;
}
#Head_Publicaciones .mp-pillmenu {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -6px;
  padding-top: 8px;
  background: rgba(74, 110, 219, 0.1);
  border: 1px solid #dce3f2;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#Head_Publicaciones .mp-pillitem {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  color: #19355d;
  cursor: pointer;
  padding: 0.3rem 0rem;
  font-size: 0.8rem;
  font-weight: 700;
}
#Head_Publicaciones .mp-pillitem:hover {
  background: rgba(74, 110, 219, 0.14);
}
#Head_Publicaciones .mp-pillitem-danger {
  color: #cf2a2a;
}
#Head_Publicaciones .mp-pillitem-danger:hover {
  background: rgba(207, 42, 42, 0.1);
}
#Head_Publicaciones .mp-bottom {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}
#Head_Publicaciones .mp-left {
  min-width: 0;
}
#Head_Publicaciones .mp-right {
  display: flex;
  align-items: flex-end;
}
#Head_Publicaciones .mp-price {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #19355d;
  line-height: 0.6;
}
#Head_Publicaciones .mp-meta {
  margin: 0;
  color: #6c7a88;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
}
#Head_Publicaciones .mp-btn {
  border: none;
  cursor: pointer;
  font-weight: 800;
  border-radius: 10px;
  padding: 10px 14px;
  user-select: none;
}
#Head_Publicaciones .mp-btn-blue {
  background: #4a6edb;
  color: #fff;
}
#Head_Publicaciones .mp-btn-blue:hover {
  background: #3f60c7;
}
#Head_Publicaciones .mp-btn-red {
  background: #cf2a2a;
  color: #fff;
  width: 44px;
  padding: 10px 0;
}
#Head_Publicaciones .mp-btn-red:hover {
  background: #b61f1f;
}
#Head_Publicaciones .mp-loading,
#Head_Publicaciones .mp-empty,
#Head_Publicaciones .mp-error {
  background: #fff;
  border: 1px solid #e4e9f6;
  border-radius: 0 0 18px 18px;
  padding: 14px;
  color: #6c7a88;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
#Head_Publicaciones .mp-footer {
  position: sticky;
  bottom: 0;
  z-index: 9;
  margin-top: 14px;
}
#Head_Publicaciones .mp-deposit {
  max-width: 420px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e4e9f6;
}
#Head_Publicaciones .mp-deposit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#Head_Publicaciones .mp-deposit-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #19355d;
}
#Head_Publicaciones .mp-deposit-amount {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #19355d;
  white-space: nowrap;
}
#Head_Publicaciones .mp-deposit-sub {
  margin: 6px 0 0;
  color: #6c7a88;
  font-weight: 600;
}
#Head_Publicaciones .mp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 100;
}
#Head_Publicaciones .mp-modal {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid #e4e9f6;
}
#Head_Publicaciones .mp-modal h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #19355d;
}
#Head_Publicaciones .mp-modal p {
  margin: 0 0 12px;
  color: #6c7a88;
  font-weight: 600;
}
#Head_Publicaciones .mp-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#Head_Publicaciones .mp-btn-ghost {
  background: #f8faff;
  color: #19355d;
  border: 1px solid #dce3f2;
}
#Head_Publicaciones .mp-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}
#head_cuenta {
  /* Ergänzung für den 1-DIV Betrieb */
}
#head_cuenta :root {
  --bg: #f4f6fb;
  --card: #f4f6fb;
  --text: #0c1b3a;
  --muted: #667085;
  --blue: #2b5ea8;
  --line: rgba(17, 24, 39, 0.08);
  --shadow: 0 14px 40px rgba(17, 24, 39, 0.1);
  --radius: 18px;
}
#head_cuenta .div_cuenta {
  background: #f4f6fb;
  color: var(--text);
}
#head_cuenta .content {
  padding: 22px 0px 22px;
}
#head_cuenta section {
  background: #f4f6fb !important;
}
#head_cuenta * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
#head_cuenta .formular-titel {
  margin: 0 0 16px;
  color: #19355d;
}
#head_cuenta .phonel {
  width: 420px;
  max-width: 100%;
  margin: 18px auto;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--bg);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
#head_cuenta .topbar {
  height: 86px;
  background: linear-gradient(180deg, #2b5ea8, #1f4f93);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px 10px;
}
#head_cuenta .back {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
}
#head_cuenta .brand {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .2px;
}
#head_cuenta .save {
  margin-left: auto;
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 12px;
}
#head_cuenta .save:hover {
  background: rgba(255, 255, 255, 0.1);
}
#head_cuenta .save.ghost {
  opacity: .55;
  cursor: not-allowed;
}
#head_cuenta .title {
  font-size: 26px;
  margin: 8px 0 12px;
  font-weight: 800;
}
#head_cuenta .subtitle {
  margin: 0 0 14px;
  color: var(--muted);
}
#head_cuenta .sectionTitle {
  margin: 16px 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #19355d;
}
#head_cuenta .card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
}
#head_cuenta .profile {
  padding: 14px;
  position: relative;
}
#head_cuenta .avatar {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(43, 94, 168, 0.25);
}
#head_cuenta .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#head_cuenta .profileMeta {
  position: absolute;
  left: 86px;
  top: 14px;
  right: 60px;
}
#head_cuenta .profileName {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
#head_cuenta .photoBtn {
  border: 1px solid var(--line);
  background: #f7f8ff;
  color: #2b5ea8;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 700;
  cursor: not-allowed;
}
#head_cuenta .chev {
  position: absolute;
  right: 14px;
  top: 22px;
  font-size: 26px;
  color: rgba(12, 27, 58, 0.35);
}
#head_cuenta .verifiedRow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}
#head_cuenta .badge {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  display: inline-block;
}
#head_cuenta .badge.ok {
  background: #2ecc71;
}
#head_cuenta .badge.wait {
  background: #f39c12;
}
#head_cuenta .badge.none {
  background: #820808;
}
#head_cuenta .verifiedText {
  font-weight: 700;
}
#head_cuenta .verifiedText.ok {
  color: #2ecc71;
}
#head_cuenta .verifiedText.wait {
  color: #f39c12;
}
#head_cuenta .verifiedText.none {
  color: #820808;
}
#head_cuenta .formCard {
  padding: 10px 0px 0px;
}
#head_cuenta .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
#head_cuenta .field span {
  font-weight: 600;
  color: #19355d;
}
#head_cuenta .field input,
#head_cuenta .field textarea,
#head_cuenta .field select {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #dce3f2;
  font-size: 0.95rem;
}
#head_cuenta .field textarea {
  resize: none;
  min-height: 90px;
}
#head_cuenta .field input:disabled {
  background: #f1f3fb;
  color: rgba(12, 27, 58, 0.55);
}
#head_cuenta .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#head_cuenta .deposit {
  margin-top: 16px;
  padding: 10px 4px 0;
}
#head_cuenta .depositTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
}
#head_cuenta .depositHint {
  margin-top: 6px;
  color: var(--muted);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
#head_cuenta .danger {
  width: 100%;
  margin-top: 12px;
  height: 46px;
  border-radius: 14px;
  border: 0;
  background: transparent;
  color: #c0392b;
  font-weight: 800;
  cursor: not-allowed;
  opacity: .7;
}
#head_cuenta .primary {
  margin: 0.6rem 0rem !important;
  padding: 0.5rem !important;
  border-radius: 4px !important;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #4a7c5a, #2f5d44);
}
#head_cuenta .primary:hover {
  filter: brightness(0.95);
}
#head_cuenta .msg {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid var(--line);
}
#head_cuenta .msg.err {
  background: #fff2f2;
  color: #a11a1a;
}
#head_cuenta .msg.ok {
  background: #effaf1;
  color: #1f6b2f;
}
#head_cuenta .loginHint {
  margin-top: 12px;
  text-align: center;
  color: var(--muted);
}
#head_cuenta .loginHint a {
  color: #2b5ea8;
  font-weight: 800;
  text-decoration: none;
}
#head_cuenta .tabbar {
  height: 78px;
  background: #fff;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 10px 12px;
}
#head_cuenta .tab {
  text-decoration: none;
  color: rgba(12, 27, 58, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 13px;
}
#head_cuenta .tab .ico {
  width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 18px;
  border-radius: 10px;
}
#head_cuenta .tab.active {
  color: #2b5ea8;
}
#head_cuenta .tab.active .ico {
  background: rgba(43, 94, 168, 0.1);
}
#head_cuenta .hidden {
  display: none !important;
}
#head_cuenta .widgetTabs {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
#head_cuenta .tabBtn {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #ffffff;
  color: rgba(12, 27, 58, 0.7);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
#head_cuenta .tabBtn.active {
  color: #2b5ea8;
  border-color: rgba(43, 94, 168, 0.25);
  background: rgba(43, 94, 168, 0.06);
}
#head_cuenta .tabBtn:disabled {
  opacity: .45;
  cursor: not-allowed;
}
#head_cuenta .authSwitch {
  display: flex;
  gap: 10px;
  margin: 10px 0 8px;
}
#head_cuenta .authBtn {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
#head_cuenta .authBtn.active {
  color: #2b5ea8;
  border-color: rgba(43, 94, 168, 0.25);
  background: rgba(43, 94, 168, 0.06);
}
#head_cuenta .secondary {
  width: 100%;
  margin-top: 10px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  color: rgba(12, 27, 58, 0.75);
  font-weight: 900;
  cursor: pointer;
}
#head_cuenta .googleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* Abstand zwischen Logo und Text */
}
#head_cuenta .googleBtn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  /* verhindert Verzerren */
}
#head_cuenta .locate-btn {
  flex: 0 0 42px;
  height: 42px;
  border: 1px solid #dce3f2;
  background: #f8faff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}
#head_cuenta .locate-btn:hover {
  background: #eef3ff;
  border-color: #4a6edb;
}
#head_cuenta .autocomplete {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  margin-top: 4px;
  width: 100%;
  z-index: 20;
}
#head_cuenta .autocomplete div {
  padding: 8px 10px;
  cursor: pointer;
}
#head_cuenta .autocomplete div:hover {
  background: #eef3ff;
}
#head_cuenta .field-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
#head_cuenta .action-buttons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
#head_cuenta .action-buttons button {
  flex: 1 1 auto;
  /* optional: gleiche Breite */
}
#head_verify {
  /* Container */
  /* Überschrift */
  /* Erklärungstext */
  /* File Input */
  /* Vorschau-Bild */
  /* Statusmeldung */
  /* Status Farben */
  /* Vorteile Box */
  /* Vorteile Titel */
  /* Vorteile Liste */
  /* Utility */
  /* Mobile Feinschliff */
}
#head_verify .div_verify {
  background: #f4f6fb;
  padding: 22px 0px 22px;
}
#head_verify .formular-titel {
  margin: 0 0 16px;
  color: #19355d;
}
#head_verify .cedula-box {
  max-width: 520px;
  margin: 0 auto;
  padding: 1.2rem 1.3rem;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.03);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
#head_verify .cedula-box h3 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
}
#head_verify .cedula-hint {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4b5563;
  margin-bottom: 1rem;
}
#head_verify #cedulaFile {
  display: block;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  font-size: 0.85rem;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
#head_verify #cedulaFile:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}
#head_verify #previewImage {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin: 1rem 0 0.6rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
#head_verify #statusMsg {
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.6rem;
  color: #374151;
}
#head_verify #statusMsg.success {
  color: #166534;
}
#head_verify #statusMsg.pending {
  color: #92400e;
}
#head_verify .benefits {
  margin-bottom: 1.3rem;
  padding: 0.9rem 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}
#head_verify .benefits h4 {
  margin: 0 0 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1f2937;
}
#head_verify .benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#head_verify .benefits li {
  font-size: 0.8rem;
  color: #374151;
  padding-left: 1.1rem;
  margin: 0.25rem 0;
  position: relative;
}
#head_verify .benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 600;
}
#head_verify .hidden {
  display: none;
}
@media (max-width: 480px) {
  #head_verify .cedula-box {
    padding: 1rem;
    border-radius: 12px;
  }
  #head_verify #previewImage {
    max-height: 260px;
  }
}
#head_verify .field {
  display: block;
  margin: 10px 0;
}
#head_verify .field span {
  font-weight: 600;
  color: #19355d;
}
#head_verify .field input,
#head_verify .field select {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fbfbff;
  padding: 10px 12px;
  font-size: 16px;
  outline: none;
}
#head_verify .field input:disabled {
  background: #f1f3fb;
  color: rgba(12, 27, 58, 0.55);
}
#head_verify .cedula-row {
  margin: 1rem 0 0.6rem;
}
#head_verify .cedula-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.35rem;
}
#head_verify .cedula-row input {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.95rem;
}
#head_verify .cedula-row input:focus {
  outline: none;
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.25);
}
#head_verify .smallhint {
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
.cid-v7szRdmUWL {
  background: #f4f6fb;
}
.cid-v7szRdmUWL .div_privacidad {
  padding: 20px 0px 50px;
}
.cid-v7szRdmUWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7szRdmUWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7szRdmUWL .card-wrappers {
  background: #fdfcfe;
}
@media (max-width: 767px) {
  .cid-v7szRdmUWL .card-wrappers {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7szRdmUWL .card-wrappers {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7szRdmUWL .card-wrappers {
    padding: 4rem;
  }
}
.cid-v7szRdmUWL .mbr-text,
.cid-v7szRdmUWL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v7szRdmUWL .card-title,
.cid-v7szRdmUWL .card-box {
  text-align: left;
  color: #000000;
}
.cid-v7qWvJBGs6 {
  z-index: 11;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0 !important;
  width: 100% !important;
  background-color: #eceff8;
}
.cid-v7qWvJBGs6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7qWvJBGs6 .container-fluid {
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  justify-content: space-between;
}
.cid-v7qWvJBGs6 img {
  display: inline;
  width: auto;
  height: 30px;
  transform: scale(1.05);
}
.cid-v7qWvJBGs6 .mbr-text,
.cid-v7qWvJBGs6 .soc-item {
  display: inline;
}
.cid-v7qWvJBGs6 .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v7qWvJBGs6 .mbr-iconfont {
  font-size: 27px;
  color: #19355d;
}
.cid-v7qWvJBGs6 .soc-item,
.cid-v7qWvJBGs6 .soc-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 24px;
  cursor: pointer;
}
.cid-v7qWvJBGs6 .soc-text {
  color: #19355d;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cid-v7qWvJBGs6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-v7qWvJBGs6 .soc-text {
    font-size: 0.6rem;
  }
  .cid-v7qWvJBGs6 .container-fluid {
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }
  .cid-v7qWvJBGs6 .handy {
    display: none !important;
  }
  .cid-v7qWvJBGs6 .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-v7qWvJBGs6 img {
    height: 28px;
    transform: scale(1.05);
  }
}
.cid-v7qWvJBGs6 .soc-item:hover .soc-text,
.cid-v7qWvJBGs6 .soc-item .soc-text:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.cid-v7qWvJBGs6 .active {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: currentColor;
}
@media (min-width: 992px) {
  .cid-v7qWvJBGs6 .desktop {
    display: none !important;
  }
}
