/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Inter, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}body{overflow-x:hidden}input{-webkit-appearance:none;border-radius:0}[type=search]{-webkit-appearance:none;border-radius:0}table tr{border-bottom:1px dashed #999999}table td{border-left:1px dashed #999999}table td:first-child{border-left:none}h1 {
  margin-bottom: 2rem;
  font-size: 2.25rem;font-weight:500;
}h2 {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;font-weight:500;
}h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;font-weight:500;
}h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;font-weight:500;
}h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;font-weight:500;
}h6 {
  margin-bottom: 1rem;
  font-size: 1rem;font-weight:500;
}p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}.d-text-content {
  font-size: 1rem;
  font-weight: 400;
}.d-text-content.d-text-size-sm p {
  font-size: .875rem;
  font-weight: 400;
}.d-text-content.d-text-size-base p {
  font-size: 1rem;
  font-weight: 400;
}.d-text-content.d-text-size-md p {
  font-size: 1.125rem;
  font-weight: 400;
}.d-text-content.d-text-size-lg p {
  font-size: 1.25rem;
  font-weight: 400;
}.d-text-content.d-text-size-xl p {
  font-size: 1.5rem;
  font-weight: 400;
}.d-text-content p:last-child {
  margin-bottom: 0;
}strong{font-weight:500}.d-text-post a{box-shadow:inset 0 -1px 0 0 #383B73;transition:all .2s ease-in-out;word-break:break-all}.d-text-post a:hover{box-shadow:inset 0 -0.5em 0 0 #383B73}.d-text-post ol{list-style:numeric}.d-text-post ul{list-style:disc}.d-text-post ol,.d-text-post ul {
  margin-left: 1.5rem;
  margin-bottom: 3rem;
}.d-text-post ol li,.d-text-post ul li {
  margin-bottom: 0.25rem;font-size:1.125rem;font-weight:400;
}.d-text-post ol li:last-child,.d-text-post ul li:last-child{margin-bottom:0}.d-link-shadow{box-shadow:inset 0 -1px 0 0 #383B73}.d-link-shadow:hover{box-shadow:inset 0 -0.5em 0 0 #383B73}.d-link-shadow-light{box-shadow:inset 0 -1px 0 0 #ffffff}.d-link-shadow-light:hover{box-shadow:0 0 2rem #f0e5f8}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.d-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}@media (min-width: 100%) {

  .d-container {
    max-width: 100%;
  }
}@media (min-width: 1680px) {

  .d-container {
    max-width: 1680px;
  }
}.d-absolute {
  position: absolute;
}.d-right-2 {
  right: 1rem;
}.d-top-3 {
  top: 1.5rem;
}.d-col-span-2 {
  grid-column: span 2 / span 2;
}.d-col-span-3 {
  grid-column: span 3 / span 3;
}.d-col-span-4 {
  grid-column: span 4 / span 4;
}.d-row-start-1 {
  grid-row-start: 1;
}.d-my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.d-mb-0 {
  margin-bottom: 0;
}.d-mb-1 {
  margin-bottom: 0.5rem;
}.d-mb-12 {
  margin-bottom: 6rem;
}.d-mb-2 {
  margin-bottom: 1rem;
}.d-mb-3 {
  margin-bottom: 1.5rem;
}.d-mb-4 {
  margin-bottom: 2rem;
}.d-mb-6 {
  margin-bottom: 3rem;
}.d-mb-8 {
  margin-bottom: 4rem;
}.d-mb-9 {
  margin-bottom: 4.5rem;
}.d-mb-small {
  margin-bottom: 0.25rem;
}.d-mr-3 {
  margin-right: 1.5rem;
}.d-mt-12 {
  margin-top: 6rem;
}.d-mt-2 {
  margin-top: 1rem;
}.d-mt-3 {
  margin-top: 1.5rem;
}.d-mt-4 {
  margin-top: 2rem;
}.d-mt-6 {
  margin-top: 3rem;
}.d-mt-9 {
  margin-top: 4.5rem;
}.d-mt-small {
  margin-top: 0.25rem;
}.d-block {
  display: block;
}.d-flex {
  display: flex;
}.d-grid {
  display: grid;
}.d-hidden {
  display: none;
}.d-h-1\/2 {
  height: 50%;
}.d-h-screen {
  height: 100vh;
}.d-w-1\/6 {
  width: 16.666667%;
}.d-w-full {
  width: 100%;
}.d-max-w-\[150\%\] {
  max-width: 150%;
}.d-flex-1 {
  flex: 1 1 0%;
}.d-basis-1\/4 {
  flex-basis: 25%;
}.d-translate-x-0 {
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.d-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.d-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.d-flex-col {
  flex-direction: column;
}.d-flex-wrap {
  flex-wrap: wrap;
}.d-items-start {
  align-items: flex-start;
}.d-items-center {
  align-items: center;
}.d-justify-center {
  justify-content: center;
}.d-justify-between {
  justify-content: space-between;
}.d-gap-1 {
  gap: 0.5rem;
}.d-gap-x-1 {
  column-gap: 0.5rem;
}.d-gap-x-12 {
  column-gap: 6rem;
}.d-gap-x-2 {
  column-gap: 1rem;
}.d-gap-x-3 {
  column-gap: 1.5rem;
}.d-gap-x-6 {
  column-gap: 3rem;
}.d-gap-y-3 {
  row-gap: 1.5rem;
}.d-self-start {
  align-self: flex-start;
}.d-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.d-border-2 {
  border-width: 2px;
}.d-border-solid {
  border-style: solid;
}.d-border-grayLight {
  --tw-border-opacity: 1;
  border-color: rgba(191, 191, 191, var(--tw-border-opacity));
}.d-bg-\[\#a541d7\] {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 65, 215, var(--tw-bg-opacity));
}.d-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.d-p-3 {
  padding: 1.5rem;
}.d-p-6 {
  padding: 3rem;
}.d-py-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.d-py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.\!d-pt-0 {
  padding-top: 0 !important;
}.d-pb-12 {
  padding-bottom: 6rem;
}.d-pb-3 {
  padding-bottom: 1.5rem;
}.d-pb-6 {
  padding-bottom: 3rem;
}.d-pt-2 {
  padding-top: 1rem;
}.d-pt-3 {
  padding-top: 1.5rem;
}.d-pt-6 {
  padding-top: 3rem;
}.d-pt-9 {
  padding-top: 4.5rem;
}.d-text-left {
  text-align: left;
}.d-text-center {
  text-align: center;
}.d-text-right {
  text-align: right;
}.d-font-mono {
  font-family: Inter, monospace;
}.d-text-lg {
  font-size: 1.25rem;
}.d-text-md {
  font-size: 1.125rem;
}.d-text-sm {
  font-size: .875rem;
}.d-text-xl {
  font-size: 1.5rem;
}.d-text-xs {
  font-size: .75rem;
}.d-text-xxl {
  font-size: 1.875rem;
}.d-text-xxs {
  font-size: .625rem;
}.\!d-font-bold {
  font-weight: 600 !important;
}.d-font-bold {
  font-weight: 600;
}.d-font-extrabold {
  font-weight: 800;
}.d-font-light {
  font-weight: 300;
}.d-font-medium {
  font-weight: 500;
}.d-font-normal {
  font-weight: 400;
}.d-uppercase {
  text-transform: uppercase;
}.d-text-brand {
  --tw-text-opacity: 1;
  color: rgba(56, 59, 115, var(--tw-text-opacity));
}.d-text-gray {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}.d-text-grayLight {
  --tw-text-opacity: 1;
  color: rgba(191, 191, 191, var(--tw-text-opacity));
}.d-text-secondary {
  --tw-text-opacity: 1;
  color: rgba(136, 144, 146, var(--tw-text-opacity));
}.d-opacity-0 {
  opacity: 0;
}.d-opacity-100 {
  opacity: 1;
}.d-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-duration-200 {
  transition-duration: 200ms;
}.d-duration-300 {
  transition-duration: 300ms;
}.d-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.d-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}:root{font-feature-settings:none;font-variant-ligatures:none;letter-spacing:.01rem}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-Light.8bf532f9.woff2) format("woff2"),url(fonts/Inter18pt-Light.3dd8ff22.woff) format("woff");font-style:normal;font-weight:300;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-LightItalic.ef1f96f9.woff2) format("woff2"),url(fonts/Inter18pt-LightItalic.db29e321.woff) format("woff");font-style:italic;font-weight:300;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-Regular.9a57fc95.woff2) format("woff2"),url(fonts/Inter18pt-Regular.0b3c76a3.woff) format("woff");font-style:normal;font-weight:400;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-Italic.c4a16ee2.woff2) format("woff2"),url(fonts/Inter18pt-Italic.3b32f7d7.woff) format("woff");font-style:italic;font-weight:400;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-Medium.9ed9283b.woff2) format("woff2"),url(fonts/Inter18pt-Medium.c1beaa86.woff) format("woff");font-style:normal;font-weight:500;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-MediumItalic.71d2a6a2.woff2) format("woff2"),url(fonts/Inter18pt-MediumItalic.8a774eff.woff) format("woff");font-style:italic;font-weight:500;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-Bold.042dfdbd.woff2) format("woff2"),url(fonts/Inter18pt-Bold.c7f8891c.woff) format("woff");font-style:normal;font-weight:600;font-stretch:normal;font-display:swap}@font-face{font-family:"Inter";src:url(fonts/Inter18pt-BoldItalic.d5db123f.woff2) format("woff2"),url(fonts/Inter18pt-BoldItalic.14579a7c.woff) format("woff");font-style:italic;font-weight:600;font-stretch:normal;font-display:swap}.d-layout{display:grid;grid-template:"header" auto "main" 1fr "footer" auto/1fr;align-content:space-between;min-height:100vh;background-color:#fff}.d-layout__main{grid-area:main;min-height:60vh;padding-top:100px}@media (min-width: 768px){.d-layout__main{padding-top:126px}}.d-layout__home{grid-area:main}.d-layout__divider{width:48px;height:calc(0.5rem*.5);background-color:#383B73}.d-layout__divider--full{width:100%;height:calc(0.25rem*.25);background-color:#10bbef}.d-layout__separator{font-family:Inter, monospace;font-size:.875rem;font-weight:600}.d-layout__list.d-is-loading{position:relative;opacity:.5}.d-layout__list[x-cloak]{display:none !important}.d-layout__navigation{display:flex;align-items:center;justify-content:space-between}.d-layout__navigation>div{flex-grow:1}.d-layout .d-img-partners{height:72px}.d-layout .d-img-round{aspect-ratio:1/1;overflow:hidden;display:none;align-items:center;border-radius:100%;background-color:#889092}@media (min-width: 768px){.d-layout .d-img-round{display:inline-flex}}@supports not (aspect-ratio: auto){.d-layout .d-img-round{position:relative;padding-top:100%}}.d-layout .d-img-round__holder{display:flex;height:100%}.d-layout .d-img-round__holder img{width:100%;-o-object-fit:cover;object-fit:cover}.d-layout .d-section-title{color:#383B73}.d-layout .hidden{display:none}.d-tophat.d-dev{background-color:#889092 !important}.d-card__image-holder{margin-bottom:1.5rem;background:#10bbef;overflow:hidden}@supports not (aspect-ratio: auto){.d-card__image-holder{position:relative;padding-top:50%}}.d-card__image-holder img{width:100%;border:0px solid rgba(204,204,204,0.1451);-o-object-fit:cover;object-fit:cover;aspect-ratio:3/2;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card__caption{margin-top:calc(0.5rem*.5);margin-bottom:0;color:#bfbfbf;font-family:Inter, monospace;font-size:calc(1rem*.625);font-weight:400}.d-card__title{margin-bottom:0;font-size:1rem;font-weight:500;line-height:1.375rem;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 768px){.d-card__title{font-size:1.125rem}}.d-card__title:hover{color:#383B73}.d-card__director{font-size:1rem}.d-card__director::after{display:block;width:24px;height:1px;margin-top:0.5rem;margin-bottom:0.5rem;background-color:#383B73;font-weight:500;content:" "}.d-card__description{margin-top:0.5rem}.d-card__description p{font-size:1rem;font-weight:400}.d-card__description p:last-child{margin-bottom:0}.d-card__details{margin-top:1.5rem;margin-bottom:0;font-family:Inter, monospace;font-size:.75rem;font-weight:400}.d-card__action{margin-top:1.5rem}.d-card--compact{padding:1.5rem;background-color:#ffffff;box-shadow:0 0 2px rgba(0,0,0,.25);transition:all .2s}@media (min-width: 992px){.d-card--compact{padding:2rem}}.d-card--compact .d-card__image-holder{padding:0;margin-bottom:1.5rem;display:flex}.d-card--compact .d-card__image-holder img{-o-object-fit:contain;object-fit:contain}.d-card--projects{padding:1rem;background-color:#ffffff;box-shadow:0 0 2px rgba(0,0,0,.25);transition:all .2s}@media (min-width: 992px){.d-card--projects{padding:1.5rem}}.d-card--projects .d-card__description p{font-size:.875rem}.d-card-image{display:flex;flex-direction:column;padding:2rem;background-color:#ffffff;box-shadow:0 0 2rem #f0e5f8;opacity:.5;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-image:hover{opacity:1}.d-card-image__thumb img{border:0px solid #f3e5f6}.d-card-image__label{color:#383B73;font-size:1.125rem;font-weight:600;text-transform:uppercase}.d-card-movie{display:block;padding:1rem 0;border-bottom:1px solid #bfbfbf}.d-card-movie:last-of-type{margin-bottom:0}.d-card-movie__holder{display:flex;flex-wrap:wrap}.d-card-movie__head{flex-basis:100%;margin-bottom:1.5rem}@media (min-width: 576px){.d-card-movie__head{flex-basis:50%;margin-bottom:0;padding-right:1.5rem}}@media (min-width: 768px){.d-card-movie__head{flex-basis:40%}}.d-card-movie__body{flex-basis:100%}@media (min-width: 576px){.d-card-movie__body{flex-basis:50%}}@media (min-width: 768px){.d-card-movie__body{flex-basis:40%}}.d-card-movie__labels{flex-basis:100%;margin-top:1.5rem}@media (min-width: 768px){.d-card-movie__labels{flex-basis:20%;margin-top:0;padding-left:1.5rem;text-align:right}}.d-card-movie__title{margin-bottom:0;font-size:1.125rem;font-weight:500;letter-spacing:-0.025em}.d-card-movie__subtitle{margin-bottom:0;font-size:1rem;font-style:italic;font-weight:400}.d-card-movie__directors{margin-bottom:0;font-size:1rem;font-weight:400}.d-card-movie__info{display:flex;flex-wrap:wrap;font-family:Inter, monospace;font-size:.875rem;font-weight:400;color:#ffa0fa}.d-card-movie__section{display:inline-block;font-family:Inter, monospace;font-size:.875rem;font-weight:600;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.25rem;color:#383B73}.d-card-movie__rating{display:flex;justify-content:flex-start}@media (min-width: 768px){.d-card-movie__rating{justify-content:flex-end}}.d-card-movie__rating-item{height:32px;margin-left:0.5rem}.d-card-movie__rating-item:first-child{margin-left:0}.d-card-movie--action{transition:all .3s ease-in}.d-card-movie--action:hover{background-color:rgba(212,14,91,0.18824)}.d-card-movie--compact .d-card-movie__holder{flex-wrap:nowrap;align-items:center;justify-content:space-between;padding-right:0.5rem;padding-left:0.5rem;pointer-events:none}@media (min-width: 576px){.d-card-movie--compact .d-card-movie__holder{padding-right:1rem;padding-left:1rem}}.d-card-movie--compact .d-card-movie__title{margin-right:1rem;margin-bottom:0}.d-card-movie--compact .d-card-movie__btn{display:flex;align-items:center}.d-card-movie--compact .d-card-movie__label{display:none;margin-right:1rem;color:#999999;font-size:.875rem;font-style:italic;font-weight:500}.d-card-movie--compact .d-card-movie__label.d-is-hidden{display:none}@media (min-width: 576px){.d-card-movie--compact .d-card-movie__label{display:inline-flex}}.d-card-movie--compact .d-card-movie__icon{width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTMgMjJWMmwxOCAxMEwzIDIyeiIvPjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center;background-size:contain}.d-card-movie--compact.d-is-watched{color:#999999}.d-card-movie--compact.d-is-watched .d-card-movie__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTE4Ljg4NSAzLjUxNUMxNC4yNjgtMS4xMDMgNi44MjktMS4xNjEgMi4xMjkgMy4zMkwwIDEuMDYyVjloNy40ODRMNS40MTggNi44MDljMi44Mi0yLjcwNiA3LjI5Ny0yLjY3NiAxMC4wNzMuMUMxOS44MzIgMTEuMjUgMTcuMjI4IDE5LjIgMTAgMTkuMlYyNGMzLjcwOCAwIDYuNjE0LTEuMjQ0IDguODg1LTMuNTE1IDQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3eiIvPjwvc3ZnPgo=);opacity:.25}.d-card-movie--compact.d-is-paused .d-card-movie__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTExIDIySDdWMmg0djIwem02LTIwaC00djIwaDRWMnoiLz48L3N2Zz4K)}.d-card-news__image-holder{margin-bottom:1rem}@supports not (aspect-ratio: auto){.d-card-news__image-holder{position:relative;padding-top:56.25%}}.d-card-news__image-holder img{width:100%;border:0px solid rgba(204,204,204,0.1451);-o-object-fit:cover;object-fit:cover;aspect-ratio:3/2;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-news__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card-news__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card-news__title{margin-bottom:0;font-size:1rem;font-weight:500;line-height:1.375rem;text-transform:uppercase;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 1680px){.d-card-news__title{font-size:1.125rem}}.d-card-news__title:hover{color:#383B73}.d-card-news__date{margin-top:calc(0.5rem*.5);font-family:Inter, monospace;font-size:.875rem;font-weight:400;color:#889092}.d-card-news__description{margin-top:1rem;font-size:1rem;font-weight:400}.d-card-news__description p{font-size:1.125rem}.d-card-news__description p:last-child{margin-bottom:0}.d-card-news__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;text-transform:uppercase}@media (min-width: 992px){.d-card-news--lg .d-card-news__title{font-size:1.125rem;line-height:1.625rem}}.d-card-publicity{text-align:center}.d-card-publicity__image-holder{margin-bottom:0.5rem}@supports not (aspect-ratio: auto){.d-card-publicity__image-holder{position:relative;padding-top:100%}}.d-card-publicity__image-holder img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-publicity__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card-publicity__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card-publicity__title{margin-bottom:0;font-size:1rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 768px){.d-card-publicity__title{font-size:1.125rem}}@media (min-width: 1680px){.d-card-publicity__title{font-size:1.25rem}}.d-card-publicity__title:hover{text-decoration:underline}.d-card-publicity__date{margin-top:calc(0.5rem*.5);font-family:Inter, monospace;font-size:.875rem;font-weight:500;color:#ffa0fa}.d-card-publicity__description{margin-top:0.5rem;font-size:1.125rem;font-weight:400}.d-card-publicity__description p{font-size:1.125rem}.d-card-publicity__description p:last-child{margin-bottom:0}.d-card-publicity__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;font-weight:600;text-transform:uppercase}@media (min-width: 992px){.d-card-publicity--lg .d-card-publicity__title{font-size:1.5rem}}.d-card-team{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 576px){.d-card-team{flex-direction:row}}.d-card-team__holder{flex:1}.d-card-team__image-holder{flex-shrink:0;aspect-ratio:1/1;overflow:hidden;margin-bottom:1rem}@media (min-width: 576px){.d-card-team__image-holder{margin-right:1.5rem;margin-bottom:0}}.d-card-team__image-holder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:180px}.d-card-team__title{margin-bottom:0;font-size:1.125rem;font-weight:600;letter-spacing:-0.025em}.d-card-team__details{margin-bottom:0;font-family:Inter, monospace;font-size:.75rem;font-weight:400}.d-card-team__description{margin-top:0.5rem}.d-card-team__description p:last-child{margin-bottom:0}.d-card-section__image-holder{margin-bottom:1rem}.d-card-section__image-holder img{width:100%}.d-card-section__caption{margin-top:calc(0.5rem*.5);margin-bottom:0;color:#bfbfbf;font-family:Inter, monospace;font-size:calc(1rem*.625);font-weight:400}.d-card-section__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;font-weight:600;text-transform:uppercase}.d-card-section__title{margin-bottom:0;font-size:1.25rem;font-weight:600;letter-spacing:-0.025em}.d-card-section__title a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-section__title a:hover{color:#383B73}.d-card-section__subtitle{margin-bottom:calc(0.5rem*.5);font-size:1.125rem;font-style:italic;font-weight:500}.d-card-section__directors{margin-bottom:calc(0.5rem*.5);font-size:1rem;font-weight:500}.d-card-section__info{display:flex;flex-wrap:wrap;font-family:Inter, monospace;font-size:.75rem;font-weight:400;text-transform:uppercase}.d-card-section__info span::after{content:"•";margin:0 0.25rem}.d-card-section__info span:last-child::after{content:""}.d-card-section__description{margin-top:0.5rem}.d-card-section__description p{font-size:.875rem}.d-card-section__description p:last-child{margin-bottom:0}.d-card-section__additional-info{margin-top:0.5rem;font-family:Inter, monospace;font-size:.75rem;font-weight:400}.d-card-section__rating{display:flex;margin-top:1rem}.d-card-section__rating-item{height:48px;margin-left:0.5rem}.d-card-section__rating-item:first-child{margin-left:0}.d-card-session {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session__holder{padding:1rem;background-color:#ffffff;box-shadow:0 0 2px rgba(0,0,0,.25)}.d-card-session__holder-singleSession{background-color:rgba(204,204,204,0.1451);padding:1rem;box-shadow:none}.d-card-session__image-holder{margin-bottom:1rem;overflow:hidden}.d-card-session__image-holder img{width:100%}.d-card-session__head{display:flex;flex-direction:row;gap:0.5rem;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.d-card-session__head>div:first-child{margin-right:1rem}.d-card-session__section{display:inline-block;font-family:Inter, monospace;font-size:.875rem;font-weight:600;text-transform:uppercase;color:#383B73}.d-card-session__section:hover a{color:#ffa0fa}.d-card-session__date{font-size:.875rem;font-weight:600;color:#ffa0fa}.d-card-session__venue{font-size:.875rem;font-weight:400;line-height:1.375rem}.d-card-session__body{margin:0.5rem 0 0.5rem}.d-card-session__label{color:#889092;font-size:.875rem;font-weight:500;line-height:1.375rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session__activities,.d-card-session__movies{margin-top:0.5rem}.d-card-session__movies::after{display:block;width:24px;height:1px;margin-top:0.5rem;margin-bottom:0.5rem;background-color:#383B73;font-weight:500;content:" "}.d-card-session__movies:last-of-type::after{display:none}.d-card-session__title{display:inline-flex;margin-bottom:0;font-size:1.125rem;font-weight:500;line-height:1.5rem;letter-spacing:-0.01em;margin-bottom:.125rem}.d-card-session__title.d-director-is-present{background-color:#F9F287}.d-card-session__directors{font-size:1rem;font-weight:400;line-height:1.5rem}.d-card-session__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session__link:hover{color:#383B73}.d-card-session__footer{margin-top:1rem}.d-card-session__description p{font-size:.875rem}.d-card-session__description p:last-child{margin-bottom:0}.d-card-session__info{margin-top:0.5rem;font-family:Inter, monospace;font-size:.75rem;font-weight:400;line-height:1rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session__additional-info{margin-bottom:0;font-family:Inter, monospace;font-size:.75rem;font-weight:400}.d-card-session__rating{display:flex;margin-top:1.5rem}.d-card-session__rating-item{height:28px;margin-right:0.5rem}.d-card-session__rating-item:first-child{margin-left:0}.d-card-session__divider{font-family:Inter, monospace;font-size:.875rem;font-weight:600}.d-footer{grid-area:footer;background-color:#000000;color:#ffffff}.d-footer__image-holder img{width:100%}.d-footer__holder{padding:2rem 0}.d-footer__logo{margin-bottom:2rem}.d-footer__logo img{height:56px}.d-footer__text{font-weight:500}.d-footer__text p{font-size:1rem}.d-footer__menu{font-family:Inter, monospace;font-size:.875rem;font-weight:400}.d-footer__link{text-decoration:underline}.d-footer__link:hover{text-decoration:none}.d-footer__social{display:flex;align-items:center}.d-footer__social-item{margin-right:0.5rem}.d-footer__social-item a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-footer__social-item a:hover{opacity:.5}.d-footer__social-item img{height:22px}.d-footer__partners{padding:2rem 0}.d-footer__partners-image-holder img{width:100%}.d-footer--light{background-color:#ffffff;color:#000000}.d-footer--compact .d-footer__holder{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1.5rem 0}.d-footer--compact .d-footer__logo{flex-basis:100%;margin-bottom:2rem}@media (min-width: 768px){.d-footer--compact .d-footer__logo{flex-basis:auto;flex-shrink:0;margin-right:1rem;margin-bottom:0}}.d-footer--compact .d-footer__social{flex-basis:100%;margin-bottom:2rem}@media (min-width: 768px){.d-footer--compact .d-footer__social-item:last-child{margin-right:0}}@media (min-width: 576px){.d-footer--compact .d-footer__social{flex-basis:auto;margin-right:1rem;margin-bottom:0}}@media (min-width: 768px){.d-footer--compact .d-footer__social{margin-left:1rem}}.d-footer--compact .d-footer__action{flex-basis:100%;text-align:left}@media (min-width: 576px){.d-footer--compact .d-footer__action{flex-basis:auto;margin-left:1rem;text-align:right}}.d-header{grid-area:header;position:fixed;width:100%;background-color:#ffffff;color:#000000;box-shadow:0 5px 15px rgba(0,0,0,.05);z-index:99}.d-header__holder{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0}@media (min-width: 768px){.d-header__holder{padding:1rem 0}}.d-header__logo{display:flex;flex-shrink:0;align-items:center;justify-content:flex-start;height:52px;margin-right:0.5rem}@media (min-width: 768px){.d-header__logo{height:60px}}@media (min-width: 1200px){.d-header__logo{margin-right:1rem}}.d-header__logo a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-header__logo a:hover{opacity:.5}.d-header__logo img{width:52px}@media (min-width: 768px){.d-header__logo img{width:auto;height:60px}}.d-header__side{display:flex;flex-grow:1;align-items:center;justify-content:flex-end;font-size:calc(.875rem*1.125);font-weight:400;text-transform:lowercase;letter-spacing:-0.01em}@media (min-width: 992px){.d-header__side{font-size:1.125rem}}.d-header__menu{display:none}@media (min-width: 576px){.d-header__menu{display:flex}}.d-header__menu-item{margin-left:1rem}@media (min-width: 1200px){.d-header__menu-item{margin-left:1.5rem}}.d-header__menu-item.d-is-active{color:#383B73}.d-header__toolbar{display:flex;align-items:center;justify-content:flex-end;margin-left:1rem}@media (min-width: 1200px){.d-header__toolbar{margin-left:3rem}}.d-header__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-header__link:hover{color:#383B73}.d-header__btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:0.5rem;outline:0;text-align:left;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 576px){.d-header__btn{margin-left:1rem}}.d-header__btn:hover{opacity:.5}.d-header__btn svg{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;fill:#000000}.d-header__btn img{pointer-events:none}.d-header__btn.d-is-menu-opened{transform:rotate(45deg)}.d-header__btn.d-is-search-opened svg{fill:#383B73}.d-header.d-is-menu-opened .d-header__menu,.d-header.d-is-search-opened .d-header__menu{display:none}.d-header.d-is-search-opened .d-header__toolbar{flex-grow:1}.d-header.d-is-search-opened .d-header__search{flex-grow:1;margin-right:0.5rem}@media (min-width: 576px){.d-header.d-is-search-opened .d-header__search{margin-right:1rem}}@media (min-width: 1200px){.d-header.d-is-search-opened .d-header__search{margin-right:3rem;margin-left:3rem}}.d-header--dark{background-color:rgba(0,0,0,0);color:#ffffff;box-shadow:none;transition:all .5s}.d-header--dark .d-header__logo img{width:52px}@media (min-width: 480px){.d-header--dark .d-header__logo img{width:auto;height:60px}}.d-header--dark .d-header__btn svg{fill:#ffffff}.d-header--fixed{background-color:#000000}.d-tophat{background-color:#000000;color:#ffffff}.d-tophat__holder{display:flex;align-items:flex-end;justify-content:space-between;min-height:32px;padding:0.5rem 0}.d-tophat__logo{display:flex;flex-shrink:0;align-items:center;margin-right:1.5rem;gap:calc(0.5rem*.5)}.d-tophat__logo img{height:18px;height:100%}.d-tophat__side{display:flex;align-items:center;font-family:Inter, monospace;font-size:.75rem;font-weight:400;color:#bfbfbf}.d-tophat__menu{display:none;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 200ms}@media (min-width: 768px){.d-tophat__menu{display:flex}}.d-tophat__menu-item{margin-left:1rem}.d-tophat__lang{margin-left:1rem;color:#ffffff;width:24px;text-align:center}.d-tophat__link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-tophat__link:hover{opacity:.6}.d-tophat.d-is-menu-opened .d-tophat__menu{opacity:0}.d-navigation{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff;color:#000000;overflow-y:auto;z-index:9}.d-navigation__holder{margin-top:calc(126px - 1rem);padding:6rem 0}@media (min-width: 480px){.d-navigation__holder{margin-top:126px}}.d-navigation__title{margin-bottom:1rem;font-size:1.5rem;font-weight:400;letter-spacing:-0.025em;opacity:.25}.d-navigation__menu{font-size:1.25rem;font-weight:400}.d-navigation__menu-item.d-is-active{color:#383B73}.d-navigation__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-navigation__link:hover{color:#383B73}.d-navigation[x-cloak]{display:none !important}.d-article__image-holder{position:relative;width:100%;margin-left:0;margin:0.5rem 0}.d-article__image-holder img{width:100%}.d-article__image-holder button{position:absolute;bottom:1rem;right:1rem}.d-article__image-holder .caption{font-size:.75rem;font-weight:400;margin-top:0.5rem;color:#889092}.d-article__video{position:absolute;top:0;width:100%;height:100%;background-color:#000000}@supports not (aspect-ratio: auto){.d-article__video{padding-top:56.25%}}.d-article__video iframe{width:100%;height:100%;aspect-ratio:16/9}@supports not (aspect-ratio: auto){.d-article__video iframe{position:absolute;top:0;width:100%;height:100%}}.d-article__body{margin-top:1.5rem}.d-article__body p{font-size:1.125rem;font-weight:400;margin-bottom:1.5rem}.d-article__body p:last-child{margin-bottom:0}.d-article__body figure{width:100% !important}.d-article__body figure{margin-bottom:2rem}.d-article__body figure figcaption{font-size:.75rem;font-weight:400;margin-top:0.5rem;color:#889092}.d-article__details{display:flex;flex-direction:column}@media (min-width: 576px){.d-article__details{flex-direction:row;align-items:flex-end;justify-content:space-between}}.d-article__action{margin-top:3rem}.d-article__label{display:inline-block;font-size:.875rem;font-weight:500;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.25rem;margin-bottom:0.5rem}.d-article__title{font-size:1.5rem;font-weight:500;letter-spacing:-0.025em;line-height:1.25;margin-bottom:0}.d-article__subtitle{margin-bottom:calc(1rem*.5);font-size:1.25rem;font-weight:400;font-style:italic}.d-article__subtitle--sm{font-size:1rem}.d-article__date{font-family:Inter, monospace;font-size:.875rem;font-weight:400;color:#ffa0fa}@media (min-width: 1680px){.d-article__date{font-size:1rem}}.d-article__directors{font-size:1.125rem;font-weight:500;margin-bottom:calc(1rem*.5)}@media (min-width: 1680px){.d-article__directors{font-size:1.25rem}}.d-article__info{display:flex;flex-wrap:wrap;font-family:Inter, monospace;font-size:1rem;font-weight:400}.d-article__info span::after{content:"•";margin:0 0.25rem}.d-article__info span:last-child::after{content:""}.d-article__rating{display:flex;margin-top:1rem}@media (min-width: 576px){.d-article__rating{margin-top:0;margin-left:1.5rem}}.d-article__rating-item{height:48px;margin-left:0.5rem}.d-article__rating-item:first-child{margin-left:0}.awards__list .d-text-content.d-text-size-md h3{margin-top:2rem;margin-bottom:0}.awards__list .d-text-content.d-text-size-md h4{margin-top:2rem;margin-bottom:.5rem}.d-btn{display:inline-flex;flex-shrink:0;justify-content:center;padding:0.5rem 1rem;border:1px solid #383B73;outline:none;color:#ffffff;background:#383B73;font-family:Inter, monospace;font-size:1rem;font-weight:500;line-height:2rem;text-transform:lowercase;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-btn:hover{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--inv{border-color:#383B73;background-color:#ffffff;color:#383B73}.d-btn--inv:hover{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--dark{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--dark:hover{border-color:#889092;background-color:#889092;color:#ffffff}.d-btn--sm{padding:0.25rem 1rem;font-size:.875rem;letter-spacing:.5px;font-weight:400}.d-btn--light{border-color:#10bbef;background-color:#10bbef;color:#000000}.d-btn--light:hover{border-color:#383B73;background-color:#383B73;color:#ffffff}.d-btn--transparent{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#383B73}.d-btn--transparent:hover{border-color:#ffffff;background-color:#383B73;color:#ffffff}.d-btn--icon{display:inline-flex;align-items:center}.d-btn--icon:hover img{filter:brightness(100)}.d-btn--icon img{width:24px;min-width:24px}@media (min-width: 576px){.d-btn--icon img{margin-right:0.5rem}}.d-btn--icon span{display:none}@media (min-width: 576px){.d-btn--icon span{display:inline-flex}}.d-calendar{display:flex;position:absolute;align-items:center;width:100%;height:calc(58px + 1.5rem);padding-right:0.5rem;overflow-y:auto}.d-calendar__item{height:58px;margin-right:0.5rem}.d-calendar__item:last-child{margin-right:0}.d-calendar__item:hover .d-calendar__day,.d-calendar__item.d-is-active .d-calendar__day{background-color:#383B73;color:#ffffff}.d-calendar__link{display:flex;flex-direction:column;align-items:center}.d-calendar__text{margin-top:0.25rem;color:#bfbfbf;font-size:.75rem;font-weight:500;text-transform:uppercase}.d-calendar__day{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:1.125rem;font-weight:500;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-headline{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.d-headline__title{margin-bottom:0;font-size:1.25rem;font-weight:500}@media (min-width: 1200px){.d-headline__title{font-size:1.5rem}}.d-headline__subtitle{margin-bottom:1.5rem;font-size:1.125rem;font-weight:500}.d-share{display:flex}.d-share__item{margin-right:1rem}.d-share__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#383B73;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-share__link:hover{opacity:.5}.d-share__link img{height:24px}.d-toolbar{position:sticky;top:100px;background-color:#ffffff;z-index:9}@media (min-width: 768px){.d-toolbar{top:126px}}.d-toolbar__holder{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.d-toolbar__group{display:flex;position:relative;flex-grow:1;align-items:center;height:58px}.d-toolbar__group-item{margin-right:0}.d-toolbar__group-item:last-child{margin-right:0}.d-advertise{background-color:#383B73;background-position:center center;background-size:cover;color:#ffffff}.d-advertise__nebulae{background-color:#383B73}.d-advertise__title{margin-bottom:0;font-size:1.5rem;font-weight:400;text-transform:uppercase}.d-advertise__description{margin:1rem 0 0;font-weight:300}@media (min-width: 576px){.d-advertise__description{font-size:1rem}}@media (min-width: 992px){.d-advertise__description{font-size:1.125rem}}.d-advertise__action{margin-top:3rem}.d-advertise__image{max-height:100vh;width:100%;aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.d-advertise__image::before{content:"";float:left;padding-top:100%}.d-advertise__image::after{content:"";display:block;clear:both}}.d-advertise__image img{height:100%;-o-object-fit:cover;object-fit:cover}.d-hero{display:flex;position:relative;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 126px + 1rem);background-color:#000000}@media (min-width: 480px){.d-hero{min-height:calc(100vh - 126px)}}.d-hero__holder{position:relative;flex-grow:1}@media (max-height: 429px){.d-hero__holder{height:calc(100vh - 126px)}}@media (max-height: 429px) and (max-width: 479px){.d-hero__holder{height:calc(100vh - 126px + 1rem)}}.d-hero__video,.d-hero__image{position:absolute;width:100%;height:100%}.d-hero__video iframe{width:100%;height:100%}.d-hero__image{-o-object-fit:cover;object-fit:cover}.d-hero__caption{position:absolute;bottom:0;width:100%;flex-shrink:0;padding:calc(1rem*.75) 0;color:#ffffff;height:56px}.d-hero__caption>div{display:flex;align-items:center;justify-content:space-between}.d-hero__title{margin-bottom:0;font-size:1.125rem;font-weight:500}@media (min-width: 992px){.d-hero__title{font-size:1.25rem}}.d-hero__controls{height:32px;margin-left:1rem}.d-hero__controls-volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-hero__controls-volume:hover{opacity:.5}.d-hero__controls-volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-hero--sm{height:400px;min-height:auto}.d-highlights{background-color:#ffffff}.d-intro{background-color:#ffffff;color:#000000;background-size:100% auto}.d-intro--dark{background-color:#000000;color:#ffffff}.d-intro--brand{background-color:#383B73;color:#ffffff}.d-intro--primary{background-color:#ffa0fa;color:#ffffff}.d-intro--secondary{background-color:#889092;color:#000000}.d-intro--highlight{background-color:#F9F287;color:#000000}.d-newsletter__form{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:0.5rem}.d-newsletter__input{width:100%;margin-right:1rem;padding:0.5rem;padding-left:0;border-bottom:2px solid #999999;outline:0;background-color:rgba(0,0,0,0);font-family:Inter, monospace;font-size:.875rem;font-weight:400}.d-newsletter__msg{padding-bottom:0.5rem;font-family:Inter, monospace;font-size:.75rem;font-weight:400}.d-newsletter.d-is-loading .d-newsletter__btn{display:flex;position:relative;align-items:center;justify-content:center;pointer-events:none}.d-newsletter.d-is-loading .d-newsletter__btn span{opacity:0}.d-newsletter.d-is-loading .d-newsletter__btn::after{position:absolute;width:1rem;height:1rem;border:2px solid #ffffff;border-top:2px solid #000000;border-radius:50%;animation:spin 2s linear infinite;content:""}.d-newsletter--inv .d-newsletter__input{border-color:#000000}.d-newsletter[x-cloak]{display:none !important}.fixed-popup{will-change:transform,opacity;position:fixed;bottom:0;right:0;margin:0.5rem;background-color:#000000;color:#ffffff;transition:all .2s}@media (min-width: 480px){.fixed-popup{width:50%}}@media (min-width: 768px){.fixed-popup{width:33%}}@media (min-width: 1200px){.fixed-popup{width:25%;max-width:374px}}.slide-in-enter{transform:translateX(100%);opacity:0}.slide-in-enter-active{transform:translateX(0);opacity:1;transition:all .4s ease}.slide-in-leave{transform:translateX(0);opacity:1}.slide-in-leave-active{transform:translateX(100%);opacity:0;transition:all .4s ease}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.d-pagination{display:flex;justify-content:center}.d-pagination__prev,.d-pagination__next{flex-shrink:0;width:24px}.d-pagination__prev{margin-right:1.5rem}@media (min-width: 576px){.d-pagination__prev{margin-right:2.5rem}}.d-pagination__next{margin-left:1.5rem}@media (min-width: 576px){.d-pagination__next{margin-left:2.5rem}}.d-pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.d-pagination__item{margin-right:1.5rem}.d-pagination__item:last-child{margin-right:0}.d-pagination__link{color:#999999;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-pagination__link:hover{color:#383B73}.d-pagination__link.d-is-selected{color:#383B73}.d-pagination__link.d-is-disabled{opacity:.5}.d-pagination__link-image {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-pagination__link-image:hover{opacity:.5}.d-search{position:relative;height:40px;overflow:hidden}.d-search__form{position:absolute;right:0;left:0}.d-search__input{width:100%;height:40px;padding:0.5rem 3rem 0.5rem 0;border-bottom:1px solid #383B73;outline:0;background-color:rgba(0,0,0,0);font-size:.875rem;font-weight:500;line-height:1.5rem}@media (min-width: 576px){.d-search__input{padding-right:4.5rem;font-size:1rem}}@media (min-width: 992px){.d-search__input{font-size:1.125rem}}.d-search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:12px;height:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE1MS41MzUuOTQgMS43NDdsNC44NDkgNC44NDktNS4yNTMgNS4yNTMgMS4yMTIgMS4yMTJMNyA3LjgwOGw1LjI1MyA1LjI1MyAxLjIxMi0xLjIxMi01LjI1My01LjI1MyA0Ljg0OS00Ljg0OUwxMS44NDkuNTM1IDcgNS4zODQgMi4xNTEuNTM1WiIgZmlsbD0iI0NDQyIvPjwvc3ZnPgo=);background-size:contain;cursor:pointer}.d-search__action{position:absolute;right:0;bottom:calc(0.5rem*1.25)}.d-search__btn{display:flex;align-items:center;justify-content:center;padding:0 0.5rem;cursor:pointer;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 576px){.d-search__btn{padding-right:1rem;padding-left:1rem}}.d-search__btn:hover{opacity:.6}.d-search__btn svg{width:24px;fill:#383B73}.d-search__btn.d-is-disabled{pointer-events:none}.d-search__btn.d-is-disabled svg{fill:#bfbfbf}.d-search[x-cloak]{display:none !important}.d-results--type{margin-top:calc(0.5rem*.5);font-family:Inter, monospace;font-size:.875rem;font-weight:500;color:#ffa0fa}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.d-slider{display:flex;position:relative;flex-direction:column;justify-content:space-between;width:100vw;aspect-ratio:1/1.15;background-color:#10bbef;color:#383B73;overflow:hidden}@supports not (aspect-ratio: 1/1.15){.d-slider::before{content:"";float:left;padding-top:115%}.d-slider::after{content:"";display:block;clear:both}}@media (min-width: 768px){.d-slider{aspect-ratio:2/1}@supports not (aspect-ratio: 2/1){.d-slider::before{content:"";float:left;padding-top:50%}.d-slider::after{content:"";display:block;clear:both}}}@media (min-width: 992px){.d-slider{aspect-ratio:21/9}@supports not (aspect-ratio: 21/9){.d-slider::before{content:"";float:left;padding-top:131.25%}.d-slider::after{content:"";display:block;clear:both}}}.d-slider__track{flex-grow:1}.d-slider__slides{height:100%}.d-slider__slide{position:relative;max-height:100%}.d-slider__video,.d-slider__image{position:absolute;width:100%;height:100%}.d-slider__video iframe{width:100%;height:100%}.d-slider__image{-o-object-fit:cover;object-fit:cover}.d-slider__caption{position:relative;flex-shrink:0;background-color:#ffffff;border-bottom:1px solid #383B73}.d-slider__holder{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.d-slider__arrows{display:none}@media (min-width: 992px){.d-slider__arrows{display:flex;flex-shrink:0;align-items:center;font-size:1.25rem;font-weight:400}}@media (min-width: 1200px){.d-slider__arrows{font-size:1.5rem}}.d-slider__arrow{width:32px;outline:0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__arrow:hover{opacity:.6}.d-slider__arrow:first-child{margin-right:1.5rem}.d-slider__arrow:last-child{margin-left:1.5rem}.d-slider__arrow svg{fill:#383B73}.d-slider__count{min-width:72px;text-align:center}.d-slider__content{display:none;flex-grow:1}.d-slider__content.d-is-visible{display:inline-flex;justify-content:center}.d-slider__title{margin-bottom:0;font-size:1rem;font-weight:400;text-align:center}@media (min-width: 768px){.d-slider__title{font-size:1.125rem}}@media (min-width: 992px){.d-slider__title{font-size:1.25rem}}.d-slider__title a{text-decoration:none;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__title a:hover{opacity:.6}.d-slider__controls{display:none;height:32px;margin-left:1rem}.d-slider__controls.d-is-visible{display:inline-flex}.d-slider__controls-volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__controls-volume:hover{opacity:.5}.d-slider__controls-volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-slider-news{width:100%;aspect-ratio:4/3}@supports not (aspect-ratio: 4/3){.d-slider-news::before{content:"";float:left;padding-top:75%}.d-slider-news::after{content:"";display:block;clear:both}}@media (min-width: 768px){.d-slider-news{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.d-slider-news::before{content:"";float:left;padding-top:56.25%}.d-slider-news::after{content:"";display:block;clear:both}}}.d-slider-news__caption{position:relative;flex-shrink:0;background-color:#ffffff;border-bottom:none}.d-slider-news__holder{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.d-slider-news__arrows{display:none}@media (min-width: 992px){.d-slider-news__arrows{display:flex;flex-shrink:0;align-items:center;font-size:1.25rem;font-weight:400}}@media (min-width: 1200px){.d-slider-news__arrows{font-size:1.5rem}}.d-slider-news__arrow{width:32px}.fslightbox-container{background:#ffffff !important}.fslightbox-nav{top:0 !important}.fslightbox-nav{display:flex;right:0;left:0;justify-content:flex-end;max-width:1680px;height:40px;margin-right:auto;margin-left:auto;padding-right:5vw;padding-left:5vw}@media (min-width: 1680px){.fslightbox-nav{padding-right:4.5rem;padding-left:4.5rem}}.fslightbox-toolbar{position:relative !important;background:rgba(0,0,0,0) !important}.fslightbox-toolbar-button{width:auto !important}.fslightbox-toolbar-button{padding-right:0;padding-left:0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.fslightbox-toolbar-button:hover{opacity:.5}.fslightbox-toolbar-button:nth-child(1){display:none}.fslightbox-toolbar-button:nth-child(2) svg{filter:invert(1)}.fslightbox-slide-number-container{display:none !important}.fslightbox-slide-btn{padding:0 !important;background:rgba(0,0,0,0) !important}.fslightbox-slide-btn svg{filter:invert(1)}.fslightbox-slide-btn-container {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.fslightbox-slide-btn-container:hover{opacity:.5}.fslightbox-slide-btn-container-previous{left:5vw !important;padding-left:0 !important}@media (min-width: 1680px){.fslightbox-slide-btn-container-previous{left:calc((100vw - 1680px)/2 + 4.5rem) !important}}.fslightbox-slide-btn-container-next{right:5vw !important;padding-right:0 !important}@media (min-width: 1680px){.fslightbox-slide-btn-container-next{right:calc((100vw - 1680px)/2 + 4.5rem) !important}}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices{font-family:Inter, monospace;font-size:.875rem;font-feature-settings:"smcp";font-variant:small-caps;font-weight:400;text-transform:lowercase;z-index:9}.choices__inner{min-height:auto;padding:calc(0.25rem*.5) 0.25rem;border-width:1px;border-radius:0.25rem;border-color:#000000;background-color:#ffffff;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.choices[data-type*=select-one] .choices__inner{padding-bottom:calc(0.5rem*.5)}.choices[data-type*=select-one]::after{margin-right:0.5rem}.choices__input{padding:calc(0.5rem*.5)}.choices__placeholder{color:#000000;opacity:1}.choices__list[aria-expanded] .choices__item{font-size:.875rem}.choices__list[aria-expanded] .choices__item--selectable{padding:0.5rem}.choices__list--single{min-width:160px;max-width:160px;padding-right:1.5rem}.choices__list--single .choices__item{font-size:.875rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.choices__list--dropdown .choices__item{font-size:.75rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 100ms}.choices__item--choice.is-selected{opacity:.6}.choices.is-open .choices__list--dropdown{border-width:1px;border-color:#000000}.d-twenty-years{position:relative;width:100%;height:100vh}.d-twenty-years__hero{height:100vh;background-color:#000000;color:#ffffff}.d-twenty-years__holder{display:flex;position:relative;flex-direction:column;justify-content:space-between;height:100vh;background-image:url(images/20-years.2bec9c1f.png);background-repeat:no-repeat;background-position:center;background-size:cover}.d-twenty-years__player{position:absolute;width:100%;height:100%}.d-twenty-years__player iframe{width:100%;height:100%;background-color:#000000;pointer-events:none}@media (min-width: 992px){.d-twenty-years__player iframe{padding:6rem}}.d-twenty-years__controls{padding:1rem 0;opacity:1;z-index:99;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 100ms}.d-twenty-years__controls>div{display:flex;align-items:center;justify-content:space-between}.d-twenty-years__controls.d-is-hidden{opacity:0}.d-twenty-years__controls.d-is-inactive{opacity:0}.d-twenty-years__director{flex-grow:1;font-size:1.25rem;font-weight:800}.d-twenty-years__volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-twenty-years__volume:hover{opacity:.5}.d-twenty-years__volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-twenty-years .d-header{opacity:1;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-twenty-years.d-is-inactive .d-header{opacity:0}.d-doc-404{display:flex;align-items:center;height:calc(100vh - 126px + 1rem);background-image:url(images/404.173d1731.png);background-position:center center;background-size:cover;color:#ffffff}@media (min-width: 480px){.d-doc-404{height:calc(100vh - 126px)}}@media (min-width: 768px) {.md\:d-text-size-md.d-text-content p {
    font-size: 1.125rem;
    font-weight: 400;
  }
}.hover\:d-border-brand:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 59, 115, var(--tw-border-opacity));
}.hover\:d-text-brand:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 59, 115, var(--tw-text-opacity));
}@media (min-width: 576px) {

  .sm\:d-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:d-col-start-1 {
    grid-column-start: 1;
  }

  .sm\:d-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:d-mt-0 {
    margin-top: 0;
  }

  .sm\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:d-flex-row {
    flex-direction: row;
  }
}@media (min-width: 768px) {

  .md\:d-col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:d-hidden {
    display: none;
  }

  .md\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:d-gap-x-3 {
    column-gap: 1.5rem;
  }
}@media (min-width: 992px) {

  .lg\:d-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:d-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:d-col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:d-col-start-2 {
    grid-column-start: 2;
  }

  .lg\:d-mb-3 {
    margin-bottom: 1.5rem;
  }

  .lg\:d-mb-6 {
    margin-bottom: 3rem;
  }

  .lg\:d-mt-0 {
    margin-top: 0;
  }

  .lg\:d-block {
    display: block;
  }

  .lg\:d-flex {
    display: flex;
  }

  .lg\:d-hidden {
    display: none;
  }

  .lg\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:d-gap-x-6 {
    column-gap: 3rem;
  }

  .lg\:d-p-8 {
    padding: 4rem;
  }

  .lg\:d-py-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:d-py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}@media (min-width: 1200px) {

  .xl\:d-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:d-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:d-col-start-4 {
    grid-column-start: 4;
  }

  .xl\:d-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:d-block {
    display: block;
  }

  .xl\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:d-py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:d-pb-12 {
    padding-bottom: 6rem;
  }
}@media (min-width: 1680px) {

  .\32xl\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:d-p-12 {
    padding: 6rem;
  }
}
