*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #060d1a;--deep: #0a1628;--card: #0f1e36;--card2: #122040;--border: rgba(100,160,220,.18);--ice: #a8d4f0;--frost: #c8e6f8;--white: #f0f5fa;--accent: #4da8e8;--gold: #c9a96e;--muted: rgba(168,212,240,.55);--ff-display: "Cormorant Garamond", Georgia, serif;--ff-body: "DM Sans", system-ui, sans-serif;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);font-family:var(--ff-body);font-size:16px;line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}.section-eyebrow{font-family:var(--ff-body);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.2rem}.section-title{font-family:var(--ff-display);font-size:clamp(2.4rem,5vw,4rem);font-weight:300;line-height:1.1;color:var(--frost);margin-bottom:2rem}.section-title em{font-style:italic;color:var(--ice);font-weight:300}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--ff-body);font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;transition:all .3s var(--ease-out)}.btn--primary{background:var(--accent);color:var(--navy)}.btn--primary:hover{background:var(--frost);transform:translateY(-2px);box-shadow:0 12px 32px #4da8e859}.btn--ghost{border:1px solid rgba(168,212,240,.4);color:var(--ice)}.btn--ghost:hover{border-color:var(--ice);background:#a8d4f014}.btn--outline{border:1px solid var(--border);color:var(--ice)}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.btn--sm{padding:.6rem 1.4rem;font-size:.78rem}.btn--full{width:100%;justify-content:center}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 4vw;transition:background .4s var(--ease-out),padding .3s}.nav.scrolled{background:#060d1af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 4vw;border-bottom:1px solid var(--border)}.nav__logo{font-family:var(--ff-display);font-size:1.5rem;font-weight:600;letter-spacing:.04em}.nav__logo-ice{color:var(--frost)}.nav__logo-fish{color:var(--accent)}.nav__logo-tours{color:var(--muted);font-size:.9rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;margin-left:.3rem}.nav__links{display:flex;align-items:center;gap:2.5rem}.nav__links a{font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);transition:color .25s}.nav__links a:hover{color:var(--frost)}.nav__cta{background:var(--accent)!important;color:var(--navy)!important;padding:.5rem 1.3rem;border-radius:2px}.nav__cta:hover{background:var(--frost)!important}.nav__burger{display:none;flex-direction:column;gap:5px;padding:4px}.nav__burger span{display:block;width:26px;height:2px;background:var(--ice);transition:all .3s}.hero{position:relative;height:100dvh;min-height:680px;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.04);animation:heroZoom 12s var(--ease-out) forwards}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#060d1ae0 40%,#060d1a4d),linear-gradient(to top,rgba(6,13,26,.6) 15%,transparent 55%)}.hero__content{position:relative;z-index:2;padding:0 4vw;max-width:700px;animation:fadeUp 1.1s .3s var(--ease-out) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin-bottom:1.4rem;display:flex;align-items:center;gap:1rem}.hero__eyebrow:before{content:"";display:block;width:40px;height:1px;background:var(--accent)}.hero__title{font-family:var(--ff-display);font-size:clamp(3.2rem,8vw,6.5rem);font-weight:300;line-height:1;color:var(--frost);margin-bottom:1.6rem}.hero__title em{font-style:italic;color:var(--ice)}.hero__sub{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:2.5rem;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:fadeUp 1s 1.2s var(--ease-out) both}.hero__scroll span{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.hero__scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}.hero__stats{position:absolute;bottom:0;right:0;z-index:2;display:flex;align-items:stretch;background:#060d1abf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);border-left:1px solid var(--border);animation:fadeUp 1s .9s var(--ease-out) both}.hero__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 2.5rem;gap:.2rem}.hero__stat-num{font-family:var(--ff-display);font-size:2rem;font-weight:600;color:var(--frost);line-height:1}.hero__stat-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.hero__stat-divider{width:1px;background:var(--border);align-self:stretch;margin:1rem 0}.band{background:var(--accent);overflow:hidden;padding:.8rem 0}.band__text{display:flex;align-items:center;gap:1.5rem;white-space:nowrap;animation:marquee 22s linear infinite;color:var(--navy);font-size:.78rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.about{padding:8rem 4vw;background:var(--deep)}.about__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about__media{position:relative}.about__media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:2px;border:1px solid var(--border)}.about__media-badge{position:absolute;bottom:-2rem;right:-2rem;background:var(--accent);color:var(--navy);padding:1.4rem 1.8rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;border-radius:2px}.about__media-badge-num{font-family:var(--ff-display);font-size:2.2rem;font-weight:700;line-height:1}.about__media-badge-text{font-size:.7rem;font-weight:500;letter-spacing:.05em;text-align:center;text-transform:uppercase}.about__body{color:var(--muted);margin-bottom:1.2rem;font-size:1rem}.about__body em{color:var(--ice);font-style:italic}.about__features{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem;margin-top:.5rem}.about__feature{display:flex;gap:1rem;align-items:flex-start}.about__feature-icon{color:var(--accent);font-size:.9rem;padding-top:2px;flex-shrink:0}.about__feature strong{display:block;color:var(--frost);font-size:.9rem;margin-bottom:.1rem}.about__feature p{font-size:.82rem;color:var(--muted);line-height:1.4}.tours{padding:8rem 4vw;background:var(--navy)}.tours__header{max-width:1200px;margin:0 auto 4rem}.tours__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.tour-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:2px;display:flex;flex-direction:column;transition:transform .3s var(--ease-out),border-color .3s,box-shadow .3s;overflow:hidden}.tour-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .3s}.tour-card:hover{transform:translateY(-6px);border-color:#4da8e859;box-shadow:0 20px 50px #0006}.tour-card:hover:before{opacity:1}.tour-card--featured{grid-column:span 2;border-color:#4da8e866;background:var(--card2);flex-direction:row}.tour-card--featured:before{opacity:.5}.tour-card__badge{position:absolute;top:1.2rem;right:1.2rem;background:var(--gold);color:var(--navy);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .8rem;border-radius:1px}.tour-card__header{padding:2rem;border-bottom:1px solid var(--border);flex:1}.tour-card--featured .tour-card__header{border-bottom:none;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;flex:none;width:45%}.tour-card__region{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.8rem}.tour-card__title{font-family:var(--ff-display);font-size:1.8rem;font-weight:300;color:var(--frost);line-height:1.15;margin-bottom:.6rem}.tour-card--featured .tour-card__title{font-size:2.2rem}.tour-card__duration{font-size:.78rem;color:var(--muted);letter-spacing:.05em}.tour-card__includes{padding:1.5rem 2rem;flex:1;display:flex;flex-direction:column;gap:.6rem}.tour-card__includes li{font-size:.82rem;color:var(--muted);padding-left:1.2rem;position:relative;line-height:1.4}.tour-card__includes li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.7rem}.tour-card__footer{padding:1.5rem 2rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.tour-card__price{display:flex;align-items:baseline;gap:.4rem}.tour-card__price-from{font-size:.72rem;color:var(--muted)}.tour-card__price-num{font-family:var(--ff-display);font-size:1.8rem;font-weight:600;color:var(--frost);line-height:1}.tour-card__price-pp{font-size:.72rem;color:var(--muted)}.tour-card--custom{background:linear-gradient(135deg,var(--card),rgba(77,168,232,.08));border:1px dashed rgba(77,168,232,.3);min-height:280px}.tour-card__custom-inner{padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;justify-content:center}.tour-card__custom-icon{font-size:1.8rem;color:var(--accent)}.tour-card__custom-title{font-family:var(--ff-display);font-size:1.6rem;font-weight:300;color:var(--frost);line-height:1.2}.tour-card__custom-text{font-size:.85rem;color:var(--muted);line-height:1.6}.fullwidth-img{position:relative;height:55vh;min-height:380px;overflow:hidden}.fullwidth-img img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.fullwidth-img__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#060d1a94;display:flex;align-items:center;justify-content:center}.fullwidth-img__quote{font-family:var(--ff-display);font-style:italic;font-size:clamp(1.6rem,4vw,3rem);font-weight:300;color:var(--frost);text-align:center;line-height:1.4;padding:0 4vw;max-width:900px}.lodging{padding:8rem 4vw;background:var(--deep)}.lodging__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.lodging__body{color:var(--muted);margin-bottom:1.6rem;font-size:1rem;line-height:1.7}.lodging__body em{color:var(--ice);font-style:italic}.lodging__list{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2.5rem}.lodging__list li{color:var(--muted);font-size:.88rem;padding-left:1.4rem;position:relative}.lodging__list li:before{content:"✦";position:absolute;left:0;color:var(--accent);font-size:.6rem;top:5px}.lodging__images{display:grid;grid-template-rows:1fr auto;gap:1rem;height:580px}.lodging__img-main{width:100%;height:100%;object-fit:cover;border-radius:2px;border:1px solid var(--border)}.lodging__img-secondary{width:75%;margin-left:auto;height:200px;object-fit:cover;border-radius:2px;border:1px solid var(--border);margin-top:-4rem;position:relative;z-index:1}.species{padding:8rem 4vw;background:var(--navy)}.species__header{max-width:1200px;margin:0 auto 4rem}.species__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.species__card{background:var(--card);border:1px solid var(--border);border-radius:2px;overflow:hidden;transition:transform .3s var(--ease-out),box-shadow .3s}.species__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0006}.species__img-wrap{height:180px;overflow:hidden}.species__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.species__card:hover .species__img-wrap img{transform:scale(1.05)}.species__img-wrap--dark{background:linear-gradient(135deg,#081526,#0d2040);display:flex;align-items:center;justify-content:center}.species__placeholder{width:80%;opacity:.8}.species__placeholder svg{width:100%}.species__name{font-family:var(--ff-display);font-size:1.25rem;font-weight:400;color:var(--frost);padding:1.2rem 1.4rem .2rem;line-height:1.2}.species__latin{font-size:.72rem;color:var(--accent);font-style:italic;padding:0 1.4rem .8rem;letter-spacing:.04em}.species__desc{font-size:.82rem;color:var(--muted);padding:0 1.4rem;line-height:1.55;margin-bottom:1rem}.species__size{padding:.8rem 1.4rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted)}.species__size strong{color:var(--ice)}.testimonials{padding:8rem 4vw;background:var(--deep);overflow:hidden}.testimonials__header{max-width:1200px;margin:0 auto 4rem}.testimonials__track-wrap{overflow:hidden;max-width:1200px;margin:0 auto}.testimonials__track{display:flex;gap:1.5rem;transition:transform .55s var(--ease-in-out)}.tcard{min-width:calc((100% - 3rem) / 3);background:var(--card);border:1px solid var(--border);border-radius:2px;padding:2rem;flex-shrink:0}.tcard__stars{color:var(--gold);font-size:.9rem;letter-spacing:.08em;margin-bottom:1rem}.tcard__text{font-family:var(--ff-display);font-style:italic;font-size:1.1rem;color:var(--frost);line-height:1.6;margin-bottom:1.5rem;font-weight:300}.tcard__author{display:flex;align-items:center;gap:.8rem}.tcard__avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:var(--navy);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tcard__author strong{display:block;font-size:.88rem;color:var(--frost)}.tcard__author span{font-size:.74rem;color:var(--muted)}.testimonials__nav{max-width:1200px;margin:2.5rem auto 0;display:flex;align-items:center;justify-content:center;gap:1.5rem}.testimonials__btn{width:44px;height:44px;border:1px solid var(--border);border-radius:50%;color:var(--ice);font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .25s}.testimonials__btn:hover{border-color:var(--accent);color:var(--accent)}.testimonials__dots{display:flex;gap:.5rem}.testimonials__dot{width:6px;height:6px;border-radius:50%;background:var(--border);border:none;cursor:pointer;transition:background .25s,transform .25s}.testimonials__dot.active{background:var(--accent);transform:scale(1.3)}.faq{padding:8rem 4vw;background:var(--navy)}.faq__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:start}.faq__header{position:sticky;top:120px}.faq__list{display:flex;flex-direction:column;gap:0}.faq__item{border-bottom:1px solid var(--border)}.faq__item:first-child{border-top:1px solid var(--border)}.faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;font-size:.92rem;color:var(--frost);font-weight:400;text-align:left;transition:color .25s}.faq__q:hover{color:var(--accent)}.faq__arrow{font-size:1rem;color:var(--accent);transition:transform .3s var(--ease-out);flex-shrink:0}.faq__item.open .faq__arrow{transform:rotate(180deg)}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease-out)}.faq__item.open .faq__a{grid-template-rows:1fr}.faq__a>p{overflow:hidden;font-size:.88rem;color:var(--muted);line-height:1.7;padding-bottom:1.4rem}.contact{padding:8rem 4vw;background:var(--deep);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(77,168,232,.07) 0%,transparent 70%);pointer-events:none}.contact__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;align-items:start}.contact__sub{color:var(--muted);font-size:.95rem;line-height:1.7;margin-bottom:2.5rem}.contact__details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact__detail{display:flex;align-items:center;gap:1rem;font-size:.88rem;color:var(--muted);transition:color .25s}.contact__detail:hover{color:var(--ice)}.contact__detail-icon{font-size:1rem;color:var(--accent);width:24px;text-align:center}.contact__social{display:flex;gap:.8rem}.contact__social a{width:40px;height:40px;border:1px solid var(--border);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;letter-spacing:.05em;color:var(--muted);transition:all .25s}.contact__social a:hover{border-color:var(--accent);color:var(--accent)}.contact__form{display:flex;flex-direction:column;gap:1.2rem}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form__group{display:flex;flex-direction:column;gap:.45rem}.form__group label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.form__group input,.form__group select,.form__group textarea{background:var(--card);border:1px solid var(--border);border-radius:2px;padding:.85rem 1rem;font-family:var(--ff-body);font-size:.9rem;color:var(--frost);outline:none;transition:border-color .25s;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form__group select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234da8e8' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form__group input::placeholder,.form__group textarea::placeholder{color:#a8d4f040}.form__group input:focus,.form__group select:focus,.form__group textarea:focus{border-color:var(--accent);background:var(--card2)}.form__group input[type=month]{color-scheme:dark}.form__group textarea{resize:vertical;min-height:110px}.form__check{display:flex;align-items:flex-start;gap:.8rem}.form__check input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--accent);cursor:pointer}.form__check label{font-size:.8rem;color:var(--muted);cursor:pointer}.form__check a{color:var(--accent);text-decoration:underline}.btn__arrow{font-size:1rem}.form__success{display:none;align-items:center;gap:.6rem;padding:1rem 1.2rem;background:#4da8e81f;border:1px solid rgba(77,168,232,.3);border-radius:2px;font-size:.88rem;color:var(--ice)}.form__success.visible{display:flex}.form__success span{color:var(--accent)}.footer{background:var(--navy);border-top:1px solid var(--border)}.footer__top{max-width:1200px;margin:0 auto;padding:5rem 4vw 4rem;display:grid;grid-template-columns:1.2fr 2fr;gap:4rem}.footer__logo{font-family:var(--ff-display);font-size:1.6rem;font-weight:600;margin-bottom:1rem}.footer__tagline{font-size:.84rem;color:var(--muted);line-height:1.6}.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__col h4{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.footer__col ul{display:flex;flex-direction:column;gap:.5rem}.footer__col li{font-size:.84rem;color:var(--muted)}.footer__col a{transition:color .25s}.footer__col a:hover{color:var(--ice)}.footer__bottom{border-top:1px solid var(--border);padding:1.5rem 4vw;max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.footer__bottom p{font-size:.74rem;color:#a8d4f04d}.footer__bottom a{color:#a8d4f073}.footer__bottom a:hover{color:var(--ice)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width: 1024px){.tours__grid{grid-template-columns:1fr 1fr}.tour-card--featured{grid-column:span 2}.species__grid{grid-template-columns:1fr 1fr}.about__container,.lodging__container,.contact__container,.faq__container{grid-template-columns:1fr;gap:3rem}.about__media-badge{right:1rem;bottom:1rem}.faq__header{position:static}.hero__stats{display:none}.lodging__images{height:auto;grid-template-rows:auto}.lodging__img-secondary{margin-top:0;width:100%}.footer__top{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.nav__links{position:fixed;top:0;right:0;height:100dvh;width:280px;background:#060d1afa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:flex-start;gap:0;padding:5rem 2rem 2rem;transform:translate(100%);transition:transform .4s var(--ease-out);border-left:1px solid var(--border)}.nav__links.open{transform:translate(0)}.nav__links li{width:100%}.nav__links a{display:block;padding:.9rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.nav__cta{border-bottom:none!important;margin-top:1.5rem}.nav__burger{display:flex}.tours__grid{grid-template-columns:1fr}.tour-card--featured{flex-direction:column}.tour-card--featured .tour-card__header{width:100%;border-right:none;border-bottom:1px solid var(--border)}.species__grid{grid-template-columns:1fr 1fr}.form__row{grid-template-columns:1fr}.footer__cols{grid-template-columns:1fr 1fr}.tcard{min-width:calc(100% - 1.5rem)}.hero__title{font-size:clamp(2.6rem,10vw,4.5rem)}}@media (max-width: 480px){.species__grid,.footer__cols{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__actions .btn{text-align:center;justify-content:center}}
