@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif}:root{--header-bg:#ffffff;--header-text:#0f1d2f;--header-muted:#5e6e81;--submenu-bg:#ffffff;--submenu-hover:#163257;--forum-bg:#0076b1;--forum-bg-hover:#00689c;--drawer-overlay:rgba(0, 0, 0, 0.46);--header-height:84px}body.drawer-open{overflow:hidden}body.search-open{overflow:hidden}.site-header{position:sticky;top:0;z-index:1200;width:100%;background:var(--header-bg);color:var(--header-text);border-bottom:1px solid rgb(15 29 47 / .14)}.site-header__inner{min-height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem;gap:1rem}.site-header__left{display:flex;align-items:center;gap:1.1rem;flex:1 1 auto;min-width:0}.site-header__logo{display:inline-flex;align-items:center}.site-header__logo img{display:block;width:auto;height:62px}.site-header__nav{flex:1 1 auto;min-width:0}.site-header__menu{list-style:none;display:flex;align-items:center;flex-wrap:nowrap;gap:.65rem}.site-header__item{position:relative}.site-header__link{display:inline-flex;align-items:center;white-space:nowrap;color:var(--header-text);text-decoration:none;font-size:clamp(0.92rem, 0.45vw + 0.58rem, 1.06rem);line-height:1;padding:.74rem clamp(0.46rem, 0.35vw + 0.22rem, 0.88rem);border-radius:4px;background:#fff0;border:0;font-weight:600;transition:color 0.18s ease}.site-header__item.is-parent>.site-header__link{padding-right:1.5rem;position:relative}.site-header__item.is-parent>.site-header__link::after{content:'▾';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:var(--header-muted)}.site-header__link:hover,.site-header__link:focus-visible{color:var(--submenu-hover)}.site-header__item--search{display:flex}.site-header__search-toggle{justify-content:center;min-width:44px;padding-left:.64rem;padding-right:.64rem}.site-header__search-icon{position:relative;width:19px;height:19px;border:2px solid currentColor;border-radius:999px;display:inline-block}.site-header__search-icon::after{content:'';position:absolute;width:9px;height:2px;background:currentColor;right:-7px;bottom:-3px;border-radius:999px;transform:rotate(44deg)}.site-header__submenu-wrap{position:absolute;left:0;top:100%;padding-top:.45rem;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__item:hover>.site-header__submenu-wrap,.site-header__item:focus-within>.site-header__submenu-wrap{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__submenu{list-style:none;min-width:250px;background:var(--submenu-bg);border:1px solid rgb(15 29 47 / .06);border-radius:4px;padding:.55rem;box-shadow:0 10px 24px rgb(15 29 47 / .14)}.site-header__submenu-item{position:relative}.site-header__submenu-link{background:#fff;border:0;display:block;color:var(--header-text);text-decoration:none;border-radius:4px;padding:.74rem .78rem;line-height:1.25;font-size:1rem;font-weight:600;transition:color 0.18s ease}.site-header__submenu-link:hover,.site-header__submenu-link:focus-visible{color:var(--submenu-hover)}.site-header__submenu--nested{position:absolute;left:calc(100% + 0.5rem);top:-.55rem;opacity:0;visibility:hidden;transform:translateX(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__submenu-item:hover>.site-header__submenu--nested,.site-header__submenu-item:focus-within>.site-header__submenu--nested{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}.site-header__submenu-item.is-parent>.site-header__submenu-link{padding-right:1.5rem;position:relative}.site-header__submenu-item.is-parent>.site-header__submenu-link::after{content:'▸';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);color:var(--header-muted);font-size:.95rem}.site-header__forum{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:52px;padding:.9rem 1.3rem;border-radius:4px;text-decoration:none;color:#fff;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em;transition:background-color 0.2s ease;margin-left:auto}.site-header__forum:hover,.site-header__forum:focus-visible{background-color:var(--forum-bg-hover)}.site-header__burger{display:none;align-items:center;justify-content:center;border:0;background:#fff0;width:52px;height:52px;cursor:pointer;border-radius:4px}.site-header__burger img{width:28px;height:28px}.mobile-drawer{position:fixed;inset:0;z-index:1500;background:var(--drawer-overlay);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease}.mobile-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer__panel{width:100%;height:100%;background:#fff;color:var(--header-text);transform:translateX(-100%);transition:transform 0.28s ease;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer.is-open .mobile-drawer__panel{transform:translateX(0)}.mobile-drawer__top{min-height:var(--header-height);display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:.5rem;padding-right:3.25rem;border-bottom:0}.mobile-drawer__back{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;border:0;background:#fff0;color:var(--header-text);cursor:pointer;font-size:1.06rem;font-weight:600}.mobile-drawer__back[hidden]{display:none!important}.mobile-drawer__back-arrow{font-size:1.55rem;transform:rotate(180deg);line-height:1;color:var(--header-muted)}.mobile-drawer__title{display:none}.mobile-drawer__close{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:0;background:#fff0;width:44px;height:44px;cursor:pointer}.mobile-drawer__close img{width:24px;height:24px}.site-search-modal{position:fixed;inset:0;z-index:1900;background:rgb(0 0 0 / .62);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.24s ease}.site-search-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-search-modal__panel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:2.6rem 1rem 2rem}.site-search-modal__close{position:fixed;top:1.25rem;right:1.15rem;border:0;background:#fff0;width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px}.site-search-modal__close img{width:48px;height:48px;filter:brightness(0) invert(1)}.site-search-modal__content{width:min(980px, 100%);margin-top:1.8rem;background:#fff;border-radius:8px;padding:1.3rem;box-shadow:0 20px 54px rgb(12 27 46 / .26)}.site-search-modal__title{margin:0;color:#0f1d2f;font-size:clamp(1.4rem, 3vw, 2rem);font-weight:700}.site-search-modal__form{margin-top:1rem;display:flex;gap:.65rem}.site-search-modal__input{width:100%;min-height:54px;border:1px solid rgb(15 29 47 / .22);border-radius:6px;padding:.7rem .9rem;font-size:1rem;font-weight:500;color:#0f1d2f;background:#fff}.site-search-modal__input:focus-visible{outline:none;border-color:#0076b1;box-shadow:0 0 0 2px rgb(0 118 177 / .16)}.site-search-modal__submit{min-width:132px;min-height:54px;border:0;border-radius:6px;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color 0.2s ease}.site-search-modal__submit:hover,.site-search-modal__submit:focus-visible{background-color:var(--forum-bg-hover)}.site-search-modal__results{margin-top:1rem}.site-search-modal__results-card{border:1px solid rgb(15 29 47 / .12);border-radius:8px;background:#f8fbff;max-height:min(55vh, calc(100dvh - 260px));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem}.site-search-modal__results-info,.site-search-modal__results-empty,.site-search-modal__results-error{color:#40536a;font-size:.98rem;font-weight:500}.site-search-modal__group+.site-search-modal__group{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgb(15 29 47 / .08)}.site-search-modal__group-title{margin:0;font-size:1rem;color:#0f1d2f;font-weight:700}.site-search-modal__group-list{margin:.6rem 0 0;padding:0;list-style:none;display:grid;gap:.38rem}.site-search-modal__result-link{display:flex;justify-content:space-between;align-items:baseline;gap:.9rem;text-decoration:none;color:#0f1d2f;border-radius:4px;padding:.4rem .44rem;transition:color 0.18s ease,background-color 0.18s ease}.site-search-modal__result-link:hover,.site-search-modal__result-link:focus-visible{color:#163257;background-color:rgb(0 118 177 / .08)}.site-search-modal__result-title{font-weight:600}.site-search-modal__result-meta{color:#59708b;font-size:.86rem;font-weight:600;white-space:nowrap}.mobile-drawer__body{flex:1;display:flex;flex-direction:column;padding:.42rem .5rem .62rem;gap:.18rem;overflow-y:auto}.mobile-drawer__list{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-drawer__item{width:100%}.mobile-drawer__next,.mobile-drawer__link{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:48px;text-decoration:none;color:var(--header-text);border:0;border-radius:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;transition:color 0.18s ease}.mobile-drawer__next{cursor:pointer}.mobile-drawer__next::after{content:'▸';font-size:1.55rem;line-height:1;color:var(--header-muted)}.mobile-drawer__next:hover,.mobile-drawer__next:focus-visible,.mobile-drawer__link:hover,.mobile-drawer__link:focus-visible{color:var(--submenu-hover)}.mobile-drawer__item--search{margin-top:.15rem}.mobile-drawer__search-btn{width:100%;display:flex;align-items:center;gap:.75rem;min-height:48px;border:0;border-radius:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;color:var(--header-text);cursor:pointer;transition:color 0.18s ease}.mobile-drawer__search-btn:hover,.mobile-drawer__search-btn:focus-visible{color:var(--submenu-hover)}.mobile-drawer__search-icon{position:relative;width:18px;height:18px;border:2px solid currentColor;border-radius:999px;display:inline-block;flex:0 0 auto}.mobile-drawer__search-icon::after{content:'';position:absolute;width:8px;height:2px;background:currentColor;right:-7px;bottom:-2px;border-radius:999px;transform:rotate(44deg)}@media (max-width:1420px){.site-header__inner{gap:.82rem}.site-header__left{gap:.84rem}.site-header__menu{gap:.2rem}.site-header__link{font-size:.9rem;padding:.62rem .48rem}.site-header__search-toggle{min-width:38px;padding-left:.44rem;padding-right:.44rem}.site-header__forum{min-height:48px;padding:.7rem .9rem;font-size:.88rem}}@media (max-width:1280px){.site-header__inner{gap:.86rem}.site-header__left{gap:.9rem}.site-header__menu{gap:.3rem}.site-header__link{font-size:.98rem;padding:.7rem .68rem}.site-header__forum{padding:.82rem 1.08rem;font-size:.96rem}}@media (max-width:1248px){.site-header__menu{gap:.16rem}.site-header__link{font-size:.92rem;padding:.62rem .52rem}.site-header__search-toggle{min-width:40px;padding-left:.5rem;padding-right:.5rem}.site-header__forum{min-height:48px;padding:.68rem .9rem;font-size:.89rem}}@media (max-width:1188px){.site-header__inner{gap:.7rem}.site-header__left{gap:.72rem}.site-header__menu{gap:.12rem}.site-header__link{font-size:.84rem;padding:.54rem .42rem}.site-header__forum{min-height:46px;padding:.58rem .8rem;font-size:.86rem}}@media (max-width:1120px){.site-header__inner{padding-left:.5rem;padding-right:.5rem}.site-header__left{gap:.65rem}.site-header__nav{display:none}.site-header__forum{margin-left:auto;min-height:44px;padding:.62rem .95rem;font-size:.94rem}.site-header__burger{display:inline-flex;margin-left:0}.site-header__logo img{height:58px}.site-search-modal__panel{padding-top:1.65rem}.site-search-modal__content{margin-top:1.2rem}}@media (max-width:720px){.site-header__inner{min-height:74px}.site-header__logo img{height:52px}.site-search-modal__close{top:1.45rem;right:.48rem}.site-search-modal__content{margin-top:4.2rem;padding:1rem}.site-search-modal__form{flex-direction:column}.site-search-modal__submit{width:100%;min-width:0}.site-search-modal__results-card{max-height:min(62vh, calc(100dvh - 300px))}.site-search-modal__result-link{flex-direction:column;align-items:flex-start;gap:.1rem}.site-search-modal__result-meta{white-space:normal}}.site-footer-ad{margin-top:36px;margin-bottom:22px}.site-footer-ad__inner{width:min(1200px, calc(100% - 32px));margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center}.site-footer-ad img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}.site-footer-ad iframe,.site-footer-ad ins,.site-footer-ad .adrotate,.site-footer-ad .adrotate-widget,.site-footer-ad .g,.site-footer-ad .banners{margin-left:auto;margin-right:auto}.site-footer{background:#fff;color:#0f1d2f;border-top:1px solid rgb(15 29 47 / .12)}.site-footer__inner{width:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:2.6rem;padding-bottom:1.1rem}.site-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 0.8fr;gap:40px}.site-footer__social-col{display:flex;flex-direction:column;gap:0;align-items:flex-start}.site-footer__social-link{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;text-decoration:none;padding:0}.site-footer__social-link img{width:26px;height:26px;display:block}.site-footer__logo{display:inline-flex;margin-bottom:.9rem}.site-footer__logo img{display:block;max-width:180px;height:auto}.site-footer__text{max-width:460px;font-size:1rem;line-height:1.52;color:#1f334d;margin-bottom:1rem}.site-footer__forum{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.84rem 1.22rem;border-radius:4px;text-decoration:none;color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em}.site-footer__title{font-size:1.04rem;font-weight:700;margin-bottom:.75rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.26rem}.site-footer__list a{text-decoration:none;color:#1c324d;display:inline-flex;font-size:.98rem;line-height:1.4;padding:.2rem 0}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:#0a5da8}.site-footer__bottom{margin-top:1.7rem;padding-top:.9rem;border-top:0;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.92rem;color:#3e5269}.site-footer__bottom a{color:#1a3f67;text-decoration:none;font-weight:600}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:#0a5da8}@media (max-width:1120px){.site-footer__inner{padding-left:.5rem;padding-right:.5rem}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:760px){.site-footer-ad{margin-top:26px;margin-bottom:18px}.site-footer__inner{padding-top:2rem}.site-footer__grid{grid-template-columns:1fr;gap:1rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;margin-top:1.35rem}}.fuel-prices-page{width:100%;padding:1rem;display:flex;flex-direction:column;gap:1rem}.fuel-prices-header{display:flex;flex-direction:column;gap:.35rem}.fuel-prices-header__title{font-size:clamp(1.7rem, 3.6vw, 2.6rem);line-height:1.1;color:#102947}.fuel-prices-header__lead{color:#4a6079;font-size:.96rem;line-height:1.55}.fuel-prices-controls__button{border:1px solid rgb(16 50 87 / .2);background:#fff;color:#12365b;border-radius:4px;padding:.46rem .66rem;font-size:.84rem;font-weight:700;line-height:1;cursor:pointer}.fuel-prices-controls__button.is-active{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);border-color:#fff0}.fuel-prices-list{display:flex;flex-direction:column;gap:1.1rem}.fuel-price-card{border:0;border-radius:0;background:#fff0;padding:0;display:flex;flex-direction:column;gap:.65rem}.fuel-price-card__head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.fuel-price-card__name{color:#102947;font-size:1.2rem;line-height:1.1;font-weight:800}.fuel-price-card__price-line{display:inline-flex;align-items:center;gap:.3rem;font-weight:800;color:#143455}.fuel-price-card__value{font-size:1.55rem;line-height:1}.fuel-price-card__trend{font-size:1.2rem;line-height:1}.fuel-price-card__trend.is-up{color:#179645}.fuel-price-card__trend.is-down{color:#cf2c39}.fuel-price-card__trend.is-flat{color:#667a91}.fuel-price-card__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.fuel-chart-scroll{width:100%;overflow-x:auto;overflow-y:hidden;position:relative;padding-bottom:.2rem}.fuel-chart{display:block;width:100%;min-width:620px;height:240px}.fuel-chart__axis,.fuel-chart__grid{stroke:rgb(16 50 87 / .22);stroke-width:1}.fuel-chart__line{fill:none;stroke:#0f78b7;stroke-width:2.5}.fuel-chart__point{fill:#0f78b7;stroke:#fff;stroke-width:1.4;cursor:pointer}.fuel-chart__point-hit{fill:#fff0;cursor:pointer}.fuel-chart__label{fill:#48617d;font-size:11px;font-family:inherit}.fuel-prices-empty{color:#4f647d;font-size:.95rem}.fuel-chart-tooltip{position:fixed;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);color:#fff;border-radius:4px;padding:.34rem .5rem;font-size:.78rem;line-height:1;font-weight:700;pointer-events:none;white-space:nowrap;z-index:3;box-shadow:0 6px 18px rgb(16 41 71 / .24)}@media (max-width:760px){.fuel-prices-page{padding:.8rem}.fuel-price-card{padding:0}.fuel-price-card__head{align-items:flex-start;flex-direction:column}.fuel-chart{min-width:520px;height:220px}}@media screen{.g{margin:0;padding:0;overflow:hidden;line-height:1;zoom:1}.g img{height:auto}.g-col{position:relative;float:left}.g-col:first-child{margin-left:0}.g-col:last-child{margin-right:0}.g-3{margin:0;width:100%;max-width:428px;height:100%;max-height:428px}@media only screen and (max-width:480px){.g-col,.g-dyn,.g-single{width:100%;margin-left:0;margin-right:0}}}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}