@charset "UTF-8";
@import url("https://assets.mlcdn.com/fonts.css?version=1762161");
@font-face {
  font-family: "MazzardH-Black";
  src: url("assets/fonts/MazzardH-Black.woff2") format("woff2"), url("assets/fonts/MazzardH-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraBold";
  src: url("assets/fonts/MazzardH-ExtraBold.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("assets/fonts/MazzardH-Bold.woff2") format("woff2"), url("assets/fonts/MazzardH-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraLight";
  src: url("assets/fonts/MazzardH-ExtraLight.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Light";
  src: url("assets/fonts/MazzardH-Light.woff2") format("woff2"), url("assets/fonts/MazzardH-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Regular";
  src: url("assets/fonts/MazzardH-Regular.woff2") format("woff2"), url("assets/fonts/MazzardH-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Medium";
  src: url("assets/fonts/MazzardH-Medium.woff2") format("woff2"), url("assets/fonts/MazzardH-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-SemiBold";
  src: url("assets/fonts/MazzardH-SemiBold.woff2") format("woff2"), url("assets/fonts/MazzardH-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MazzardH-Thin";
  src: url("assets/fonts/MazzardH-Thin.woff2") format("woff2"), url("assets/fonts/MazzardH-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.ui-bg-aqua {
  background-color: #F0F3F4;
}

.ui-bg-white {
  background-color: #fff;
}

.ui-bg-dark {
  background-color: #0F1720;
}

.text-gray {
  color: #787D82;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1320px;
}

.container-full-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.container.inner-content {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 572px) {
  .container.inner-content {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .container.inner-content {
    width: calc(100% - (100% - 540px) / 2);
    max-width: none;
    padding-left: 15px;
  }
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container.inner-content {
    width: calc(100% - (100% - 720px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container.inner-content {
    width: calc(100% - (100% - 960px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.inner-content {
    width: calc(100% - (100% - 1140px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container.inner-content {
    width: calc(100% - (100% - 1320px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1320px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 8px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #BAC3C6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #BAC3C6;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #BAC3C6;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #BAC3C6;
  border-top-color: #0F1720;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

.rounded-1 {
  border-radius: 16px;
}

.tip--content {
  border-bottom: 1px solid #BAC3C6;
}
.tip__title p {
  font-family: "MazzardH-SemiBold";
}

body {
  font-family: "MazzardH-Regular";
  color: #0F1720;
}

html {
  font-size: 16px;
}

strong {
  font-family: "MazzardH-SemiBold";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}

.font-light {
  font-family: "MazzardH-Light";
}

.font-medium {
  font-family: "MazzardH-Medium";
}

.font-bold {
  font-family: "MazzardH-Bold";
}

pre {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  overflow: none;
}

.subtitle {
  font-family: "MazzardH-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MazzardH-Regular";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "MazzardH-SemiBold";
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.4rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

ul {
  padding: 15px 0 0 15px;
}

li {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
}

p {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
  text-align: justify;
}
p strong {
  font-family: "MazzardH-Medium";
}

.expedition-date {
  font-size: 1.2rem;
}

.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation a {
  font-family: "MazzardH-Medium";
}
.top-navigation .brand svg {
  max-width: 100%;
}

.header__menu {
  margin: 0;
  padding: 0;
}
.header__menu li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.header__menu li a {
  color: #0F1720;
}

.swiper-gallery .image-box, .swiper-gallery-2 .image-box {
  height: 30vh;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.swiper-gallery .image-box img, .swiper-gallery-2 .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-gallery-2 .image-box {
  height: 50vh;
}

.navigation .portfolioswiper-next, .navigation .portfolioswiper-prev, .navigation .brandsswiper-prev, .navigation .brandsswiper-next, .navigation .prev, .navigation .testimonials-prev, .navigation .next, .navigation .testimonials-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
  outline: 0;
  line-height: 0;
}
.navigation .portfolioswiper-next::before, .navigation .portfolioswiper-prev::before, .navigation .brandsswiper-prev::before, .navigation .brandsswiper-next::before, .navigation .prev::before, .navigation .testimonials-prev::before, .navigation .next::before, .navigation .testimonials-next::before {
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
}
.navigation .portfolioswiper-next::after, .navigation .portfolioswiper-prev::after, .navigation .brandsswiper-prev::after, .navigation .brandsswiper-next::after, .navigation .prev::after, .navigation .testimonials-prev::after, .navigation .next::after, .navigation .testimonials-next::after {
  display: none;
}
.navigation .brandsswiper-next::before, .navigation .brandsswiper-prev::before {
  width: 7px;
  height: 12px;
}
.navigation .brandsswiper-prev::before, .navigation .prev::before {
  background-image: url("assets/images/arrow_left_white.svg");
}
.navigation .brandsswiper-next::before, .navigation .next::before {
  background-image: url("assets/images/arrow_right_white.svg");
}
.navigation .testimonials-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-prev::before, .navigation .testimonials-prev::before, .navigation .programs-prev::before, .navigation .brandsswiper-prev::before, .navigation .horizon-prev::before, .navigation .horizon2-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-next::before, .navigation .testimonials-next::before, .navigation .programs-next::before, .navigation .brandsswiper-next::before, .navigation .horizon-next::before, .navigation .horizon2-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}
.navigation .testimonials-next::before, .navigation .brandsswiper-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.portfolioswiper-prev::before {
  background-image: url("assets/images/arrow_left_arch.svg");
}

.portfolioswiper-next::before {
  background-image: url("assets/images/arrow_right_arch.svg");
}

.swiper-testimonials .image {
  min-width: 130px;
  min-height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.why-attend .prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.why-attend .next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.brandsSwiper .single-banner-brand .image-banner {
  height: 25vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.brandsSwiper .single-banner-brand .image-logo {
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.progress-bar-swiper {
  position: relative;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar-fill, .progress-bar-swiper .swiper-pagination-progressbar-fill {
  background-color: #0F1720;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar, .progress-bar-swiper .swiper-pagination-progressbar {
  height: 1px;
  background-color: #B8C7C5;
}

.brandsSwiper img {
  max-width: 100%;
}

/************************************************************
 * VISION SLIDER — SCOPED, NO-COLLISIONS CSS
 * Zakładamy markup z Twojego posta (nav + main w Swiperze).
 ************************************************************/
/* Root komponentu + spacing */
.vision-slider {
  padding: 24px;
}

/*--- NAV (lewa kolumna) ----------------------------------*/
.vision-slider .vision-slider__nav {
  background: #eef3f4;
  border-radius: 16px;
  height: 560px;
  overflow: hidden;
}

/* Swiper w kolumnie – pionowe ułożenie slajdów */
.vision-slider .vision-slider__nav .swiper-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  height: auto !important;
}

.vision-slider .vision-slider__nav .swiper-slide {
  height: auto !important;
  width: 100% !important;
}

/* Tab w nawigacji */
.vision-slider .vision-tab {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  outline: 0 !important;
}

.vision-slider .vision-tab__title {
  color: #878b8f;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.9rem;
  display: inline-block;
}
@media (min-width: 1520px) {
  .vision-slider .vision-tab__title {
    font-size: 1rem;
  }
}

.vision-slider .vision-tab__sub {
  font-size: 14px;
  color: #8a8f95;
  display: block;
  margin-top: 6px;
}

/* Podkreślenie – jeśli używasz */
.vision-slider .vision-tab__underline {
  display: block;
  height: 1px;
  width: 120px;
  background: #bac3c6;
  margin-top: 12px;
}

/* Aktywny thumb od Swipera */
.vision-slider .vision-slider__nav .swiper-slide-thumb-active .vision-tab__title {
  color: #0b0f12;
}

/* Progress bar w tabie */
.vision-slider .vision-tab__progress {
  display: block;
  width: 100%;
  height: 1px;
  background: #bac3c6;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 2px;
}

.vision-slider .vision-tab__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: #0b0f12;
  will-change: width;
}

/* animacja bez skoków */
@keyframes visionBarFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.vision-slider .vision-tab__bar.is-animating {
  animation-name: visionBarFill;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/*--- MAIN (prawa kolumna) – SWIPER ------------------------*/
/* Zbij wysokości narzucone przez Swiper/motyw */
.vision-slider .vision-slider__main.swiper,
.vision-slider .vision-slider__main .swiper-wrapper {
  height: auto !important;
  align-items: stretch !important;
}

/* Każdy slide dopasowuje się do zawartości */
.vision-slider .vision-slider__main .swiper-slide {
  height: auto !important;
  display: block;
}

/* Strzałki (jeśli używasz własnych) — minimalne style */
.vision-slider .vision-prev,
.vision-slider .vision-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.vision-slider .vision-prev {
  left: 8px;
}

.vision-slider .vision-next {
  right: 8px;
}

/*--- KARTA OBRAZKA — ZAWSZE KWADRAT -----------------------*/
.vision-slider .vision-maincard {
  position: relative;
  aspect-ratio: 1/1; /* stały kwadrat */
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f4f7;
}

/* Gdy jest link – wypełnia całość karty */
.vision-slider .vision-maincard__link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

/* Obrazek wypełnia kartę i jest przycięty do kwadratu */
.vision-slider .vision-maincard__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important; /* nadpisuje height:auto */
  max-width: none !important; /* neutralizuje globalne img {max-width:100%} */
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  -webkit-user-drag: none;
}

/* Fallback dla przeglądarek bez aspect-ratio */
@supports not (aspect-ratio: 1/1) {
  .vision-slider .vision-maincard::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .vision-slider .vision-maincard__link,
  .vision-slider .vision-maincard__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
/*--- RWD --------------------------------------------------*/
@media (max-width: 1200px) {
  .vision-slider .vision-slider__nav {
    height: 520px;
  }
}
@media (max-width: 992px) {
  /* Jeżeli używasz własnej siatki .vision-slider__inner,
     możesz ją tu przełączyć na jeden column; przy Bootstrapie nie ruszaj. */
  .vision-slider .vision-slider__nav,
  .vision-slider .vision-slider__main {
    height: auto !important;
  }
  .vision-slider .vision-prev,
  .vision-slider .vision-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 576px) {
  .vision-slider {
    padding: 16px;
  }
  .vision-slider .vision-tab {
    padding: 20px;
  }
}
/*--- Preferencje ruchu -----------------------------------*/
@media (prefers-reduced-motion: reduce) {
  .vision-slider .vision-tab__bar.is-animating {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/*--- Twarde resetty (scoped) gdyby motyw był uparty -------*/
/* Neutralizuj ewentualne globalne obrazkowe zasady w obrębie komponentu */
.vision-slider img {
  max-width: 100%;
  height: auto;
}

.vision-slider .vision-maincard__image {
  /* nasz obraz w karcie ma własne reguły powyżej – utrzymujemy je silniejsze */
  height: 100% !important;
  max-width: none !important;
}

/* Czasem motywy nadają .swiper { height:100% } — zbicie tylko tu */
.vision-slider .swiper {
  height: auto;
}

.brandsSwiperBig, .our-brands {
  /* opcjonalnie — jeśli chcesz subtelny cień */
}
.brandsSwiperBig .image-banner, .our-brands .image-banner {
  position: relative;
  width: 100%;
  padding-top: 100%; /* kwadratowy box */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.brandsSwiperBig .image-banner::after, .our-brands .image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.single-banner-brand {
  background-color: #F0F3F4;
  display: block;
  border-radius: 16px;
}
.single-banner-brand .image-logo {
  mix-blend-mode: darken;
}

.about-us .image-box {
  width: 100%;
  position: relative;
  height: 58vh;
  border-radius: 16px;
  overflow: hidden;
}
.about-us .image-box .content {
  position: relative;
  z-index: 5;
  max-width: 30%;
}
.about-us .image-box .image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.huge-number {
  font-size: 3rem;
}

.small-number {
  max-width: 50%;
}

.brandsSwiperNews .image-banner {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 60vh;
}
.brandsSwiperNews .image-banner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandsSwiperNews .image-banner .content {
  z-index: 5;
  position: relative;
}
.brandsSwiperNews .image-banner .content .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.brandsSwiperNews .image-logo {
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0) invert(1);
  z-index: 5;
}
.brandsSwiperNews .mask-top, .brandsSwiperNews .mask-bot {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 50%;
  width: 100%;
  border-radius: 16px;
}
.brandsSwiperNews .mask-top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) -8%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0) 100%);
}
.brandsSwiperNews .mask-bot {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 89%);
}

.ui-bg-aqua {
  position: relative;
}

.b2b-section {
  background: transparent;
}

.b2b-section-slider-wrapper {
  position: relative;
  padding-bottom: 60px;
}

.b2b-swiper {
  overflow: hidden;
}

.b2b-swiper .swiper-slide {
  height: auto;
}
.b2b-swiper .swiper-slide .b2b-tile-title {
  color: #878b8f;
}

.b2b-slide--active .b2b-tile-title {
  color: #0F1720 !important;
}

.b2b-slide {
  height: 100%;
}

.b2b-tile {
  background: #fff;
  border-radius: 24px;
  min-height: 260px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.b2b-header-title {
  font-family: "MazzardH-SemiBold";
}

/* ===== ANIMACJA WEJŚCIA OD DOŁU (TEKST + TELEFON) ===== */
@keyframes b2b-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Tekst po lewej */
.b2b-header {
  opacity: 1;
  transform: translateY(0);
}

.b2b-header.b2b-anim {
  animation: b2b-fade-up 0.35s ease;
}

/* GLOBALNY TELEFON – kwadrat + animacja */
.py-5.ui-bg-aqua.border-radius-16 {
  position: relative;
  overflow: visible;
}

.b2b-phone-global {
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  transform: translateY(0);
  aspect-ratio: 1/1; /* zawsze kwadrat */
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.b2b-phone-global.b2b-anim {
  animation: b2b-fade-up 0.35s ease;
}

.b2b-phone-global img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* jak chcesz bez przycinania: zmień na contain */
  object-position: center;
}

.b2b-tile-number {
  font-size: 18px;
  font-family: "MazzardH-SemiBold";
  color: #878b8f;
}

.b2b-tile-title {
  margin-top: auto;
  font-size: 1rem;
  font-family: "MazzardH-Medium";
  color: #111827;
}

@media (min-width: 768px) {
  .b2b-swiper .swiper-slide {
    padding-right: 8px;
  }
}
@media (max-width: 640px) {
  .b2b-phone-global {
    display: none;
  }
}
/* Strzałki */
.b2b-swiper-nav {
  position: absolute;
  /* top: 30px; */
  left: 0;
  bottom: -40px;
  display: flex;
  gap: 12px;
}

.b2b-swiper-button {
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.b2b-swiper-button:hover {
  outline: 0;
  border: 0;
}

/* wyłącz obramowanie przy focus/active */
.b2b-swiper-button:focus,
.b2b-swiper-button:focus-visible,
.b2b-swiper-button:active {
  outline: none;
  box-shadow: none;
}

.b2b-swiper-button span {
  line-height: 0;
  display: block;
}

.b2b-swiper-button span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.b2b-swiper-button-prev span {
  border-right: 7px solid #111827;
  margin-left: 3px;
}

.b2b-swiper-button-next span {
  border-left: 7px solid #111827;
  margin-right: 3px;
}

.portfolioSwiper .image-banner img {
  height: 40vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 16px;
}

.btn {
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
}
.btn.dark {
  background-color: #0F1720;
  border: 1px solid #0F1720;
  color: #fff;
}
.btn.dark:hover {
  background-color: #F0F3F4;
  color: #0F1720;
  border: 1px solid #BAC3C6;
}
.btn.light {
  background-color: #fff;
  border: 2px solid #DDDDDD;
}
.btn.light:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}

button#city-book, .forminator-button {
  border-radius: 6px !important;
  padding: 10px 20px !important;
  display: block !important;
  font-family: "MazzardH-Medium" !important;
  transition: 0.25s all !important;
  width: 100% !important;
  background-color: #0F1720 !important;
  border: 1px solid #0F1720 !important;
  color: #fff !important;
}
button#city-book:hover, .forminator-button:hover {
  background-color: #F0F3F4 !important;
  color: #0F1720 !important;
  border: 1px solid #BAC3C6 !important;
}

.standarize-button.dark a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #0F1720;
  border: 1px solid #0F1720;
  color: #fff;
  margin-top: 15px;
}
.standarize-button.dark a:hover {
  background-color: #F0F3F4;
  color: #0F1720;
  border: 1px solid #BAC3C6;
}
.standarize-button.light a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #fff;
  border: 2px solid #fff;
  color: #0F1720;
  margin-top: 15px;
}
.standarize-button.light a:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}

footer {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer p {
  color: #fff;
}
footer .footer__menu {
  margin: 0;
  padding: 0;
}
footer .footer__menu li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
footer .footer__menu li a {
  color: #fff;
}
footer .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #474747;
  opacity: 0.4;
}
footer .copy p, footer .copy a {
  color: #52585E;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
}
footer .copy img {
  max-width: 85%;
}
footer .contact .phone-icon, footer .contact .mail-icon {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.contact-form input, .contact-form textarea {
  border: 1px solid #BAC3C6 !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #c0c0c0;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}
.contact-form .forminator-row input::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 0.9rem !important;
  font-family: "MazzardH-Medium" !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] {
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  outline: 0 !important;
}

.select2-selection__rendered {
  color: #0F1720 !important;
  padding: 15px !important;
  font-family: "MazzardH-Medium";
}

.forminator-ui#forminator-module-352.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] .select2-selection__placeholder {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] .select2-selection__arrow {
  color: #0F1720 !important;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__choice {
  background-color: #0F1720 !important;
  border-radius: 100px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default {
  background-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  margin-top: -2px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  outline: 0 !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
  font-family: "MazzardH-Medium";
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  font-size: 0.9rem !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:last-child {
  border-bottom: 0 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: transparent !important;
  color: #0F1720 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: transparent !important;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox] .select2-selection__clear {
  margin-top: -3px !important;
  color: #0F1720 !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-textarea {
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
  padding: 15px !important;
}
.forminator-ui#forminator-module-352.forminator-design--default .forminator-textarea::placeholder {
  color: #0F1720;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
  max-width: fit-content !important;
}

.forminator-field-upload .forminator-field {
  background: #fff;
  padding: 30px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
}

.forminator-uploaded-file--content {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  padding-bottom: 15px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-uploaded-file .forminator-uploaded-file--text + .forminator-uploaded-file--delete {
  background-color: transparent !important;
  outline: 0 !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-multi-upload {
  border-color: #BAC3C6 !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-button-submit {
  box-shadow: none !important;
}

.ox-wednesday img {
  max-width: 100%;
}

.news-banner-single .image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 60vh;
}
.news-banner-single .image-box .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.news-banner-single .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-banner-image img {
  width: 100%;
  border-radius: 16px;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}

.main-banner .claim {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 18rem;
}
.main-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.main-banner--video-box {
  height: 70vh;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.main-banner--video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.main-banner--video-box .brand svg {
  max-width: 15rem;
}
.main-banner--video-box span.tag {
  background-color: #0F1720;
  border-radius: 100px;
  padding: 5px 15px;
  color: #fff;
  font-family: "MazzardH-Medium";
}
.main-banner--video-box .content {
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
.main-banner--video-box .content h1 strong, .main-banner--video-box .content h2 strong, .main-banner--video-box .content h3 strong, .main-banner--video-box .content h4 strong, .main-banner--video-box .content h5 strong {
  font-family: "MazzardH-Bold";
}
.main-banner--video-box .content a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  margin-top: 15px;
}
.main-banner--video-box .content a:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}
.main-banner--video-box .mask {
  position: absolute;
  inset: 0;
  pointer-events: none; /* żeby nie blokowało kliknięć */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 1; /* nad wideo */
}
.main-banner .navi {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 2rem;
}
@media (min-width: 991px) {
  .main-banner .navi {
    padding: 5rem;
  }
}

.standard-text strong {
  font-family: "MazzardH-SemiBold";
}

.what-offer img {
  height: 60vh;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.what-offer__content {
  height: 100%;
  border-radius: 16px;
}
.what-offer__content li {
  border-bottom: 1px solid #BAC3C6;
  font-family: "MazzardH-Medium";
}
.what-offer__content li:last-child {
  border-bottom: 0;
}

.ox-wednesday.about a {
  display: none;
}

#representatives {
  /* strzałki przy tytule */
}
#representatives img {
  max-width: 10rem;
  margin-right: 30px;
}
#representatives .representative-item {
  display: none;
}
#representatives .representative-item.is-visible {
  display: block;
}
#representatives .representatives-filters {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
#representatives .representatives-filters button {
  margin-right: 20px;
  border-radius: 100px;
  background-color: #F0F3F4;
  border: 0;
}
#representatives .representatives-filters .btn.active {
  background-color: #000;
  color: #fff;
}
#representatives .regions-header-arrows .regions-arrow {
  width: 20px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: 0.2s ease;
  outline: 0;
}
#representatives .regions-header-arrows .regions-arrow img {
  width: 14px;
  height: 14px;
}
#representatives .regions-header-arrows .regions-arrow:hover {
  background: transparent;
}
#representatives .regions-header-arrows .regions-arrow.hidden {
  opacity: 0.3;
  pointer-events: none;
}
#representatives .contact-icons img {
  background: #0F1720;
  padding: 10px;
  border-radius: 8px;
}
#representatives .brands-list p {
  color: #52585E;
  font-size: 0.8rem;
}

.contact-map svg {
  max-width: 100%;
}

.download-icon img {
  max-width: 1.5rem;
}

#umow-spotkanie svg {
  max-width: 100%;
}
#umow-spotkanie text {
  position: relative;
}
#umow-spotkanie text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #0F1720;
}
#umow-spotkanie tspan {
  font-family: "MazzardH-Medium";
  font-size: 1.2rem;
  position: relative;
}

#umow-spotkanie .map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.city-pin {
  cursor: pointer;
}

.city-pin:hover .city-label-bg {
  opacity: 0.9;
}

/* aktywna pinezka */
#umow-spotkanie .city-pin.is-active path {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[fill="#111"] {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[stroke="#111"] {
  stroke: #007bff;
}

/* ───── Overlay + container */
.bm {
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: inherit;
}

.bm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(120%) blur(2px);
}

/* ───── Panel: DESKTOP = wyśrodkowany popup */
.bm-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 92vw);
  max-height: 90vh;
  background: #F0F3F4;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* nagłówek stały, wnętrze scrollowane */
  overflow-y: visible;
  height: 100%;
}

/* pasek u góry + head */
.bm-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
}

.bm-head {
  padding: 0 24px 6px;
}

.bm-steps {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 0 24px 16px;
}

.bm-body {
  padding: 0 24px 24px;
  overflow: auto; /* scroll w środku modala */
  flex: 1 1 auto;
}

/* przyciski/styl – bez zmian */
.bm-city {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.bm-addr {
  color: #333;
  opacity: 0.8;
  white-space: pre-line;
}

.bm-stepper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8A8F93;
}

.bm-stepper span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #DDDDDD !important;
  border-radius: 20px;
  font-weight: 700;
  color: #3B3F43;
  background: #fff;
}

.bm-stepper.is-active {
  color: #0F1720;
}

.bm-stepper.is-active span {
  border-color: #0F1720;
}

.bm-options {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 14px;
}

.bm-card {
  min-width: 220px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E6EAEB;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
}

.bm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-card.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-card .bm-wd {
  font-weight: 700;
  margin-bottom: 4px;
}

.bm-card .bm-dt {
  opacity: 0.9;
}

.bm-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.bm-chip {
  padding: 16px 26px;
  border-radius: 12px;
  border: 1px solid #E6EAEB;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s;
}

.bm-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-chip.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-form-placeholder {
  width: 100%;
  background-color: #fff;
  border: 1px dashed #C8CED1;
  border-radius: 14px;
  padding: 28px;
  color: #3B3F43;
}

.bm-muted {
  opacity: 0.7;
}

/* ───── Mobile: pełny ekran (jak wcześniej) */
@media (max-width: 991px) {
  .bm-panel {
    left: 0;
    top: 0;
    transform: none;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .bm-topbar {
    padding: 16px;
  }
  .bm-head {
    padding: 0 16px 6px;
  }
  .bm-steps {
    padding: 0 16px 12px;
  }
  .bm-body {
    padding: 0 16px 16px;
  }
  .bm-city {
    font-size: 36px;
  }
}
/* ───── blokada scrolla tła, gdy modal otwarty */
body.bm-open {
  overflow: hidden;
}

.bm-addr p {
  line-height: 0;
}

.list-unstyled li {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  font-family: "MazzardH-Medium";
  border: 1px solid #DDDDDD;
}

.city-content {
  height: 100%;
  border-radius: 16px;
}

.js-autofill {
  display: none !important;
}

.bm-chip.is-disabled,
.bm-chip:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.all-meetings {
  padding: 40px 0;
}

.all-meetings h2 {
  margin-bottom: 20px;
}

.am-list {
  display: grid;
  gap: 14px;
}

.am-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  background: #f3f6f7;
  border-radius: 14px;
  padding: 18px 20px;
  border: 1px solid #e5eaee;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 991px) {
  .am-card {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
  }
}

.am-card.is-full {
  opacity: 0.6;
}

.am-col {
  min-width: auto;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .am-col {
    min-width: 0;
    width: auto;
    margin-top: 0;
  }
}

.am-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #8a919a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.am-city {
  font-weight: 700;
}

.am-addr {
  color: #4b5563;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .am-addr {
    white-space: nowrap;
  }
}

.am-when {
  font-size: 16px;
}

.am-cta {
  justify-self: end;
}

.am-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.am-btn-container {
  position: relative;
}
.am-btn-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.am-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  background-color: #F0F3F4;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.forminator-row:has(.js-city) {
  display: none !important;
}

.forminator-row:has(.js-date) {
  display: none !important;
}

.forminator-row:has(.js-hour) {
  display: none !important;
}

.forminator-row:has(.js-address) {
  display: none !important;
}

.forminator-title {
  font-size: 1rem !important;
  font-family: "MazzardH-Medium" !important;
  text-transform: uppercase !important;
}

.forminator-checkbox-box {
  border-color: rgba(221, 221, 221, 0.8666666667) !important;
  background-color: #fff !important;
  color: #0F1720 !important;
}

.forminator-row a {
  color: #0F1720;
}
.forminator-row input {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 6px !important;
  padding: 15px !important;
}
.forminator-row input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}
.forminator-row input:-moz-placeholder { /* Firefox 18- */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input::-moz-placeholder { /* Firefox 19+ */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input:-ms-input-placeholder { /* IE 10-11 */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}

.forminator-row label.forminator-label, .forminator-row span.forminator-label {
  display: none !important;
}

.forminator-field-checkbox {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field label {
  margin: 0 30px 0 0 !important;
}
.forminator-field-checkbox .forminator-label {
  margin: 0 !important;
}

.contact-map svg {
  max-width: 100%;
  height: auto;
}
.contact-map svg text {
  font-family: "MazzardH-SemiBold";
}

/* ------------------------------
   MAPA POLSKI (SVG)
--------------------------------- */
/* bazowe path + transition */
#poland-map .check path {
  fill: #fff;
  stroke: #0F1720;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

/* bazowy napis + transition */
#poland-map .check text {
  fill: #0F1720;
  transition: fill 0.25s ease;
  pointer-events: none; /* żeby hover łapał też na tekście */
}

/* hover: czarne tło + biały napis */
#poland-map .check:hover path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check:hover text {
  fill: #fff !important;
}

/* kliknięty region */
#poland-map .check.active path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check.active text {
  fill: #fff !important;
}

/* focus dla klawiatury */
#poland-map .check:focus-visible path {
  outline: none;
  stroke: #0ea5e9; /* niebieska ramka */
  stroke-width: 3;
  fill: #0F1720; /* lekko ciemne wypełnienie */
}

/* usuń żółty kwadrat na mobile/tablet */
#poland-map .check,
#poland-map .check * {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  #poland-map .check:focus {
    outline: none;
  }
}
/* kursor */
#poland-map .check {
  cursor: pointer;
}

/* ------------------------------
   NAGŁÓWEK NAD SLIDEREM
--------------------------------- */
.region-head {
  margin-bottom: 12px;
}

.region-title {
  margin: 0;
  font-size: 1.5rem;
}

/* ------------------------------
   SLIDER I KARTY
--------------------------------- */
.rs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #F0F3F4;
}
.rs-card a {
  color: #0F1720;
}

.rs-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.rs-avatar {
  width: 100%;
  height: 20vh;
  border-radius: 0;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 991px) {
  .rs-avatar {
    height: 30vh;
  }
}

.rs-name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.rs-role {
  margin: 0.125rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.rs-desc {
  margin: 0.5rem 0;
  color: #444;
  font-size: 0.95rem;
}

.rs-contact {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

.rs-contact a {
  text-decoration: none;
  color: #0ea5e9;
}

.rs-contact a:hover {
  text-decoration: underline;
}

.rs-empty {
  color: #777;
  padding: 12px 0;
  text-align: center;
}

/* ekran startowy */
.region-empty {
  margin-top: 12px;
  padding: 16px;
  border: 1px dashed #ccc;
  border-radius: 12px;
  color: #444;
  background: #fafafa;
  text-align: center;
}

/* ------------------------------
   SWIPER KONTROLS
--------------------------------- */
.region-slider .swiper-button-prev,
.region-slider .swiper-button-next {
  color: #333;
}

.region-slider .swiper-pagination-bullet-active {
  background: #333;
}

/* ------------------------------
   REDUCED MOTION
--------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #poland-map .check path,
  #poland-map .check text {
    transition: none !important;
  }
}
g {
  outline: 0 !important;
}

.region-logos {
  display: flex;
  flex-wrap: wrap;
}
.region-logos img {
  width: 150px;
}

.contact-details-cta .phone, .contact-details-cta .email {
  display: block;
}
.contact-details-cta .phone span, .contact-details-cta .email span {
  display: inline-block;
  background-color: #0F1720;
  padding: 10px;
  border-radius: 8px;
}
.contact-details-cta .phone a, .contact-details-cta .email a {
  color: #0F1720;
  font-family: "MazzardH-Medium";
}

.b2b {
  border-radius: 16px;
}
.b2b img {
  max-width: 100%;
}
@media (min-width: 991px) {
  .b2b img {
    max-width: 70%;
  }
}
.b2b a {
  margin-top: 15px;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #0F1720;
  border: 2px solid #0F1720;
  color: #fff;
}
.b2b a:hover {
  background-color: #fff;
  color: #0F1720;
  border: 2px solid #fff;
}

.rs-content a {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (min-width: 991px) {
  .rs-content a {
    word-break: break-word;
  }
}

.events-list {
  margin: 0;
  padding: 0;
}
.events-list .event-item {
  list-style: none;
  color: #0F1720;
  border-bottom: 1px solid #BAC3C6;
  padding: 15px 0;
}
.events-list .event-item:last-child {
  border-bottom: 0;
}
.events-list .event-text {
  font-family: "MazzardH-Medium";
  color: #0F1720;
}
.events-list .event-date {
  color: #0F1720;
}

/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mlb2-33011758.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
  overflow: hidden;
}

#mlb2-33011758.ml-form-embedContainer h4,
#mlb2-33011758.ml-form-embedContainer p,
#mlb2-33011758.ml-form-embedContainer span,
#mlb2-33011758.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 400px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-center {
  text-align: left;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: red !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #fff !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 30px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #0F1720 !important;
  border: 1px solid #fff !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #0F1720 !important;
  background-color: #0F1720 !important;
  border: 1px solid #fff !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1.2rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 1.5px !important;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 1.5px !important;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://assets.mlcdn.com/ml/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 100%;
  float: left;
  position: relative;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #1D2630;
  color: #fff;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "MazzardH-Medium";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 30px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
  height: 70px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #fff !important;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #0F1720 !important;
  cursor: pointer;
  font-family: "MazzardH-Medium";
  font-size: 14px !important;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  position: absolute;
  right: 30px;
  top: 15px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-family: "MazzardH-Regular";
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #52585E !important;
  font-family: "MazzardH-Regular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 5px 0 10px !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #000000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "MazzardH-Regular" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333333 !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://assets.mlcdn.com/ml/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 4px;
  padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}

@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
.ml-mobileButton-horizontal {
  display: none;
}

#mlb2-33011758 .ml-mobileButton-horizontal button {
  background-color: #000000 !important;
  border-color: #000000 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  padding: 10px !important;
  width: 100% !important;
}

@media only screen and (max-width: 400px) {
  #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding: 0 0 10px 0 !important;
  }
  .ml-hide-horizontal {
    display: none !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    display: none !important;
  }
  .ml-mobileButton-horizontal {
    display: inline-block !important;
    margin-bottom: 20px;
    width: 100%;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 400px) {
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
.newsletter-cta.brands #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #fff;
}
.newsletter-cta.brands #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  background-color: #fff !important;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #F0F3F4;
  color: #0F1720;
}
.newsletter-cta .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal::after {
  background-color: #F0F3F4;
  color: #0F1720;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #0F1720;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #0F1720 !important;
  color: #fff !important;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  background-color: #F0F3F4 !important;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  width: 100%;
}

.crumbs a, .crumbs p {
  color: #9C9FA3;
}

.team-section .card-body {
  box-shadow: none;
}

.have-questions .ul {
  height: 80%;
}
.have-questions .ul li {
  border-bottom: 1px solid #BAC3C6;
}
.have-questions .ul li:last-child {
  border-bottom: 0;
}
.have-questions .mail-icon {
  background-color: #0F1720;
  padding: 12px;
  border-radius: 8px;
  width: 50px;
  height: 50px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #BAC3C6;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1.2rem;
  cursor: pointer;
  font-family: "MazzardH-Medium";
}
@media (min-width: 991px) {
  ul.accordion-list li h3 {
    font-size: 1.6rem;
  }
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer ul {
  padding: 30px 0 0px;
}
ul.accordion-list li div.answer li {
  padding: 10px 0 20px 30px;
  font-size: 1.2rem;
  list-style: none;
  position: relative;
  display: block;
}
@media (min-width: 991px) {
  ul.accordion-list li div.answer li {
    font-size: 1.4rem;
  }
}
ul.accordion-list li div.answer li:last-child {
  border-bottom: 0;
}
ul.accordion-list li div.answer li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  background-image: url("assets/images/arrow_left_arch.svg");
  width: 25px;
  height: 19px;
  background-repeat: no-repeat;
  transform: scale(0.5);
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
}

.wp-block-list {
  padding: 30px 0 0px;
}
.wp-block-list li {
  padding: 20px 0 20px 30px;
  font-size: 1.2rem;
  list-style: none;
  position: relative;
  display: block;
  border-bottom: 1px solid #BAC3C6;
}
@media (min-width: 991px) {
  .wp-block-list li {
    font-size: 1.4rem;
  }
}
.wp-block-list li:last-child {
  border-bottom: 0;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 25px;
  background-image: url("assets/images/arrow_right_arch.svg");
  width: 25px;
  height: 19px;
  background-repeat: no-repeat;
  transform: scale(0.5);
}

/*# sourceMappingURL=style.css.map */
