@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fdfdfdf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dark .header{background-color:#101622f2}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:1.5rem 2rem}@media (min-width: 1024px){.header__container{padding:1.5rem 3rem}}.header__logo{display:flex;align-items:center;gap:.75rem}.header__logo-icon{color:var(--bw-primary, #1152d4)}.header__logo-icon .material-symbols-outlined{font-size:1.875rem}.header__logo-text{color:#2c3e50;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;text-transform:uppercase;font-family:Manrope,sans-serif}.dark .header__logo-text{color:#fdfdfd}.header__nav{display:none;align-items:center;gap:3rem}@media (min-width: 1024px){.header__nav{display:flex}}.header__menu-list{display:flex;align-items:center;gap:3rem;list-style:none;margin:0;padding:0}.header__menu-list li{margin:0;padding:0}.header__menu-list a{color:#2c3e50;font-size:.875rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease;font-family:Noto Sans,sans-serif}.header__menu-list a:hover{color:var(--bw-primary, #1152d4)}.dark .header__menu-list a{color:#d1d5db}.dark .header__menu-list a:hover,.header__menu-list .current-menu-item a,.header__menu-list .current_page_item a{color:var(--bw-primary, #1152d4)}.header__nav-link{color:#2c3e50;font-size:.875rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease;font-family:Noto Sans,sans-serif}.header__nav-link:hover{color:var(--bw-primary, #1152d4)}.dark .header__nav-link{color:#d1d5db}.dark .header__nav-link:hover{color:var(--bw-primary, #1152d4)}.header__actions{display:flex;align-items:center;gap:1.5rem}.bw-social{display:inline-flex;align-items:center;justify-content:center;color:#2c3e50;transition:color .3s ease,transform .3s ease}.bw-social:hover{color:var(--bw-primary, #1152d4);transform:translateY(-1px)}.dark .bw-social{color:#d1d5db}.dark .bw-social:hover{color:var(--bw-primary, #1152d4)}.header__social{display:none}@media (min-width: 1024px){.header__social{display:inline-flex}}.header__social--mobile{display:inline-flex;align-self:flex-start;margin-top:1.25rem}@media (min-width: 1024px){.header__social--mobile{display:none}}.header__search{display:none;background:none;border:none;color:#2c3e50;cursor:pointer;padding:0;transition:color .3s ease}@media (min-width: 768px){.header__search{display:flex}}.header__search:hover{color:var(--bw-primary, #1152d4)}.dark .header__search{color:#d1d5db}.dark .header__search:hover{color:var(--bw-primary, #1152d4)}.header__btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;height:2.5rem;padding:0 1.5rem;background-color:transparent;border:1px solid var(--bw-primary, #1152d4);border-radius:.5rem;color:var(--bw-primary, #1152d4);font-size:.875rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .3s ease;font-family:Noto Sans,sans-serif}.header__btn:hover{background-color:var(--bw-primary, #1152d4);color:#fdfdfd}.header__btn span{position:relative;z-index:10}.header__btn--desktop{display:none}@media (min-width: 1024px){.header__btn--desktop{display:inline-flex}}.header__btn--mobile{width:100%;margin-top:1rem}.header__burger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:.5rem;z-index:110}@media (min-width: 1024px){.header__burger{display:none}}.header__burger-line{display:block;width:24px;height:2px;background-color:#2c3e50;border-radius:2px;transition:all .3s ease}.dark .header__burger-line{background-color:#fdfdfd}.header__burger.is-active .header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.is-active .header__burger-line:nth-child(2){opacity:0}.header__burger.is-active .header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-nav{display:flex;flex-direction:column;padding:0 2rem;max-height:0;opacity:0;visibility:hidden;overflow:hidden;background-color:#fdfdfd;border-top:1px solid transparent;transition:max-height .4s ease,opacity .3s ease,padding .4s ease,border-color .4s ease,visibility 0s linear .4s}@media (min-width: 1024px){.header__mobile-nav{display:none!important}}.dark .header__mobile-nav{background-color:#101622}.header__mobile-nav.is-active{max-height:85vh;opacity:1;visibility:visible;overflow-y:auto;padding:1.5rem 2rem 2rem;border-top-color:#dbdade80;transition:max-height .4s ease,opacity .3s ease,padding .4s ease,border-color .4s ease,visibility 0s}.dark .header__mobile-nav.is-active{border-top-color:#fdfdfd1a}.header__mobile-link{color:#2c3e50;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;padding:1rem 0;border-bottom:1px solid rgba(219,218,222,.3);opacity:0;transform:translateY(-8px);transition:color .3s ease,opacity .35s ease,transform .35s ease;font-family:Noto Sans,sans-serif}.header__mobile-nav.is-active .header__mobile-link{opacity:1;transform:none}.header__mobile-nav.is-active .header__mobile-link:nth-child(1){transition-delay:.09s}.header__mobile-nav.is-active .header__mobile-link:nth-child(2){transition-delay:.13s}.header__mobile-nav.is-active .header__mobile-link:nth-child(3){transition-delay:.17s}.header__mobile-nav.is-active .header__mobile-link:nth-child(4){transition-delay:.21s}.header__mobile-nav.is-active .header__mobile-link:nth-child(5){transition-delay:.25s}.header__mobile-nav.is-active .header__mobile-link:nth-child(6){transition-delay:.29s}.header__mobile-nav.is-active .header__mobile-link:nth-child(7){transition-delay:.33s}.header__mobile-nav.is-active .header__mobile-link:nth-child(8){transition-delay:.37s}.header__mobile-link:hover{color:var(--bw-primary, #1152d4)}.dark .header__mobile-link{color:#fdfdfd;border-color:#fdfdfd1a}.dark .header__mobile-link:hover{color:var(--bw-primary, #1152d4)}.footer{background-color:#f6f6f8;padding:3rem 0;border-top:1px solid rgba(219,218,222,.5)}.dark .footer{background-color:#101622}.footer__container{max-width:1440px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media (min-width: 768px){.footer__container{flex-direction:row}}.footer__copyright{color:#64748b;font-size:.875rem;font-family:Noto Sans,sans-serif}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem}.footer__link{color:#475569;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s ease;font-family:Noto Sans,sans-serif}.footer__link:hover{color:var(--bw-primary, #1152d4)}.dark .footer__link{color:#94a3b8}.dark .footer__link:hover{color:var(--bw-primary, #1152d4)}.footer__social-wrap{display:flex;align-items:center;gap:1rem}.footer__social{color:#475569}.dark .footer__social{color:#94a3b8}.hero{position:relative;width:100%;display:flex;flex-direction:column;background:linear-gradient(to right,#d1dcda,#f6f6f8);overflow:hidden}@media (min-width: 1024px){.hero{flex-direction:row;min-height:90vh}}.dark .hero{background:linear-gradient(to right,#1a202c,#101622)}.hero__content{position:relative;z-index:10;width:100%;display:flex;flex-direction:column;justify-content:center;padding:4.5rem 1.5rem 3rem;font-family:Noto Sans,sans-serif}@media (min-width: 1024px){.hero__content{width:40%;padding:5rem 3rem 5rem 6rem}}.hero__label{color:var(--bw-primary, #1152d4);font-weight:500;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem}.hero__title{font-family:Manrope,sans-serif;font-size:2.25rem;font-weight:300;color:#2c3e50;line-height:1.15;margin-bottom:1.5rem}@media (min-width: 640px){.hero__title{font-size:2.75rem}}@media (min-width: 1024px){.hero__title{font-size:4.5rem;line-height:1.1;margin-bottom:2rem}}.dark .hero__title{color:#fdfdfd}.hero__title-accent{font-weight:700;font-style:italic;font-family:serif}.hero__description{color:#475569;font-size:1rem;line-height:1.7;max-width:28rem;margin-bottom:2rem;font-weight:300}@media (min-width: 1024px){.hero__description{font-size:1.125rem;line-height:1.75;margin-bottom:2.5rem}}.dark .hero__description{color:#94a3b8}.hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem}@media (min-width: 640px){.hero__actions{flex-direction:row;align-items:center;gap:1.5rem}}.hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.9rem 1.75rem;border:none;border-radius:.5rem;font-weight:700;font-size:.875rem;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;text-align:center;text-decoration:none;white-space:normal;cursor:pointer;transition:background-color .3s ease;font-family:Noto Sans,sans-serif}.hero__btn--primary{background-color:var(--bw-primary, #1152d4);color:#fdfdfd;box-shadow:0 10px 15px -3px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.hero__btn--primary:hover{background-color:hsl(from var(--bw-primary, #1152d4) h s calc(l - 10%))}.hero__link{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#2c3e50;font-weight:500;text-decoration:none;transition:color .3s ease;font-family:Noto Sans,sans-serif}.hero__link span:first-child{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.hero__link:hover{color:var(--bw-primary, #1152d4)}.hero__link:hover .hero__link-icon{transform:translate(.25rem)}.dark .hero__link{color:#fdfdfd}.dark .hero__link:hover{color:var(--bw-primary, #1152d4)}.hero__link-icon{font-size:1.125rem;transition:transform .3s ease}.hero__image-wrapper{position:relative;width:100%;height:50vh}@media (min-width: 1024px){.hero__image-wrapper{width:60%;height:auto}}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__corner-block{display:none;position:absolute;bottom:0;left:0;width:8rem;height:8rem;background-color:#fdfdfd}@media (min-width: 1024px){.hero__corner-block{display:block}}.dark .hero__corner-block{background-color:#101622}.hero__quote-box{display:none;position:absolute;bottom:3rem;left:3rem;background-color:#fdfdfde6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1.5rem;max-width:18rem;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;transform:translateY(25%);z-index:20}@media (min-width: 1024px){.hero__quote-box{display:block}}.dark .hero__quote-box{background-color:#000c}.hero__quote-text{font-family:serif;font-style:italic;font-size:1.25rem;margin-bottom:.5rem;color:#2c3e50}.dark .hero__quote-text{color:#fdfdfd}.hero__quote-author{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280}.brands-bar{width:100%;background-color:#dbdade4d;padding:2rem 0;border-top:1px solid rgba(253,253,253,.5);border-bottom:1px solid rgba(253,253,253,.5)}.dark .brands-bar{background-color:#fdfdfd0d;border-color:#fdfdfd1a}.brands-bar__container{max-width:1440px;margin:0 auto;padding:0 1.5rem;overflow:hidden}.brands-bar__list{display:flex;align-items:center;justify-content:space-between;gap:3rem;opacity:.6;filter:grayscale(100%);transition:all .5s ease;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.brands-bar__list::-webkit-scrollbar{display:none}.brands-bar__list:hover{filter:grayscale(0%)}.brands-bar__item{min-width:120px;text-align:center;font-family:serif;font-size:1.25rem;font-style:italic;font-weight:700;white-space:nowrap}.collection{padding:3.75rem 1.5rem;background-color:#f6f6f8}@media (min-width: 1024px){.collection{padding:6rem}}.dark .collection{background-color:#101622}.collection__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.collection__container{grid-template-columns:repeat(12,1fr)}}.collection__image-wrapper{position:relative}@media (min-width: 1024px){.collection__image-wrapper{grid-column:span 7}}.collection__image-wrapper:hover .collection__image-bg{transform:translate(.5rem,.5rem)}.collection__image-wrapper:hover .collection__image{transform:scale(1.05)}.collection__image-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#d1dcda;border-radius:.5rem;transform:translate(1rem,1rem);transition:transform .3s ease}.dark .collection__image-bg{background-color:#1e293b}.collection__image-container{position:relative;border-radius:.5rem;overflow:hidden;aspect-ratio:4/3}.collection__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.collection__content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.collection__content{grid-column:9/13}}.collection__divider{display:block;height:1px;width:3rem;background-color:var(--bw-primary, #1152d4)}.collection__title{font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:300;color:#2c3e50;line-height:1.2}@media (min-width: 1024px){.collection__title{font-size:2.25rem}}.dark .collection__title{color:#fdfdfd}.collection__title-accent{font-family:serif;font-style:italic;font-weight:500}.collection__description{color:#475569;font-weight:300;line-height:1.75;font-family:Noto Sans,sans-serif}.dark .collection__description{color:#94a3b8}.collection__link{display:inline-flex;align-items:center;color:var(--bw-primary, #1152d4);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;text-decoration:none;margin-top:1rem;transition:opacity .3s ease;font-family:Noto Sans,sans-serif}.collection__link:hover{opacity:.8}.collection__link .material-symbols-outlined{font-size:1rem;margin-left:.5rem}.booking{padding:4rem 0}@media (min-width: 1024px){.booking{padding:6rem 0}}.booking__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 1024px){.booking__container{padding:0 3rem}}.booking__header{text-align:center;margin-bottom:3rem}.booking__heading{font-size:clamp(1.75rem,1.4rem + 1.4vw,2.5rem);font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.dark .booking__heading{color:#fdfdfd}.booking__subheading{margin-top:.75rem;font-size:1rem;color:#2c3e50b3;font-family:Noto Sans,sans-serif}.dark .booking__subheading{color:#94a3b8}.booking__divider{display:block;width:60px;height:3px;margin:1.25rem auto 0;background-color:var(--bw-primary, #1152d4);border-radius:9999px}.booking__grid{display:flex;flex-direction:column;gap:2rem}@media (min-width: 900px){.booking__grid{flex-direction:row;align-items:stretch}}.booking__card{flex:1 1 0;display:flex;flex-direction:column;padding:2rem;background-color:#f6f6f8;border:1px solid rgba(219,218,222,.6);border-radius:.75rem}.dark .booking__card{background-color:#fdfdfd08;border-color:#fdfdfd1a}.booking__card-title{font-size:1.25rem;font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.dark .booking__card-title{color:#fdfdfd}.booking__card-desc{margin-top:.75rem;font-size:.95rem;line-height:1.6;color:#2c3e50b3;font-family:Noto Sans,sans-serif}.dark .booking__card-desc{color:#94a3b8}.booking__calendar{margin-top:1.5rem;flex:1 0 auto}.booking__calendar iframe{width:100%;min-height:520px;border:0;border-radius:.5rem}.booking__calendar :where(img,iframe,embed,object){max-width:100%}.service{position:relative;padding:3.75rem 1.5rem;background-color:#d6d5d533;overflow:hidden}@media (min-width: 1024px){.service{padding:6rem}}.dark .service{background-color:#fdfdfd0d}.service__bg-letter{position:absolute;left:-2.5rem;top:5rem;font-size:20rem;font-family:serif;font-style:italic;color:#d1dcda66;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0;line-height:1}.dark .service__bg-letter{color:#fdfdfd0d}.service__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:10}@media (min-width: 1024px){.service__container{grid-template-columns:repeat(12,1fr)}}.service__content{display:flex;flex-direction:column;gap:1.5rem;order:2;text-align:right}@media (min-width: 1024px){.service__content{grid-column:span 4;order:1;text-align:left}}.service__icon-wrapper{display:flex;justify-content:flex-end}@media (min-width: 1024px){.service__icon-wrapper{justify-content:flex-start}}.service__icon{font-size:2.25rem;color:var(--bw-primary, #1152d4)}.service__title{font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:300;color:#2c3e50}@media (min-width: 1024px){.service__title{font-size:2.25rem}}.dark .service__title{color:#fdfdfd}.service__title-bold{font-weight:700}.service__description{color:#475569;font-weight:300;line-height:1.75;font-family:Noto Sans,sans-serif}.dark .service__description{color:#94a3b8}.service__list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;list-style:none}.service__list-item{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;color:#334155;font-size:.875rem;font-weight:500;font-family:Noto Sans,sans-serif}@media (min-width: 1024px){.service__list-item{justify-content:flex-start}}.dark .service__list-item{color:#cbd5e1}.service__check{font-size:.875rem;color:var(--bw-primary, #1152d4)}.service__cta{padding-top:1rem;display:flex;justify-content:flex-end}@media (min-width: 1024px){.service__cta{justify-content:flex-start}}.service__btn{display:flex;align-items:center;justify-content:center;min-height:3rem;max-width:100%;padding:.75rem 1.5rem;white-space:normal;text-align:center;background-color:#2c3e50;color:#fdfdfd;border:none;border-radius:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;overflow:hidden;transition:background-color .3s ease;font-family:Noto Sans,sans-serif}.service__btn:hover{background-color:var(--bw-primary, #1152d4)}.dark .service__btn{background-color:#fdfdfd;color:#2c3e50}.dark .service__btn:hover{background-color:#e5e7eb}.service__images{order:1}@media (min-width: 1024px){.service__images{grid-column:6/13;order:2}}.service__images-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service__image-col--offset{padding-top:3rem}.service__image{width:100%;aspect-ratio:3/4;border-radius:.5rem;background-size:cover;background-position:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.gallery{padding:3.75rem 1.5rem;background-color:#fdfdfd}@media (min-width: 1024px){.gallery{padding:5rem 3rem}}.dark .gallery{background-color:#0b0f19}.gallery__container{max-width:1440px;margin:0 auto}.gallery__header{text-align:center;margin-bottom:4rem}.gallery__title{font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:300;color:#2c3e50;margin-bottom:1rem}.dark .gallery__title{color:#fdfdfd}.gallery__title-accent{font-family:serif;font-style:italic;color:var(--bw-primary, #1152d4)}.gallery__divider{width:6rem;height:2px;background-color:#dbdade;margin:0 auto}.gallery__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}.gallery__card{display:block;position:relative;overflow:hidden;border-radius:.5rem;aspect-ratio:3/4;text-decoration:none}@media (min-width: 768px){.gallery__card--offset{margin-top:-2rem}}.gallery__card:hover .gallery__card-image{transform:scale(1.1)}.gallery__card:hover .gallery__card-overlay{background-color:#0006}.gallery__card:hover .gallery__card-title{transform:translateY(0);opacity:1}.gallery__card-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease}.gallery__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0003;transition:background-color .3s ease}.gallery__card-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;color:#fdfdfd}.gallery__card-title{font-family:serif;font-style:italic;font-size:1.5rem;margin-bottom:.25rem;transform:translateY(1rem);opacity:0;transition:all .3s ease}.gallery__card-subtitle{font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-family:Noto Sans,sans-serif}.newsletter{padding:3.75rem 1.5rem;background-color:#d1dcda33;border-top:1px solid rgba(219,218,222,.5)}@media (min-width: 1024px){.newsletter{padding:6rem 1.5rem}}.dark .newsletter{background-color:#fdfdfd0d}.newsletter__container{max-width:960px;margin:0 auto;text-align:center}.newsletter__icon{font-size:2.25rem;color:var(--bw-primary, #1152d4);margin-bottom:1rem;display:block}.newsletter__title{font-family:Manrope,sans-serif;font-size:1.875rem;font-weight:300;color:#2c3e50;margin-bottom:1rem}.dark .newsletter__title{color:#fdfdfd}.newsletter__title-accent{font-family:serif;font-style:italic}.newsletter__description{color:#475569;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto;font-family:Noto Sans,sans-serif}.dark .newsletter__description{color:#9ca3af}.newsletter__form-wrapper{max-width:28rem;margin:0 auto 4rem}.newsletter__form-wrapper .wpcf7-form{display:flex;flex-direction:column;gap:1.25rem}.newsletter__form-wrapper .wpcf7-form label{display:block;text-align:left;font-family:Noto Sans,sans-serif;font-size:.875rem;color:#2c3e50;margin-bottom:.25rem}.dark .newsletter__form-wrapper .wpcf7-form label{color:#9ca3af}.newsletter__form-wrapper .wpcf7-form input[type=text],.newsletter__form-wrapper .wpcf7-form input[type=email],.newsletter__form-wrapper .wpcf7-form input[type=tel],.newsletter__form-wrapper .wpcf7-form textarea{width:100%;background-color:#fdfdfd;border:1px solid #DBDADE;border-radius:.5rem;padding:.75rem 1rem;outline:none;color:#2c3e50;font-family:Noto Sans,sans-serif;font-size:1rem;transition:box-shadow .3s ease,border-color .3s ease}.newsletter__form-wrapper .wpcf7-form input[type=text]::-moz-placeholder,.newsletter__form-wrapper .wpcf7-form input[type=email]::-moz-placeholder,.newsletter__form-wrapper .wpcf7-form input[type=tel]::-moz-placeholder,.newsletter__form-wrapper .wpcf7-form textarea::-moz-placeholder{color:#9ca3af}.newsletter__form-wrapper .wpcf7-form input[type=text]::placeholder,.newsletter__form-wrapper .wpcf7-form input[type=email]::placeholder,.newsletter__form-wrapper .wpcf7-form input[type=tel]::placeholder,.newsletter__form-wrapper .wpcf7-form textarea::placeholder{color:#9ca3af}.newsletter__form-wrapper .wpcf7-form input[type=text]:focus,.newsletter__form-wrapper .wpcf7-form input[type=email]:focus,.newsletter__form-wrapper .wpcf7-form input[type=tel]:focus,.newsletter__form-wrapper .wpcf7-form textarea:focus{box-shadow:0 0 0 2px rgb(from var(--bw-primary, #1152d4) r g b/.5);border-color:var(--bw-primary, #1152d4)}.dark .newsletter__form-wrapper .wpcf7-form input[type=text],.dark .newsletter__form-wrapper .wpcf7-form input[type=email],.dark .newsletter__form-wrapper .wpcf7-form input[type=tel],.dark .newsletter__form-wrapper .wpcf7-form textarea{background-color:#fdfdfd1a;border-color:#4b5563;color:#fdfdfd}.newsletter__form-wrapper .wpcf7-form textarea{min-height:120px;resize:vertical}.newsletter__form-wrapper .wpcf7-form input[type=submit]{width:100%;background-color:#2c3e50;color:#fdfdfd;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;cursor:pointer;transition:opacity .3s ease,background-color .3s ease;font-family:Noto Sans,sans-serif}.newsletter__form-wrapper .wpcf7-form input[type=submit]:hover{opacity:.9}.dark .newsletter__form-wrapper .wpcf7-form input[type=submit]{background-color:#fdfdfd;color:#2c3e50}.newsletter__form-wrapper .wpcf7-acceptance .wpcf7-list-item{margin:0}.newsletter__form-wrapper .wpcf7-acceptance label{display:flex;align-items:flex-start;gap:.6rem;margin:0;text-align:left;font-size:.8125rem;line-height:1.5;color:#2c3e50d9;cursor:pointer}.dark .newsletter__form-wrapper .wpcf7-acceptance label{color:#9ca3af}.newsletter__form-wrapper .wpcf7-acceptance input[type=checkbox]{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.15rem;accent-color:var(--bw-primary, #1152d4);cursor:pointer}.newsletter__form-wrapper .wpcf7-acceptance a{color:var(--bw-primary, #1152d4);text-decoration:underline}.newsletter__form-wrapper .wpcf7-form input[type=submit]{margin-top:.5rem}.newsletter__form-wrapper .wpcf7-response-output{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-family:Noto Sans,sans-serif;font-size:.875rem;text-align:center}.newsletter__form-wrapper .wpcf7-mail-sent-ok{background-color:#22c55e1a;border:1px solid #22c55e;color:#22c55e}.newsletter__form-wrapper .wpcf7-form-control-wrap{display:block;width:100%;margin-top:4px}.newsletter__form-wrapper .wpcf7-validation-errors,.newsletter__form-wrapper .wpcf7-not-valid-tip{margin-top:4px;color:#ef4444}.newsletter__form-wrapper .wpcf7-spinner{margin:0 auto}.newsletter__form{display:flex;flex-direction:column;gap:1rem;justify-content:center;max-width:28rem;margin:0 auto 4rem}@media (min-width: 640px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;background-color:#fdfdfd;border:1px solid #DBDADE;border-radius:.5rem;padding:.75rem 1rem;outline:none;color:#2c3e50;font-family:Noto Sans,sans-serif;transition:box-shadow .3s ease}.newsletter__input::-moz-placeholder{color:#9ca3af}.newsletter__input::placeholder{color:#9ca3af}.newsletter__input:focus{box-shadow:0 0 0 2px rgb(from var(--bw-primary, #1152d4) r g b/.5)}.dark .newsletter__input{background-color:#fdfdfd1a;border-color:#4b5563;color:#fdfdfd}.newsletter__btn{background-color:#2c3e50;color:#fdfdfd;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;cursor:pointer;transition:opacity .3s ease;font-family:Noto Sans,sans-serif}.newsletter__btn:hover{opacity:.9}.dark .newsletter__btn{background-color:#fdfdfd;color:#2c3e50}.newsletter__divider{height:1px;width:100%;background-color:#dbdade80;margin-bottom:4rem}.newsletter__location{display:grid;grid-template-columns:1fr;gap:3rem;text-align:left}@media (min-width: 768px){.newsletter__location{grid-template-columns:repeat(2,1fr)}}.newsletter__contact-title{font-weight:700;font-size:1.125rem;margin-bottom:1rem;color:#2c3e50;font-family:Manrope,sans-serif}.dark .newsletter__contact-title{color:#fdfdfd}.newsletter__contact-address,.newsletter__contact-details{color:#475569;margin-bottom:.5rem;font-family:Noto Sans,sans-serif;line-height:1.6}.dark .newsletter__contact-address,.dark .newsletter__contact-details{color:#9ca3af}.newsletter__contact-details{margin-bottom:1.5rem}.newsletter__social{display:flex;gap:1rem}.newsletter__social-link{color:#2c3e50;text-decoration:none;transition:color .3s ease}.newsletter__social-link:hover{color:var(--bw-primary, #1152d4)}.dark .newsletter__social-link{color:#fdfdfd}.dark .newsletter__social-link:hover{color:var(--bw-primary, #1152d4)}.newsletter__map{position:relative;border-radius:.5rem;overflow:hidden;height:16rem;background-color:#e5e7eb}.newsletter__map-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:grayscale(100%)}.newsletter__map-pin{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.newsletter__map-pin-inner{background-color:#fdfdfd;padding:.5rem;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.newsletter__map-pin-inner .material-symbols-outlined{color:var(--bw-primary, #1152d4);display:block}.about{width:100%;background-color:#d1dcda;padding:2.5rem 0}.dark .about{background-color:#101622}.about__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.about__container{padding:0 2.5rem}}@media (min-width: 1024px){.about__container{padding:0 10rem}}.about__wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 0;align-items:center}@media (min-width: 480px){.about__wrapper{gap:2rem}}@media (min-width: 864px){.about__wrapper{flex-direction:row}}.about__content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 480px){.about__content{min-width:400px;gap:2rem}}@media (min-width: 864px){.about__content{flex:1}}.about__text{display:flex;flex-direction:column;gap:1rem;text-align:left}.about__label{color:var(--bw-primary, #1152d4);font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-family:Noto Sans,sans-serif}.about__title{color:#2c3e50;font-size:2.25rem;font-weight:900;line-height:1.1;letter-spacing:-.033em;font-family:Manrope,sans-serif}@media (min-width: 480px){.about__title{font-size:3rem}}.dark .about__title{color:#fdfdfd}.about__subtitle{color:#2c3e50;font-size:1.125rem;font-weight:400;line-height:1.75;font-family:Noto Sans,sans-serif}.dark .about__subtitle{color:#d1d5db}.about__buttons{display:flex;gap:1rem}.about__btn{display:flex;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem;height:3rem;padding:0 1.5rem;font-size:1rem;font-weight:700;line-height:1.5;letter-spacing:.015em;border:none;transition:background-color .3s ease;font-family:Noto Sans,sans-serif}.about__btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about__btn--primary{background-color:var(--bw-primary, #1152d4);color:#f8fafc}.about__btn--primary:hover{background-color:#374151}.about__btn--secondary{background-color:#fdfdfd80;color:var(--bw-primary, #1152d4)}.about__btn--secondary:hover{background-color:#fdfdfdb3}.about__image-wrapper{width:100%;display:flex;justify-content:center}@media (min-width: 864px){.about__image-wrapper{width:50%}}.about__image{width:100%;aspect-ratio:4/3;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;position:relative}.about__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}.about__image-caption{position:absolute;bottom:1.5rem;left:1.5rem;color:#fdfdfd}.about__image-title{font-weight:700;font-size:1.125rem;font-family:Manrope,sans-serif}.about__image-subtitle{font-size:.875rem;opacity:.9;font-family:Noto Sans,sans-serif}.history{width:100%;background-color:#fdfdfd;padding:4rem 0}.dark .history{background-color:#15202b}.history__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:3rem}@media (min-width: 640px){.history__container{padding:0 2.5rem}}@media (min-width: 1024px){.history__container{padding:0 10rem}}.history__header{display:flex;flex-direction:column;gap:.5rem;text-align:center;max-width:720px;margin:0 auto}.history__title{color:#2c3e50;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.015em;font-family:Manrope,sans-serif}.dark .history__title{color:#fdfdfd}.history__subtitle{color:#6b7280;font-size:1.125rem;font-family:Noto Sans,sans-serif}.dark .history__subtitle{color:#9ca3af}.history__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.history__grid{grid-template-columns:repeat(2,1fr)}}.history__image-col{position:relative;order:2}@media (min-width: 768px){.history__image-col{order:1}}.history__image{width:100%;aspect-ratio:1/1;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}@media (min-width: 768px){.history__image{aspect-ratio:4/5}}.history__badge{display:none;position:absolute;bottom:-1.5rem;right:-1.5rem;background-color:#e8ede5;padding:1.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;max-width:240px;border:1px solid #fdfdfd}@media (min-width: 768px){.history__badge{display:block}}.dark .history__badge{background-color:#1f2937;border-color:#374151}.history__badge-icon{color:var(--bw-primary, #1152d4);margin-bottom:.5rem}.history__badge-icon .material-symbols-outlined{font-size:2.25rem}.history__badge-number{font-size:1.875rem;font-weight:900;color:#2c3e50;font-family:Manrope,sans-serif}.dark .history__badge-number{color:#fdfdfd}.history__badge-text{font-size:.875rem;color:#2c3e50b3;font-family:Noto Sans,sans-serif}.dark .history__badge-text{color:#9ca3af}.history__content{order:1;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.history__content{order:2}}.history__block{margin-bottom:.5rem}.history__block-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:.75rem;font-family:Manrope,sans-serif}.dark .history__block-title{color:#fdfdfd}.history__block-text{color:#4b5563;line-height:1.75;font-family:Noto Sans,sans-serif}.dark .history__block-text{color:#d1d5db}.history__list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;list-style:none}.history__list-item{display:flex;align-items:center;gap:.75rem;color:#2c3e50;font-family:Noto Sans,sans-serif}.dark .history__list-item{color:#e5e7eb}.history__check{color:var(--bw-primary, #1152d4)}.values{width:100%;background-color:#f0f4f8;padding:4rem 0}.dark .values{background-color:#101622}.values__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 640px){.values__container{padding:0 2.5rem}}@media (min-width: 1024px){.values__container{padding:0 10rem}}.values__header{display:flex;flex-direction:column;gap:1rem;text-align:center}.values__title{color:#2c3e50;font-size:1.875rem;font-weight:700;line-height:1.2;font-family:Manrope,sans-serif}.dark .values__title{color:#fdfdfd}.values__subtitle{color:#4b5563;font-size:1rem;max-width:720px;margin:0 auto;font-family:Noto Sans,sans-serif}.dark .values__subtitle{color:#9ca3af}.values__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.values__grid{grid-template-columns:repeat(3,1fr)}}.values__card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#fdfdfd;border:1px solid #fdfdfd;border-radius:.75rem;transition:box-shadow .3s ease}.values__card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark .values__card{background-color:#15202b;border-color:#374151}.values__card-icon{width:3rem;height:3rem;border-radius:50%;background-color:#d1dcda;display:flex;align-items:center;justify-content:center;color:var(--bw-primary, #1152d4)}.values__card-icon .material-symbols-outlined{font-size:1.75rem}.values__card-content{display:flex;flex-direction:column;gap:.5rem}.values__card-title{color:#2c3e50;font-size:1.125rem;font-weight:700;font-family:Manrope,sans-serif}.dark .values__card-title{color:#fdfdfd}.values__card-text{color:#6b7280;font-size:.875rem;line-height:1.75;font-family:Noto Sans,sans-serif}.dark .values__card-text{color:#9ca3af}.team{width:100%;background-color:#e8ede5;padding:4rem 0;border-top:1px solid #f0f4f8}.dark .team{background-color:#101622;border-color:#1f2937}.team__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.team__container{padding:0 2.5rem}}@media (min-width: 1024px){.team__container{padding:0 10rem}}.team__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.5rem;text-align:center}.team__title{color:#2c3e50;font-size:1.875rem;font-weight:700;line-height:1.2;font-family:Manrope,sans-serif}.dark .team__title{color:#fdfdfd}.team__subtitle{color:#4b5563;font-family:Noto Sans,sans-serif}.dark .team__subtitle{color:#9ca3af}.team__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team__grid{grid-template-columns:repeat(4,1fr)}}.team__card{display:flex;flex-direction:column;background-color:#fdfdfd;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.team__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dark .team__card{background-color:#15202b}.team__card-image{height:16rem;width:100%;background-color:#e5e7eb;background-position:center;background-size:cover;background-repeat:no-repeat}.team__card-content{padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.team__card-name{color:#2c3e50;font-weight:700;font-size:1.125rem;font-family:Manrope,sans-serif}.dark .team__card-name{color:#fdfdfd}.team__card-role{color:rgb(from var(--bw-primary, #1152d4) r g b/.8);font-weight:500;font-size:.875rem;font-family:Noto Sans,sans-serif}.team__card-bio{color:#6b7280;font-size:.75rem;margin-top:.5rem;font-family:Noto Sans,sans-serif}.dark .team__card-bio{color:#9ca3af}.testimonial{width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem}@media (min-width: 640px){.testimonial{padding:4rem 2.5rem}}@media (min-width: 1024px){.testimonial{padding:4rem 10rem}}.testimonial__card{background-color:#d1dcda;border-radius:1rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}@media (min-width: 640px){.testimonial__card{padding:3rem}}.dark .testimonial__card{background-color:#1e2a36}.testimonial__quote-icon{position:absolute;top:0;right:0;padding:2rem;color:#fdfdfd66}.testimonial__quote-icon .material-symbols-outlined{font-size:7.5rem}.dark .testimonial__quote-icon{color:#fdfdfd1a}.testimonial__content{position:relative;z-index:10;max-width:800px}.testimonial__title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;font-family:Manrope,sans-serif}.dark .testimonial__title{color:#fdfdfd}.testimonial__body{display:flex;flex-direction:column;gap:1.5rem}.testimonial__text{font-size:1.125rem;font-weight:500;color:#2c3e50cc;font-style:italic;line-height:1.75;font-family:Noto Sans,sans-serif}@media (min-width: 768px){.testimonial__text{font-size:1.25rem}}.dark .testimonial__text{color:#e5e7eb}.testimonial__author{display:flex;align-items:center;gap:1rem;margin-top:1rem}.testimonial__author-avatar{width:3rem;height:3rem;border-radius:50%;background-color:#d1d5db;background-size:cover;background-position:center;box-shadow:0 0 0 2px #fdfdfd80}.testimonial__author-info{display:flex;flex-direction:column}.testimonial__author-name{font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.dark .testimonial__author-name{color:#fdfdfd}.testimonial__author-role{font-size:.875rem;color:#2c3e5099;font-family:Noto Sans,sans-serif}.dark .testimonial__author-role{color:#9ca3af}.contact{flex:1;display:flex;flex-direction:column;align-items:center;width:100%}.contact__container{width:100%;max-width:960px;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.contact__container{padding:3rem 2.5rem;gap:3rem}}@media (min-width: 1024px){.contact__container{padding:3rem 0}}.contact__header{display:flex;flex-direction:column;gap:1rem}.contact__title{font-size:2.25rem;font-weight:900;line-height:1.2;letter-spacing:-.033em;color:#2c3e50;font-family:Manrope,sans-serif}@media (min-width: 768px){.contact__title{font-size:3rem}}.dark .contact__title{color:#fdfdfd}.contact__description{color:#4c739a;font-size:1.125rem;line-height:1.5;max-width:42rem;font-family:Noto Sans,sans-serif}.dark .contact__description{color:#94a3b8}.contact__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-start}@media (min-width: 1024px){.contact__grid{grid-template-columns:7fr 5fr}}.contact__form-wrapper{background-color:#d1dcda;border-radius:.75rem;border:1px solid #DBDADE;padding:1.5rem;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.contact__form-wrapper{padding:2rem}}.dark .contact__form-wrapper{background-color:#1e293b80;border-color:#334155}.contact__form-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#2c3e50;font-family:Manrope,sans-serif}.dark .contact__form-title{color:#fdfdfd}.contact__form,.contact__form-row{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.contact__form-row{flex-direction:row}}.contact__label{display:flex;flex-direction:column;flex:1}.contact__label-text{font-size:.875rem;font-weight:500;padding-bottom:.5rem;color:#2c3e50;font-family:Noto Sans,sans-serif}.dark .contact__label-text{color:#cbd5e1}.contact__input,.contact__textarea{width:100%;height:3rem;padding:0 1rem;border-radius:.5rem;border:1px solid #DBDADE;background-color:#fdfdfd;font-size:1rem;color:#2c3e50;font-family:Noto Sans,sans-serif;transition:all .3s ease}.contact__input::-moz-placeholder,.contact__textarea::-moz-placeholder{color:#4c739a}.contact__input::placeholder,.contact__textarea::placeholder{color:#4c739a}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:var(--bw-primary, #1152d4);box-shadow:0 0 0 3px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.dark .contact__input,.dark .contact__textarea{background-color:#0f172a;border-color:#475569;color:#fdfdfd}.contact__textarea{height:8rem;padding:1rem;resize:none}.contact__checkbox-wrapper{display:flex;align-items:center;gap:.75rem;padding-top:.5rem}.contact__checkbox{border-radius:.25rem;border:1px solid #DBDADE;color:var(--bw-primary, #1152d4);background-color:#fdfdfd}.contact__checkbox:focus{box-shadow:0 0 0 2px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.contact__checkbox-label{font-size:.875rem;color:#4c739a;font-family:Noto Sans,sans-serif}.dark .contact__checkbox-label{color:#94a3b8}.contact__submit{margin-top:.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:3rem;padding:0 2rem;border:none;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-weight:700;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.contact__submit:hover{background-color:rgb(from var(--bw-primary, #1152d4) r g b/.9);box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.contact__submit{width:auto}}.contact__form-wrapper .wpcf7-form{display:flex;flex-direction:column;gap:1.25rem}.contact__form-wrapper .wpcf7-form label{display:block;font-size:.875rem;font-weight:500;padding-bottom:.5rem;color:#2c3e50;font-family:Noto Sans,sans-serif}.dark .contact__form-wrapper .wpcf7-form label{color:#cbd5e1}.contact__form-wrapper .wpcf7-form input[type=text],.contact__form-wrapper .wpcf7-form input[type=email],.contact__form-wrapper .wpcf7-form input[type=tel]{width:100%;height:3rem;padding:0 1rem;border-radius:.5rem;border:1px solid #DBDADE;background-color:#fdfdfd;font-size:1rem;color:#2c3e50;font-family:Noto Sans,sans-serif;transition:all .3s ease}.contact__form-wrapper .wpcf7-form input[type=text]::-moz-placeholder,.contact__form-wrapper .wpcf7-form input[type=email]::-moz-placeholder,.contact__form-wrapper .wpcf7-form input[type=tel]::-moz-placeholder{color:#4c739a}.contact__form-wrapper .wpcf7-form input[type=text]::placeholder,.contact__form-wrapper .wpcf7-form input[type=email]::placeholder,.contact__form-wrapper .wpcf7-form input[type=tel]::placeholder{color:#4c739a}.contact__form-wrapper .wpcf7-form input[type=text]:focus,.contact__form-wrapper .wpcf7-form input[type=email]:focus,.contact__form-wrapper .wpcf7-form input[type=tel]:focus{outline:none;border-color:var(--bw-primary, #1152d4);box-shadow:0 0 0 3px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.dark .contact__form-wrapper .wpcf7-form input[type=text],.dark .contact__form-wrapper .wpcf7-form input[type=email],.dark .contact__form-wrapper .wpcf7-form input[type=tel]{background-color:#0f172a;border-color:#475569;color:#fdfdfd}.contact__form-wrapper .wpcf7-form textarea{width:100%;height:8rem;padding:1rem;border-radius:.5rem;border:1px solid #DBDADE;background-color:#fdfdfd;font-size:1rem;color:#2c3e50;font-family:Noto Sans,sans-serif;resize:none;transition:all .3s ease}.contact__form-wrapper .wpcf7-form textarea::-moz-placeholder{color:#4c739a}.contact__form-wrapper .wpcf7-form textarea::placeholder{color:#4c739a}.contact__form-wrapper .wpcf7-form textarea:focus{outline:none;border-color:var(--bw-primary, #1152d4);box-shadow:0 0 0 3px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.dark .contact__form-wrapper .wpcf7-form textarea{background-color:#0f172a;border-color:#475569;color:#fdfdfd}.contact__form-wrapper .wpcf7-form input[type=submit]{margin-top:.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:3rem;padding:0 2rem;border:none;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-weight:700;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.contact__form-wrapper .wpcf7-form input[type=submit]:hover{background-color:rgb(from var(--bw-primary, #1152d4) r g b/.9);box-shadow:0 10px 15px -3px #0000001a}@media (min-width: 768px){.contact__form-wrapper .wpcf7-form input[type=submit]{width:auto}}.contact__form-wrapper .wpcf7-response-output{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-family:Noto Sans,sans-serif;font-size:.875rem;text-align:center}.contact__form-wrapper .wpcf7-mail-sent-ok{background-color:#22c55e1a;border:1px solid #22c55e;color:#22c55e}.contact__form-wrapper .wpcf7-form-control-wrap{display:block;width:100%;margin-top:4px}.contact__form-wrapper .wpcf7-validation-errors,.contact__form-wrapper .wpcf7-not-valid-tip{color:#ef4444}.contact__form-wrapper .wpcf7-spinner{margin:.5rem auto 0}.contact__info{display:flex;flex-direction:column;gap:1rem}.contact__card{display:flex;gap:1rem;padding:1.5rem;border-radius:.75rem;border:1px solid #DBDADE;background-color:#e8ede5;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.contact__card:hover{box-shadow:0 4px 6px -1px #0000001a}.dark .contact__card{background-color:#1e293b80;border-color:#334155}.contact__card-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;background-color:#fdfdfd;display:flex;align-items:center;justify-content:center;color:var(--bw-primary, #1152d4);box-shadow:0 1px 3px #0000001a}.contact__card-icon .material-symbols-outlined{font-size:1.5rem}.dark .contact__card-icon{background-color:rgb(from var(--bw-primary, #1152d4) r g b/.1)}.contact__card-content{display:flex;flex-direction:column;gap:.25rem}.contact__card-content--hours{width:100%}.contact__card-title{font-size:1rem;font-weight:700;line-height:1.2;color:#2c3e50;font-family:Manrope,sans-serif}.dark .contact__card-title{color:#fdfdfd}.contact__card-text{font-size:.875rem;line-height:1.5;color:#4c739a;font-family:Noto Sans,sans-serif}.contact__card-text span{display:block;margin-bottom:.25rem}.contact__card-text a{color:inherit;text-decoration:none;transition:color .3s ease}.contact__card-text a:hover{color:var(--bw-primary, #1152d4)}.dark .contact__card-text{color:#94a3b8}.contact__card-link{font-size:.875rem;font-weight:500;color:var(--bw-primary, #1152d4);text-decoration:none;margin-top:.25rem}.contact__card-link:hover{text-decoration:underline}.contact__hours{margin-top:.5rem}.contact__hours-row{display:flex;justify-content:space-between;font-size:.875rem;color:#4c739a;padding-bottom:.25rem;margin-bottom:.25rem;border-bottom:1px dashed #DBDADE;font-family:Noto Sans,sans-serif}.contact__hours-row--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.dark .contact__hours-row{color:#94a3b8;border-color:#334155}.contact__hours-time{font-weight:500;color:#2c3e50}.dark .contact__hours-time{color:#e2e8f0}.contact__hours-closed{font-weight:500;color:#ef4444}.contact__map-section{width:100%;display:flex;flex-direction:column;gap:1rem}.contact__map-title{font-size:1.25rem;font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.dark .contact__map-title{color:#fdfdfd}.contact__map{position:relative;width:100%;height:400px;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #DBDADE}.contact__map:hover .contact__map-image{transform:scale(1.05)}.contact__map:hover .contact__map-overlay{background-color:transparent}.dark .contact__map{border-color:#334155}.contact__map-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease}.contact__map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0f172a1a;transition:background-color .3s ease}.contact__map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.contact__map-pin .material-symbols-outlined{font-size:3rem;color:var(--bw-primary, #1152d4);animation:bounce 1s infinite}.contact__map-label{background-color:#fdfdfd;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a;margin-top:.25rem;white-space:nowrap;font-family:Noto Sans,sans-serif}.dark .contact__map-label{background-color:#1e293b;color:#fdfdfd}.contact__map-controls{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem}.contact__map-btn{background-color:#fdfdfd;padding:.5rem;border:none;border-radius:.25rem;box-shadow:0 1px 3px #0000001a;color:#475569;cursor:pointer;transition:color .3s ease}.contact__map-btn:hover{color:var(--bw-primary, #1152d4)}.contact__map-btn .material-symbols-outlined{font-size:1.25rem;display:block}.dark .contact__map-btn{background-color:#1e293b;color:#cbd5e1}.dark .contact__map-btn:hover{color:var(--bw-primary, #1152d4)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.statute{width:100%;padding:4rem 1.5rem;background-color:#f6f6f8}.dark .statute{background-color:#101622}.statute__container{max-width:800px;margin:0 auto}.statute__content{font-family:Noto Sans,sans-serif;color:#2c3e50;line-height:1.8}.dark .statute__content{color:#e2e8f0}.statute__content h1,.statute__content h2,.statute__content h3,.statute__content h4,.statute__content h5,.statute__content h6{font-family:Manrope,sans-serif;font-weight:700;color:#2c3e50;margin-top:2rem;margin-bottom:1rem}.dark .statute__content h1,.dark .statute__content h2,.dark .statute__content h3,.dark .statute__content h4,.dark .statute__content h5,.dark .statute__content h6{color:#fdfdfd}.statute__content h1{font-size:2.5rem;margin-top:0}.statute__content h2{font-size:1.75rem}.statute__content h3{font-size:1.5rem}.statute__content h4{font-size:1.25rem}.statute__content p{margin-bottom:1rem}.statute__content ul,.statute__content ol{margin-bottom:1rem;padding-left:1.5rem}.statute__content ul li,.statute__content ol li{margin-bottom:.5rem}.statute__content a{color:var(--bw-primary, #1152d4);text-decoration:underline;transition:color .3s ease}.statute__content a:hover{color:hsl(from var(--bw-primary, #1152d4) h s calc(l - 10%))}.statute__content strong,.statute__content b{font-weight:700}.statute__content em,.statute__content i{font-style:italic}.statute__content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--bw-primary, #1152d4);background-color:#d1dcda4d;border-radius:0 .5rem .5rem 0;font-style:italic}.dark .statute__content blockquote{background-color:#fdfdfd0d}.statute__content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.statute__content table th,.statute__content table td{padding:.75rem 1rem;border:1px solid #DBDADE;text-align:left}.dark .statute__content table th,.dark .statute__content table td{border-color:#334155}.statute__content table th{background-color:#d1dcda80;font-weight:700}.dark .statute__content table th{background-color:#fdfdfd1a}.statute__content hr{border:none;border-top:1px solid #DBDADE;margin:2rem 0}.dark .statute__content hr{border-color:#334155}.archive .site-main{max-width:1200px;margin:0 auto;padding:0 30px}.archive .woocommerce-products-header__title{font-size:clamp(36px,5vw,48px);color:#2c3e50;font-weight:700;text-align:center;margin-bottom:20px;font-family:Manrope,sans-serif}.archive .site-main{margin-top:40px}.archive .woocommerce-shop-category{display:flex;flex-wrap:wrap;gap:10px 10px;margin:40px 0}.archive .woocommerce-shop-category a{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.archive .woocommerce-shop-category a:hover,.archive .woocommerce-shop-category a:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.archive .products li{position:relative}.archive .products li img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:.75rem}.archive .products li h2{font-size:14px;font-weight:500;color:#2c3e50;padding:0;font-family:Manrope,sans-serif}.archive .products li span{font-size:14px;color:#2c3e50b3}.archive .products li a{width:100%;text-align:center}.archive .products li .button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.archive .products li .button:hover,.archive .products li .button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.archive .products li .onsale{position:absolute;top:12px;left:12px;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.75rem;font-weight:700;padding:.35rem .75rem;border-radius:.5rem;font-family:Noto Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgb(from var(--bw-primary, #1152d4) r g b/.3);z-index:10}.szkolenie-termin{display:inline-flex;align-items:center;gap:.35rem;margin:.5rem 0;padding:.3rem .7rem;background:rgb(from var(--bw-primary, #1152d4) r g b/.1);color:var(--bw-primary, #1152d4);border-radius:9999px;font-family:Noto Sans,sans-serif;font-size:.8rem;font-weight:600;line-height:1}.szkolenie-termin .material-symbols-outlined{font-size:1rem}.single-product .pswp__bg{background:#000000e6!important}.single-product .site-main{max-width:1200px;margin:40px auto 0;padding:0 30px}.single-product .site-main .product .woocommerce-product-gallery{position:relative}.single-product .site-main .product .woocommerce-product-gallery img{border-radius:.75rem}.single-product .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__image img{width:100%!important;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.single-product .site-main .product .woocommerce-product-gallery ol{margin-top:16px!important;display:flex;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;row-gap:10px;padding:0;list-style:none}.single-product .site-main .product .woocommerce-product-gallery ol li{width:84px!important;height:84px!important;margin:0!important;transition:.3s ease;cursor:pointer}.single-product .site-main .product .woocommerce-product-gallery ol li img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.single-product .site-main .product .woocommerce-product-gallery ol .flex-active{border:2px solid var(--bw-primary, #1152d4)}.single-product .site-main .product .woocommerce-product-gallery .onsale{position:absolute;top:12px;left:12px;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;font-family:Noto Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgb(from var(--bw-primary, #1152d4) r g b/.3);z-index:10}.single-product .site-main .product h1{margin-top:16px;font-size:clamp(36px,5vw,48px);color:#2c3e50;font-weight:700;font-family:Manrope,sans-serif}.single-product .site-main .product .price{margin-top:8px;font-size:30px;color:#2c3e50;font-family:Manrope,sans-serif}.single-product .site-main .product .szkolenie-limit-osob{margin-top:12px;font-size:1rem;color:var(--bw-primary, #1152d4);font-family:Noto Sans,sans-serif}.single-product .site-main .product .szkolenie-limit-osob strong{font-weight:700}.single-product .site-main .product .szkolenie-limit-osob--brak{color:#c0392b}.single-product .site-main .product .stock{display:none}.single-product .site-main .product .summary .onsale,.single-product .site-main .product>.onsale{display:inline-block;margin-top:12px;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;font-family:Noto Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgb(from var(--bw-primary, #1152d4) r g b/.3)}.single-product .site-main .product .single-desc{margin-top:16px;font-size:16px;font-weight:400;color:#2c3e50b3;font-family:Noto Sans,sans-serif}.single-product .site-main .product .cart{margin-top:16px;display:flex;flex-direction:column}.single-product .site-main .product .cart input{border:1px solid #DBDADE;padding:6px 10px;outline:none;border-radius:.5rem}.single-product .site-main .product .cart input:focus{border-color:var(--bw-primary, #1152d4);box-shadow:0 0 0 3px rgb(from var(--bw-primary, #1152d4) r g b/.2)}.single-product .site-main .product .cart button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif;border:none;cursor:pointer}.single-product .site-main .product .cart button:hover,.single-product .site-main .product .cart button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.single-product .site-main .product .product-details{margin-top:40px;border-top:1px solid #DBDADE}.single-product .site-main .product .product-details h3{padding:40px 0 20px;font-size:20px;font-weight:700;font-family:Manrope,sans-serif;color:#2c3e50}.single-product .site-main .product .product-details__list{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px}.single-product .site-main .product .product-details__item{padding-top:16px;border-top:1px solid #DBDADE}.single-product .site-main .product .product-details__item h4,.single-product .site-main .product .product-details__item span{font-size:16px;font-family:Noto Sans,sans-serif}.single-product .site-main .product .product-details__item h4{color:#2c3e50b3}.single-product .site-main .product .product-details__item span{display:block;margin-top:4px;color:#2c3e50}.single-product .site-main .product .product-details h3{border-top:1px solid #DBDADE}.single-product .site-main .product .product-details h3:first-child{border-top:0;padding-top:20px}.single-product .site-main .product .product-details p{margin:0 0 1rem;line-height:1.8;color:#2c3e50d9;font-family:Noto Sans,sans-serif}.single-product .site-main .product .product-details ul,.single-product .site-main .product .product-details ol{margin:0 0 1.25rem;padding-left:1.35rem}.single-product .site-main .product .product-details ul li,.single-product .site-main .product .product-details ol li{margin-bottom:.5rem;line-height:1.7;color:#2c3e50d9;font-family:Noto Sans,sans-serif}.single-product .site-main .product .product-details ul{list-style:disc}.single-product .site-main .product .product-details ol{list-style:decimal}.single-product .site-main .product .product-details a{color:var(--bw-primary, #1152d4);text-decoration:underline;transition:opacity .3s ease}.single-product .site-main .product .product-details a:hover{opacity:.75}.single-product .site-main .product .product-details .product-callout{margin:0 0 1.25rem;padding:1rem 1.25rem;border-left:4px solid var(--bw-primary, #1152d4);background:rgb(from var(--bw-primary, #1152d4) r g b/.12);border-radius:.5rem}.single-product .site-main .product .product-details .product-callout p{margin:0}.single-product .site-main .product .product-details .product-callout p+p{margin-top:.5rem}.single-product .site-main .product .up-sells{margin-top:80px}.single-product .site-main .product .up-sells h2{margin-bottom:20px;font-size:clamp(20px,5vw,24px);font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.single-product .site-main .product .up-sells li img{border-radius:.75rem}.single-product .site-main .product .up-sells li h2{font-size:14px;font-weight:500;color:#2c3e50;padding:0}.single-product .site-main .product .up-sells li span{font-size:14px;color:#2c3e50b3}.single-product .site-main .product .up-sells li a{width:100%;text-align:center}.single-product .site-main .product .up-sells li .button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.single-product .site-main .product .up-sells li .button:hover,.single-product .site-main .product .up-sells li .button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.single-product .site-main .product .related{margin-top:40px}.single-product .site-main .product .related>h2{margin-bottom:20px;font-size:clamp(20px,5vw,24px);font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.single-product .site-main .product .products li img{border-radius:.75rem}.single-product .site-main .product .products li h2{font-size:14px;font-weight:500;color:#2c3e50;padding:0;margin-top:16px;font-family:Manrope,sans-serif}.single-product .site-main .product .products li span{font-size:14px;color:#2c3e50b3}.single-product .site-main .product .products li a{width:100%;text-align:center}.single-product .site-main .product .products li .button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.single-product .site-main .product .products li .button:hover,.single-product .site-main .product .products li .button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.woocommerce-cart #content{max-width:1200px;width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.woocommerce-cart #content .nocomments{display:none}.woocommerce-cart #content .wc-block-components-totals-item__value,.woocommerce-cart #content .wc-block-components-formatted-money-amount{white-space:nowrap}.woocommerce-cart #content h1{font-size:clamp(36px,5vw,48px);color:#2c3e50;font-weight:700;text-align:center;margin-bottom:40px;margin-top:80px;font-family:Manrope,sans-serif}.woocommerce-cart #content .wc-block-components-totals-coupon__button,.woocommerce-cart #content .wc-block-cart__submit-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.woocommerce-cart #content .wc-block-components-totals-coupon__button:hover,.woocommerce-cart #content .wc-block-components-totals-coupon__button:focus,.woocommerce-cart #content .wc-block-cart__submit-button:hover,.woocommerce-cart #content .wc-block-cart__submit-button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.wp-block-woocommerce-empty-cart-block .wp-block-separator{display:none}.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2){margin:20px 0;font-size:clamp(20px,5vw,24px);font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.wp-block-woocommerce-empty-cart-block li img{border-radius:.75rem}.wp-block-woocommerce-empty-cart-block li .wc-block-grid__product-title{font-size:14px;font-weight:500;color:#2c3e50;padding:0;text-align:left;font-family:Manrope,sans-serif}.wp-block-woocommerce-empty-cart-block li .price{font-size:14px;color:#2c3e50b3;text-align:left!important}.wp-block-woocommerce-empty-cart-block li a{width:100%;text-align:center}.wp-block-woocommerce-empty-cart-block li .add_to_cart_button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.85rem 2.25rem!important;border-radius:.5rem!important;background-color:var(--bw-primary, #1152d4)!important;color:#fdfdfd!important;font-size:.875rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .3s ease,box-shadow .3s ease!important;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15)!important;font-family:Noto Sans,sans-serif!important}.wp-block-woocommerce-empty-cart-block li .add_to_cart_button:hover,.wp-block-woocommerce-empty-cart-block li .add_to_cart_button:focus{transform:scale(1.01)!important;box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2)!important;outline:none!important}.woocommerce-checkout #content{max-width:1200px;margin:0 auto;padding:0 30px}.woocommerce-checkout #content .nocomments{display:none}.woocommerce-checkout #content h1{font-size:clamp(36px,5vw,48px);color:#2c3e50;font-weight:700;text-align:center;margin-bottom:40px;margin-top:80px;font-family:Manrope,sans-serif}.woocommerce-checkout #content .wc-block-components-totals-coupon__button,.woocommerce-checkout #content .wc-block-components-checkout-return-to-cart-button,.woocommerce-checkout #content .wc-block-components-checkout-place-order-button__text{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.woocommerce-checkout #content .wc-block-components-totals-coupon__button:hover,.woocommerce-checkout #content .wc-block-components-totals-coupon__button:focus,.woocommerce-checkout #content .wc-block-components-checkout-return-to-cart-button:hover,.woocommerce-checkout #content .wc-block-components-checkout-return-to-cart-button:focus,.woocommerce-checkout #content .wc-block-components-checkout-place-order-button__text:hover,.woocommerce-checkout #content .wc-block-components-checkout-place-order-button__text:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.woocommerce-checkout #content .wc-block-components-checkout-return-to-cart-button svg{margin-left:10px}.woocommerce-order-received #content{max-width:1200px;margin:0 auto;padding:0 30px}.woocommerce-order-received #content h1,.woocommerce-order-received #content .woocommerce-notice{text-align:center}.woocommerce-order-received #content .woocommerce-notice{margin-bottom:40px}.woocommerce-order-received #content .woocommerce-order-details__title{margin-bottom:20px;font-family:Manrope,sans-serif;color:#2c3e50}.woocommerce-order-received .woocommerce-customer-details{margin-top:2rem;padding:1.5rem;background-color:#f6f6f8;border-radius:.75rem;border:1px solid #DBDADE}.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#2c3e50;font-family:Manrope,sans-serif}.woocommerce-order-received .woocommerce-customer-details address{font-style:normal;line-height:1.8;color:#2c3e50;font-family:Noto Sans,sans-serif}.woocommerce-order-received .woocommerce-customer-details address p{margin:.25rem 0}.woocommerce-order-received .woocommerce-order-details{margin-bottom:2rem}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details{width:100%;border-collapse:collapse;border:1px solid #DBDADE;border-radius:.5rem;overflow:hidden}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead{background-color:#f6f6f8}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead th{padding:1rem;text-align:left;font-weight:600;color:#2c3e50;font-family:Noto Sans,sans-serif;border-bottom:1px solid #DBDADE}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td{padding:1rem;border-bottom:1px solid #DBDADE;color:#2c3e50;font-family:Noto Sans,sans-serif}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody tr:last-child td{border-bottom:none}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot th,.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot td{padding:1rem;border-top:1px solid #DBDADE;font-family:Noto Sans,sans-serif}.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot th{text-align:left;font-weight:600}.woocommerce-order-received .woocommerce-order-overview{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;padding:1.5rem;background-color:#f6f6f8;border-radius:.75rem;border:1px solid #DBDADE;margin-bottom:2rem;list-style:none}.woocommerce-order-received .woocommerce-order-overview li{display:flex;flex-direction:column;gap:.25rem;font-family:Noto Sans,sans-serif;min-width:120px;max-width:200px;word-break:break-word}.woocommerce-order-received .woocommerce-order-overview li strong{color:#2c3e50;font-weight:600}@media (max-width: 768px){.woocommerce-order-received .woocommerce-order-overview{flex-direction:column;gap:1rem}.woocommerce-order-received .woocommerce-order-overview li{max-width:100%}}.woocommerce-checkout #content{max-width:1200px;width:100%;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}@media (min-width: 1024px){.woocommerce-checkout #content{padding:0 3rem}}.woocommerce-checkout .wp-block-woocommerce-checkout,.woocommerce-checkout .wc-block-checkout{max-width:100%;width:100%}.woocommerce-checkout .wc-block-components-checkout-step{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(219,218,222,.6)}.woocommerce-checkout .wc-block-components-checkout-step:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.woocommerce-checkout .wc-block-components-checkout-step__title,.woocommerce-checkout .wc-block-components-title,.woocommerce-checkout .wc-block-components-checkout-step__heading-content{font-family:Manrope,sans-serif;color:#2c3e50}.woocommerce-checkout .wc-block-components-checkout-step__title{font-weight:700}.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-address-form input,.woocommerce-checkout .wc-block-components-address-form select,.woocommerce-checkout .wc-block-components-select select,.woocommerce-checkout input[type=text],.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=tel],.woocommerce-checkout select,.woocommerce-checkout textarea{border-radius:.5rem!important;border:1px solid #DBDADE!important;font-family:Noto Sans,sans-serif}.woocommerce-checkout .wc-block-components-text-input input:focus,.woocommerce-checkout .wc-block-components-address-form input:focus,.woocommerce-checkout .wc-block-components-address-form select:focus,.woocommerce-checkout .wc-block-components-select select:focus,.woocommerce-checkout input[type=text]:focus,.woocommerce-checkout input[type=email]:focus,.woocommerce-checkout input[type=tel]:focus,.woocommerce-checkout select:focus,.woocommerce-checkout textarea:focus{border-color:var(--bw-primary, #1152d4)!important;box-shadow:0 0 0 3px rgb(from var(--bw-primary, #1152d4) r g b/.15)!important;outline:none!important}.woocommerce-checkout .wc-block-components-text-input,.woocommerce-checkout .wc-block-components-checkbox,.woocommerce-checkout .wc-block-components-address-form>*{margin-top:1rem}.woocommerce-checkout .wc-block-components-radio-control__option{position:relative;padding:1rem 1rem 1rem 2.75rem!important;border:1px solid rgba(219,218,222,.7);border-radius:.5rem;margin-top:.75rem}.woocommerce-checkout .wc-block-components-radio-control__input{left:.85rem!important}.woocommerce-checkout .wc-block-components-totals-item{font-family:Noto Sans,sans-serif}.woocommerce-checkout .wc-block-components-totals-item__value,.woocommerce-checkout .wc-block-components-formatted-money-amount{white-space:nowrap}.woocommerce-checkout .wc-block-components-checkout-place-order-button{display:inline-flex!important;align-items:center;justify-content:center;width:100%;background:var(--bw-primary, #1152d4)!important;background-color:var(--bw-primary, #1152d4)!important;color:#fdfdfd!important;border:0!important;border-radius:.5rem!important;padding:.95rem 2.25rem!important;font-family:Noto Sans,sans-serif;font-weight:700;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.2)!important;transition:transform .3s ease,box-shadow .3s ease}.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.28)!important;outline:none}.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{background:transparent!important;color:#fdfdfd!important;box-shadow:none!important;padding:0!important}body.woocommerce-account .woocommerce-MyAccount-content .order-number a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.woocommerce-account h1{text-align:center;margin-top:80px;font-family:Manrope,sans-serif;color:#2c3e50}body.woocommerce-account .nocomments{display:none}body.woocommerce-account .woocommerce{max-width:1200px;margin-inline:auto;padding:clamp(16px,2vw,24px)}body.woocommerce-account .account__grid{display:grid;grid-template-columns:280px 1fr;gap:24px}@media (max-width: 1024px){body.woocommerce-account .account__grid{grid-template-columns:1fr}}body.woocommerce-account .woocommerce-MyAccount-navigation{background:#fdfdfd;border:1px solid #DBDADE;border-radius:.75rem;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a;padding:14px;position:sticky;top:16px}@media (max-width: 1024px){body.woocommerce-account .woocommerce-MyAccount-navigation{position:static;top:auto}}body.woocommerce-account .woocommerce-MyAccount-navigation__title{font-size:14px;font-weight:700;color:#6b7280;letter-spacing:.02em;text-transform:uppercase;margin:6px 8px 10px;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:6px}body.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:2px 0}body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:.5rem;color:#2c3e50;text-decoration:none;transition:background .15s ease,color .15s ease;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background:#f6f6f8}body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(var(--bw-primary, #1152d4),.25)}body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:rgba(var(--bw-primary, #1152d4),.08);color:var(--bw-primary, #1152d4);font-weight:600}body.woocommerce-account .woocommerce-MyAccount-content{background:#fdfdfd;border:1px solid #DBDADE;border-radius:.75rem;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a;padding:clamp(16px,2.2vw,24px)}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{display:flex;flex-direction:column;row-gap:10px!important}body.woocommerce-account .woocommerce-MyAccount-content p{margin-bottom:20px;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content h2,body.woocommerce-account .woocommerce-MyAccount-content h3{margin:0 0 12px;line-height:1.25;color:#2c3e50;font-family:Manrope,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content h2{font-size:clamp(20px,1.8vw,24px)}body.woocommerce-account .woocommerce-MyAccount-content h3{font-size:clamp(18px,1.6vw,20px);color:#6b7280}body.woocommerce-account .woocommerce-MyAccount-content p,body.woocommerce-account .woocommerce-MyAccount-content li,body.woocommerce-account .woocommerce-MyAccount-content dd,body.woocommerce-account .woocommerce-MyAccount-content dt{color:#2c3e50;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard{display:grid;gap:18px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard p{margin:0;line-height:1.6}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-links{display:flex;flex-wrap:wrap;gap:8px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-links a{padding:8px 12px;border:1px solid #DBDADE;border-radius:.5rem;text-decoration:none;color:#2c3e50;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-MyAccount-links a:hover{background:#f6f6f8}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #DBDADE;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead{background:#f6f6f8}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th{text-align:left;font-size:12px;letter-spacing:.02em;text-transform:uppercase;font-weight:700;color:#6b7280;padding:12px 14px;border-bottom:1px solid #DBDADE;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td{padding:14px;border-bottom:1px solid #DBDADE;vertical-align:middle;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:last-child td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr:last-child td{border-bottom:0}body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot td,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot th,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tfoot th,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tfoot td,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tfoot th{padding:12px 14px;border-top:1px solid #DBDADE;background:#fdfdfd}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{background:#fdfdfd;border:1px solid #DBDADE;border-radius:.75rem;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a;padding:16px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h3{margin:0;font-size:16px;color:#2c3e50}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a{padding:6px 10px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address{margin:0;color:#2c3e50;line-height:1.6;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content form{display:grid;gap:12px}body.woocommerce-account .woocommerce-MyAccount-content form .form-row,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row{display:grid;gap:6px;margin:0}body.woocommerce-account .woocommerce-MyAccount-content form .form-row label,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row label{font-size:13px;color:#6b7280;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=text],body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=email],body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=password],body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=tel],body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=number],body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=url],body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea,body.woocommerce-account .woocommerce-MyAccount-content form .form-row select,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=text],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=email],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=password],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=tel],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=number],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=url],body.woocommerce-account .woocommerce-MyAccount-content form p.form-row textarea,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row select{width:100%;border:1px solid #DBDADE;border-radius:.5rem;padding:10px 12px;background:#fdfdfd;color:#2c3e50;transition:border-color .15s ease,box-shadow .15s ease;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=text]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=email]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=password]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=tel]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=number]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row input[type=url]:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:focus,body.woocommerce-account .woocommerce-MyAccount-content form .form-row select:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=text]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=email]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=password]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=tel]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=number]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=url]:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row textarea:focus,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row select:focus{border-color:var(--bw-primary, #1152d4);outline:0;box-shadow:0 0 0 3px rgba(var(--bw-primary, #1152d4),.25)}body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row textarea{min-height:120px}body.woocommerce-account .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row .woocommerce-input-wrapper{display:contents}body.woocommerce-account .woocommerce-MyAccount-content form .form-row .description,body.woocommerce-account .woocommerce-MyAccount-content form p.form-row .description{font-size:12px;color:#6b7280}body.woocommerce-account .woocommerce-MyAccount-content form .password-input{position:relative}body.woocommerce-account .woocommerce-MyAccount-content form .password-input input{padding-right:44px}body.woocommerce-account .woocommerce-MyAccount-content form .password-input .show-password-input,body.woocommerce-account .woocommerce-MyAccount-content form .password-input .hide-password-input{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:12px;color:#6b7280;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:6px 8px;border-radius:8px}body.woocommerce-account .woocommerce-MyAccount-content form .password-input .show-password-input:hover,body.woocommerce-account .woocommerce-MyAccount-content form .password-input .hide-password-input:hover{background:#f6f6f8}body.woocommerce-account .woocommerce-MyAccount-content form .password-input .show-password-input:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content form .password-input .hide-password-input:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(var(--bw-primary, #1152d4),.25)}body.woocommerce-account .woocommerce-MyAccount-content form input[type=checkbox],body.woocommerce-account .woocommerce-MyAccount-content form input[type=radio]{accent-color:var(--bw-primary, #1152d4)}body.woocommerce-account .woocommerce-MyAccount-content form .clear,body.woocommerce-account .woocommerce-MyAccount-content form .lost_password{justify-self:start;font-size:13px;color:#6b7280}body.woocommerce-account .woocommerce-MyAccount-content form .clear a,body.woocommerce-account .woocommerce-MyAccount-content form .lost_password a{color:var(--bw-primary, #1152d4);text-decoration:none}body.woocommerce-account .woocommerce-MyAccount-content form .clear a:hover,body.woocommerce-account .woocommerce-MyAccount-content form .lost_password a:hover{text-decoration:underline}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details{display:grid;gap:16px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order .woocommerce-order-overview,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-overview{background:#fdfdfd;border:1px solid #DBDADE;border-radius:.75rem;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a;padding:12px 14px}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order .woocommerce-order-overview li,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-overview li{margin:4px 0;display:flex;gap:8px;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order .woocommerce-order-overview li strong,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-overview li strong{color:#2c3e50}body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order .woocommerce-table--order-details,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details{margin-top:4px}body.woocommerce-account .woocommerce-message,body.woocommerce-account .woocommerce-info,body.woocommerce-account .woocommerce-error{border-radius:.5rem;padding:12px 14px;margin:0 0 16px;border:1px solid #DBDADE;background:#f6f6f8;color:#2c3e50;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-message:before,body.woocommerce-account .woocommerce-info:before,body.woocommerce-account .woocommerce-error:before{display:none}body.woocommerce-account .woocommerce-message a,body.woocommerce-account .woocommerce-info a,body.woocommerce-account .woocommerce-error a{color:var(--bw-primary, #1152d4);text-decoration:underline;text-underline-offset:2px}body.woocommerce-account .woocommerce-message{border-color:#16a34a40}body.woocommerce-account .woocommerce-info{border-color:#0369a140}body.woocommerce-account .woocommerce-error{border-color:#dc262640}body.woocommerce-account .woocommerce-pagination{display:flex;justify-content:center;margin-top:16px}body.woocommerce-account .woocommerce-pagination ul.page-numbers{display:inline-flex;gap:6px;list-style:none;padding:0;margin:0}body.woocommerce-account .woocommerce-pagination ul.page-numbers li a,body.woocommerce-account .woocommerce-pagination ul.page-numbers li span{min-width:36px;height:36px;display:grid;place-items:center;padding:0 10px;border:1px solid #DBDADE;border-radius:10px;text-decoration:none;color:#2c3e50;font-family:Noto Sans,sans-serif}body.woocommerce-account .woocommerce-pagination ul.page-numbers li .current{background:rgba(var(--bw-primary, #1152d4),.08);color:var(--bw-primary, #1152d4);border-color:rgba(var(--bw-primary, #1152d4),.35);font-weight:600}body.woocommerce-account .btn,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a,body.woocommerce-account .woocommerce-MyAccount-content form button.button,body.woocommerce-account .woocommerce-MyAccount-content form .button[type=submit],body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:.5rem;border:1px solid transparent;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;font-family:Noto Sans,sans-serif}body.woocommerce-account .btn:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td .button:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td .button:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content form button.button:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content form .button[type=submit]:focus-visible,body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit]:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(var(--bw-primary, #1152d4),.25)}body.woocommerce-account .btn--primary,body.woocommerce-account .woocommerce-MyAccount-content form button.button,body.woocommerce-account .woocommerce-MyAccount-content form .button[type=submit],body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit]{background:var(--bw-primary, #1152d4);color:#fdfdfd;border-color:var(--bw-primary, #1152d4)}body.woocommerce-account .btn--primary:hover,body.woocommerce-account .woocommerce-MyAccount-content form button.button:hover,body.woocommerce-account .woocommerce-MyAccount-content form .button[type=submit]:hover,body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit]:hover{background:hsl(from var(--bw-primary, #1152d4) h s calc(l - 10%));border-color:hsl(from var(--bw-primary, #1152d4) h s calc(l - 10%))}body.woocommerce-account .btn--ghost,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td .button,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a{background:#fdfdfd;color:#2c3e50;border-color:#dbdade}body.woocommerce-account .btn--ghost:hover,body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td .button:hover,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button:hover,body.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td .button:hover,body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover{background:#f6f6f8}body.woocommerce-account .btn--danger{background:#dc2626;color:#fdfdfd;border-color:#dc2626}body.woocommerce-account .btn--danger:hover{filter:brightness(.95)}@media (max-width: 900px){body.woocommerce-account .u-columns{grid-template-columns:1fr}}body.woocommerce-account .u-columns .u-column1,body.woocommerce-account .u-columns .u-column2{background:#fdfdfd;border:1px solid #DBDADE;border-radius:.75rem;box-shadow:0 1px 2px #0000000f,0 1px 1px #0000000a;padding:clamp(16px,2vw,24px)}body.woocommerce-account .u-columns .u-column1 h2,body.woocommerce-account .u-columns .u-column2 h2{margin-top:0;margin-bottom:8px;font-size:clamp(18px,1.6vw,22px)}body.woocommerce-account .select2-container .select2-selection--single{height:42px;border-radius:.5rem;border:1px solid #DBDADE}body.woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered{line-height:40px;padding:0 12px}body.woocommerce-account .select2-container .select2-selection--single .select2-selection__arrow{height:40px;right:8px}body.woocommerce-account .woocommerce-MyAccount-navigation .count,body.woocommerce-account .woocommerce-MyAccount-navigation .badge{margin-left:auto;padding:2px 8px;border-radius:999px;font-size:12px;background:rgba(var(--bw-primary, #1152d4),.08);color:var(--bw-primary, #1152d4)}body.woocommerce-account .woocommerce-MyAccount-content .order-number a{max-width:220px;display:inline-block}body.woocommerce-account .woocommerce-MyAccount-content .download-file a{white-space:nowrap}body.woocommerce-account .woocommerce-MyAccount-content ul,body.woocommerce-account .woocommerce-MyAccount-content ol{padding-left:18px}.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews{position:relative;padding:1.15rem 1.75rem 1.15rem 3.5rem;margin:0 0 1.5rem;border:1px solid rgba(219,218,222,.9);border-radius:.5rem;background:#f6f6f8;color:#2c3e50;font-family:Noto Sans,sans-serif;line-height:1.6;list-style:none;word-wrap:break-word}.woocommerce-message{background:rgb(from var(--bw-primary, #1152d4) r g b/.06);border-color:rgb(from var(--bw-primary, #1152d4) r g b/.3);border-top:3px solid var(--bw-primary, #1152d4)}.woocommerce-info{background:rgb(from var(--bw-primary, #1152d4) r g b/.06);border-color:rgb(from var(--bw-primary, #1152d4) r g b/.25);border-top:3px solid var(--bw-primary, #1152d4)}.woocommerce-error{background:#c0392b0f;border-color:#c0392b59;border-top:3px solid #c0392b;color:#7a1f18}.woocommerce-message .button,.woocommerce-message .wc-forward,.woocommerce-info .button{float:right;margin-left:1rem}.wc-block-components-notice-banner{border-radius:.5rem;font-family:Noto Sans,sans-serif}.wc-block-components-notice-banner.is-success{background:rgb(from var(--bw-primary, #1152d4) r g b/.06)!important;border-color:rgb(from var(--bw-primary, #1152d4) r g b/.35)!important}.wc-block-components-notice-banner.is-info{background:rgb(from var(--bw-primary, #1152d4) r g b/.06)!important;border-color:rgb(from var(--bw-primary, #1152d4) r g b/.3)!important}.wc-block-components-notice-banner.is-error{background:#c0392b0f!important;border-color:#c0392b66!important}.added_to_cart{display:inline-block;margin-top:10px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.max-w-none{max-width:none}.justify-between{justify-content:space-between}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.border{border-width:1px}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-900{--tw-border-opacity: 1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}body{position:relative;font-family:Noto Sans,sans-serif;background-color:#fdfdfd;padding-top:5rem;min-height:100vh;display:flex;flex-direction:column}#content{flex:1 0 auto}.footer{flex-shrink:0}#sidebar{display:none}.woocommerce-form-login__submit,.woocommerce-Button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.85rem 2.25rem!important;border-radius:.5rem!important;background-color:var(--bw-primary, #1152d4)!important;color:#fdfdfd!important;font-size:.875rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .3s ease,box-shadow .3s ease!important;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15)!important;font-family:Noto Sans,sans-serif!important}.woocommerce-form-login__submit:hover,.woocommerce-form-login__submit:focus,.woocommerce-Button:hover,.woocommerce-Button:focus{transform:scale(1.01)!important;box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2)!important;outline:none!important}.wc-block-cart__empty-cart__title{margin-bottom:40px}.wc-forward{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.85rem 2.25rem!important;border-radius:.5rem!important;background-color:var(--bw-primary, #1152d4)!important;color:#fdfdfd!important;font-size:.875rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .3s ease,box-shadow .3s ease!important;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15)!important;font-family:Noto Sans,sans-serif!important}.wc-forward:hover,.wc-forward:focus{transform:scale(1.01)!important;box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2)!important;outline:none!important}.myproducts{max-width:1200px;margin:0 auto 100px;padding:0 30px}.myproducts__text{margin:40px;text-align:center}.myproducts__text h1,.myproducts__text h2,.myproducts__text h3,.myproducts__text h4,.myproducts__text h5{font-size:clamp(1.75rem,1.4rem + 1.2vw,2.25rem);font-weight:700;color:#2c3e50;font-family:Manrope,sans-serif}.myproducts__text p{margin-top:16px;font-size:16px;font-weight:400;color:#2c3e50b3;font-family:Noto Sans,sans-serif}.myproducts__pagination{text-align:center;margin-top:40px}.myproducts__pagination ul{display:inline-block!important;gap:0!important;white-space:nowrap;padding:0;clear:both;border:1px solid #DBDADE;border-right:0;margin:1px}.myproducts__pagination ul li{border-right:1px solid #DBDADE;padding:0;margin:0;float:left;display:inline;overflow:hidden}.myproducts__pagination ul li .page-numbers{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.myproducts__pagination ul li .current{background:rgb(from var(--bw-primary, #1152d4) r g b/.08);color:var(--bw-primary, #1152d4)}.myproducts ul{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 800px){.myproducts ul{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.myproducts ul{grid-template-columns:repeat(1,1fr)}}.myproducts ul li .woocommerce-Price-amount{display:flex;align-items:center;justify-content:center}.myproducts ul li img{border-radius:.75rem}@media (max-width: 600px){.myproducts ul li img{width:100%}}.myproducts ul li h2{font-size:16px;font-weight:400;color:#2c3e50;padding-bottom:8px;margin-top:16px;font-family:Manrope,sans-serif}.myproducts ul li span{display:block;font-size:14px;color:#2c3e50b3}.myproducts ul li a{width:100%;text-align:center}.myproducts ul li .add_to_cart{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;border-radius:.5rem;background-color:var(--bw-primary, #1152d4);color:#fdfdfd;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgb(from var(--bw-primary, #1152d4) r g b/.15);font-family:Noto Sans,sans-serif}.myproducts ul li .add_to_cart:hover,.myproducts ul li .add_to_cart:focus{transform:scale(1.01);box-shadow:0 18px 40px rgb(from var(--bw-primary, #1152d4) r g b/.2);outline:none}.myproducts__thumbwrap{position:relative;aspect-ratio:1/1;overflow:hidden}.myproducts__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.myproducts__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}@media (hover: hover){.myproducts__item:hover .myproducts__img--hover{opacity:1}.myproducts__item:hover .myproducts__img--main{opacity:0;transition:opacity .25s ease}}li.product .product-thumb-wrap{position:relative;aspect-ratio:1/1;overflow:hidden}li.product .product-thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}li.product .product-thumb--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}@media (hover: hover){li.product:hover .product-thumb--hover{opacity:1}}@media (hover: hover){li.product:hover .product-thumb--main{opacity:0;transition:opacity .25s ease}}.added_to_cart{margin-top:10px}.wc-block-components-address-form__szkolenia-rizm-field,.wc-block-components-address-form__szkolenia-regulamin-checkbox,.wc-block-components-address-form__szkolenia-faktura-vat,.wc-block-components-address-form__szkolenia-nazwa-firmy,.wc-block-components-address-form__szkolenia-nip,.wc-block-components-address-form__szkolenia-adres-firmy{display:none!important}body.has-szkolenie-in-cart .wc-block-components-address-form__szkolenia-rizm-field,body.has-szkolenie-in-cart .wc-block-components-address-form__szkolenia-regulamin-checkbox,body.has-szkolenie-in-cart .wc-block-components-address-form__szkolenia-faktura-vat,body.has-szkolenie-in-cart.bw-faktura-on .wc-block-components-address-form__szkolenia-nazwa-firmy,body.has-szkolenie-in-cart.bw-faktura-on .wc-block-components-address-form__szkolenia-nip,body.has-szkolenie-in-cart.bw-faktura-on .wc-block-components-address-form__szkolenia-adres-firmy{display:block!important}.wc-block-components-address-form__szkolenia-rizm-field label .wc-block-components-checkout-field__optional,.wc-block-components-address-form__szkolenia-regulamin-checkbox label .wc-block-components-checkout-field__optional,.wc-block-components-address-form__szkolenia-faktura-vat label .wc-block-components-checkout-field__optional,.wc-block-components-address-form__szkolenia-nazwa-firmy label .wc-block-components-checkout-field__optional,.wc-block-components-address-form__szkolenia-nip label .wc-block-components-checkout-field__optional,.wc-block-components-address-form__szkolenia-adres-firmy label .wc-block-components-checkout-field__optional{display:none!important}.bw-szkolenie-confirm{margin:1.5rem 0 2rem;padding:1.5rem 1.75rem;background:rgb(from var(--bw-primary, #1152d4) r g b/.06);border:1px solid rgb(from var(--bw-primary, #1152d4) r g b/.25);border-left:4px solid var(--bw-primary, #1152d4);border-radius:.5rem;line-height:1.7;font-family:Noto Sans,sans-serif;color:#2c3e50}.bw-szkolenie-confirm p{margin:0 0 .75rem}.bw-szkolenie-confirm p:last-child{margin-bottom:0}.hover\:bg-slate-900:hover{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}
