@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

[data-anime=fade-in] {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
[data-anime=fade-in][data-animated=true] {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
}

[data-anime=fade-in-right] {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
[data-anime=fade-in-right][data-animated=true] {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease), transform 0.7s var(--default-ease, ease), -webkit-transform 0.7s var(--default-ease, ease);
}

[data-anime=fade] {
  opacity: 0;
}
[data-anime=fade][data-animated=true] {
  opacity: 1;
  -webkit-transition: opacity 0.7s var(--default-ease, ease);
  transition: opacity 0.7s var(--default-ease, ease);
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

:root {
  --color-black: #3E3E3E;
  --color-white: #FAFAFA;
  --color-pure-white: #fff;
  --color-purple:#3B0163;
  --color-red:#E23838;
  --color-light-gray: #EAEAEA;
  --color-gray: #969696;
  --font: neuzeit-grotesk,yu-gothic-pr6n, sans-serif;
  --font-en: neuzeit-grotesk, sans-serif;
  --font-en-serif: ivyora-display, serif;
  --font-ja-mincho: a-otf-ryumin-pr6n, serif;
  --font-ja-gothic: yu-gothic-pr6n, sans-serif;
  --short-transition-time: .3s;
  --medium-transition-time: .5s;
  --long-transition-time: .8s;
  --default-ease: ease;
  --default-hover-opacity: 0.5;
  --banner-hover-opacity: 0.85;
  --width-max: 1280px;
  --width-min: 1024px;
}

@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  color: var(--color-black, #222);
  background-color: var(--color-white, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
html.wf-active {
  opacity: 1;
  pointer-events: auto;
}

body {
  width: 100%;
  min-height: 100lvh;
}
@media (min-width: 1024px) {
  body {
    min-width: var(--width-min, 0px);
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  z-index: 4;
  position: relative;
}

footer {
  position: sticky;
  top: 100%;
  z-index: 2;
}

.main-wrapper {
  position: relative;
  overflow: clip;
  z-index: 1;
  position: relative;
  padding-top: 70px;
  background-color: var(--color-white, #FFF);
}
.main-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(172deg, #FAFAFA 19.88%, #F2F2F2 47.65%, #F3ECF8 100.45%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(5px);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0;
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 21px 16px 23px;
  }
}
.header__logo {
  width: 115px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__logo {
    padding-left: 48px;
    width: 35.15%;
  }
}
.header__logo-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .header__links {
    width: 64.85%;
    padding-right: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header__nav-list {
    gap: 20px;
  }
}
.header__nav-item {
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
.header__nav-link {
  padding-top: 28px;
  padding-bottom: 27px;
  position: relative;
  -webkit-transition: color var(--short-transition-time) var(--default-ease);
  transition: color var(--short-transition-time) var(--default-ease);
  display: block;
}
.header__nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-purple);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: var(--color-purple);
  }
  .header__nav-link:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header__nav-link--active {
  color: var(--color-purple);
  pointer-events: none;
}
.header__nav-link--active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__nav-link--news {
  pointer-events: all;
}
.header__nav--ir .header__nav-item {
  color: var(--color-purple);
}
@media (min-width: 1024px) {
  .header__nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}
.header__lang {
  position: relative;
}
.header__lang-label {
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
  padding-top: 27px;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.header__lang-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico_arrow_d.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.header__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 100%;
  background-color: var(--color-white);
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: max-height var(--short-transition-time) var(--default-ease);
  transition: max-height var(--short-transition-time) var(--default-ease);
}
.header__lang-link {
  display: block;
  width: 100%;
  text-align: left;
}
@media (any-hover: hover) {
  .header__lang:hover .header__lang-label::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header__menu {
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}
.header__menu-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-purple);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.header__menu-line:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 3px));
      -ms-transform: translate(-50%, calc(-50% - 3px));
          transform: translate(-50%, calc(-50% - 3px));
}
.header__menu-line:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% + 3px));
      -ms-transform: translate(-50%, calc(-50% + 3px));
          transform: translate(-50%, calc(-50% + 3px));
}
.header__menu::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.header--open .header__menu-line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header--open .header__menu-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions {
  margin-left: 0px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: none;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover > a {
  background: transparent !important;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 28px 5px 27px;
  background-color: transparent;
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle:after {
  content: "";
  border: none;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico_arrow_d.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  position: static;
  margin-left: 3px;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: none;
  padding: 0;
  background: transparent;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease), visibility 0s linear var(--short-transition-time);
  transition: opacity var(--short-transition-time) var(--default-ease), visibility 0s linear var(--short-transition-time);
  opacity: 0;
  visibility: hidden;
  top: 37px;
  left: -8px;
  right: 0;
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a {
  border: none;
  padding: 12px 12px 16px 12px;
  background-color: transparent;
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  -webkit-transition: color var(--short-transition-time) var(--default-ease);
  transition: color var(--short-transition-time) var(--default-ease);
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover {
  background-color: transparent;
  color: var(--color-purple);
}
.header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-native {
  display: inline-block;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .header__nav-wrap .wpml-ls-statics-shortcode_actions:hover .wpml-ls-item-toggle:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__nav-wrap .wpml-ls-statics-shortcode_actions:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease), visibility 0s linear;
    transition: opacity var(--short-transition-time) var(--default-ease), visibility 0s linear;
  }
}

html[lang=ja] .wpml-ls-native {
  font-family: var(--font-en) !important;
  text-transform: none;
}
html[lang=ja] .wpml-ls-link > .wpml-ls-native {
  font-family: var(--font-en) !important;
}

html[lang=en] .wpml-ls-native {
  font-family: var(--font-en) !important;
  text-transform: none;
}
html[lang=en] .wpml-ls-link > .wpml-ls-native {
  font-family: var(--font-en) !important;
}
html[lang=en] .header__nav-wrap .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  left: -6px;
}

.headerMenu {
  background-color: var(--color-white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  font-family: var(--font-en);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 4;
}
.headerMenu__inner {
  padding-top: 105px;
  padding-bottom: 105px;
}
.headerMenu__link {
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 12px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
}
.headerMenu__link--active {
  color: var(--color-purple);
  position: relative;
  pointer-events: none;
}
.headerMenu__link--active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-purple);
  display: block;
  position: absolute;
  left: 24px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headerMenu__item + .headerMenu__item {
  margin-top: 12px;
}
.headerMenu__nav {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  color: var(--color-black);
}
.headerMenu__nav--ir {
  color: var(--color-purple);
}
.headerMenu__nav + .headerMenu__nav {
  margin-top: 45px;
}
.headerMenu__lang {
  margin-top: 45px;
  padding-left: 47px;
  padding-right: 47px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
.headerMenu__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.headerMenu__lang-line {
  width: 1px;
  height: 10px;
  background-color: var(--color-black);
  display: block;
}
.headerMenu__lang-link--active {
  opacity: 0.5;
  pointer-events: none;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .headerMenu__lang .wpml-ls-legacy-dropdown a:focus, .headerMenu__lang .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  border: none;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  border: none;
  padding: 0;
  background: transparent;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
  content: "";
  border: none;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico_arrow_d.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  position: static;
  margin-left: 3px;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  margin-top: 15px;
  border: none;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link {
  background: transparent;
  border: none;
  padding: 0;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-native {
  color: var(--color-black, #3E3E3E);
  font-family: var(--font-en);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.64px;
}
.headerMenu__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-item-toggle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.headerMenu--open {
  opacity: 1;
  pointer-events: auto;
}
.headerMenu--open .headerMenu__link--news {
  pointer-events: all;
}

.footer__inner {
  position: relative;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top: 1px solid var(--color-light-gray);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__top-link {
  width: calc((100% - 2px) / 3);
  padding-top: 60px;
  padding-bottom: 74px;
  padding-left: 47px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .footer__top-link:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 200%;
    background-color: var(--color-light-gray);
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__top-link::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../images/common/ico_footer_arrow.svg);
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--color-purple);
    -webkit-transition: background-position var(--short-transition-time) var(--default-ease);
    transition: background-position var(--short-transition-time) var(--default-ease);
  }
}
@media (max-width: 1024px) {
  .footer__top-link {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 59px;
    padding-right: 114px;
    padding-left: 47px;
    gap: 12px;
  }
  .footer__top-link + .footer__top-link {
    border-top: 1px solid var(--color-light-gray);
  }
}
@media (hover: hover) {
  .footer__top-link:hover::after {
    background-position: calc(50% + 2px) 50%;
  }
}
.footer__top-title {
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
}
.footer__top-text {
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.16px;
}
@media (max-width: 1024px) {
  .footer__top-text {
    position: relative;
    width: 100%;
  }
  .footer__top-text br {
    display: none;
  }
  .footer__top-text::after {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../images/common/ico_footer_arrow.svg);
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -67px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--color-purple);
  }
}
.footer__bottom {
  background-color: var(--color-light-gray);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 35.15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
.footer__bottom-wrap--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 100px;
}
@media (max-width: 1024px) {
  .footer__bottom-wrap--left {
    gap: 52px;
  }
}
.footer__bottom-wrap--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  min-width: 101px;
  gap: 22px;
}
.footer__bottom-links--blank {
  font-family: var(--font-en);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  gap: 16px;
  color: var(--color-gray);
}
@media (max-width: 1024px) {
  .footer__bottom-links--blank {
    gap: 22px;
  }
}
.footer__bottom-link {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .footer__bottom-link:hover {
    opacity: 0.5;
  }
}
.footer__bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  margin-top: 27px;
}
@media (max-width: 1024px) {
  .footer__bottom-sns {
    margin-top: 50px;
  }
}
.footer__bottom-sns-link {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .footer__bottom-sns-link:hover {
    opacity: 0.5;
  }
}
.footer__bottom-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  color: var(--color-gray);
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .footer__bottom-policy {
    margin-top: 50px;
  }
}
.footer__bottom-policy-link {
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media (hover: hover) {
  .footer__bottom-policy-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding-top: 80px;
    padding-bottom: 42px;
    padding-left: 47px;
    padding-right: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
}

html[lang=en] .footer__top-text {
  font-family: var(--font-en);
  font-weight: 400;
}

.btn {
  color: var(--color-purple);
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  background-color: var(--color-white);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07);
  padding-top: 13px;
  padding-bottom: 11px;
  padding-right: 44px;
  padding-left: 28px;
  position: relative;
}
.btn--default {
  background-color: var(--color-white);
}
.btn--white {
  background-color: var(--color-pure-white);
}
.btn--black {
  background-color: var(--color-black);
}
.btn--purple {
  background-color: var(--color-purple);
}
.btn__arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (hover: hover) {
  .btn {
    -webkit-transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
    transition: color var(--short-transition-time) var(--default-ease), background-color var(--short-transition-time) var(--default-ease);
  }
  .btn path {
    -webkit-transition: fill var(--short-transition-time) var(--default-ease);
    transition: fill var(--short-transition-time) var(--default-ease);
  }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-purple);
  }
  .btn:hover path {
    fill: var(--color-white);
  }
}

.brands {
  background-color: var(--color-white);
}
.brands__inner {
  display: block;
  padding-top: 115px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .brands__inner {
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 80px;
  }
}
.brands__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .brands__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brands__wrapper--list {
  margin-top: 53px;
}
@media (max-width: 1024px) {
  .brands__wrapper--list {
    margin-top: 35px;
  }
}
.brands__box:nth-child(1) {
  width: 35.15%;
  padding-left: 48px;
  padding-right: 48px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .brands__box:nth-child(1) {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.brands__box:nth-child(2) {
  width: 64.85%;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .brands__box:nth-child(2) {
    width: 100%;
    padding-left: 47px;
    padding-right: 47px;
  }
}
.brands__category {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
@media (min-width: 1024px) {
  .brands__category {
    padding-top: 5px;
  }
}
@media (max-width: 1024px) {
  .brands__category {
    padding-top: 0px;
  }
}
.brands__title {
  color: var(--color-black);
  font-family: var(--font-ja-mincho);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.32px;
}
@media (max-width: 1024px) {
  .brands__title {
    padding-top: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
  }
}
.brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.brands__list-item {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  padding-left: 14px;
  cursor: pointer;
  -webkit-transition: color var(--short-transition-time) var(--default-ease);
  transition: color var(--short-transition-time) var(--default-ease);
  position: relative;
}
.brands__list-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: background-color var(--short-transition-time) var(--default-ease);
  transition: background-color var(--short-transition-time) var(--default-ease);
}
.brands__list-item--active {
  color: var(--color-purple);
  position: relative;
}
.brands__list-item--active::before {
  background-color: var(--color-purple);
}
@media (hover: hover) {
  .brands__list-item {
    position: relative;
  }
  .brands__list-item:hover {
    color: var(--color-purple);
  }
  .brands__list-item:hover::before {
    background-color: var(--color-purple);
  }
}
.brands__slider {
  position: relative;
  -webkit-transition: opacity var(--default-transition-time) var(--default-ease);
  transition: opacity var(--default-transition-time) var(--default-ease);
}
@media (min-width: 1024px) {
  .brands__slider {
    padding-right: 48px;
  }
}
.brands__slider-arrow {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
  border: 1px solid var(--color-purple);
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.brands__slider-arrow rect {
  stroke: none;
  fill: none;
}
.brands__slider-arrow svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.brands__slider-arrow--disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .brands__slider-arrow--next:hover svg {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
  .brands__slider-arrow--prev:hover svg {
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
.brands__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  position: absolute;
  right: 0;
  top: -42px;
}
.brands__slider-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.brands__slider-item-category {
  font-family: var(--font-en);
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
  position: absolute;
  left: 25px;
  top: 26px;
  pointer-events: none;
}
.brands__slider-item-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  pointer-events: none;
}
.brands__slider-item-btn svg rect {
  stroke: none;
}
@media (hover: hover) {
  .brands__slider-item-btn svg {
    -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .brands__slider-item-btn:hover svg {
    -webkit-transform: scale(1.28);
        -ms-transform: scale(1.28);
            transform: scale(1.28);
  }
}
.brands__slider-item-image {
  aspect-ratio: 378/504;
  position: relative;
}
.brands__slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brands__slider-item-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(2px);
  z-index: 3;
  padding-top: 93px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 92px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease);
}
@media screen and (max-width: 1100px) {
  .brands__slider-item-detail {
    padding-top: 63px;
  }
}
@media (max-width: 1024px) {
  .brands__slider-item-detail {
    padding-top: 63px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 380px) {
  .brands__slider-item-detail {
    padding-top: 48px;
  }
}
.brands__slider-item-detail-category {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
  position: absolute;
  left: 25px;
  top: 26px;
}
.brands__slider-item-detail-link {
  position: absolute;
  left: 25px;
  bottom: 22px;
  font-family: var(--font-en);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.brands__slider-item-detail-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../images/top/ico_global_link_arrow.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}
@media (hover: hover) {
  .brands__slider-item-detail-link {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .brands__slider-item-detail-link:hover {
    opacity: 0.5;
  }
}
.brands__slider-item-detail-title svg {
  width: 100%;
}
.brands__slider-item-detail-text {
  font-family: var(--font-ja-gothic);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.14px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .brands__slider-item-detail-text {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .brands__slider-item-detail-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 380px) {
  .brands__slider-item-detail-text {
    margin-top: 10px;
  }
}
.brands__slider-item-detail-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  border: 1px solid var(--color-gray);
  border-radius: 50%;
}
.brands__slider-item-detail-btn svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brands__slider-item-detail-btn svg rect {
  stroke: none;
}
@media (hover: hover) {
  .brands__slider-item-detail-btn svg {
    -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .brands__slider-item-detail-btn:hover svg {
    -webkit-transform: scale(1.28) rotate(45deg);
        -ms-transform: scale(1.28) rotate(45deg);
            transform: scale(1.28) rotate(45deg);
  }
}
@media (hover: hover) {
  .brands__slider-item .brands__slider-item-btn svg {
    -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: -webkit-transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease);
    transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .brands__slider-item:hover .brands__slider-item-btn svg {
    -webkit-transform: scale(1.28);
        -ms-transform: scale(1.28);
            transform: scale(1.28);
  }
}
.brands__slider-item--active .brands__slider-item-detail {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .brands__slider-track {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -50px;
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .brands__slider-track {
    overflow: visible;
  }
}
.brands__slider-list[data-animated=true] .brands__slider-slide {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.brands__slider--fading {
  opacity: 0;
}
.brands__slider-slide {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0));
          filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0));
  -webkit-transition: opacity var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: opacity var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: filter var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease), transform var(--short-transition-time) var(--default-ease);
  transition: filter var(--short-transition-time) var(--default-ease), opacity var(--short-transition-time) var(--default-ease), transform var(--short-transition-time) var(--default-ease), -webkit-filter var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
.brands__slider-slide:nth-child(1) {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}
.brands__slider-slide:nth-child(2) {
  -webkit-transition-delay: 0s, 0.2s, 0.2s;
          transition-delay: 0s, 0.2s, 0.2s;
}
.brands__slider-slide:nth-child(3) {
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
          transition-delay: 0s, 0.4s, 0.4s;
}
.brands__slider-slide:nth-child(4) {
  -webkit-transition-delay: 0s, 0.6s, 0.6s;
          transition-delay: 0s, 0.6s, 0.6s;
}
.brands__slider-slide:nth-child(5) {
  -webkit-transition-delay: 0s, 0.8s, 0.8s;
          transition-delay: 0s, 0.8s, 0.8s;
}
.brands__slider-slide:nth-child(6) {
  -webkit-transition-delay: 0s, 1s, 1s;
          transition-delay: 0s, 1s, 1s;
}
.brands__slider-slide.is-active {
  -webkit-filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.15));
}
@media (min-width: 1024px) {
  .brands__slider::after {
    content: "";
    display: block;
    width: 100vh;
    height: 100%;
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    right: 100%;
  }
}

.project__inner {
  display: block;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .project__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.project__category {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
@media (max-width: 1024px) {
  .project__category {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 0.64px;
  }
}
.project__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.32px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .project__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .project__title br {
    display: none;
  }
}
.project__btn {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .project__btn {
    margin-top: 30px;
    padding-left: 31px;
    padding-right: 31px;
  }
}
.project__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px 24px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .project__items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-left: 31px;
    padding-right: 31px;
  }
}
.project__item {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.project__item-img {
  aspect-ratio: 378/213;
  position: relative;
  overflow: hidden;
}
.project__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
  transition: -webkit-transform var(--medium-transition-time) var(--default-ease);
  transition: transform var(--medium-transition-time) var(--default-ease);
  transition: transform var(--medium-transition-time) var(--default-ease), -webkit-transform var(--medium-transition-time) var(--default-ease);
}
.project__item-texts {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--color-white);
}
@media (max-width: 1024px) {
  .project__item-texts {
    padding: 25px 20px 20px 20px;
    height: 187px;
  }
}
.project__item-text {
  width: 100%;
  color: var(--color-black);
  font-family: var(--font-ja-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 1024px) {
  .project__item-text {
    -webkit-line-clamp: 3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.16px;
  }
}
.project__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.project__item-date {
  color: var(--color-gray);
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
}
@media (max-width: 1024px) {
  .project__item-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.48px;
  }
}
.project__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--color-purple);
  font-family: var(--font-en);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
.project__item-btn-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-purple);
  border-radius: 50%;
}
.project__item-btn-arrow rect {
  stroke: none;
  fill: none;
}
.project__item-btn-arrow svg {
  -webkit-transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: -webkit-transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease);
  transition: transform var(--short-transition-time) var(--default-ease), -webkit-transform var(--short-transition-time) var(--default-ease);
}
@media (max-width: 1024px) {
  .project__item-btn {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.48px;
  }
}
@media (hover: hover) {
  .project__item:hover .project__item-img img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
  .project__item:hover .project__item-btn-arrow svg {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.globalization {
  position: relative;
  background-color: var(--color-white);
}
.globalization::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg_global_pc.webp);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .globalization::before {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center bottom;
    background-image: url(../images/top/bg_global_sp.webp);
  }
}
.globalization__inner {
  display: block;
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 190px;
  padding-bottom: 212px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .globalization__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.globalization__category {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
.globalization__title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.32px;
  padding-top: 48px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1024px) {
  .globalization__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.24px;
    padding-top: 40px;
    padding-left: 31px;
    padding-right: 31px;
  }
}
.globalization__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  margin-top: 43px;
}
@media (max-width: 1024px) {
  .globalization__links {
    margin-top: 336px;
    padding-left: 31px;
    padding-right: 31px;
  }
}
.globalization__link {
  font-family: var(--font-en);
  color: var(--color-purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.48px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.globalization__link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(../images/top/ico_global_link_arrow.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}
@media (hover: hover) {
  .globalization__link {
    -webkit-transition: opacity var(--short-transition-time) var(--default-ease);
    transition: opacity var(--short-transition-time) var(--default-ease);
  }
  .globalization__link:hover {
    opacity: 0.5;
  }
}

.value__inner {
  padding-top: 0px;
  padding-bottom: 140px;
}
@media (min-width: 1024px) {
  .value__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .value__inner {
    padding-bottom: 60px;
  }
}
.value__box:nth-child(1) {
  width: 29.844%;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 1024px) {
  .value__box:nth-child(1) {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .value__box:nth-child(1) {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.value__box:nth-child(2) {
  width: 70.156%;
}
@media (min-width: 1024px) {
  .value__box:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .value__box:nth-child(2) {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.value__category {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
}
.value__texts {
  width: 52.44%;
}
@media (min-width: 1024px) {
  .value__texts {
    padding-right: 50px;
    padding-top: 112px;
  }
}
@media (max-width: 1024px) {
  .value__texts {
    width: 100%;
  }
}
.value__img {
  width: 47.56%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .value__img {
    width: 100%;
  }
}
.value__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform var(--long-transition-time) var(--default-ease);
  transition: -webkit-transform var(--long-transition-time) var(--default-ease);
  transition: transform var(--long-transition-time) var(--default-ease);
  transition: transform var(--long-transition-time) var(--default-ease), -webkit-transform var(--long-transition-time) var(--default-ease);
}
.value__img[data-animated=true] img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1024px) {
  .value__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .value__item {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.value__item-num {
  font-family: var(--font-en);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.64px;
}
@media (min-width: 1024px) {
  .value__item-num {
    width: 14.89%;
    padding-top: 8px;
  }
}
.value__item-info {
  width: 85.11%;
}
@media (max-width: 1024px) {
  .value__item-info {
    width: 100%;
    margin-top: 10px;
  }
}
.value__item-title {
  font-family: var(--font-ja-mincho);
  color: var(--color-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.24px;
}
@media (max-width: 1024px) {
  .value__item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.2px;
  }
}
.value__item-text {
  font-family: var(--font-ja-gothic);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.28px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .value__item-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.28px;
    margin-top: 15px;
  }
}
.value__item-details {
  color: var(--color-gray);
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}
@media (max-width: 1024px) {
  .value__item-details {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
    margin-top: 10px;
  }
}
.value__item-detail {
  font-family: var(--font-ja-gothic);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.value__item-detail::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
.value__item + .value__item {
  margin-top: 87px;
}
@media (max-width: 1024px) {
  .value__item + .value__item {
    margin-top: 0px;
  }
}

html[lang=en] .brands__title {
  font-family: var(--font-en-serif);
  font-weight: 400;
}
html[lang=en] .brands__slider-item-detail-text {
  font-family: var(--font-en);
  font-weight: 400;
}
html[lang=en] .project__title {
  font-family: var(--font-en-serif);
  font-weight: 400;
}
html[lang=en] .project__item-text {
  font-family: var(--font-en);
  font-weight: 400;
}
html[lang=en] .globalization__title {
  font-family: var(--font-en-serif);
  font-weight: 400;
}
html[lang=en] .value__item-title {
  font-family: var(--font-en-serif);
  font-weight: 400;
}
html[lang=en] .value__item-text {
  font-family: var(--font-en);
  font-weight: 400;
}
html[lang=en] .value__item-detail {
  font-family: var(--font-en);
  font-weight: 400;
}

@media (min-width: 1024px) {
  html[lang=en] .globalization__title {
    padding-top: 28px;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  html[lang=en] .globalization__links {
    margin-top: 20px;
  }
}

.cookie {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(250, 250, 250, 0.85);
  backdrop-filter: blur(5px);
  z-index: 3;
}
.cookie.is-active {
  opacity: 1;
  pointer-events: auto;
}
.cookie__inner {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .cookie__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cookie__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.cookie__box:nth-child(2) {
  width: 85.06%;
  padding-right: 95px;
}
@media (max-width: 1024px) {
  .cookie__box:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}
.cookie__box:nth-child(3) {
  width: 14.94%;
}
@media (max-width: 1024px) {
  .cookie__box:nth-child(3) {
    width: 100%;
  }
}
.cookie__btn {
  width: 100%;
}
.cookie__btn .btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.48px;
}
@media (max-width: 1024px) {
  .cookie__btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 63px;
    padding-right: 63px;
  }
}
.cookie__btn .btn__arrow {
  display: none;
}
.cookie__title {
  font-family: var(--font);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
}
.cookie__text {
  font-family: var(--font);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.28px;
  margin-top: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cookie__text a {
  color: var(--color-purple);
  text-decoration: underline;
}
@media (hover: hover) {
  .cookie__text a:hover {
    text-decoration: none;
  }
}

.otgs-development-site-front-end {
  position: fixed !important;
}

.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0.4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}

#wpadminbar #wp-admin-bar-translate .ab-icon {
  top: 3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site {
  background: var(--wp-admin-theme-color);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site .ab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 8px;
  color: #fff;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-label {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site span.ab-icon {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover {
  background: var(--wp-admin-theme-color-darker-10);
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover .ab-item {
  color: #fff;
  background: transparent;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-label {
  color: currentColor;
}

#wpadminbar #wp-toolbar .ab-top-menu li.launch-site:hover span.ab-icon {
  color: currentColor;
}

#wpadminbar .admin-color-modern {
  --wp-admin-theme-color: #3858e9;
  --wp-admin-theme-color--rgb: 56,88,233;
  --wp-admin-theme-color-darker-10: #2145e6;
  --wp-admin-theme-color-darker-10--rgb: 33,69,230;
  --wp-admin-theme-color-darker-20: #183ad6;
  --wp-admin-theme-color-darker-20--rgb: 24,58,214;
  --wp-admin-border-width-focus: 2px ;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wpadminbar .admin-color-modern {
    --wp-admin-border-width-focus:1.5px ;
  }
}
#wpadminbar li#wp-admin-bar-wpcom-logo {
  display: block !important;
}

#wpadminbar li#wp-admin-bar-my-sites {
  display: none !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-new-content {
    display: none !important;
  }
}
@media (max-width: 360px) {
  #wpadminbar .wp-admin-bar-reader {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-menu-toggle > .ab-item .ab-icon {
    width: 48px;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item {
  padding: 0 10px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item {
    padding: 0;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon {
  margin-right: 0 !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon {
    width: 44px;
  }
}
#wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  top: 2px;
  width: 20px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-wpcom-logo > .ab-item .ab-icon:before {
    height: 32px;
    margin: 0 10px;
    -webkit-mask-size: cover;
            mask-size: cover;
    top: 7px;
    width: 32px;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-wpcom-logo:not(:first-child) > .ab-item .ab-icon:before {
    margin: 0 7px 0 5px;
  }
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "\f102" !important;
}

@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-site-name > a.ab-item, #wpadminbar #wp-admin-bar-site-name > a.ab-item:before {
    width: 46px;
  }
}
#wp-admin-bar-site-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 260px;
}

#wp-admin-bar-site-badge-plan .ab-item, #wp-admin-bar-site-badge-status .ab-item {
  height: auto !important;
}

#wpadminbar .wp-admin-bar__site-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wpadminbar .wp-admin-bar__site-info-label {
  margin-bottom: 4px;
}

#wpadminbar .wp-admin-bar__info-badges {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
  line-height: 20px;
  min-height: 24px;
  padding: 0 8px;
}

#wpadminbar .quicklinks, #wpadminbar .quicklinks #wp-admin-bar-top-secondary {
  background-color: inherit;
}

body.rtl #wpadminbar #wp-admin-bar-top-secondary {
  left: 0;
  right: inherit;
}

#wpadminbar #wp-admin-bar-top-secondary {
  float: none;
  position: absolute;
  right: 0;
}

@media (max-width: 600px) {
  #wpadminbar #wp-admin-bar-top-secondary.ab-top-menu > .menupop > .ab-sub-wrapper {
    left: unset;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item > .display-name {
  color: currentColor;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account {
  padding: 6px 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account .ab-item {
  height: unset;
  padding: 0 12px;
  width: unset;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account .ab-item {
    padding: 8px 16px;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button {
  background-color: #3858e9;
  border-color: #3858e9;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 14px;
  text-align: center;
  width: 100%;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button span.wpcom-logo:before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: -2px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgY2xhc3M9ImdyaWRpY29uIGdyaWRpY29ucy1teS1zaXRlcyI+PHBhdGggZD0iTTEyIDJDNi40NzcgMiAyIDYuNDc3IDIgMTJzNC40NzcgMTAgMTAgMTAgMTAtNC40NzcgMTAtMTBTMTcuNTIzIDIgMTIgMk0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDU5TDguMjkxIDE5LjY1QTguNSA4LjUgMCAwIDEgMy41IDEybTguNSA4LjUwMWMtLjgzNCAwLTEuNjQtLjEyMi0yLjQwMS0uMzQ2bDIuNTUxLTcuNDExIDIuNjEzIDcuMTU4YTEgMSAwIDAgMCAuMDYxLjExNyA4LjUgOC41IDAgMCAxLTIuODI0LjQ4Mm0xLjE3Mi0xMi40ODZjLjUxMi0uMDI3Ljk3My0uMDgxLjk3My0uMDgxLjQ1OC0uMDU0LjQwNC0uNzI3LS4wNTQtLjcwMSAwIDAtMS4zNzcuMTA4LTIuMjY2LjEwOC0uODM1IDAtMi4yMzktLjEwOC0yLjIzOS0uMTA4LS40NTktLjAyNi0uNTEyLjY3NC0uMDU0LjcwMSAwIDAgLjQzNC4wNTQuODkyLjA4MWwxLjMyNCAzLjYyOS0xLjg2IDUuNTc5LTMuMDk2LTkuMjA4Yy41MTItLjAyNy45NzMtLjA4MS45NzMtLjA4MS40NTgtLjA1NC40MDMtLjcyNy0uMDU1LS43MDEgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjE2IDAtLjM0Ny0uMDA0LS41NDctLjAxQTguNDkgOC40OSAwIDAgMSAxMiAzLjVjMi4yMTMgMCA0LjIyOC44NDYgNS43NCAyLjIzMi0uMDM3LS4wMDItLjA3Mi0uMDA3LS4xMS0uMDA3LS44MzUgMC0xLjQyNy43MjctMS40MjcgMS41MDkgMCAuNzAxLjQwNCAxLjI5My44MzUgMS45OTQuMzIzLjU2Ni43MDEgMS4yOTMuNzAxIDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NyAyLjc0OGwtLjg0OCAyLjgzM3ptMy4xMDEgMTEuMzMyIDIuNTk2LTcuNTA2Yy40ODUtMS4yMTMuNjQ2LTIuMTgyLjY0Ni0zLjA0NXEtLjAwMi0uNDY5LS4wNTctLjg3NEE4LjQ2IDguNDYgMCAwIDEgMjAuNSAxMmE4LjQ5IDguNDkgMCAwIDEtNC4yMjcgNy4zNDciLz48L3N2Zz4=);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: -1px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  vertical-align: middle;
  width: 20px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button span.wpcom-logo:before {
    margin-left: 2px;
    margin-right: 0;
    top: -2px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account #wp-admin-bar-my-wpcom-account span.wpcom-button:hover {
  background-color: #4664eb;
  border-color: #4664eb;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item {
  padding: 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 6px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 0;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="11" fill="none"><path fill="%23000" d="m22.875 4.607-.055-.25C22.335 2.175 20.276.584 17.924.584c-1.271 0-2.488.447-3.412 1.264-.32.283-.568.593-.769.894a9.5 9.5 0 0 0-1.711-.18h-.027c-.586 0-1.163.085-1.73.188a4.7 4.7 0 0 0-.777-.91C8.573 1.013 7.356.575 6.085.575 3.724.584 1.665 2.174 1.18 4.358l-.055.249H0v1.4h1.125l.055.25c.458 2.183 2.517 3.773 4.895 3.773 2.764 0 5.005-2.114 5.005-4.718 0 0 .01-.585-.228-1.341a9 9 0 0 1 1.153-.095c.366 0 .75.035 1.143.086-.247.765-.229 1.35-.229 1.35 0 2.604 2.242 4.718 5.005 4.718 2.38 0 4.438-1.581 4.896-3.773l.055-.25H24v-1.4zm-16.8 4.022c-1.94 0-3.522-1.487-3.522-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326m11.85 0c-1.94 0-3.523-1.487-3.523-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326"/></svg>');
          mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="11" fill="none"><path fill="%23000" d="m22.875 4.607-.055-.25C22.335 2.175 20.276.584 17.924.584c-1.271 0-2.488.447-3.412 1.264-.32.283-.568.593-.769.894a9.5 9.5 0 0 0-1.711-.18h-.027c-.586 0-1.163.085-1.73.188a4.7 4.7 0 0 0-.777-.91C8.573 1.013 7.356.575 6.085.575 3.724.584 1.665 2.174 1.18 4.358l-.055.249H0v1.4h1.125l.055.25c.458 2.183 2.517 3.773 4.895 3.773 2.764 0 5.005-2.114 5.005-4.718 0 0 .01-.585-.228-1.341a9 9 0 0 1 1.153-.095c.366 0 .75.035 1.143.086-.247.765-.229 1.35-.229 1.35 0 2.604 2.242 4.718 5.005 4.718 2.38 0 4.438-1.581 4.896-3.773l.055-.25H24v-1.4zm-16.8 4.022c-1.94 0-3.522-1.487-3.522-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326m11.85 0c-1.94 0-3.523-1.487-3.523-3.326 0-1.84 1.583-3.326 3.522-3.326 1.94 0 3.523 1.487 3.523 3.326 0 1.84-1.583 3.326-3.523 3.326"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-label {
  padding-right: 8px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon__dot {
  background-color: var(--color-masterbar-unread-dot-background, #e26f56) !important;
  border-radius: 50px;
  height: 6px;
  margin-left: 17px;
  margin-top: -28px;
  position: absolute;
  width: 6px;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
}

#wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon:before {
  background-color: currentColor;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 0;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PG1hc2sgaWQ9ImEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSIyMCIgY3k9IjQiIHI9IjQiLz48L21hc2s+PC9kZWZzPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9InZhcigtLWNvbG9yLW1hc3RlcmJhci1pY29uKSIgZD0iTTkgMjBjMCAxLjEtLjkgMi0yIDJzLTItLjktMi0yIC45LTIgMi0yIDIgLjkgMiAybTgtMmMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJtLjQtNWMuOSAwIDEuNy0uNyAyLTEuNkwyMSA1SDdWNGMwLTEuMS0uOS0yLTItMkgzdjJoMnYxMWMwIDEuMS45IDIgMiAyaDEyYzAtMS4xLS45LTItMi0ySDd2LTJ6Ii8+PC9nPjwvc3ZnPg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PG1hc2sgaWQ9ImEiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSIyMCIgY3k9IjQiIHI9IjQiLz48L21hc2s+PC9kZWZzPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9InZhcigtLWNvbG9yLW1hc3RlcmJhci1pY29uKSIgZD0iTTkgMjBjMCAxLjEtLjkgMi0yIDJzLTItLjktMi0yIC45LTIgMi0yIDIgLjkgMiAybTgtMmMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJtLjQtNWMuOSAwIDEuNy0uNyAyLTEuNkwyMSA1SDdWNGMwLTEuMS0uOS0yLTItMkgzdjJoMnYxMWMwIDEuMS45IDIgMiAyaDEyYzAtMS4xLS45LTItMi0ySDd2LTJ6Ii8+PC9nPjwvc3ZnPg==);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
}

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-top-secondary {
    height: 45px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader {
    display: block;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-label {
    display: none;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item .ab-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-item .ab-icon:before {
    height: 36px;
    margin: 0;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart {
    display: block;
    min-width: 52px;
    padding: 0;
    width: auto !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon__dot {
    height: 7px;
    margin-left: 33px;
    margin-top: -37px;
    width: 7px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-cart .cart-icon:before {
    height: 32px;
    margin: 0;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 32px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center {
    display: block !important;
    margin-right: 0 !important;
    width: 52px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center .ab-item svg {
    position: relative;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes {
    display: block !important;
    width: 52px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item .noticon-bell {
    height: 46px;
    top: 0;
    width: 36px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes .ab-item .noticon-bell:before {
    background-position-x: center;
    background-position-y: bottom;
    -webkit-background-size: contain;
            background-size: contain;
    height: 40px !important;
    right: 0;
    width: 36px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes #wpnt-notes-panel2 {
    top: 46px;
  }
}
@media (max-width: 480px) {
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader {
    width: 46px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-reader .ab-icon {
    max-width: 40px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-help-center, #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-notes {
    width: 46px !important;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item {
    width: 46px;
  }
  #wpadminbar #wp-admin-bar-top-secondary #wp-admin-bar-my-account .ab-item img {
    right: 7px;
  }
}
/* eslint-disable */
/* If a new version is imported from swiper the selectors should all be namespaced with .jp-carousel-overlay 
/* to prevent clashes with other plugins that are overrding swiperjs css
*/
/**
* Swiper 6.7.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2021 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 22, 2021
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.jp-carousel-overlay .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jp-carousel-overlay .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.jp-carousel-overlay .swiper-container-android .swiper-slide, .jp-carousel-overlay .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.jp-carousel-overlay .swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jp-carousel-overlay .swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jp-carousel-overlay .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.jp-carousel-overlay .swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.jp-carousel-overlay .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.jp-carousel-overlay .swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.jp-carousel-overlay .swiper-container-autoheight, .jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.jp-carousel-overlay .swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.jp-carousel-overlay .swiper-container-3d .swiper-wrapper, .jp-carousel-overlay .swiper-container-3d .swiper-slide, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom, .jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled, .jp-carousel-overlay .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.jp-carousel-overlay .swiper-button-prev:after, .jp-carousel-overlay .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.jp-carousel-overlay .swiper-button-prev:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.jp-carousel-overlay .swiper-button-next:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-white, .jp-carousel-overlay .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-black, .jp-carousel-overlay .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.jp-carousel-overlay .swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.jp-carousel-overlay .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.jp-carousel-overlay .swiper-pagination-fraction, .jp-carousel-overlay .swiper-pagination-custom, .jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.jp-carousel-overlay .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.jp-carousel-overlay button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.jp-carousel-overlay .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.jp-carousel-overlay .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar, .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar, .jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.jp-carousel-overlay .swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.jp-carousel-overlay .swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.jp-carousel-overlay .swiper-pagination-lock {
  display: none;
}

.jp-carousel-overlay .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.jp-carousel-overlay .swiper-zoom-container > img, .jp-carousel-overlay .swiper-zoom-container > svg, .jp-carousel-overlay .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.jp-carousel-overlay .swiper-slide-zoomed {
  cursor: move;
}

/* a11y */
.jp-carousel-overlay .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  --jp-carousel-primary-color: #fff;
  --jp-carousel-primary-subtle-color: #999;
  --jp-carousel-bg-color: #000;
  --jp-carousel-bg-faded-color: #222;
  --jp-carousel-border-color: #3a3a3a;
}

:root .jp-carousel-light {
  --jp-carousel-primary-color: #000;
  --jp-carousel-primary-subtle-color: #646970;
  --jp-carousel-bg-color: #fff;
  --jp-carousel-bg-faded-color: #fbfbfb;
  --jp-carousel-border-color: #dcdcde;
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next, .jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

/* end of temporary fix */
[data-carousel-extra]:not(.jp-carousel-wrap) img, [data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
  cursor: pointer;
}

.jp-carousel-wrap * {
  line-height: inherit;
}

.jp-carousel-wrap.swiper-container {
  height: auto;
  width: 100vw;
}

.jp-carousel-overlay .swiper-zoom-container {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-repeat: no-repeat;
  background-position: center;
}

/*
To prevent flash of prev/next image scale transition after pinch zoom we need to hide them.
Swiper does not add a class of `swiper-slide-zoomed` to slides on pinch and zoom
so we have to target all affected elements in touch devices.
*/
.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img, .jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
  -webkit-transition: none !important;
  transition: none !important;
}

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-button-next {
  opacity: 0.5;
  -webkit-transition: 0.5s opacity ease-out;
  transition: 0.5s opacity ease-out;
  height: initial;
  width: initial;
  padding: 20px 40px;
  background-image: none;
}

.jp-carousel-overlay .swiper-button-prev:hover, .jp-carousel-overlay .swiper-button-next:hover {
  opacity: 1;
}

.jp-carousel-overlay .swiper-button-next::after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next::after, .jp-carousel-overlay .swiper-button-prev::after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.jp-carousel-overlay .swiper-button-prev svg, .jp-carousel-overlay .swiper-button-next svg {
  height: 30px;
  width: 28px;
  background: var(--jp-carousel-bg-color);
  border-radius: 4px;
}

.jp-carousel-overlay .swiper-button-prev svg:hover, .jp-carousel-overlay .swiper-button-next svg:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-overlay {
  font-family: "Helvetica Neue", sans-serif !important;
  z-index: 2147483647;
  overflow-x: hidden;
  overflow-y: auto;
  direction: ltr;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--jp-carousel-bg-color);
}

.jp-carousel-overlay * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Fix for Twenty Nineteen theme compatibility */
.jp-carousel-overlay h1::before, .jp-carousel-overlay h2::before, .jp-carousel-overlay h3::before {
  content: none;
  display: none;
}

.jp-carousel-overlay .swiper-container .swiper-button-prev {
  left: 0;
  right: auto;
}

.jp-carousel-overlay .swiper-container .swiper-button-next {
  right: 0;
  left: auto;
}

.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev, .jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.jp-carousel-container {
  display: grid;
  grid-template-rows: 1fr 64px;
  /* 1. main carousel, 2. info area as footer */
  height: 100%;
}

.jp-carousel-hide-controls .jp-carousel-container {
  grid-template-rows: 1fr;
}

.jp-carousel-hide-controls .swiper-wrapper {
  margin-top: -32px;
  /* Compensate for the remove of the height of the info bar. */
}

.jp-carousel-hide-controls .jp-swiper-button-next, .jp-carousel-hide-controls .jp-swiper-button-prev {
  margin-top: -54px;
  /* The height of the info bar plus any top padding on the nav button itself. */
}

.jp-carousel-msg {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: center;
  margin: 25px 20px 0 2px;
  background-color: var(--jp-carousel-primary-color);
  border-left: 4px solid #ffba00;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.jp-carousel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  z-index: 100;
  background-color: var(--jp-carousel-bg-color);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
}

.jp-carousel-hide-controls .jp-carousel-info {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.jp-carousel-info-footer {
  position: relative;
  background-color: var(--jp-carousel-bg-color);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}

.jp-carousel-info-extra {
  display: none;
  background-color: var(--jp-carousel-bg-color);
  padding: 35px;
  width: 100vw;
  border-top: 1px solid var(--jp-carousel-bg-faded-color);
}

.jp-carousel-title-and-caption {
  margin-bottom: 15px;
}

.jp-carousel-info-extra.jp-carousel-show {
  display: block;
}

.jp-carousel-info ::-moz-selection {
  background: var(--jp-carousel-primary-color);
  /* Safari */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info ::selection {
  background: var(--jp-carousel-primary-color);
  /* Safari */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info ::-moz-selection {
  background: var(--jp-carousel-primary-color);
  /* Firefox */
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-photo-info {
  left: 0 !important;
  width: 100% !important;
}

.jp-carousel-comments-wrapper {
  padding: 0;
  width: 100% !important;
  display: none;
}

.jp-carousel-comments-wrapper.jp-carousel-show {
  display: block;
}

.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
  display: none;
}

.jp-carousel-transitions .jp-carousel-photo-info {
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.jp-carousel-buttons {
  margin: -18px -20px 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #222;
  background: #222;
  text-align: center;
}

div.jp-carousel-buttons a {
  border: none !important;
  color: var(--jp-carousel-primary-subtle-color);
  font: 400 11px/1.2em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  padding: 5px 2px 5px 0;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
}

div.jp-carousel-buttons a:hover {
  color: var(--jp-carousel-primary-color);
  border: none !important;
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
  -webkit-transition: none !important;
  transition: none !important;
}

.jp-carousel-slide, .jp-carousel-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.jp-carousel-close-hint {
  cursor: default;
  letter-spacing: 0 !important;
  position: fixed;
  top: 20px;
  right: 30px;
  padding: 10px;
  text-align: right;
  width: 45px;
  height: 45px;
  z-index: 15;
  color: var(--jp-carousel-primary-color);
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.jp-carousel-transitions .jp-carousel-close-hint {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.jp-carousel-close-hint svg {
  padding: 3px 2px;
  background: var(--jp-carousel-bg-color);
  border-radius: 4px;
}

.jp-carousel-close-hint svg:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-close-hint:hover {
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-close-hint:hover span {
  border-color: var(--jp-carousel-primary-color);
}

/** Pagination Start **/
.jp-carousel-pagination-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px 0 35px;
}

.jp-swiper-pagination, .jp-carousel-pagination {
  color: var(--jp-carousel-primary-color);
  font-size: 15px;
  /* same as .jp-carousel-info-footer .jp-carousel-photo-title  */
  font-weight: 400;
  white-space: nowrap;
  display: none;
  position: static !important;
}

.jp-carousel-pagination-container .swiper-pagination {
  text-align: left;
  line-height: 8px;
}

.jp-carousel-pagination {
  padding-left: 5px;
}

.jp-swiper-pagination .swiper-pagination-bullet {
  background: var(--jp-carousel-primary-subtle-color);
  margin: 0 4px;
}

.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--jp-carousel-primary-color);
}

.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: var(--jp-carousel-primary-color);
  opacity: 0.5;
}

/** Pagination End **/
/** Title and Desc Start **/
.jp-carousel-info-footer .jp-carousel-photo-title-container {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0;
}

.jp-carousel-photo-title, .jp-carousel-photo-caption {
  background: none !important;
  border: none !important;
  display: inline-block;
  font: 400 20px/1.3em "Helvetica Neue", sans-serif;
  line-height: normal;
  letter-spacing: 0 !important;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  text-shadow: none !important;
  text-transform: none !important;
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
  text-align: center;
  font-size: 15px;
  /* same as .jp-carousel-pagination */
  white-space: nowrap;
  color: var(--jp-carousel-primary-subtle-color);
  cursor: pointer;
  margin: 0;
  text-overflow: ellipsis;
}

.jp-carousel-info-footer .jp-carousel-photo-caption p {
  margin: 0;
}

.jp-carousel-photo-title {
  font-size: 32px;
  margin-bottom: 2px;
}

.jp-carousel-photo-description {
  color: var(--jp-carousel-primary-subtle-color);
  font-size: 16px;
  margin: 25px 0;
  width: 100%;
}

.jp-carousel-photo-description {
  overflow: hidden;
  overflow-wrap: break-word;
}

.jp-carousel-photo-description p {
  color: var(--jp-carousel-primary-subtle-color);
  line-height: 1.4;
  margin-bottom: 0;
}

.jp-carousel-photo-description p a, .jp-carousel-comments p a, .jp-carousel-info h2 a {
  color: var(--jp-carousel-primary-color) !important;
  border: none !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.jp-carousel-photo-description p strong, .jp-carousel-photo-description p b {
  font-weight: 700;
  color: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-photo-description p em, .jp-carousel-photo-description p i {
  font-style: italic;
  color: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-photo-description p a:hover, .jp-carousel-comments p a:hover, .jp-carousel-info h2 a:hover {
  color: var(--jp-carousel-primary-subtle-color) !important;
}

.jp-carousel-photo-description p:empty {
  display: none;
}

.jp-carousel-photo-info h1::before, .jp-carousel-photo-info h1::after, .jp-carousel-comments-wrapper h1::before, .jp-carousel-comments-wrapper h1::after {
  content: none !important;
}

.jp-carousel-caption {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/** Title and Desc End **/
/** Meta Box Start **/
.jp-carousel-image-meta {
  color: var(--jp-carousel-primary-color);
  font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  display: none;
}

.jp-carousel-image-meta.jp-carousel-show {
  display: block;
}

.jp-carousel-image-meta li, .jp-carousel-image-meta h5 {
  font-family: "Helvetica Neue", sans-serif !important;
  position: inherit !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  background: none !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}

.jp-carousel-image-meta ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.jp-carousel-image-meta li {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 2% 15px 0 !important;
  color: var(--jp-carousel-primary-color) !important;
  font-size: 13px !important;
}

.jp-carousel-image-meta h5 {
  color: var(--jp-carousel-primary-subtle-color) !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin: 0 0 2px !important;
  letter-spacing: 0.1em !important;
}

a.jp-carousel-image-download {
  display: inline-block;
  clear: both;
  color: var(--jp-carousel-primary-subtle-color);
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

a.jp-carousel-image-download svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding-bottom: 2px;
}

a.jp-carousel-image-download span.photo-size {
  font-size: 11px;
  border-radius: 1em;
  margin-left: 2px;
  display: inline-block;
}

a.jp-carousel-image-download span.photo-size-times {
  padding: 0 1px 0 2px;
}

/** Meta Box End **/
/** Comments Start **/
.jp-carousel-comments {
  font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  background: none transparent;
  width: 100%;
  bottom: 10px;
  margin-top: 20px;
}

.jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
  color: var(--jp-carousel-primary-color) !important;
}

.jp-carousel-comment {
  background: none transparent;
  color: var(--jp-carousel-primary-subtle-color);
  overflow: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jp-carousel-comment + .jp-carousel-comment {
  margin-top: 20px;
}

.jp-carousel-comment:last-of-type {
  margin-bottom: 20px;
}

.jp-carousel-comment p {
  color: var(--jp-carousel-primary-subtle-color) !important;
}

.jp-carousel-comment .comment-author {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  width: auto;
  display: inline;
  float: none;
  border: none;
  margin: 0;
}

.jp-carousel-comment .comment-author a {
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-comment .comment-gravatar {
  float: none;
  margin-right: 10px;
}

.jp-carousel-comment .comment-content {
  border: none;
  padding: 0;
}

.jp-carousel-comment .avatar {
  margin: 0;
  border-radius: 4px;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  min-width: 64px;
  min-height: 64px;
  width: 64px;
  height: 64px;
}

.jp-carousel-comment .comment-date {
  color: var(--jp-carousel-primary-subtle-color);
  font-size: 11px;
  border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
  margin-bottom: 6px;
}

#jp-carousel-comment-form {
  margin: 0 0 10px !important;
  width: 100%;
}

#jp-carousel-comment-form.jp-carousel-is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

textarea#jp-carousel-comment-form-comment-field {
  background: var(--jp-carousel-bg-faded-color);
  border: 1px solid var(--jp-carousel-border-color);
  color: var(--jp-carousel-primary-subtle-color);
  font: 16px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  padding: 10px 10px 5px;
  margin: 0;
  float: none;
  height: 147px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #555;
}

textarea#jp-carousel-comment-form-comment-field:focus {
  background: var(--jp-carousel-bg-faded-color);
  color: var(--jp-carousel-primary-subtle-color);
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#jp-carousel-loading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
}

#jp-carousel-library-loading, #jp-carousel-library-loading::after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#jp-carousel-library-loading {
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255, 255, 255, 0.2);
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  border-bottom: 8px solid rgba(255, 255, 255, 0.2);
  border-left: 8px solid var(--jp-carousel-primary-color);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#jp-carousel-comment-form-spinner, #jp-carousel-comment-form-spinner::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#jp-carousel-comment-form-spinner {
  display: none;
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: absolute;
  /* relative to .jp-carousel-comment-form-container */
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--jp-carousel-primary-color);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  margin: 0 auto;
  top: calc(50% - 15px);
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jp-carousel-info-content-wrapper {
  max-width: 800px;
  margin: auto;
}

#jp-carousel-comment-form-submit-and-info-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
}

#jp-carousel-comment-form-commenting-as input {
  background: var(--jp-carousel-bg-color);
  border: 1px solid var(--jp-carousel-border-color);
  color: var(--jp-carousel-primary-subtle-color);
  font: 16px/1.4 "Helvetica Neue", sans-serif !important;
  padding: 10px;
  float: left;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 285px;
}

#jp-carousel-comment-form-commenting-as input:focus {
  background: var(--jp-carousel-bg-faded-color);
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-comment-form-commenting-as p {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 22px 0 0;
  float: left;
}

#jp-carousel-comment-form-commenting-as fieldset {
  float: left;
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
}

#jp-carousel-comment-form-commenting-as label {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 0 20px 3px 0;
  float: left;
  width: 100px;
}

#jp-carousel-comment-form-button-submit {
  margin-top: 20px;
  margin-left: auto;
  display: block;
  border: solid 1px var(--jp-carousel-primary-color);
  background: var(--jp-carousel-bg-color);
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--jp-carousel-primary-color);
}

#jp-carousel-comment-form-button-submit:active, #jp-carousel-comment-form-button-submit:focus {
  background: var(--jp-carousel-primary-color);
  color: var(--jp-carousel-bg-color);
}

#jp-carousel-comment-form-container {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 20px;
  color: var(--jp-carousel-primary-subtle-color);
  position: relative;
  overflow: hidden;
}

#jp-carousel-comment-post-results {
  display: none;
  overflow: auto;
  width: 100%;
}

#jp-carousel-comment-post-results span {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  border: 1px solid var(--jp-carousel-border-color);
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.jp-carousel-comment-post-error {
  color: #df4926;
}

#jp-carousel-comments-closed {
  display: none;
  color: var(--jp-carousel-primary-subtle-color);
}

#jp-carousel-comments-loading {
  font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  display: none;
  color: var(--jp-carousel-primary-subtle-color);
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  bottom: 10px;
  margin-top: 20px;
}

/** Icons Start **/
.jp-carousel-photo-icons-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: right;
  margin: 0 20px 0 30px;
  white-space: nowrap;
}

.jp-carousel-icon-btn {
  padding: 16px;
  text-decoration: none;
  border: none;
  background: none;
  display: inline-block;
  height: 64px;
}

.jp-carousel-icon {
  border: none;
  display: inline-block;
  line-height: 0;
  font-weight: 400;
  font-style: normal;
  border-radius: 4px;
  width: 31px;
  /* Prevent comments indicator from changing icon width */
  padding: 4px 3px 3px;
}

.jp-carousel-icon:hover {
  background: var(--jp-carousel-primary-subtle-color);
}

.jp-carousel-icon svg {
  display: inline-block;
}

.jp-carousel-overlay rect {
  fill: var(--jp-carousel-primary-color);
}

.jp-carousel-selected .jp-carousel-icon {
  background: var(--jp-carousel-primary-color);
}

.jp-carousel-selected rect {
  fill: var(--jp-carousel-bg-color);
}

.jp-carousel-icon-comments.jp-carousel-show {
  display: inline-block;
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
  display: none;
  font-size: 12px;
  vertical-align: top;
  margin-left: -16px;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  background: var(--jp-carousel-primary-color);
  color: var(--jp-carousel-bg-color);
  font-weight: 400;
  font-family: "Helvetica Neue", sans-serif !important;
  position: relative;
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
  background: var(--jp-carousel-bg-color);
  color: var(--jp-carousel-primary-color);
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
  display: inline-block;
}

/** Icons End **/
/* Small screens */
@media only screen and (max-width: 760px) {
  .jp-carousel-overlay .swiper-container .swiper-button-next, .jp-carousel-overlay .swiper-container .swiper-button-prev {
    display: none !important;
  }
  .jp-carousel-buttons {
    display: none !important;
  }
  .jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .jp-carousel-close-hint {
    font-size: 26px !important;
    position: fixed !important;
    top: 10px;
    right: 10px;
  }
  /* The admin bar is fixed at top: 0*/
  .admin-bar .jp-carousel-close-hint {
    top: 40px;
  }
  .jp-carousel-slide img {
    opacity: 1;
  }
  .jp-carousel-wrap {
    background-color: var(--jp-carousel-bg-color);
  }
  .jp-carousel-fadeaway {
    display: none;
  }
  .jp-carousel-info > .jp-carousel-photo-info {
    display: none;
  }
  .jp-carousel-comments-wrapper > .jp-carousel-photo-info {
    display: block;
  }
  .jp-carousel-caption {
    overflow: visible !important;
  }
  .jp-carousel-info-footer .jp-carousel-photo-title-container {
    display: none;
  }
  .jp-carousel-photo-icons-container {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
  .jp-carousel-icon-btn {
    padding-left: 20px;
  }
  .jp-carousel-pagination {
    padding-left: 5px;
  }
  .jp-carousel-pagination-container {
    margin-left: 25px;
  }
  .jp-carousel-comment .avatar {
    min-width: 48px;
  }
  #jp-carousel-comment-form-commenting-as fieldset, #jp-carousel-comment-form-commenting-as input {
    width: 100%;
    float: none;
  }
}
/* =Tiled Gallery Default Styles
-------------------------------------------------------------- */
.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

.tiled-gallery img {
  margin: 2px !important;
  /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}

.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}

.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
  /* prevents ie8 bug with inline width styles */
}

.tiled-gallery .gallery-row {
  overflow: hidden;
}

.tiled-gallery .tiled-gallery-item a {
  /* Needs to reset some properties for theme compatibility */
  background: transparent;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}

.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
  /* Needs to reset some properties for theme compatibility */
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}

.tiled-gallery-caption {
  /* Captions */
  background: #f0f0f1;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  /* Smaller captions */
  font-size: 11px;
}

/* Hide galleries in widgets until they've been resized to fit.
 Gallery widgets are almost guaranteed to need resizing, and
 the jump is a little more obvious than galleries in content. */
.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

/* =Greyscale
-------------------------------------------------------------- */
.tiled-gallery .tiled-gallery-item img.grayscale {
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.tiled-gallery .tiled-gallery-item:hover img.grayscale {
  -webkit-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/* =Circles Layout
-------------------------------------------------------------- */
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
  /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
  -o-object-fit: cover;
     object-fit: cover;
}

.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
}

/* =Square Layout
-------------------------------------------------------------- */
.tiled-gallery.type-square .tiled-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --wp-admin-theme-color: #3858e9;
  --wp-admin-theme-color--rgb: 56,88,233;
  --wp-admin-theme-color-darker-10: #2145e6;
  --wp-admin-theme-color-darker-10--rgb: 33,69,230;
  --wp-admin-theme-color-darker-20: #183ad6;
  --wp-admin-theme-color-darker-20--rgb: 24,58,214;
  --wp-admin-border-width-focus: 2px ;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus:1.5px ;
  }
}
.components-animate__appear {
  -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
          animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-animate__appear {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.components-animate__appear.is-from-top.is-from-right {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.components-animate__appear.is-from-bottom.is-from-right {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

@-webkit-keyframes components-animate__appear-animation {
  0% {
    -webkit-transform: translateY(-2em) scaleY(0) scaleX(0);
            transform: translateY(-2em) scaleY(0) scaleX(0);
  }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
}

@keyframes components-animate__appear-animation {
  0% {
    -webkit-transform: translateY(-2em) scaleY(0) scaleX(0);
            transform: translateY(-2em) scaleY(0) scaleX(0);
  }
  to {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
}
.components-animate__slide-in {
  -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
          animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-animate__slide-in {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-animate__slide-in.is-from-left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.components-animate__slide-in.is-from-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes components-animate__slide-in-animation {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes components-animate__slide-in-animation {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.components-animate__loading {
  -webkit-animation: components-animate__loading 1.6s ease-in-out infinite;
          animation: components-animate__loading 1.6s ease-in-out infinite;
}

@-webkit-keyframes components-animate__loading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes components-animate__loading {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.components-autocomplete__popover .components-popover__content {
  min-width: 200px;
  padding: 8px;
}

.components-autocomplete__result.components-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 36px;
  text-align: left;
  width: 100%;
}

.components-autocomplete__result.components-button:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: color-mix(in srgb, #fff 90%, var(--base-color));
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: color-mix(in srgb, #000 50%, var(--base-color));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 2px;
  line-height: 20px;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
}

.components-badge *, .components-badge :after, .components-badge :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.components-badge:where(.is-default) {
  background-color: #f0f0f0;
  color: #2f2f2f;
}

.components-badge.has-icon {
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.components-badge.is-info {
  --base-color: #3858e9 ;
}

.components-badge.is-warning {
  --base-color: #f0b849 ;
}

.components-badge.is-error {
  --base-color: #cc1818 ;
}

.components-badge.is-success {
  --base-color: #4ab866 ;
}

.components-badge__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-badge__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.components-button-group {
  display: inline-block;
}

.components-button-group .components-button {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.components-button-group .components-button + .components-button {
  margin-left: -1px;
}

.components-button-group .components-button:first-child {
  border-radius: 2px 0 0 2px;
}

.components-button-group .components-button:last-child {
  border-radius: 0 2px 2px 0;
}

.components-button-group .components-button.is-primary, .components-button-group .components-button:focus {
  position: relative;
  z-index: 1;
}

.components-button-group .components-button.is-primary {
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
}

.components-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--wp-components-color-foreground, #1e1e1e);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-button {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-button.is-next-40px-default-size {
  height: 40px;
}

.components-button:hover:not(:disabled, [aria-disabled=true]), .components-button[aria-expanded=true] {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 3px solid rgba(0, 0, 0, 0);
}

.components-button.is-primary {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
  outline: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}

.components-button.is-primary:hover:not(:disabled) {
  background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:active:not(:disabled) {
  background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-primary:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:active:enabled, .components-button.is-primary[aria-disabled=true]:enabled {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary:disabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:focus:enabled {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled=true] {
  background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
  -webkit-background-size: 100px 100%;
          background-size: 100px 100%;
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff);
}

.components-button.is-secondary, .components-button.is-tertiary {
  outline: 1px solid rgba(0, 0, 0, 0);
}

.components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover {
  background: rgba(0, 0, 0, 0);
  color: #949494;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.components-button.is-secondary {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
          box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
}

.components-button.is-secondary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-secondary:disabled:not(:focus), .components-button.is-secondary[aria-disabled=true]:hover:not(:focus), .components-button.is-secondary[aria-disabled=true]:not(:focus) {
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
}

.components-button.is-secondary:focus:not(:disabled) {
  -webkit-box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-button.is-tertiary {
  background: rgba(0, 0, 0, 0);
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  white-space: nowrap;
}

.components-button.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, rgba(0, 0, 0, 0));
  color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}

.components-button.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, rgba(0, 0, 0, 0));
}

p + .components-button.is-tertiary {
  margin-left: -6px;
}

.components-button.is-tertiary:disabled:not(:focus), .components-button.is-tertiary[aria-disabled=true]:hover:not(:focus), .components-button.is-tertiary[aria-disabled=true]:not(:focus) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-button.is-destructive {
  --wp-components-color-accent: #cc1818;
  --wp-components-color-accent-darker-10: #9e1313;
  --wp-components-color-accent-darker-20: #710d0d ;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
  color: #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled, [aria-disabled=true]) {
  color: #710d0d;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled, [aria-disabled=true]) {
  background: #ccc;
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled, .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true] {
  color: #949494;
}

.components-button.is-destructive.is-secondary:hover:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
  background: rgba(204, 24, 24, 0.0392156863);
}

.components-button.is-destructive.is-secondary:active:not(:disabled, [aria-disabled=true]), .components-button.is-destructive.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
  background: rgba(204, 24, 24, 0.0784313725);
}

.components-button.is-link {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  height: auto;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-button.is-link {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-button.is-link:focus {
  border-radius: 2px;
}

.components-button.is-link:disabled, .components-button.is-link[aria-disabled=true] {
  color: #949494;
}

.components-button:not(:disabled, [aria-disabled=true]):active {
  color: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button:disabled, .components-button[aria-disabled=true] {
  color: #949494;
  cursor: default;
}

.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
  -webkit-animation: components-button__busy-animation 2.5s linear infinite;
          animation: components-button__busy-animation 2.5s linear infinite;
  background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
  -webkit-background-size: 100px 100%;
          background-size: 100px 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}
.components-button.is-compact {
  height: 32px;
}

.components-button.is-compact.has-icon:not(.has-text) {
  min-width: 32px;
  padding: 0;
  width: 32px;
}

.components-button.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
}

.components-button.is-small.has-icon:not(.has-text) {
  min-width: 24px;
  padding: 0;
  width: 24px;
}

.components-button.has-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  padding: 6px;
}

.components-button.has-icon.is-next-40px-default-size {
  min-width: 40px;
}

.components-button.has-icon .dashicon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}

.components-button.has-icon.has-text {
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 8px;
  padding-right: 12px;
}

.components-button.is-pressed, .components-button.is-pressed:hover {
  color: var(--wp-components-color-foreground-inverted, #fff);
}

.components-button.is-pressed:hover:not(:disabled, [aria-disabled=true]), .components-button.is-pressed:not(:disabled, [aria-disabled=true]) {
  background: var(--wp-components-color-foreground, #1e1e1e);
}

.components-button.is-pressed:disabled, .components-button.is-pressed[aria-disabled=true] {
  color: #949494;
}

.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary), .components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary) {
  background: #949494;
  color: var(--wp-components-color-foreground-inverted, #fff);
}

.components-button.is-pressed:focus:not(:disabled) {
  -webkit-box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-button svg {
  fill: currentColor;
  outline: none;
}

@media (forced-colors: active) {
  .components-button svg {
    fill: CanvasText;
  }
}
.components-button .components-visually-hidden {
  height: auto;
}

@-webkit-keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0;
  }
}

@keyframes components-button__busy-animation {
  0% {
    background-position: 200px 0;
  }
}
.components-checkbox-control {
  --checkbox-input-size: 24px;
  --checkbox-input-margin: 8px ;
}

@media (min-width: 600px) {
  .components-checkbox-control {
    --checkbox-input-size:16px ;
  }
}
.components-checkbox-control__label {
  cursor: pointer;
  line-height: var(--checkbox-input-size);
}

.components-checkbox-control__input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  clear: none;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: var(--checkbox-input-size);
  line-height: normal;
  line-height: 0;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 6px 8px;
  padding: 0 !important;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  vertical-align: top;
  width: var(--checkbox-input-size);
}

@media (min-width: 600px) {
  .components-checkbox-control__input[type=checkbox] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-checkbox-control__input[type=checkbox]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-checkbox-control__input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  color: #fff;
  margin: -3px -5px;
}

@media (min-width: 782px) {
  .components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    margin: -4px 0 0 -5px;
  }
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f460";
  display: inline-block;
  float: left;
  font: normal 30px/1 dashicons;
  vertical-align: middle;
  width: 16px;
}

@media (min-width: 782px) {
  .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    float: none;
    font-size: 21px;
  }
}
.components-checkbox-control__input[type=checkbox]:disabled, .components-checkbox-control__input[type=checkbox][aria-disabled=true] {
  background: #f0f0f0;
  border-color: #ddd;
  cursor: default;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .components-checkbox-control__input[type=checkbox] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-checkbox-control__input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-checkbox-control__input[type=checkbox]:checked, .components-checkbox-control__input[type=checkbox]:indeterminate {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check, .components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
  opacity: 0;
}

.components-checkbox-control__input[type=checkbox]:checked:before {
  content: none;
}

.components-checkbox-control__input-container {
  aspect-ratio: 1;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-right: var(--checkbox-input-margin);
  position: relative;
  vertical-align: middle;
  width: var(--checkbox-input-size);
}

svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
  --checkmark-size: var(--checkbox-input-size);
  fill: #fff;
  cursor: pointer;
  height: var(--checkmark-size);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: var(--checkmark-size);
}

@media (min-width: 600px) {
  svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
    --checkmark-size:calc(var(--checkbox-input-size) + 4px) ;
  }
}
.components-checkbox-control__help {
  display: inline-block;
  -webkit-margin-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
          margin-inline-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
}

.components-circular-option-picker {
  display: inline-block;
  min-width: 188px;
  width: 100%;
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}

.components-circular-option-picker .components-circular-option-picker__swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker > :not(.components-circular-option-picker__swatches) {
  position: relative;
  z-index: 0;
}

.components-circular-option-picker__option-wrapper {
  display: inline-block;
  height: 28px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: top;
  width: 28px;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .components-circular-option-picker__option-wrapper {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-circular-option-picker__option-wrapper:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.components-circular-option-picker__option-wrapper > div {
  height: 100%;
  width: 100%;
}

.components-circular-option-picker__option-wrapper:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");
  border-radius: 50%;
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1;
}

.components-circular-option-picker__option {
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 14px;
          box-shadow: inset 0 0 0 14px;
  cursor: pointer;
  display: inline-block;
  height: 100% !important;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  .components-circular-option-picker__option {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-circular-option-picker__option:hover {
  -webkit-box-shadow: inset 0 0 0 14px !important;
          box-shadow: inset 0 0 0 14px !important;
}

.components-circular-option-picker__option[aria-pressed=true], .components-circular-option-picker__option[aria-selected=true] {
  -webkit-box-shadow: inset 0 0 0 4px;
          box-shadow: inset 0 0 0 4px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.components-circular-option-picker__option[aria-pressed=true] + svg, .components-circular-option-picker__option[aria-selected=true] + svg {
  border-radius: 50%;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 2px;
  z-index: 2;
}

.components-circular-option-picker__option:after {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: -1px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.components-circular-option-picker__option:focus:after {
  border: 2px solid #757575;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  content: "";
  height: calc(100% + 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
}

.components-circular-option-picker__option.components-button:focus {
  background-color: initial;
  -webkit-box-shadow: inset 0 0 0 14px;
          box-shadow: inset 0 0 0 14px;
  outline: none;
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
  background: #fff;
  color: #fff;
}

.components-circular-option-picker__dropdown-link-action {
  margin-right: 16px;
}

.components-circular-option-picker__dropdown-link-action .components-button {
  line-height: 22px;
}

.components-palette-edit__popover-gradient-picker {
  padding: 8px;
  width: 260px;
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
  width: 100%;
}

.component-color-indicator {
  background: #fff linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, #ddd 0, #ddd 52%, rgba(0, 0, 0, 0) 0);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 20px;
  padding: 0;
  width: 20px;
}

.components-combobox-control {
  width: 100%;
}

input.components-combobox-control__input[type=text] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%;
}

@media (min-width: 600px) {
  input.components-combobox-control__input[type=text] {
    font-size: 13px;
  }
}
input.components-combobox-control__input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-combobox-control__suggestions-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-combobox-control__suggestions-container {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-combobox-control__suggestions-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-color-palette__custom-color-wrapper {
  position: relative;
  z-index: 0;
}

.components-color-palette__custom-color-button {
  background: none;
  border: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 64px;
  outline: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
}

.components-color-palette__custom-color-button:focus {
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline-width: 2px;
}

.components-color-palette__custom-color-button:after {
  background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0);
  background-position: 0 0, 24px 24px;
  -webkit-background-size: 48px 48px;
          background-size: 48px 48px;
  border-radius: 3px 3px 0 0;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}

.components-color-palette__custom-color-text-wrapper {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  padding: 12px 16px;
  position: relative;
}

.components-color-palette__custom-color-name {
  color: var(--wp-components-color-foreground, #1e1e1e);
  margin: 0 1px;
}

.components-color-palette__custom-color-value {
  color: #757575;
}

.components-color-palette__custom-color-value--is-hex {
  text-transform: uppercase;
}

.components-color-palette__custom-color-value:empty:after {
  content: "​";
  visibility: hidden;
}

.components-custom-gradient-picker__gradient-bar {
  border-radius: 2px;
  height: 48px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.components-custom-gradient-picker__gradient-bar.has-gradient {
  background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0);
  background-position: 0 0, 12px 12px;
  -webkit-background-size: 24px 24px;
          background-size: 24px 24px;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
  inset: 0;
  position: absolute;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 48px);
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  position: absolute;
  top: 16px;
  width: 16px;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
  background: #fff;
  border-radius: 50%;
  color: #1e1e1e;
  height: inherit;
  min-width: 16px !important;
  padding: 2px;
  position: relative;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
  height: 100%;
  width: 100%;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
  height: inherit;
  outline: 2px solid rgba(0, 0, 0, 0);
  padding: 0;
  width: inherit;
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
  -webkit-box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
  outline: 1.5px solid rgba(0, 0, 0, 0);
}

.components-custom-gradient-picker__remove-control-point-wrapper {
  padding-bottom: 8px;
}

.components-custom-gradient-picker__inserter {
  direction: ltr;
}

.components-custom-gradient-picker__liner-gradient-indicator {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: 20px;
  width: 20px;
}

.components-custom-gradient-picker__ui-line {
  position: relative;
  z-index: 0;
}

.block-editor-dimension-control .components-base-control__field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-editor-dimension-control .components-base-control__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 1em;
}

.block-editor-dimension-control .components-base-control__label .dashicon {
  margin-right: 0.5em;
}

.block-editor-dimension-control.is-manual .components-base-control__label {
  width: 10em;
}

body.is-dragging-components-draggable {
  cursor: move;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.components-draggable__invisible-drag-image {
  height: 50px;
  left: -1000px;
  position: fixed;
  width: 50px;
}

.components-draggable__clone {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000000000;
}

.components-drop-zone {
  border-radius: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 40;
}

.components-drop-zone.is-active {
  opacity: 1;
  visibility: visible;
}

.components-drop-zone .components-drop-zone__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
}

.components-drop-zone .components-drop-zone__content-inner {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (prefers-reduced-motion) {
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
    -webkit-transition: none;
    transition: none;
  }
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.1s;
  transition: opacity 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
}

@media (prefers-reduced-motion) {
  .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
    -webkit-transition: none;
    transition: none;
  }
}
.components-drop-zone__content-icon, .components-drop-zone__content-text {
  display: block;
}

.components-drop-zone__content-icon {
  fill: currentColor;
  line-height: 0;
  margin: 0 auto 8px;
  pointer-events: none;
}

.components-drop-zone__content-text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.components-dropdown {
  display: inline-block;
}

.components-dropdown__content .components-popover__content {
  padding: 8px;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) {
  padding: 0;
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu > .components-menu-item__button, .components-dropdown__content .components-popover__content:has(.components-menu-group) > .components-menu-item__button {
  margin: 8px;
  width: auto;
}

.components-dropdown__content [role=menuitem] {
  white-space: nowrap;
}

.components-dropdown__content .components-menu-group {
  padding: 8px;
}

.components-dropdown__content .components-menu-group + .components-menu-group {
  border-top: 1px solid #ccc;
  padding: 8px;
}

.components-dropdown__content.is-alternate .components-menu-group + .components-menu-group {
  border-color: #1e1e1e;
}

.components-dropdown-menu__toggle {
  vertical-align: top;
}

.components-dropdown-menu__menu {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item {
  cursor: pointer;
  outline: none;
  padding: 6px;
  white-space: nowrap;
  width: 100%;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator, .components-dropdown-menu__menu .components-menu-item.has-separator {
  margin-top: 6px;
  overflow: visible;
  position: relative;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before, .components-dropdown-menu__menu .components-menu-item.has-separator:before {
  background-color: #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -3px;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg, .components-dropdown-menu__menu .components-menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-menu-item.is-active svg {
  background: #1e1e1e;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 1px #1e1e1e;
          box-shadow: 0 0 0 1px #1e1e1e;
  color: #fff;
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only, .components-dropdown-menu__menu .components-menu-item.is-icon-only {
  width: auto;
}

.components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button {
  height: auto;
  min-height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}

.components-duotone-picker__color-indicator:before {
  background: rgba(0, 0, 0, 0);
}

.components-duotone-picker__color-indicator > .components-button, .components-duotone-picker__color-indicator > .components-button.is-pressed:hover:not(:disabled) {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, #ddd 0, #ddd 52%, rgba(0, 0, 0, 0) 0);
  color: rgba(0, 0, 0, 0);
}

.components-duotone-picker__color-indicator > .components-button:not([aria-disabled=true]):active {
  color: rgba(0, 0, 0, 0);
}

.components-color-list-picker, .components-color-list-picker__swatch-button {
  width: 100%;
}

.components-color-list-picker__color-picker {
  margin: 8px 0;
}

.components-color-list-picker__swatch-color {
  margin: 2px;
}

.components-external-link {
  text-decoration: none;
}

.components-external-link__contents {
  text-decoration: underline;
}

.components-external-link__icon {
  font-weight: 400;
  margin-left: 0.5ch;
}

.components-form-toggle {
  display: inline-block;
  height: 16px;
  position: relative;
}

.components-form-toggle .components-form-toggle__track {
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  vertical-align: top;
  width: 32px;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__track {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle .components-form-toggle__track:after {
  border-top: 16px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__track:after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle .components-form-toggle__thumb {
  background-color: #1e1e1e;
  border: 6px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 12px;
  left: 2px;
  position: absolute;
  top: 2px;
  -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease-out;
  transition: transform 0.2s ease, background-color 0.2s ease-out, -webkit-transform 0.2s ease;
  width: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-toggle .components-form-toggle__thumb {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-toggle.is-checked .components-form-toggle__track {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-toggle.is-checked .components-form-toggle__track:after {
  opacity: 1;
}

.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
  background-color: #fff;
  border-width: 0;
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

.components-disabled .components-form-toggle, .components-form-toggle.is-disabled {
  opacity: 0.3;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
  background: none;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
  content: "";
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled, [aria-disabled=true]) {
  cursor: pointer;
}

.components-form-token-field__input-container {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: text;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__input-container {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd;
}

.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
  background: inherit;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: inherit;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px;
  }
}
.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input, .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
  width: auto;
}

.components-form-token-field__token {
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  max-width: 100%;
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token, .components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866;
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token, .components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818;
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token, .components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575;
}

.components-form-token-field__token.is-borderless {
  padding: 0 24px 0 0;
  position: relative;
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: rgba(0, 0, 0, 0);
}

.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: rgba(0, 0, 0, 0);
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866;
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
  color: #cc1818;
  padding: 0 4px 0 6px;
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e;
}

.components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  min-width: unset;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-token-field__token-text {
  border-radius: 1px 0 0 1px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.components-form-token-field__remove-token.components-button {
  border-radius: 0 1px 1px 0;
  color: #1e1e1e;
  line-height: 10px;
  overflow: initial;
}

.components-form-token-field__remove-token.components-button:hover:not(:disabled) {
  color: #1e1e1e;
}

.components-form-token-field__suggestions-list {
  -webkit-box-shadow: inset 0 1px 0 0 #949494;
          box-shadow: inset 0 1px 0 0 #949494;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  list-style: none;
  margin: 0;
  max-height: 128px;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__suggestions-list {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-form-token-field__suggestion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e1e1e;
  display: block;
  font-size: 13px;
  margin: 0;
  min-height: 32px;
  padding: 8px 12px;
}

.components-form-token-field__suggestion.is-selected {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: #fff;
}

.components-form-token-field__suggestion[aria-disabled=true] {
  color: #949494;
  pointer-events: none;
}

.components-form-token-field__suggestion[aria-disabled=true].is-selected {
  background-color: rgba(var(--wp-components-color-accent--rgb, var(--wp-admin-theme-color--rgb)), 0.04);
}

.components-form-token-field__suggestion:not(.is-empty) {
  cursor: pointer;
}

@media (min-width: 600px) {
  .components-guide {
    width: 600px;
  }
}
.components-guide .components-modal__content {
  margin-top: 0;
  padding: 0;
}

.components-guide .components-modal__content:before {
  content: none;
}

.components-guide .components-modal__header {
  border-bottom: none;
  height: 60px;
  padding: 0;
  position: sticky;
}

.components-guide .components-modal__header .components-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 8px 8px 0 0;
  position: static;
}

.components-guide .components-modal__header .components-button:hover svg {
  fill: #fff;
}

.components-guide .components-guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
  min-height: 100%;
}

.components-guide .components-guide__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 600px) {
  .components-guide .components-guide__page {
    min-height: 300px;
  }
}
.components-guide .components-guide__footer {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
  padding: 0 32px;
  position: relative;
  width: 100%;
}

.components-guide .components-guide__page-control {
  margin: 0;
  text-align: center;
}

.components-guide .components-guide__page-control li {
  display: inline-block;
  margin: 0;
}

.components-guide .components-guide__page-control .components-button {
  color: #e0e0e0;
  margin: -6px 0;
}

.components-guide .components-guide__page-control li[aria-current=step] .components-button {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-modal__frame.components-guide {
  border: none;
  max-height: 575px;
  min-width: 312px;
}

@media (max-width: 600px) {
  .components-modal__frame.components-guide {
    margin: auto;
    max-width: calc(100vw - 32px);
  }
}
.components-button.components-guide__back-button, .components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
  position: absolute;
}

.components-button.components-guide__back-button {
  left: 32px;
}

.components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
  right: 32px;
}

[role=region] {
  position: relative;
}

[role=region].interface-interface-skeleton__content:focus-visible:after {
  bottom: 0;
  content: "";
  left: 0;
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  outline-style: solid;
  outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.is-focusing-regions [role=region]:focus:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000000;
}

.is-focusing-regions .editor-post-publish-panel, .is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel, .is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel, .is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel, .is-focusing-regions [role=region]:focus:after, .is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header {
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
  outline-style: solid;
  outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) * 2);
}

.components-menu-group + .components-menu-group {
  border-top: 1px solid #1e1e1e;
  padding-top: 8px;
}

.components-menu-group + .components-menu-group.has-hidden-separator {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.components-menu-group:has(> div:empty) {
  display: none;
}

.components-menu-group__label {
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 4px;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.components-menu-item__button, .components-menu-item__button.components-button {
  width: 100%;
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  padding-right: 48px;
}

.components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
  margin-left: 24px;
  margin-right: -2px;
}

.components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right {
  margin-left: 8px;
}

.components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon {
  margin-left: -2px;
  margin-right: 8px;
}

.components-menu-item__button.components-button.is-primary, .components-menu-item__button.is-primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item, .components-menu-item__button.is-primary .components-menu-item__item {
  margin-right: 0;
}

.components-menu-item__button.components-button:disabled.is-tertiary, .components-menu-item__button.components-button[aria-disabled=true].is-tertiary, .components-menu-item__button:disabled.is-tertiary, .components-menu-item__button[aria-disabled=true].is-tertiary {
  background: none;
  color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  opacity: 0.3;
}

.components-menu-item__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
}

.components-menu-item__info {
  color: #757575;
  font-size: 12px;
  margin-top: 4px;
  white-space: normal;
}

.components-menu-item__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  min-width: 160px;
  white-space: nowrap;
}

.components-menu-item__shortcut {
  -ms-flex-item-align: center;
      align-self: center;
  color: currentColor;
  display: none;
  margin-left: auto;
  margin-right: 0;
  padding-left: 24px;
}

@media (min-width: 480px) {
  .components-menu-item__shortcut {
    display: inline;
  }
}
.components-menu-items-choice, .components-menu-items-choice.components-button {
  height: auto;
  min-height: 40px;
}

.components-menu-items-choice svg, .components-menu-items-choice.components-button svg {
  margin-right: 12px;
}

.components-menu-items-choice.components-button.has-icon, .components-menu-items-choice.has-icon {
  padding-left: 12px;
}

.components-modal__screen-overlay {
  -webkit-animation: __wp-base-styles-fade-in 0.08s linear 0s;
          animation: __wp-base-styles-fade-in 0.08s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: rgba(0, 0, 0, 0.3490196078);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

@-webkit-keyframes __wp-base-styles-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes __wp-base-styles-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .components-modal__screen-overlay {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__screen-overlay.is-animating-out {
  -webkit-animation: __wp-base-styles-fade-out 0.08s linear 80ms;
          animation: __wp-base-styles-fade-out 0.08s linear 80ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes __wp-base-styles-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes __wp-base-styles-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .components-modal__screen-overlay.is-animating-out {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__frame {
  -webkit-animation-duration: var(--modal-frame-animation-duration);
          animation-duration: var(--modal-frame-animation-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: components-modal__appear-animation;
          animation-name: components-modal__appear-animation;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0, 0, 1);
          animation-timing-function: cubic-bezier(0.29, 0, 0, 1);
  background: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725), 0 15px 27px rgba(0, 0, 0, 0.0705882353), 0 30px 36px rgba(0, 0, 0, 0.0392156863), 0 50px 43px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725), 0 15px 27px rgba(0, 0, 0, 0.0705882353), 0 30px 36px rgba(0, 0, 0, 0.0392156863), 0 50px 43px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  overflow: hidden;
  width: 100%;
}

.components-modal__frame *, .components-modal__frame :after, .components-modal__frame :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .components-modal__frame {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-modal__screen-overlay.is-animating-out .components-modal__frame {
  -webkit-animation-name: components-modal__disappear-animation;
          animation-name: components-modal__disappear-animation;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(1, 0, 0.2, 1);
}

@media (min-width: 600px) {
  .components-modal__frame {
    border-radius: 8px;
    margin: auto;
    max-height: calc(100% - 120px);
    max-width: calc(100% - 32px);
    min-width: 350px;
    width: auto;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .components-modal__frame.is-full-screen {
    height: calc(100% - 32px);
    max-height: none;
    width: calc(100% - 32px);
  }
}
@media (min-width: 600px) and (min-width: 782px) {
  .components-modal__frame.is-full-screen {
    height: calc(100% - 80px);
    max-width: none;
    width: calc(100% - 80px);
  }
}
@media (min-width: 600px) {
  .components-modal__frame.has-size-large, .components-modal__frame.has-size-medium, .components-modal__frame.has-size-small {
    width: 100%;
  }
  .components-modal__frame.has-size-small {
    max-width: 384px;
  }
  .components-modal__frame.has-size-medium {
    max-width: 512px;
  }
  .components-modal__frame.has-size-large {
    max-width: 840px;
  }
}
@media (min-width: 960px) {
  .components-modal__frame {
    max-height: 70%;
  }
}
@-webkit-keyframes components-modal__appear-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes components-modal__appear-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes components-modal__disappear-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes components-modal__disappear-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.components-modal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 72px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 24px 32px 8px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.components-modal__header .components-modal__header-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.components-modal__header h1 {
  line-height: 1;
  margin: 0;
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
  border-bottom-color: #ddd;
}

.components-modal__header + p {
  margin-top: 0;
}

.components-modal__header-heading-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.components-modal__header-icon-container {
  display: inline-block;
}

.components-modal__header-icon-container svg {
  max-height: 36px;
  max-width: 36px;
  padding: 8px;
}

.components-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 72px;
  overflow: auto;
  padding: 4px 32px 32px;
}

.components-modal__content.hide-header {
  margin-top: 0;
  padding-top: 32px;
}

.components-modal__content.is-scrollable:focus-visible {
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
}

.components-notice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  padding: 8px 12px;
}

.components-notice.is-dismissible {
  position: relative;
}

.components-notice.is-success {
  background-color: #eff9f1;
  border-left-color: #4ab866;
}

.components-notice.is-warning {
  background-color: #fef8ee;
  border-left-color: #f0b849;
}

.components-notice.is-error {
  background-color: #f4a2a2;
  border-left-color: #cc1818;
}

.components-notice__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 4px 25px 4px 0;
}

.components-notice__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.components-notice__action.components-button {
  margin-right: 8px;
}

.components-notice__action.components-button, .components-notice__action.components-button.is-link {
  margin-left: 12px;
}

.components-notice__action.components-button.is-secondary {
  vertical-align: initial;
}

.components-notice__dismiss {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #757575;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  background-color: initial;
  color: #1e1e1e;
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-notice-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100vw;
}

.components-notice-list .components-notice__content {
  line-height: 2;
  margin-bottom: 12px;
  margin-top: 12px;
}

.components-notice-list .components-notice__action.components-button {
  display: block;
  margin-left: 0;
  margin-top: 8px;
}

.components-panel {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.components-panel > .components-panel__body:first-child, .components-panel > .components-panel__header:first-child {
  margin-top: -1px;
}

.components-panel > .components-panel__body:last-child, .components-panel > .components-panel__header:last-child {
  border-bottom-width: 0;
}

.components-panel + .components-panel {
  margin-top: -1px;
}

.components-panel__body {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.components-panel__body h3 {
  margin: 0 0 0.5em;
}

.components-panel__body.is-opened {
  padding: 16px;
}

.components-panel__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}

.components-panel__header h2 {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.components-panel__body + .components-panel__body, .components-panel__body + .components-panel__header, .components-panel__header + .components-panel__body, .components-panel__header + .components-panel__header {
  margin-top: -1px;
}

.components-panel__body > .components-panel__body-title {
  display: block;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body > .components-panel__body-title {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-panel__body.is-opened > .components-panel__body-title {
  margin: -16px -16px 5px;
}

.components-panel__body > .components-panel__body-title:hover {
  background: #f0f0f0;
  border: none;
}

.components-panel__body-toggle.components-button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e1e1e;
  font-weight: 500;
  height: auto;
  outline: none;
  padding: 16px 48px 16px 16px;
  position: relative;
  text-align: left;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body-toggle.components-button {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-panel__body-toggle.components-button:focus {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-panel__body-toggle.components-button .components-panel__arrow {
  fill: currentColor;
  color: #1e1e1e;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .components-panel__body-toggle.components-button .components-panel__arrow {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
  -ms-filter: fliph;
  -webkit-filter: FlipH;
          filter: FlipH;
  margin-top: -10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.components-panel__icon {
  color: #757575;
  margin: -2px 0 -2px 6px;
}

.components-panel__body-toggle-icon {
  margin-right: -5px;
}

.components-panel__color-title {
  float: left;
  height: 19px;
}

.components-panel__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  min-height: 36px;
}

.components-panel__row select {
  min-width: 0;
}

.components-panel__row label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  max-width: 75%;
}

.components-panel__row:empty, .components-panel__row:first-of-type {
  margin-top: 0;
}

.components-panel .circle-picker {
  padding-bottom: 20px;
}

.components-placeholder.components-placeholder {
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
          box-shadow: inset 0 0 0 1px #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  gap: 16px;
  margin: 0;
  outline: 1px solid rgba(0, 0, 0, 0);
  padding: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

.components-placeholder__error, .components-placeholder__fieldset, .components-placeholder__instructions, .components-placeholder__label {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}

.components-placeholder__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
  fill: currentColor;
  margin-right: 4px;
}

@media (forced-colors: active) {
  .components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
    fill: CanvasText;
  }
}
.components-placeholder__label:empty {
  display: none;
}

.components-placeholder__fieldset, .components-placeholder__fieldset form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.components-placeholder__fieldset form p, .components-placeholder__fieldset p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-placeholder__input[type=url] {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 6px 8px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-placeholder__input[type=url] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-placeholder__input[type=url] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-placeholder__input[type=url]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-placeholder__input[type=url]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-placeholder__error {
  gap: 8px;
  width: 100%;
}

.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link {
  margin-left: 10px;
  margin-right: 10px;
}

.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child {
  margin-right: 0;
}

.components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions {
  display: none;
}

.components-placeholder.is-medium .components-placeholder__fieldset, .components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset, .components-placeholder.is-small .components-placeholder__fieldset form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-placeholder.is-medium .components-button, .components-placeholder.is-medium .components-placeholder__fieldset > *, .components-placeholder.is-small .components-button, .components-placeholder.is-small .components-placeholder__fieldset > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.components-placeholder.is-small {
  padding: 16px;
}

.components-placeholder.has-illustration {
  backdrop-filter: blur(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: initial;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.is-dark-theme .components-placeholder.has-illustration {
  background-color: rgba(0, 0, 0, 0.1019607843);
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
  margin-left: 0;
  margin-right: 0;
}

.components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.is-selected > .components-placeholder.has-illustration .components-button, .is-selected > .components-placeholder.has-illustration .components-placeholder__instructions, .is-selected > .components-placeholder.has-illustration .components-placeholder__label {
  opacity: 1;
  pointer-events: auto;
}

.components-placeholder.has-illustration:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.is-selected .components-placeholder.has-illustration {
  overflow: auto;
}

.components-placeholder__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.components-placeholder__illustration {
  stroke: currentColor;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 100%;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.components-popover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
  z-index: 1000000;
}

.components-popover *, .components-popover :after, .components-popover :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.components-popover.is-expanded {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000 !important;
}

.components-popover__content {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #ccc, 0 2px 3px rgba(0, 0, 0, 0.0509803922), 0 4px 5px rgba(0, 0, 0, 0.0392156863), 0 12px 12px rgba(0, 0, 0, 0.031372549), 0 16px 16px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 0 0 1px #ccc, 0 2px 3px rgba(0, 0, 0, 0.0509803922), 0 4px 5px rgba(0, 0, 0, 0.0392156863), 0 12px 12px rgba(0, 0, 0, 0.031372549), 0 16px 16px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.is-alternate .components-popover__content {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #1e1e1e;
          box-shadow: 0 0 0 1px #1e1e1e;
}

.is-unstyled .components-popover__content {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.components-popover.is-expanded .components-popover__content {
  -webkit-box-shadow: 0 -1px 0 0 #ccc;
          box-shadow: 0 -1px 0 0 #ccc;
  height: calc(100% - 48px);
  overflow-y: visible;
  position: static;
  width: auto;
}

.components-popover.is-expanded.is-alternate .components-popover__content {
  -webkit-box-shadow: 0 -1px 0 #1e1e1e;
          box-shadow: 0 -1px 0 #1e1e1e;
}

.components-popover__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px 0 16px;
}

.components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.components-popover__close.components-button {
  z-index: 5;
}

.components-popover__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  pointer-events: none;
  position: absolute;
  width: 14px;
}

.components-popover__arrow:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: -1px;
}

.components-popover__arrow.is-top {
  bottom: -14px !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.components-popover__arrow.is-right {
  left: -14px !important;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.components-popover__arrow.is-bottom {
  top: -14px !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.components-popover__arrow.is-left {
  right: -14px !important;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.components-popover__triangle {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.components-popover__triangle-bg {
  fill: #fff;
}

.components-popover__triangle-border {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 1px;
  stroke: #ccc;
}

.is-alternate .components-popover__triangle-border {
  stroke: #1e1e1e;
}

.components-radio-control {
  border: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.components-radio-control__group-wrapper.has-help {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}

.components-radio-control__option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto minmax(0, -webkit-max-content);
  grid-template-rows: auto minmax(0, max-content);
}

.components-radio-control__input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  grid-column: 1;
  grid-row: 1;
  height: 24px;
  line-height: normal;
  margin: 0;
  max-width: 24px;
  min-width: 24px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  -webkit-transition: none;
  transition: none;
  width: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .components-radio-control__input[type=radio] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-radio-control__input[type=radio] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-radio-control__input[type=radio]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-radio-control__input[type=radio]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

@media (min-width: 600px) {
  .components-radio-control__input[type=radio] {
    height: 16px;
    max-width: 16px;
    min-width: 16px;
    width: 16px;
  }
}
.components-radio-control__input[type=radio]:checked:before {
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 12px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
}

@media (min-width: 600px) {
  .components-radio-control__input[type=radio]:checked:before {
    height: 8px;
    width: 8px;
  }
}
.components-radio-control__input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-admin-theme-color);
  border: none;
}

.components-radio-control__input[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}

.components-radio-control__input[type=radio]:checked {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-radio-control__input[type=radio]:checked:before {
  border-radius: 50%;
  content: "";
}

.components-radio-control__label {
  cursor: pointer;
  grid-column: 2;
  grid-row: 1;
  line-height: 24px;
}

@media (min-width: 600px) {
  .components-radio-control__label {
    line-height: 16px;
  }
}
.components-radio-control__option-description {
  grid-column: 2;
  grid-row: 2;
  -webkit-padding-before: 4px;
          padding-block-start: 4px;
}

.components-radio-control__option-description.components-radio-control__option-description {
  margin-top: 0;
}

.components-resizable-box__handle {
  display: none;
  height: 23px;
  width: 23px;
  z-index: 2;
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
  display: block;
}

.components-resizable-box__handle > div {
  height: 100%;
  outline: none;
  position: relative;
  width: 100%;
  z-index: 2;
}

.components-resizable-box__container > img {
  width: inherit;
}

.components-resizable-box__handle:after {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
          box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px rgba(0, 0, 0, 0.031372549), 0 1px 2px rgba(0, 0, 0, 0.0196078431), 0 3px 3px rgba(0, 0, 0, 0.0196078431), 0 4px 4px rgba(0, 0, 0, 0.0117647059);
  content: "";
  cursor: inherit;
  display: block;
  height: 15px;
  outline: 2px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 15px;
}

.components-resizable-box__side-handle:before {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius: 9999px;
  content: "";
  cursor: inherit;
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  right: calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  width: 3px;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-resizable-box__corner-handle, .components-resizable-box__side-handle {
  z-index: 2;
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:before, .components-resizable-box__side-handle.components-resizable-box__handle-top, .components-resizable-box__side-handle.components-resizable-box__handle-top:before {
  border-left: 0;
  border-right: 0;
  left: 0;
  width: 100%;
}

.components-resizable-box__side-handle.components-resizable-box__handle-left, .components-resizable-box__side-handle.components-resizable-box__handle-left:before, .components-resizable-box__side-handle.components-resizable-box__handle-right, .components-resizable-box__side-handle.components-resizable-box__handle-right:before {
  border-bottom: 0;
  border-top: 0;
  height: 100%;
  top: 0;
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
  -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
          animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
  -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
          animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
      -webkit-animation: none;
              animation: none;
    }
  }
}
@-webkit-keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes components-resizable-box__top-bottom-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes components-resizable-box__left-right-animation {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.components-resizable-box__handle-right {
  right: -11.5px;
}

.components-resizable-box__handle-left {
  left: -11.5px;
}

.components-resizable-box__handle-top {
  top: -11.5px;
}

.components-resizable-box__handle-bottom {
  bottom: -11.5px;
}

.components-responsive-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  position: relative;
}

.components-responsive-wrapper__content {
  display: block;
  max-width: 100%;
  width: 100%;
}

.components-sandbox {
  overflow: hidden;
}

iframe.components-sandbox {
  width: 100%;
}

body.lockscroll, html.lockscroll {
  overflow: hidden;
}

.components-select-control__input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: 0;
}

@media (max-width: 782px) {
  .components-base-control .components-base-control__field .components-select-control__input {
    font-size: 16px;
  }
}
.components-snackbar {
  backdrop-filter: blur(16px) saturate(180%);
  background: rgba(0, 0, 0, 0.8509803922);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 12px 20px;
  pointer-events: auto;
  width: 100%;
}

@media (min-width: 600px) {
  .components-snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.components-snackbar:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default;
}

.components-snackbar .components-snackbar__content-with-icon {
  padding-left: 24px;
  position: relative;
}

.components-snackbar .components-snackbar__icon {
  left: -8px;
  position: absolute;
  top: -2.9px;
}

.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 24px;
}

.components-snackbar__action.components-button {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 32px;
}

.components-snackbar__action.components-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px dotted #fff;
}

.components-snackbar__action.components-button:hover {
  color: currentColor;
  text-decoration: none;
}

.components-snackbar__content {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
}

.components-snackbar-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000;
}

.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative;
}

.components-tab-panel__tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.components-tab-panel__tabs[aria-orientation=vertical] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-tab-panel__tabs-item {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  height: 48px !important;
  margin-left: 0;
  padding: 3px 16px;
  position: relative;
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: relative;
}

.components-tab-panel__tabs-item:after {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  border-radius: 0;
  bottom: 0;
  content: "";
  height: calc(var(--wp-admin-border-width-focus) * 0);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-tab-panel__tabs-item:after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-tab-panel__tabs-item.is-active:after {
  height: calc(var(--wp-admin-border-width-focus) * 1);
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -1px;
}

.components-tab-panel__tabs-item:before {
  border-radius: 2px;
  bottom: 12px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  content: "";
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (prefers-reduced-motion: reduce) {
  .components-tab-panel__tabs-item:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.components-tab-panel__tabs-item:focus-visible:before {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-tab-panel__tab-content:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-tab-panel__tab-content:focus-visible {
  -webkit-box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
          box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 0;
}

.components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: normal;
  margin: 0;
  padding: 6px 8px;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
    font-size: 13px;
    line-height: normal;
  }
}
.components-text-control__input:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-text-control__input::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
  opacity: 1;
}

.components-text-control__input:-ms-input-placeholder, .components-text-control__input[type=color]:-ms-input-placeholder, .components-text-control__input[type=date]:-ms-input-placeholder, .components-text-control__input[type=datetime-local]:-ms-input-placeholder, .components-text-control__input[type=datetime]:-ms-input-placeholder, .components-text-control__input[type=email]:-ms-input-placeholder, .components-text-control__input[type=month]:-ms-input-placeholder, .components-text-control__input[type=number]:-ms-input-placeholder, .components-text-control__input[type=password]:-ms-input-placeholder, .components-text-control__input[type=tel]:-ms-input-placeholder, .components-text-control__input[type=text]:-ms-input-placeholder, .components-text-control__input[type=time]:-ms-input-placeholder, .components-text-control__input[type=url]:-ms-input-placeholder, .components-text-control__input[type=week]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.6196078431);
}

.components-text-control__input.is-next-40px-default-size, .components-text-control__input[type=color].is-next-40px-default-size, .components-text-control__input[type=date].is-next-40px-default-size, .components-text-control__input[type=datetime-local].is-next-40px-default-size, .components-text-control__input[type=datetime].is-next-40px-default-size, .components-text-control__input[type=email].is-next-40px-default-size, .components-text-control__input[type=month].is-next-40px-default-size, .components-text-control__input[type=number].is-next-40px-default-size, .components-text-control__input[type=password].is-next-40px-default-size, .components-text-control__input[type=tel].is-next-40px-default-size, .components-text-control__input[type=text].is-next-40px-default-size, .components-text-control__input[type=time].is-next-40px-default-size, .components-text-control__input[type=url].is-next-40px-default-size, .components-text-control__input[type=week].is-next-40px-default-size {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.components-tip {
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.components-tip svg {
  fill: #f0b849;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}

.components-tip p {
  margin: 0;
}

.components-toggle-control__label {
  line-height: 16px;
}

.components-toggle-control__label:not(.is-disabled) {
  cursor: pointer;
}

.components-toggle-control__help {
  display: inline-block;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.components-accessible-toolbar {
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.components-accessible-toolbar > .components-toolbar-group:last-child {
  border-right: none;
}

.components-accessible-toolbar.is-unstyled {
  border: none;
}

.components-accessible-toolbar.is-unstyled > .components-toolbar-group {
  border-right: none;
}

.components-accessible-toolbar[aria-orientation=vertical], .components-toolbar[aria-orientation=vertical] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.components-accessible-toolbar .components-button, .components-toolbar .components-button {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.components-accessible-toolbar .components-button:focus:not(:disabled), .components-toolbar .components-button:focus:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
  -webkit-animation: components-button__appear-animation 0.1s ease;
          animation: components-button__appear-animation 0.1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 2px;
  content: "";
  display: block;
  height: 32px;
  left: 8px;
  position: absolute;
  right: 8px;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
  }
}
.components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.components-accessible-toolbar .components-button.is-pressed, .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed:hover {
  background: rgba(0, 0, 0, 0);
}

.components-accessible-toolbar .components-button.is-pressed:before, .components-toolbar .components-button.is-pressed:before {
  background: #1e1e1e;
}

.components-accessible-toolbar .components-button:focus:before, .components-toolbar .components-button:focus:before {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.components-accessible-toolbar .components-button.has-icon.has-icon, .components-toolbar .components-button.has-icon.has-icon {
  min-width: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

@-webkit-keyframes components-button__appear-animation {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes components-button__appear-animation {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.components-toolbar__control.components-button {
  position: relative;
}

.components-toolbar__control.components-button[data-subscript] svg {
  padding: 5px 10px 5px 0;
}

.components-toolbar__control.components-button[data-subscript]:after {
  bottom: 10px;
  content: attr(data-subscript);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  position: absolute;
  right: 8px;
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
  color: #fff;
}

.components-toolbar-group {
  background-color: #fff;
  border-right: 1px solid #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0;
  min-height: 48px;
  padding-left: 6px;
  padding-right: 6px;
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
  border-width: 0;
  margin: 0;
}

.components-toolbar-group .components-button.components-button, .components-toolbar-group .components-button.has-icon.has-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  padding-left: 6px;
  padding-right: 6px;
}

.components-toolbar-group .components-button.components-button svg, .components-toolbar-group .components-button.has-icon.has-icon svg {
  min-width: 24px;
}

.components-toolbar-group .components-button.components-button:before, .components-toolbar-group .components-button.has-icon.has-icon:before {
  left: 2px;
  right: 2px;
}

.components-toolbar {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  min-height: 48px;
}

.components-toolbar .components-toolbar.components-toolbar {
  border-width: 0;
  margin: 0;
}

div.components-toolbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

div.components-toolbar > div + div.has-left-divider {
  margin-left: 6px;
  overflow: visible;
  position: relative;
}

div.components-toolbar > div + div.has-left-divider:before {
  background-color: #ddd;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  content: "";
  display: inline-block;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 8px;
  width: 1px;
}

.components-tooltip {
  background: #000;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0509803922), 0 2px 3px rgba(0, 0, 0, 0.0392156863), 0 6px 6px rgba(0, 0, 0, 0.031372549), 0 8px 8px rgba(0, 0, 0, 0.0196078431);
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 8px;
  text-align: center;
  z-index: 1000002;
}

.components-tooltip__shortcut {
  margin-left: 8px;
}