/* makes sizing simpler */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* dark mode user-agent-styles */
/* improves punctuation in supported browsers */
/* smoooooth scrolling since we use a lot of anchor tags to navigate */
html {
  color-scheme: dark light;
  hanging-punctuation: first last;
  scroll-behavior: smooth;
}

/* min body height */
body {
  min-height: 100svh;
  line-height: 1;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

/* improve readability with max-width on paragraphs and lists */
/* prevent orphans in supported browsers */
p,
li {
  text-wrap: pretty;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-yellow: #FFE13C ;
  --color-green: #CEFF00;
  --color-blue: #2E18FF;
  --color-red: #E8192D;
  --color-primary: #4f2084;
  --color-black: #000000;
  --color-dark-gray: #131316;
  --color-gray: #1C1C21;
  --color-light-gray: #28282A;
  --color-gray-fifty: #797980;
  --color-white: #FFF;
  --color-off-white: #F2F4F3;
}

/* 24px 1.125 Major scale*/
:root {
  --font-size--h1: 2.986rem;
  --font-size--h2: 2.488rem;
  --font-size--h3: 2.074rem;
  --font-size--h4: 1.728rem;
  --font-size--h5: 1.44rem;
  --font-size--h6: 1.2rem;
  --font-size--p: 1rem;
  --font-size--bigger: 1.44rem;
  --font-size--big: 1.2rem;
  --font-size--small: 0.833rem;
  --font-size--smaller: 0.694rem;
}

h1 {
  font-size: var(--font-size--h1);
}

h2 {
  font-size: 2.403rem;
}

h3 {
  font-size: 2.134rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: var(--font-size--h5);
}

h6 {
  font-size: var(--font-size--h6);
}

@media screen and (min-width: 500px) {
  h2 {
    font-size: 2.703rem;
  }
  h3 {
    font-size: 2.134rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
/* Improved heading in supported browsers */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-weight: 500;
}

big {
  font-size: var(--font-size--big);
}

small,
sup,
sub {
  font-size: var(--font-size-small);
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

pre {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.wp-block-image {
  margin-bottom: 2rem;
}
.wp-block-image img {
  max-height: 30rem;
  width: auto;
  margin: 0 auto;
}

h2.wp-block-heading {
  font-size: 1.5rem;
}

.wp-block-separator {
  margin: 2rem 0;
  border-top: 1px solid var(--color-primary);
  max-width: 6rem;
}

.wp-block-embed {
  margin-block: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

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

.d-none {
  display: none;
}

.hidden-sm-down {
  display: none;
}
@media screen and (min-width: 48rem) {
  .hidden-sm-down {
    display: initial;
  }
}

body {
  padding-block: 8rem;
  background: black;
  color: var(--color-white);
  font-family: "ff-mach-web-pro", "Mach Pro";
  font-weight: 700;
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: url("assets/images/DANDA_website_header-background_01.jpg") center center;
  z-index: -1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

.button, input[type=submit] {
  background-color: var(--color-dark-gray);
  border: 0.0125rem solid var(--color-dark-gray);
  border-radius: 0.25rem;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  height: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease all;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:hover, input[type=submit]:hover {
  background-color: var(--color-white);
  color: var(--color-dark-gray);
}

.button--vendor {
  --color-text-hover: var(--color-white);
  background-color: var(--color-dark-gray);
  color: var(--color-white);
  display: inline-flex;
  text-align: left;
  height: 4rem;
  overflow: hidden;
  text-transform: none;
  padding: 0;
  border: 0;
  line-height: 1;
  position: relative;
  container-type: inline-size;
}
.button--vendor .vendor-icon {
  display: none;
}
.button--vendor .vendor-icon path {
  transition: 0.2s ease fill;
}
.button--vendor .vendor-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  min-width: 12rem;
  gap: 0.25rem;
}
.button--vendor b, .button--vendor small {
  display: block;
  transition: 0.2s ease color;
}
.button--vendor small {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}
.button--vendor:after {
  background-color: var(--color-film-primary);
  height: 4px;
}
.button--vendor:hover {
  background-color: var(--color-film-primary);
  color: var(--color-film-primary--contrast);
}
.button--vendor:hover small {
  color: var(--color-film-primary--contrast);
}
.button--vendor:hover .vendor-icon path {
  fill: var(--color-film-primary--contrast);
}
@container (min-width: 15rem) {
  .button--vendor .vendor-icon {
    background-color: hsla(0, 0%, 100%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
  }
  .button--vendor .vendor-icon svg {
    width: 1rem;
  }
  .button--vendor .vendor-icon path {
    fill: white;
  }
  .button--vendor .vendor-icon.vendor-icon--gkids-store svg, .button--vendor .vendor-icon.vendor-icon--youtube-movies svg {
    width: 1.5rem;
  }
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

input,
input[type=text],
input[type=search],
input[type=password],
select {
  background-color: var(--color-dark-gray);
  border: 0.125rem solid var(--color-light-gray);
  border-radius: 0.25rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: 0.2s ease all;
  white-space: nowrap;
}
input:hover, input:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=password]:hover,
input[type=password]:focus,
select:hover,
select:focus {
  border-color: var(--color-white);
  color: var(--color-white);
}

figcaption {
  font-size: var(--font-size--smaller);
  padding-block: 0.5rem;
  opacity: 0.5;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a:not(.button) {
  color: var(--color-white);
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

.content-grid {
  --padding-inline: 1rem;
  --narrow-max-width: 640px;
  --content-max-width: 960px;
  --breakout-max-width: 1280px;
  --content-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] minmax(0, var(--content-size)) [narrow-start] min(100% - var(--padding-inline) * 2, var(--narrow-max-width)) [narrow-end] minmax(0, var(--content-size)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .narrow {
  grid-column: narrow;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit;
}

header {
  padding-block: 0rem 4rem;
}
header .header_content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
header .header_cta {
  background: linear-gradient(180deg, #FFE13C 5%, #CDFF00 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
header .header_cta small {
  display: block;
  -webkit-text-fill-color: white;
  font-size: 1.89875rem;
  text-shadow: 2px 2px 0px #2E18FF;
}
header .header_newsletter h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
header .header_newsletter p {
  font-size: 0.8rem;
  max-width: 400px;
}

.danda-btn {
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transform: scale(1);
  transition: 0.2s ease all;
}
@media screen and (min-width: 450px) {
  .danda-btn {
    font-size: 1rem;
  }
}
.danda-btn span {
  position: absolute;
  inset: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 450px) {
  .danda-btn span {
    inset: 0;
  }
}
.danda-btn svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 0px var(--color-blue));
}
@media screen and (min-width: 450px) {
  .danda-btn svg {
    max-height: 75px;
  }
}
.danda-btn:hover {
  transform: scale(1.1);
}
.danda-btn:hover svg {
  filter: drop-shadow(4px 4px 0px var(--color-red));
}
.danda-btn:hover svg path {
  animation: danda-btn__change-path 0.2s ease-in-out forwards;
}

@keyframes danda-btn__change-path {
  100% {
    d: path("M 388 2 L 11 8 L 0 69 L 398 73 Z");
  }
}
.button--trapezoid {
  background: transparent;
  border: 0;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-family: "ff-mach-web-pro", "Mach Pro";
  font-size: var(--font-size--p);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transform: scale(1);
  transition: 0.2s ease all;
}
@media screen and (min-width: 450px) {
  .button--trapezoid {
    font-size: var(--font-size--big);
  }
}
.button--trapezoid span {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 450px) {
  .button--trapezoid span {
    inset: 0;
  }
}
.button--trapezoid svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 0px var(--color-blue));
}
.button--trapezoid:hover {
  transform: scale(1.025);
}
.button--trapezoid:hover svg {
  filter: drop-shadow(4px 4px 0px var(--color-red));
}
.button--trapezoid:hover svg path {
  animation: button--trapezoid-01__change-path 0.2s ease-in-out forwards;
}

@keyframes button--trapezoid-01__change-path {
  100% {
    d: path("M 388 2 L 11 8 L 0 69 L 398 73 Z");
  }
}
.section--streaming a {
  display: block;
  background-color: black;
  border: 2px solid white;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
}
.section--streaming a:hover, .section--streaming a:active {
  border-color: var(--color-green);
}
.section--streaming a small {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: var(--font-size--small);
  margin-top: 0.5rem;
  font-weight: 400;
  color: hsl(0, 0%, 75%);
}

.section .section__header {
  padding-block: 2rem;
  text-align: center;
}
.section .section__header h3 {
  color: var(--color-green);
  text-shadow: 2px 2px 0px #2E18FF;
  text-transform: uppercase;
}
.section .section__header small {
  display: block;
}
.section .section-content__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.section .section-content__heading h4 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #2E18FF;
  margin-block: 1rem;
}
.section button.section-content__heading {
  font-family: "ff-mach-web-pro", "Mach Pro";
  background-color: transparent;
  color: white;
  border: 0;
  font-weight: 700;
}
.section .section-content__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block: 1rem;
  padding-inline: 0.5rem;
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s ease max-height;
}
.section .is-active .section-content__list {
  overflow: visible;
  margin-bottom: 2rem;
}
.section .is-active img {
  transform: rotateX(180deg);
  transition: transform 0.2s ease;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-top: 3rem;
}

footer div {
  text-align: center;
}/*# sourceMappingURL=style.css.map */