@charset "UTF-8";
html,
body {
  background-color: #f0ebe9 !important;
  --bs-body-line-height: 1.5 !important;
  overflow-x: hidden;
}

h1,
.h1 {
  line-height: 1.14 !important;
  color: var(--bs-primary);
}

h2,
.h2 {
  line-height: 1.18 !important;
  color: var(--bs-primary);
}

h3,
.h3 {
  line-height: 1.26 !important;
  color: var(--bs-primary);
}

h4,
.h4 {
  line-height: 1.375 !important;
  color: var(--bs-primary);
}

h5,
.h5 {
  line-height: 1.38 !important;
  color: var(--bs-primary);
}

.preheader {
  margin-bottom: 1.5rem;
}

h6,
.h6 {
  line-height: 1.4 !important;
  color: var(--bs-primary);
}

a {
  color: var(--bs-link);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.component[data-bs-theme=dark] {
  background-color: transparent !important;
}
.component[data-bs-theme=dark] * {
  color: white;
}

.component[data-bs-theme=light] {
  background-color: transparent !important;
}

.bg-gradient-dark {
  background: #302756 !important;
  background: linear-gradient(170deg, rgb(48, 39, 86) 0%, rgb(89, 70, 162) 100%) !important;
}

.btn {
  border-radius: 9999px !important;
  border-width: 1px;
  transition: all 0.3s ease-in-out !important;
}
.btn-primary {
  border-color: transparent;
  background: #45367d;
  background: linear-gradient(330deg, rgb(69, 54, 125) 0%, rgb(125, 98, 227) 100%);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus {
  background: #45367d;
  background: linear-gradient(330deg, rgb(44, 33, 82) 0%, rgb(90, 68, 169) 100%);
}
.btn-outline-primary {
  border-color: #dadada !important;
  background: #ffffff;
  color: var(--bs-primary) !important;
  background: linear-gradient(175deg, rgb(255, 255, 255) 60%, rgb(239, 235, 255) 95%);
}
.btn-outline-primary * {
  color: var(--bs-primary) !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:focus {
  border-color: #dadada !important;
  color: var(--bs-primary) !important;
  background: #ffffff;
  background: linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(200, 186, 255) 100%);
}
.btn-outline-primary:hover *, .btn-outline-primary:active *, .btn-outline-primary.active *, .btn-outline-primary:focus * {
  color: var(--bs-primary) !important;
}
.btn-outline-tertiary {
  border: 1px solid white !important;
}

.preheader {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
}

[data-bs-theme] {
  background-color: #f0ebe9 !important;
  color: var(--bs-primary);
}

[data-bs-theme=dark] .preheader {
  background-color: transparent !important;
}

[data-bs-theme=light] p:not(.preheader),
[data-bs-theme=light] ul {
  color: var(--bs-quaternary);
}

.card {
  box-shadow: none !important;
}

header.header-primary {
  background-color: #f0ebe9 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
header.header-primary.shadow {
  background-color: #fff !important;
  box-shadow: none !important;
}
header.header-primary:has(li.open-sub-menu) {
  background-color: #fff !important;
  box-shadow: none !important;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu li:not(.btn):hover > a {
  color: var(--bs-secondary) !important;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu li:not(.btn):hover > .arrow-down-mobile {
  color: var(--bs-secondary) !important;
  transform: rotate(180deg);
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li {
  position: relative;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > .arrow-down-mobile {
  top: -1px;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > .arrow-down-mobile i {
  font-size: 13px;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu {
  margin: 0 !important;
  box-shadow: none !important;
  height: auto;
  justify-content: center;
  left: 0;
  padding: 40px calc((100vw - 1360px) / 2) 60px !important;
  position: fixed !important;
  right: 0;
  top: 78px !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  gap: 30px;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu > li {
  flex: 1 1 0;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu > li > a.has-description {
  display: flex;
  align-items: flex-start;
  text-wrap: auto;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu > li > a.has-description > i {
  flex: 1 1 0;
  margin-top: -5px;
  font-size: 18px !important;
  width: 55px;
  height: 55px;
  min-width: 55px;
  max-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: #fff6d8;
  background: linear-gradient(308deg, rgb(255, 246, 216) 0%, rgb(224, 209, 223) 100%);
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu > li > a.has-description > .title-wrap > .link-title {
  font-size: var(--bs-font-size-h6);
  margin-bottom: 10px;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu > li > a.has-description > .title-wrap > .link-description {
  font-size: 16px;
  color: var(--bs-quaternary);
  font-weight: 300;
  line-height: 1.5;
}
header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li.open-sub-menu > ul.sub-menu {
  display: flex !important;
}
header.header-primary:has(.header-cta) .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu {
  top: 118px !important;
}
header.header-primary a {
  font-weight: 500 !important;
  font-size: 18px !important;
}
header.header-primary a:not(.btn a) {
  color: var(--bs-primary) !important;
}
header.header-primary .btn a {
  font-weight: 400 !important;
}
header.header-primary .btn:hover {
  color: white !important;
}
header.header-primary .header-cta {
  background-color: var(--bs-primary) !important;
  color: white !important;
  padding: 8px 0 !important;
}
header.header-primary .header-cta * {
  font-size: 14px !important;
}
header.header-primary .header-cta p {
  margin: 0 !important;
}
header.header-primary .header-cta p a {
  font-weight: 400;
  text-decoration: underline;
  color: white !important;
}
header.header-primary .header-cta .header-cta-close {
  font-size: 22px !important;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer !important;
}

body.logged-in header.header-primary .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu {
  top: 110px !important;
}
body.logged-in header.header-primary:has(.header-cta) .wrapper-nav-primary nav.nav-primary > ul.menu > li > ul.sub-menu {
  top: 150px !important;
}

.circle-container {
  width: 100vw; /* Szerokość kontenera na całą szerokość okna */
  height: 300px; /* Wysokość kontenera to 20% wysokości okna */
  overflow: hidden; /* Ukryj wszystko poza kontenerem */
  position: relative;
  display: flex;
  justify-content: center; /* Wyśrodkowanie okręgu w poziomie */
  align-items: flex-end; /* Umieszczenie okręgu na dole kontenera */
}

.circle {
  width: 400%; /* 400% szerokości widoku */
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(241, 236, 234);
  filter: drop-shadow(0 0 60px rgba(var(--bs-primary-hex), 0.15));
  position: absolute;
  bottom: 150px; /* Przylega do dolnej krawędzi kontenera */
  left: 50%;
  transform: translateX(-50%);
}

footer#footer {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(239, 235, 255) 95%);
}
footer#footer .footer__main {
  margin-bottom: 60px;
}
footer#footer .footer__main * {
  font-size: 16px !important;
}
footer#footer .footer__main .footer__socials i {
  font-size: 18px !important;
}
footer#footer .footer__main #footer-menu {
  justify-content: space-between !important;
}
footer#footer .footer__main #footer-menu li,
footer#footer .footer__main #footer-menu a {
  color: var(--bs-quaternary);
}
footer#footer .footer__main #footer-menu > li > a {
  display: none !important;
}
footer#footer .footer__main #footer-menu > li > ul > li.title > a {
  font-weight: 500;
  color: var(--bs-primary);
}
footer#footer .footer__main .footer__address i {
  width: 20px;
}
footer#footer .footer__bottom * {
  font-size: 12px;
}
footer#footer .footer__bottom .footer__row {
  justify-content: center;
}
footer#footer .footer__bottom #footer-legal {
  margin-left: 0.2rem;
}
footer#footer .footer__bottom #footer-legal .list-inline-item {
  margin-right: 0 !important;
  margin-left: 0.1rem !important;
}
footer#footer .footer__bottom #footer-legal .list-inline-item > a {
  padding-left: 0.2rem;
}
