body, html {
  font-family: "Noto Sans JP";
  /*font-style: normal;
  font-weight: 200;*/
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.-M {
  display: block;
}
@media screen and (max-width: 768px) {
  .-M {
    display: none;
  }
}

.-underM {
  display: none;
}
@media screen and (max-width: 768px) {
  .-underM {
    display: block;
  }
}

.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image > a,
.wp-block-image > figure > a {
  display: inline-block;
}
.wp-block-image img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden;
  }
  .wp-block-image img.show {
    -webkit-animation: show-content-image 0.4s;
            animation: show-content-image 0.4s;
  }
}
.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
  width: 100%;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image figure {
  margin: 0;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px;
}

:root :where(.wp-block-image figcaption) {
  color: #555;
  font-size: 13px;
  text-align: center;
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
  color: rgba(255, 255, 255, 0.65);
}

.wp-lightbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
  border-radius: 4px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 20px;
  z-index: 100;
}
@media not (prefers-reduced-motion) {
  .wp-lightbox-container button {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover, .wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  visibility: visible;
}
@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active {
    -webkit-animation: turn-on-visibility 0.25s both;
            animation: turn-on-visibility 0.25s both;
  }
  .wp-lightbox-overlay.active img {
    -webkit-animation: turn-on-visibility 0.35s both;
            animation: turn-on-visibility 0.35s both;
  }
  .wp-lightbox-overlay.show-closing-animation:not(.active) {
    -webkit-animation: turn-off-visibility 0.35s both;
            animation: turn-off-visibility 0.35s both;
  }
  .wp-lightbox-overlay.show-closing-animation:not(.active) img {
    -webkit-animation: turn-off-visibility 0.25s both;
            animation: turn-off-visibility 0.25s both;
  }
  .wp-lightbox-overlay.zoom.active {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    -webkit-animation: lightbox-zoom-in 0.4s;
            animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    -webkit-animation: none;
            animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    -webkit-animation: turn-on-visibility 0.4s forwards;
            animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    -webkit-animation: none;
            animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
    -webkit-animation: lightbox-zoom-out 0.4s;
            animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    -webkit-animation: none;
            animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    -webkit-animation: turn-off-visibility 0.4s forwards;
            animation: turn-off-visibility 0.4s forwards;
  }
}

@-webkit-keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes turn-on-visibility {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-on-visibility {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes lightbox-zoom-in {
  0% {
    -webkit-transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-in {
  0% {
    -webkit-transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes lightbox-zoom-out {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    -webkit-transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-out {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    -webkit-transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
            transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}

.link-ui-tools {
  outline: 1px solid #f0f0f0;
  padding: 8px;
}

.link-ui-block-inserter {
  padding-top: 8px;
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}

.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-group.wp-block-group-is-layout-constrained {
  position: relative;
}
.wp-block-group.has-background {
  padding: 1.25em 2.375em;
}

:root :where(.wp-block-template-part.has-background) {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.25em 2.375em;
}

.wp-block-post-content {
  display: flow-root;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

:root {
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
  --wp-editor-canvas-background: #ddd;
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

.wp-element-button {
  cursor: pointer;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-fit-text {
  white-space: nowrap !important;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.items-justified-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-justified-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.items-justified-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #FFFFFF;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--black-blue: #0C1030;
  --wp--preset--color--green: #78E6A0;
  --wp--preset--color--purple: #DA48FA;
  --wp--preset--color--navy-blue: #081D4D;
  --wp--preset--color--dark-purple: #666BFF;
  --wp--preset--color--primary-dark: #081D4D;
  --wp--preset--color--primary-light: #1565C0;
  --wp--preset--color--secondary-green: #96EAAA;
  --wp--preset--color--secondary-blue: #0e67d3;
  --wp--preset--color--secondary-purple: #B5A4FC;
  --wp--preset--color--dark-blue: #5788F2;
  --wp--preset--color--mid-blue: #49D2FF;
  --wp--preset--color--light-blue: #0FD4FF;
  --wp--preset--color--coupa-blue: #3CDCFF;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--gradient--dark-to-light-primary: linear-gradient(90deg,rgba(8,29,77,1) 0%,rgba(21,101,192,1) 100%);
  --wp--preset--gradient--green-to-blue: linear-gradient(90deg,rgba(150,234,170,1) 0%,rgba(95,214,255,1) 100%);
  --wp--preset--gradient--azure-lane: linear-gradient(45deg, #7f7fd5, #86a8e7, #91eae4);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-family--system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --wp--preset--font-family--poppins: "Poppins", sans-serif;
  --wp--preset--font-family--goldman: "Goldman", sans-serif;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255,255,255), 6px 6px rgb(0,0,0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0,0,0);
  --wp--style--global--content-size: 75.25rem;
  --wp--style--global--wide-size: 75.25rem;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-site-blocks > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-site-blocks > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

:root {
  --wp--style--block-gap: 24px;
}
:root :where(.is-layout-flow) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-flow) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flow) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-constrained) > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
:root :where(.is-layout-constrained) > :last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
:root :where(.is-layout-flex) {
  gap: 24px;
}
:root :where(.is-layout-grid) {
  gap: 24px;
}

.is-layout-flow > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.is-layout-flow > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.is-layout-constrained > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: -ms-grid;
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

body {
  font-family: var(--wp--preset--font-family--poppins);
  --wp--style--root--padding-top: 2rem;
  --wp--style--root--padding-right: clamp(2rem, 7vw, 1rem);
  --wp--style--root--padding-bottom: 2rem;
  --wp--style--root--padding-left: clamp(2rem, 7vw, 1rem);
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

h1 {
  font-size: clamp(6.25rem, 5vw, 4.25rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 1.5rem);
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-coupa-blue-color {
  color: var(--wp--preset--color--coupa-blue) !important;
}

.has-purple-color {
  color: var(--wp--preset--color--purple) !important;
}

.has-green-color {
  color: var(--wp--preset--color--green) !important;
}

.has-navy-blue-color {
  color: var(--wp--preset--color--navy-blue) !important;
}

.has-dark-purple-color {
  color: var(--wp--preset--color--dark-purple) !important;
}

.has-primary-dark-color {
  color: var(--wp--preset--color--primary-dark) !important;
}

.has-primary-light-color {
  color: var(--wp--preset--color--primary-light) !important;
}

.has-secondary-green-color {
  color: var(--wp--preset--color--secondary-green) !important;
}

.has-secondary-blue-color {
  color: var(--wp--preset--color--secondary-blue) !important;
}

.has-secondary-purple-color {
  color: var(--wp--preset--color--secondary-purple) !important;
}

.has-dark-blue-color {
  color: var(--wp--preset--color--dark-blue) !important;
}

.has-mid-blue-color {
  color: var(--wp--preset--color--mid-blue) !important;
}

.has-light-blue-color {
  color: var(--wp--preset--color--light-blue) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-coupa-blue-background-color {
  background-color: var(--wp--preset--color--coupa-blue) !important;
}

.has-navy-blue-background-color {
  background-color: var(--wp--preset--color--navy-blue) !important;
}

.has-primary-dark-background-color {
  background-color: var(--wp--preset--color--primary-dark) !important;
}

.has-secondary-blue-background-color {
  background-color: var(--wp--preset--color--secondary-blue) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-system-font-font-family {
  font-family: var(--wp--preset--font-family--system-font) !important;
}

.has-poppins-font-family {
  font-family: var(--wp--preset--font-family--poppins) !important;
}

.has-goldman-font-family {
  font-family: var(--wp--preset--font-family--goldman) !important;
}

.wp-container-core-group-is-layout-6c531013 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.skip-link.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.worldtour-hero h1 {
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.53);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
}
.worldtour-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #060f27;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #060f27), to(rgba(15, 32, 79, 0)));
  background: linear-gradient(180deg, #060f27 15%, rgba(15, 32, 79, 0) 100%);
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}
.worldtour-hero__image.light-blue {
  -webkit-box-shadow: 9px 9px 0 #3CDCFF;
          box-shadow: 9px 9px 0 #3CDCFF;
}
.worldtour-hero__image.purple {
  -webkit-box-shadow: 9px 9px 0 #DA48FA;
          box-shadow: 9px 9px 0 #DA48FA;
}
.worldtour-hero__image.green {
  -webkit-box-shadow: 9px 9px 0 #78E6A0;
          box-shadow: 9px 9px 0 #78E6A0;
}
.worldtour-hero__image.dark-purple {
  -webkit-box-shadow: 9px 9px 0 #666BFF;
          box-shadow: 9px 9px 0 #666BFF;
}

.persona-grid__card ul {
  list-style-position: inside;
  padding-left: 0;
}

.speakers .swiper {
  mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, var(--mask_a, 1))), color-stop(15%, rgba(0, 0, 0, var(--mask_b, 1))), color-stop(85%, rgba(0, 0, 0, var(--mask_c, 1))), to(rgba(0, 0, 0, var(--mask_d, 1))));
  mask: linear-gradient(to right, rgba(0, 0, 0, var(--mask_a, 1)), rgba(0, 0, 0, var(--mask_b, 1)) 15%, rgba(0, 0, 0, var(--mask_c, 1)) 85%, rgba(0, 0, 0, var(--mask_d, 1)));
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, var(--mask_a, 1))), color-stop(15%, rgba(0, 0, 0, var(--mask_b, 1))), color-stop(85%, rgba(0, 0, 0, var(--mask_c, 1))), to(rgba(0, 0, 0, var(--mask_d, 1))));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, var(--mask_a, 1)), rgba(0, 0, 0, var(--mask_b, 1)) 15%, rgba(0, 0, 0, var(--mask_c, 1)) 85%, rgba(0, 0, 0, var(--mask_d, 1)));
  -webkit-transition: 1s;
  transition: 1s;
}
.speakers .swiper.right-mask.left-mask {
  --mask_a: 0.01;
  --mask_d: 0.01;
}
.speakers .swiper.left-mask {
  --mask_a: 0.01;
}
.speakers .swiper.right-mask {
  --mask_d: 0.01;
}
.speakers__card {
  pointer-events: none;
}
.speakers__card:hover .speakers__card-image-wrapper img {
  scale: 1.05;
}
.speakers__card-image-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.54%, #081D4D), to(#69F));
  background: linear-gradient(180deg, #081D4D 11.54%, #69F 100%);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.speakers__card-image-wrapper::before {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white)), -webkit-gradient(linear, left top, left bottom, from(white));
  -webkit-mask-image: linear-gradient(white), linear-gradient(white);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(white)), -webkit-gradient(linear, left top, left bottom, from(white));
  mask-image: linear-gradient(white), linear-gradient(white);
  -webkit-mask-clip: no-clip, content-box;
  mask-clip: no-clip, content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(144deg, #48D2FE 8.07%, rgba(21, 121, 255, 0.91) 37.4%, #49D2FF 64.22%, rgba(174, 252, 252, 0.81) 91.87%);
  background-size: 100%;
  background-origin: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.speakers__card-image-wrapper img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  max-height: 350px;
  width: auto;
}
.speakers__card-bio {
  background-color: #081D4D;
  z-index: 2;
  top: 2px;
  left: 2px;
  border-radius: 12px;
  right: 2px;
  bottom: 1px;
  height: auto;
  width: auto;
}
.speakers__card-bio::-webkit-scrollbar {
  width: 20px;
}
.speakers__card-bio::-webkit-scrollbar-button {
  display: none;
}
.speakers__card-bio::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 24px;
  border: 8px solid transparent;
  background-clip: content-box;
}
.speakers__card-bio::-webkit-scrollbar-track {
  background-color: transparent;
  margin-top: 16px;
  margin-bottom: 16px;
}
.speakers__card-bio::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.speakers__swiper-button-next svg, .speakers__swiper-button-prev svg {
  cursor: pointer;
  vertical-align: middle;
}
.speakers__swiper-button-next .mobile-svg, .speakers__swiper-button-prev .mobile-svg {
  height: 30px;
  width: 12px;
}
.speakers__swiper-button-next.swiper-button-disabled, .speakers__swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.speakers__swiper-button-next.swiper-button-disabled svg, .speakers__swiper-button-prev.swiper-button-disabled svg {
  cursor: default;
}

.agenda__dates-item {
  color: white;
  position: relative;
}
.agenda__dates-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: background-color 500ms ease-in-out, height 500ms ease-in-out;
  transition: background-color 500ms ease-in-out, height 500ms ease-in-out;
}
.agenda__dates-item.active {
  color: #3CDCFF;
}
.agenda__dates-item.active::after {
  background-color: #3CDCFF;
  height: 6px;
}
.agenda__dates__sessions {
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
  display: none;
}
.agenda__dates__sessions.active {
  display: block;
}
.agenda__session p {
  margin: 0;
}
.agenda__session::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.agenda__session.open:not(.empty)::before {
  opacity: 1;
}
.agenda__session.open:not(.empty)::after {
  opacity: 0;
}
.agenda__session:not(.empty)::before, .agenda__session:not(.empty)::after {
  content: "";
  width: 35px;
  height: 35px;
  right: 1rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.agenda__session:not(.empty)::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M35 17.5C35 27.165 27.165 35 17.5 35C7.83502 35 0 27.165 0 17.5C0 7.83502 7.83502 0 17.5 0C27.165 0 35 7.83502 35 17.5Z" fill="white"/><path d="M7.57895 20C7.2592 20 7 19.3284 7 18.5C7 17.6716 7.2592 17 7.57895 17H28.4211C28.7408 17 29 17.6716 29 18.5C29 19.3284 28.7408 20 28.4211 20H7.57895Z" fill="%23081D4D"/></svg>');
  opacity: 0;
}
.agenda__session:not(.empty)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M35 17.5C35 27.165 27.165 35 17.5 35C7.83502 35 0 27.165 0 17.5C0 7.83502 7.83502 0 17.5 0C27.165 0 35 7.83502 35 17.5Z" fill="%233CDCFF"/><path d="M17.5 28.2258V18.629H7.90323C7.59145 18.629 7.33871 18.3763 7.33871 18.0645C7.33871 17.7527 7.59145 17.5 7.90323 17.5H17.5V7.90323C17.5 7.59145 17.7527 7.33871 18.0645 7.33871C18.3763 7.33871 18.629 7.59145 18.629 7.90323V17.5H28.2258C28.5376 17.5 28.7903 17.7527 28.7903 18.0645C28.7903 18.3763 28.5376 18.629 28.2258 18.629H18.629V28.2258C18.629 28.5376 18.3763 28.7903 18.0645 28.7903C17.7527 28.7903 17.5 28.5376 17.5 28.2258Z" fill="%23081D4D"/>%3c/svg>');
  opacity: 1;
}
@media (width >= 48rem) {
  .agenda__session:not(.empty)::before, .agenda__session:not(.empty)::after {
    right: 1.5rem;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.agenda-custom .agenda__dates__sessions {
  display: block;
}

.location-grid .gradient-border::before {
  inset: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.location-grid .gradient-border.border-blue-dark-light::before {
  background: linear-gradient(140deg, #5788f2, #5788f2, #0fd4ff, #0fd4ff) border-box;
}
.location-grid .gradient-border.border-blue-light-dark::before {
  background: linear-gradient(140deg, #0fd4ff, #0fd4ff, #5788f2, #5788f2) border-box;
}
.location-grid__image-wrapper {
  -webkit-mask-image: none;
}
@media (min-width: 768px) {
  .location-grid__image-wrapper {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, black), color-stop(75%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to top, transparent, black 0%, black 75%, transparent);
  }
}
.location-grid__image {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, black), color-stop(15%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, transparent, black 0%, black 15%, transparent);
}
@media (min-width: 768px) {
  .location-grid__image {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(0%, black), color-stop(35%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to left, transparent, black 0%, black 35%, transparent);
  }
}

.simple-cta__description a {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.simple-cta__description a:hover {
  color: #3CDCFF;
}

.modal {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-margin-after: auto !important;
          margin-block-end: auto !important;
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1280px) {
  .modal {
    width: calc(100% - 64px);
    max-height: calc(100% - 64px);
  }
}
.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.627);
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.627);
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media (min-width: 1280px) {
  .modal::-ms-backdrop {
    background-color: rgba(0, 0, 0, 0.376);
  }
  .modal::backdrop {
    background-color: rgba(0, 0, 0, 0.376);
  }
}
.modal::-webkit-scrollbar {
  width: 20px;
}
.modal::-webkit-scrollbar-button {
  display: none;
}
.modal::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 24px;
  border: 8px solid transparent;
  background-clip: content-box;
}
.modal::-webkit-scrollbar-track {
  background-color: transparent;
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.modal-marketo-form .marketo-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.modal-marketo-form .marketo-form .mktoFormRow {
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 560px) {
  .modal-marketo-form .marketo-form .mktoFormRow {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.modal-marketo-form .marketo-form .mktoFormRow.full-width {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-marketo-form .marketo-form .mktoFormRow.full-width .mktoCheckboxList {
  width: 15px !important;
  margin-right: 1rem;
}
.modal-marketo-form .marketo-form .mktoFormRow.full-width .mktoCheckboxList input[type=checkbox] {
  margin: 0;
}
.modal-marketo-form .marketo-form .mktoFormRow .mktoCheckboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal-marketo-form .marketo-form .mktoFormRow .mktoCheckboxList input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 0.5rem;
}
.modal-marketo-form .marketo-form .mktoFormRow .mktoCheckboxList label {
  display: block !important;
  margin-right: 1rem;
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea,
.modal-marketo-form .marketo-form .mktoFormRow select,
.modal-marketo-form .marketo-form .mktoFormRow input[type=text],
.modal-marketo-form .marketo-form .mktoFormRow input[type=tel],
.modal-marketo-form .marketo-form .mktoFormRow input[type=email] {
  border: 1px solid white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  padding: 1rem;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea::-webkit-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow select::-webkit-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=text]::-webkit-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=tel]::-webkit-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=email]::-webkit-input-placeholder {
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea::-moz-placeholder, .modal-marketo-form .marketo-form .mktoFormRow select::-moz-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=text]::-moz-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=tel]::-moz-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=email]::-moz-placeholder {
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea:-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow select:-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=text]:-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=tel]:-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=email]:-ms-input-placeholder {
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea::-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow select::-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=text]::-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=tel]::-ms-input-placeholder, .modal-marketo-form .marketo-form .mktoFormRow input[type=email]::-ms-input-placeholder {
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow textarea::placeholder,
.modal-marketo-form .marketo-form .mktoFormRow select::placeholder,
.modal-marketo-form .marketo-form .mktoFormRow input[type=text]::placeholder,
.modal-marketo-form .marketo-form .mktoFormRow input[type=tel]::placeholder,
.modal-marketo-form .marketo-form .mktoFormRow input[type=email]::placeholder {
  color: white;
}
.modal-marketo-form .marketo-form .mktoFormRow select option {
  color: #0c1030;
}
.modal-marketo-form .marketo-form .mktoFormRow a {
  color: white !important;
}
.modal-marketo-form .marketo-form .mktoFormRow span {
  color: white !important;
}
.modal-marketo-form .marketo-form label {
  display: none;
}
.modal-marketo-form .marketo-form textarea {
  height: 100px !important;
}
.modal-marketo-form .marketo-form textarea,
.modal-marketo-form .marketo-form select,
.modal-marketo-form .marketo-form input {
  width: 100% !important;
}
.modal-marketo-form .marketo-form .mktoError {
  position: absolute;
  bottom: -36px !important;
  left: 0;
  z-index: 10;
  background: #c91010;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 13px;
}
.modal-marketo-form .marketo-form .mktoError .mktoErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  background: #c91010;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-marketo-form .marketo-form .mktoButtonRow {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-marketo-form .marketo-form .mktoButtonRow button {
  background: #DA48FA !important;
  border: 2px solid transparent !important;
  border-radius: 2rem !important;
  padding: 0.5rem 1.5rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-marketo-form .marketo-form .mktoButtonRow button:hover {
  border: 2px solid white !important;
  background: transparent !important;
}
.modal-marketo-form #InstructCountry {
  display: none;
}
.modal-marketo-form .mktoFormCol {
  margin-bottom: 0 !important;
}
.modal-marketo-form span#Instructiamnotarobot {
  display: none;
}

/*add*/
.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon {
  display: none;
}

.pt3em {
  padding-top: 3em;
}

html.has-modal-open,
body.has-modal-open {
  overflow: hidden;
}

.md\:order-1 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.pb-05 {
  padding-bottom: 0.5em;
}

.pb-1 {
  padding-bottom: 1em;
}

.sponsor {
  margin: 60px auto 100px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .sponsor {
    padding: 0 15px;
  }
}

.c-h3 {
  font-size: 2.7vw;
  color: #b482ff;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-h3 {
    font-size: 8.7vw;
  }
}

.sponsor__inner {
  background: #FFF;
  border-radius: 30px;
  padding: 60px 60px 2px;
}
@media (max-width: 768px) {
  .sponsor__inner {
    padding: 30px 20px 2px;
  }
}
.sponsor__inner img {
  width: 100%;
}
.sponsor__inner h4 {
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .sponsor__inner h4 {
    font-size: 17px;
  }
}

.s-ul {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-ul.-n1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-ul.-n1 a {
  max-width: 400px;
}
.s-ul.-gold {
  width: 450px;
}
@media (max-width: 768px) {
  .s-ul.-gold {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-ul.-gold a {
    display: block;
    margin-bottom: 20px;
  }
}
.s-ul.-exp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
.s-ul.-exp .-ex1 {
  width: 115px;
}
@media (max-width: 768px) {
  .s-ul.-exp .-ex1 {
    margin-bottom: 50px;
  }
}
.s-ul.-exp .-ex2 {
  width: 130px;
}
@media (max-width: 768px) {
  .s-ul.-exp {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-ul.-exp a {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .s-ul img {
    max-width: 100%;
  }
}

.-pb-s {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .-pb-s {
    padding-bottom: 0;
  }
}

.-pb-t {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .-pb-t {
    padding-bottom: 0;
  }
}

.vArea {
  max-width: var(--wp--style--global--content-size);
  margin: 100px auto;
}
@media (max-width: 768px) {
  .vArea {
    margin: 40px auto 0;
    padding: 0 15px;
  }
}
.vArea video {
  max-width: 100%;
}