/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.border-blue-double{border:8px solid;border-image:url(../assets/border-blue-double.png) 16 round;border-image-outset:8px}.border-light-blue-double{border:8px solid;border-image:url(../assets/border-light-blue-double.png) 16 round;border-image-outset:8px}.border-blue-single{border:12px solid;border-image:url(../assets/border-blue-single.png) 24 round;border-image-outset:8px}.border-light-blue-single{border:12px solid;border-image:url(../assets/border-light-blue-single.png) 24 round;border-image-outset:8px}.border-blue-inverted{border:11px solid;border-image:url(../assets/border-blue-inverted.png) 22 repeat}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}html[data-scroll=false]{overflow:hidden}*,*::before,*::after{box-sizing:inherit}img{display:block}button{-webkit-appearance:none;appearance:none;background:transparent;border:none;padding:0;margin:0;cursor:pointer}main{color:#283c50}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}.content{margin-left:auto;margin-right:auto}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.content{max-width:1170px}}@media(max-width: 767px){.content{max-width:640px}}.content.content--narrow{max-width:600px}.content.content--narrowish{max-width:640px}.content.content--condensed{max-width:760px}.content.content--condensed-slideshow{max-width:815px}@media(max-width: 767px){.content.content--desktop{max-width:100%}}.scroll-overflow__outer{display:table;width:100%;height:100%}.scroll-overflow__inner{display:table-cell;vertical-align:middle}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.screen-pad:not(.screen-pad--mobile){padding-left:24px;padding-right:24px}}@media(max-width: 767px){.screen-pad:not(.screen-pad--desktop){padding-left:16px;padding-right:16px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.split{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.split>*{-ms-flex:calc(50% - 12px) 0 0px;flex:calc(50% - 12px) 0 0}.split>:first-child{margin-right:12px}.split>:last-child{margin-left:12px}.split--40-60>:first-child{-ms-flex:calc(37% - 12px) 0 0px;flex:calc(37% - 12px) 0 0}.split--40-60>:last-child{-ms-flex:calc(63% - 12px) 0 0px;flex:calc(63% - 12px) 0 0}.split--60-40>:first-child{-ms-flex:calc(63% - 12px) 0 0px;flex:calc(63% - 12px) 0 0}.split--60-40>:last-child{-ms-flex:calc(37% - 12px) 0 0px;flex:calc(37% - 12px) 0 0}.split--flip>:first-child{-ms-flex-order:1;order:1;margin-left:12px;margin-right:0}.split--flip>:last-child{-ms-flex-order:0;order:0;margin-right:12px;margin-left:0}.split--flip.split--wide>:first-child{margin-left:30px;margin-right:0}.split--flip.split--wide>:last-child{margin-right:30px;margin-left:0}.split--wide>*{-ms-flex:calc(50% - 30px) 0 0px;flex:calc(50% - 30px) 0 0}.split--wide>:first-child{margin-right:30px;margin-left:0}.split--wide>:last-child{margin-left:30px;margin-right:0}.split--align-top{-ms-flex-align:start;align-items:flex-start}}@media(max-width: 767px){.split--mobile-spacing>*:first-child{margin-top:0  !important}.split--mobile-spacing>*:last-child{margin-bottom:0  !important}.split--mobile-spacing>*{margin-top:20px;margin-bottom:20px}}.close-x{background:url(../assets/close-x.png) no-repeat center center;background-size:contain;position:absolute}@media(max-width: 767px){.close-x{width:50px;height:50px;top:16px;right:16px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.close-x{width:75px;height:75px;top:24px;right:24px}}.divider-diamond-blue-small-top::before{content:"";display:block;height:32px;width:100%;background:url(../assets/divider-diamond-blue-small.png) repeat-x center center;background-size:auto 30px;padding:1px 0}.divider-diamond-blue-small-bottom::after{content:"";display:block;height:32px;width:100%;background:url(../assets/divider-diamond-blue-small.png) repeat-x center center;background-size:auto 30px;padding:1px 0}.divider-diamond-white-small-top::before{content:"";display:block;height:32px;width:100%;background:url(../assets/divider-diamond-light-blue-small.png) repeat-x center center;background-size:auto 30px;padding:1px 0}.bg-weave-mid-tear::before{height:14px;content:"";display:block;position:absolute;top:-13px;background:url(../assets/bg-weave-mid-tear.png) repeat-x top center;width:100%}.bg-weave-dark-tear-top::before{height:14px;content:"";display:block;position:absolute;top:-13px;background:url(../assets/bg-weave-dark-tear-top.png) repeat-x top center;width:100%;z-index:50}.bg-weave-dark-tear-bottom::after{height:14px;content:"";display:block;position:absolute;bottom:-13px;background:url(../assets/bg-weave-dark-tear-bottom.png) repeat-x top center;width:100%;z-index:50}.bg-weave-light-to-transparent::before{content:"";display:block;width:100%;position:absolute;top:-1px;left:0;z-index:5}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg-weave-light-to-transparent::before{background:url(../assets/bg-weave-light-to-transparent-desktop.png) repeat-x top center;height:320px}}@media(max-width: 767px){.bg-weave-light-to-transparent::before{background:url(../assets/bg-weave-light-to-transparent-mobile.png) repeat-x top center;height:100px}}.bg-weave-dark-to-transparent::before{content:"";display:block;width:100%;position:absolute;top:-1px;left:0;z-index:5}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg-weave-dark-to-transparent::before{background:url(../assets/bg-weave-dark-to-transparent-desktop.png) repeat-x top center;height:320px}}@media(max-width: 767px){.bg-weave-dark-to-transparent::before{background:url(../assets/bg-weave-dark-to-transparent-mobile.png) repeat-x top center;height:100px}}.bg-weave-transparent-to-mid::after{content:"";display:block;width:100%;position:absolute;bottom:-1px;left:0;z-index:5}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg-weave-transparent-to-mid::after{background:url(../assets/bg-weave-transparent-to-mid-desktop.png) repeat-x top center;height:320px}}@media(max-width: 767px){.bg-weave-transparent-to-mid::after{background:url(../assets/bg-weave-transparent-to-mid-mobile.png) repeat-x top center;height:100px}}.bg-weave-mid-to-light{background:url(../assets/bg-weave-mid-to-light.jpg) repeat-x top center,url(../assets/bg-weave-light.jpg) repeat top center}.bg-weave-dark{background:url(../assets/bg-weave-dark.jpg) repeat top center}.bg-weave-light{background:url(../assets/bg-weave-light.jpg) repeat top center}.bg-weave-mid{background:url(../assets/bg-weave-mid.jpg) repeat top center}.anchor-link{scroll-margin-top:90px}@media(max-width: 767px){.anchor-link{scroll-margin-top:30px}}html,body{padding:0;margin:0}

.c-header{background-color:#efefef;position:relative;height:0;z-index:50}.c-header__nintendo{position:absolute;top:0;right:0;display:block;z-index:2}.c-header__nintendo img{width:100%;height:100%}.c-header__logo{display:block}.c-header__logo img{display:block;width:100%;height:auto}@media(min-width: 1024px){.c-header__logo{width:139px;position:relative;top:7px;left:20px}.c-header__nintendo{width:80px;height:80px}}@media(max-width: 767px),(min-width: 768px)and (max-width: 1023px){.c-header__logo{width:161px;position:absolute;top:10px;left:50%;transform:translate(-50%, 0)}.c-header__nintendo{width:62px;height:62px}}
.c-footer{text-align:center;margin-top:-15px;position:relative;z-index:101}.c-footer::before{content:"";display:block;height:20px;background:url(../assets/footer/bg-teal-edge.png) repeat-x top center}.c-footer__border{background:url(../assets/mountains-overlay.png) no-repeat center center,url(../assets/footer/bg-gray.png) repeat-x center bottom,url(../assets/footer/bg-teal.jpg) center top;background-size:auto 90%,auto 100%,auto 100%;position:relative;padding:1px 0}.c-footer__border::before,.c-footer__border::after{height:30px;content:"";display:block;background:url(../assets/divider-diamond-blue-small.png) repeat-x center center;background-size:auto 100%}.c-footer .c-footer-links{text-transform:uppercase}.c-footer .c-footer-links a{text-decoration:none;font-weight:700;color:#283c50}.c-footer__scroll-top-button{position:fixed;-webkit-appearance:none;appearance:none;border:none;background:url(../assets/scrollTop_arrow.png) no-repeat center center;background-size:contain;cursor:pointer;pointer-events:none;opacity:0;transition:opacity .2s linear}.c-footer__scroll-top-button[visible=true]{opacity:1;pointer-events:all}.c-footer__col>*:first-child{margin-top:0  !important}.c-footer__col>*:last-child{margin-bottom:0  !important}.c-footer__col>*{margin-top:20px;margin-bottom:20px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-footer{background-size:auto 360px,auto auto}.c-footer__border::before{margin:0 0 90px 0}.c-footer__border::after{margin:90px 0 20px 0}.c-footer__row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px;margin-top:50px}.c-footer__scroll-top-button{width:80px;height:80px;bottom:75px;right:22px}.c-footer .c-footer-links{margin-top:30px;margin-bottom:30px}}@media(max-width: 767px){.c-footer__border{background-size:auto 65%,auto 100%,auto 100%}.c-footer__border::before{margin:0 0 30px 0}.c-footer__border::after{margin:30px 0 20px 0}.c-footer__col{margin-bottom:50px}.c-footer__scroll-top-button{width:60px;height:60px;bottom:72px;right:20px}.c-footer .c-footer-links{margin-top:50px;margin-bottom:50px}}
.c-footer-locale__locale{background-color:#000;border-radius:10px;padding:10px 20px}
.c-button{text-align:center;text-decoration:none}.c-button--primary{background-color:#283c50;border-radius:18px;min-height:60px;color:#e5eaee;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:18px;padding:6px 9px;text-transform:uppercase;background-image:url(../assets/button-bg.png);background-repeat:repeat-x;background-position:center bottom;background-size:auto 32%}@media(max-width: 767px){.c-button--primary.c-button--mobile-condensed{font-size:16px}}.c-button--primary.c-button--active,.c-button--primary:hover{color:#fff;background-color:#34a19c;background-image:none}.c-button--primary-alt{background-color:#e5eaee;border-radius:18px;min-height:60px;color:#283c50;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:18px;padding:6px 9px;text-transform:uppercase;background-image:url(../assets/button-bg-light.png);background-repeat:repeat-x;background-position:center bottom;background-size:auto 32%}@media(max-width: 767px){.c-button--primary-alt.c-button--mobile-condensed{font-size:16px}}.c-button--primary-alt.c-button--active,.c-button--primary-alt:hover{color:#fff;background-color:#34a19c;background-image:none}.c-button--alt-hover:hover{color:#283c50;background-color:#e5eaee;background-image:none}.c-button--width-md{width:228px}.c-button--width-fill{display:-ms-flexbox;display:flex;width:100%}.c-button--dp{background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%);background-size:auto auto;box-shadow:0 15px 20px 0 rgba(0,70,130,.35);color:#0078c4;height:60px;border-radius:30px;font-weight:700;transition:all ease-out 300ms}.c-button--dp:hover{color:#0078c4;transform:translate(0, -4px);box-shadow:0 15px 40px 0 rgba(0,70,130,.4);background-color:transparent;background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%)}.c-button--dp span{background-color:#fff;display:-ms-flexbox;display:flex;padding:6px 9px;height:100%;width:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:inherit}
.c-footer-legal{text-align:center;color:#283c50}.c-footer-legal small{display:block;line-height:1.5em;max-width:760px;margin:1em auto}.c-footer-legal small:first-child{margin-top:0}.c-footer-legal small:last-child{margin-bottom:0}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-footer-legal small{font-size:.875rem}}@media(max-width: 767px){.c-footer-legal small{font-size:.75rem}}
.c-footer-links__links{list-style:none;margin:0;padding:0}.c-footer-links__link:hover{text-decoration:underline}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-footer-links__links{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:15px 30px}}@media(max-width: 767px){.c-footer-links{font-size:14px}.c-footer-links__link{display:block;line-height:1.5em}}
.c-footer-logos--inline .c-footer-logos__logos{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.c-footer-logos--block{text-align:center}.c-footer-logos--block .c-footer-logos__logos>*:first-child{margin-top:0  !important}.c-footer-logos--block .c-footer-logos__logos>*:last-child{margin-bottom:0  !important}.c-footer-logos--block .c-footer-logos__logo{margin-top:20px;margin-bottom:20px}.c-footer-logos--block a{display:block;margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.c-footer-logos--block img{margin-left:auto;margin-right:auto}.c-footer-logos--social .c-footer-logos__logo{border-radius:3px;background-color:#283c50}.c-footer-logos--social .c-footer-logos__logo a{display:block;border-radius:3px;background-color:#283c50}.c-footer-logos--social .c-footer-logos__logo img{width:48px;height:48px}.c-footer-logos--social .c-footer-logos__logo:hover a{background-color:transparent}.c-footer-logos__logos{list-style:none;margin:0;padding:0}.c-footer-logos__logo img{max-width:100%;height:auto}
.c-leaving{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.c-leaving[data-visible=false]{display:none}.c-leaving[data-open=false]{animation:leavingExit 300ms ease-out}.c-leaving[data-open=true]{animation:leavingEnter 300ms ease-out}.c-leaving .scroll-overflow__outer{padding:20px}.c-leaving__content{max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-left:auto;margin-right:auto;text-align:center;color:#e5eaee;max-width:960px}.c-leaving .c-title{margin-bottom:24px}.c-leaving__close{background:url(../assets/close-x.png) no-repeat center center;background-size:contain;position:absolute}@media(max-width: 767px){.c-leaving__content{padding:16px;font-size:num-rem(16);padding-top:75px;padding-bottom:75px}.c-leaving__copy{margin-bottom:1.875rem}.c-leaving__close{width:50px;height:50px;top:16px;right:16px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-leaving__content{padding:24px;font-size:num-rem(18);padding-top:100px;padding-bottom:100px}.c-leaving__copy{margin-bottom:3.125rem}.c-leaving__close{width:75px;height:75px;top:24px;right:24px}}@media(max-width: 399px){.c-leaving .c-title{font-size:20px}.c-leaving__copy{font-size:14px}}@keyframes leavingEnter{0%{opacity:0}100%{opacity:1}}@keyframes leavingExit{0%{opacity:1}100%{opacity:0}}
.c-copy{line-height:1.5em}.c-copy h2{font-size:1.5rem}.c-copy p{margin-top:1.25rem;margin-bottom:1.25rem}.c-copy--no-margin-overflow>*:first-child{margin-top:0  !important}.c-copy--no-margin-overflow>*:last-child{margin-bottom:0  !important}.c-copy--no-margin-bottom-overflow>p:last-child{margin-bottom:0}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy--font-size-18-16{font-size:1.125rem}}@media(max-width: 767px){.c-copy--font-size-18-16{font-size:1rem}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy--font-size-16-14{font-size:1rem}}@media(max-width: 767px){.c-copy--font-size-16-14{font-size:.875rem}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy--screen-pad-desktop{padding-left:24px;padding-right:24px}}body[data-font=primary] .c-copy strong,body[data-font=primary] .c-copy em,body[data-font=primary] .c-copy b,body[data-font=primary] .c-copy i{font-weight:700}body[data-font=secondary] .c-copy strong,body[data-font=secondary] .c-copy em,body[data-font=secondary] .c-copy b,body[data-font=secondary] .c-copy i{font-style:italic}body[data-font=default] .c-copy strong,body[data-font=default] .c-copy em,body[data-font=default] .c-copy b,body[data-font=default] .c-copy i{font-style:italic}
.c-title{font-weight:600;font-size:inherit;margin-top:0;margin-bottom:0;line-height:1.5em;position:relative}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--sm{font-size:1.5rem}}@media(max-width: 767px){.c-title.c-title--sm{font-size:1.25rem}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--md{font-size:2rem}}@media(max-width: 767px){.c-title.c-title--md{font-size:1.5rem}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--lg{font-size:2.625rem}}@media(max-width: 767px){.c-title.c-title--lg{font-size:1.75rem}}.c-title.c-title--gradient-black-to-blue span{color:#283c50;background:linear-gradient(179deg, #283C50 0%, #3F5B77 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-title.c-title--solid-black-blue span{color:#283c50}.c-title.c-title--sideline{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.c-title.c-title--sideline::before,.c-title.c-title--sideline::after{-ms-flex:100% 0 1;flex:100% 0 1;content:"";display:block;height:5px;background-size:100% 100%;background-repeat:no-repeat;background-position:center center}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--sideline::before,.c-title.c-title--sideline::after{background-image:url(../assets/title-sideline-desktop.png)}.c-title.c-title--sideline::before{margin-right:30px}.c-title.c-title--sideline::after{margin-left:30px}}@media(max-width: 767px){.c-title.c-title--sideline::before,.c-title.c-title--sideline::after{background-image:url(../assets/title-sideline-mobile.png)}.c-title.c-title--sideline::before{margin-right:20px}.c-title.c-title--sideline::after{margin-left:20px}}.c-title.c-title--white{color:#fff}.c-title.c-title--underline-white{text-align:center}.c-title.c-title--underline-white .c-title__stroke{height:16px;width:auto;margin-left:auto;margin-right:auto;display:block}[data-motion=false] .c-title.c-title--underline-white::after{content:"";display:block;width:100%;height:16px;background:url(../assets/title-underline-white.png) no-repeat center center;background-size:contain}[data-motion=false] .c-title.c-title--underline-white .c-title__stroke{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--underline-white::after,.c-title.c-title--underline-white .c-title__stroke{margin-top:.5em}}@media(max-width: 767px){.c-title.c-title--underline-white::after,.c-title.c-title--underline-white .c-title__stroke{margin-top:.5em}}.c-title.c-title--underline-blue{text-align:center}.c-title.c-title--underline-blue .c-title__stroke{height:16px;width:auto;margin-left:auto;margin-right:auto;display:block}[data-motion=false] .c-title.c-title--underline-blue::after{content:"";display:block;width:100%;height:16px;background:url(../assets/title-underline-blue.png) no-repeat center center;background-size:auto 100%;margin-top:1.5rem}[data-motion=false] .c-title.c-title--underline-blue .c-title__stroke{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--underline-blue::after,.c-title.c-title--underline-blue .c-title__stroke{margin-top:.5em}}@media(max-width: 767px){.c-title.c-title--underline-blue::after,.c-title.c-title--underline-blue .c-title__stroke{margin-top:.5em}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--screen-pad-desktop{padding-left:24px;padding-right:24px}}.c-title.c-title--stroke-red.c-title--md{width:100%;color:#fff;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.c-title.c-title--stroke-red.c-title--md span{position:relative;z-index:2;margin:0 auto}.c-title.c-title--stroke-red.c-title--md .c-title__stroke{position:absolute;top:0;left:0;width:100%;height:auto}[data-motion=false] .c-title.c-title--stroke-red.c-title--md{background:url(../assets/title-stroke-red.png) no-repeat center center;background-size:100% 100%}[data-motion=false] .c-title.c-title--stroke-red.c-title--md .c-title__stroke{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--stroke-red.c-title--md{max-width:480px;height:90px;padding-left:11.4583333333%;padding-right:20.8333333333%;line-height:1em}}@media(max-width: 767px){.c-title.c-title--stroke-red.c-title--md{max-width:384px;height:72px;-ms-flex-pack:center;justify-content:center;line-height:1em;padding-left:15.625%;padding-right:17.4927113703%}}.c-title.c-title--stroke-gold.c-title--md{width:100%;color:#fff;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.c-title.c-title--stroke-gold.c-title--md span{position:relative;z-index:2;margin:0 auto}.c-title.c-title--stroke-gold.c-title--md .c-title__stroke{position:absolute;top:0;left:0;width:100%;height:auto}[data-motion=false] .c-title.c-title--stroke-gold.c-title--md{background:url(../assets/title-stroke-gold.png) no-repeat center center;background-size:100% 100%}[data-motion=false] .c-title.c-title--stroke-gold.c-title--md .c-title__stroke{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--stroke-gold.c-title--md{max-width:480px;height:90px;padding-left:11.4583333333%;padding-right:20.8333333333%;line-height:1em}}@media(max-width: 767px){.c-title.c-title--stroke-gold.c-title--md{max-width:384px;height:72px;-ms-flex-pack:center;justify-content:center;line-height:1em;padding-left:10.4166666667%;padding-right:11.6618075802%}}.c-title.c-title--stroke-brown.c-title--md{width:100%;color:#fff;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.c-title.c-title--stroke-brown.c-title--md .c-title__stroke{position:absolute;top:0;left:0;width:100%;height:auto}.c-title.c-title--stroke-brown.c-title--md span{position:relative;z-index:2}[data-motion=false] .c-title.c-title--stroke-brown.c-title--md{background:url(../assets/title-stroke-brown.png) no-repeat center center;background-size:100% 100%}[data-motion=false] .c-title.c-title--stroke-brown.c-title--md .c-title__stroke{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--stroke-brown.c-title--md{max-width:480px;height:90px;padding-left:11.4583333333%;padding-right:20.8333333333%;line-height:1em}}@media(max-width: 767px){.c-title.c-title--stroke-brown.c-title--md{max-width:384px;height:72px;-ms-flex-pack:center;justify-content:center;line-height:1em;padding-left:10.4166666667%;padding-right:11.6618075802%}}
.c-locales{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.c-locales[data-visible=false]{display:none}.c-locales[data-open=false]{animation:localeExit 300ms ease-out}.c-locales[data-open=true]{animation:localeEnter 300ms ease-out}.c-locales .scroll-overflow__outer{padding:20px}.c-locales__content{padding:20px;max-height:100%;margin-left:auto;margin-right:auto;text-align:center;color:#e5eaee}.c-locales__content>*:first-child{margin-top:0  !important}.c-locales__content>*:last-child{margin-bottom:0  !important}.c-locales__locales-container{margin-left:auto;margin-right:auto}.c-locales__locales{list-style:none;margin:0 auto;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 767px){.c-locales__content{padding:16px;font-size:num-rem(16);padding-top:75px;padding-bottom:75px}.c-locales__locales{margin:-10px -12px}.c-locales__locale{-ms-flex:calc(50% - 24px) 0 0px;flex:calc(50% - 24px) 0 0;margin:10px 12px}.c-locales .c-title{margin-bottom:30px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-locales__content{padding:24px;font-size:num-rem(18);padding-top:100px;padding-bottom:100px}.c-locales__locales-container{max-width:1180px}.c-locales__locales{margin:-12px}.c-locales__locale{-ms-flex:calc(33.3333% - 24px) 0 0px;flex:calc(33.3333% - 24px) 0 0;margin:12px}.c-locales .c-title{margin-bottom:50px}}@media(max-width: 399px){.c-locales__locale{-ms-flex:calc(100% - 24px) 0 0px;flex:calc(100% - 24px) 0 0}}@keyframes localeEnter{0%{opacity:0}100%{opacity:1}}@keyframes localeExit{0%{opacity:1}100%{opacity:0}}
.c-gus{background-color:#c1c1c1}@media(max-width: 720px){.c-gus{height:57px}}@media(min-width: 721px){.c-gus{height:62px}}
.c-reduce-motion{background-color:#231815;color:#fff;text-align:center;position:sticky;top:0;z-index:103;font-weight:700;font-size:14px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.c-reduce-motion label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.c-reduce-motion__toggle{-webkit-appearance:none;appearance:none;background-color:#fff;width:14px;height:14px;border:solid 2px #fff;border-radius:3px;margin-left:.5em;cursor:pointer}.c-reduce-motion__toggle:checked{background-color:#b43232}.c-reduce-motion__toggle:hover{background-color:#c76565;border-color:#c76565}body[data-motion=false] *,body[data-motion=false] ::before,body[data-motion=false] ::after{animation-delay:-1ms !important;animation-duration:1ms !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-duration:0s !important;transition-delay:0s !important}
.c-nav{position:sticky;top:30px;z-index:103;height:0}.c-nav__nav{height:0}.c-nav__links{padding:0;margin:0;list-style:none}.c-nav__link a{text-decoration:none;color:#283c50;text-transform:uppercase}@media(min-width: 1024px){.c-nav__logo,.c-nav__close,.c-nav__toggle{display:none}.c-nav__links{max-width:calc(100% - 170px - 170px);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background:#e5dca4 url(../assets/header/border-desktop.png) bottom center repeat-x;background-size:auto 19px;height:60px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;border-radius:0 0 20px 20px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);-ms-flex-align:center;align-items:center}.c-nav__link{font-weight:700;margin:1px 4px 0 4px;position:relative}.c-nav__link:first-child{margin-left:16px}.c-nav__link:last-child{margin-right:16px}.c-nav__link a{display:-ms-flexbox;display:flex;min-height:35px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:4px 12px;border-radius:10px;text-align:center}.c-nav__link a:hover{background-color:#34a19c;color:#fff}.c-nav__link--active a,.c-nav__link--active-child a{background-color:#283c50;color:#fff;border-radius:10px}.c-nav__link--buy{margin:1px 32px 0 28px}.c-nav__link--buy:last-child{margin-right:28px}.c-nav__link--buy.c-nav__link--active a::before,.c-nav__link--buy.c-nav__link--active-child a::before{opacity:0}.c-nav__link--buy.c-nav__link--active a::after,.c-nav__link--buy.c-nav__link--active-child a::after{opacity:1}.c-nav__link--buy a{color:#fff;background-color:transparent}.c-nav__link--buy a span{z-index:1}.c-nav__link--buy a::before,.c-nav__link--buy a::after{display:block;content:"";position:absolute;top:50%;left:50%;margin-left:15px;padding-left:32px;padding-right:38px;box-sizing:content-box;width:100%;height:125.7142857143%;background:no-repeat center center;background-size:100% 100%;transform:translate(-50%, -50%)}.c-nav__link--buy a::before{background-image:url(../assets/Brush-Nav-Red.png)}.c-nav__link--buy a::after{background-image:url(../assets/Brush-Nav-Teal.png);opacity:0}.c-nav__link--buy a:hover{background-color:transparent}.c-nav__link--buy a:hover::before{opacity:0}.c-nav__link--buy a:hover::after{opacity:1}}@media(max-width: 767px),(min-width: 768px)and (max-width: 1023px){.c-nav__nav{z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#283c50 url(../assets/header/bg-menu-mobile.jpg) no-repeat center top;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.c-nav__nav::after{content:"";display:block;margin:20px 0;-ms-flex:59px 0 0px;flex:59px 0 0;background:url(../assets/header/border-mobile.png) repeat-x center bottom;background-size:auto 59px}.c-nav__nav[data-condensed="1"][data-visible="0"]{display:none !important}.c-nav__nav[data-condensed="1"][data-visible="1"]{display:-ms-flexbox !important;display:flex !important;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.c-nav__nav[data-condensed="1"][data-open="1"]{animation:navEnter 300ms ease-out}.c-nav__nav[data-condensed="1"][data-open="0"]{animation:navExit 300ms ease-out}.c-nav__close{width:50px;height:50px;background:url(../assets/close-x.png) no-repeat center center;background-size:contain;position:absolute;top:20px;left:10px}.c-nav__logo{display:block;width:168px;height:auto;margin:7px auto 20px auto}.c-nav__toggle{position:absolute;top:10px;left:10px;width:60px;height:60px;background:url(../assets/header/hamburger.png) no-repeat center center;background-size:contain}.c-nav__links{font-size:3rem;text-align:center}.c-nav__link{margin:10px 0;display:block}.c-nav__link a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#e5eaee;height:60px;min-width:228px;width:-moz-fit-content;width:fit-content;padding:0 9px;margin-left:auto;margin-right:auto;font-weight:700;border-radius:20px;font-size:1.75rem}.c-nav__link--active a,.c-nav__link--active-child a{background-color:#34a19c}}@media(min-width: 768px)and (max-width: 1023px){.c-nav__link a{min-width:320px}}@keyframes navEnter{0%{opacity:0}100%{opacity:1}}@keyframes navExit{0%{opacity:1}100%{opacity:0}}
.c-page-banner{position:relative;overflow:hidden;background-color:#000}.c-page-banner__video,.c-page-banner__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.c-page-banner__video{z-index:2}.c-page-banner__image{z-index:1}.c-page-banner__backplate{position:absolute;display:block;width:100%;height:100%}[data-motion=false] .c-page-banner__video{display:none !important}.c-page-banner::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;background-image:linear-gradient(180deg, rgba(40, 60, 80, 0.75) 0%, rgba(255, 255, 255, 0) 100%);z-index:3}.c-page-banner::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;z-index:3}.c-page-banner__title{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%, -50%);margin:0;text-align:center;font-size:1rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;animation:fadeOut 1s ease-in 4s 1 normal forwards}.c-page-banner__title span{font-weight:600;color:#e5dca4;background:-webkit-linear-gradient(90deg, #FFFFFF 0%, #E5DCA4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:.25em;margin-bottom:-0.25em;text-transform:uppercase;position:relative;z-index:3}body[data-motion=false] .c-page-banner__title{background:url(../assets/page-banner-brush-backplate.png) no-repeat center center;background-size:contain}body[data-motion=false] .c-page-banner__backplate{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-page-banner{height:560px}.c-page-banner::before{height:228px}.c-page-banner::after{height:320px;background:url(../assets/page-banner-fade-desktop.png) repeat-x center bottom}.c-page-banner__scale{display:none}.c-page-banner__title{width:37.9375em;height:8.25em}.c-page-banner__title span{font-size:3.125em}}@media(max-width: 767px){.c-page-banner{max-height:480px}.c-page-banner::before{height:140px}.c-page-banner::after{height:100px;background:url(../assets/page-banner-fade-mobile.png) repeat-x center bottom}.c-page-banner__scale{padding-top:85.3333333333%}.c-page-banner__title{width:21.4375em;height:5.9375em;background-size:100% 100%}.c-page-banner__title span{font-size:2.25em}}@media(max-width: 767px)and (max-width: 460px){.c-page-banner__title{font-size:14px;transform:translate(-50%, 0)}}.c-page-banner--blank{background-color:transparent}.c-page-banner--blank::before{display:none}.c-page-banner--blank::after{display:none}.c-page-banner--blank .c-page-banner__scale{display:none}.c-page-banner--blank .c-page-banner__image{display:none}.c-page-banner--blank .c-page-banner__title{animation:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-page-banner--blank{height:132px}}@media(max-width: 767px){.c-page-banner--blank{height:95px}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}
.c-preorder-button{background:url(../assets/gameplay/preorder-button-bg.png),#b43232;background-repeat:no-repeat;background-position-y:bottom;background-size:contain;border-radius:20px 0 0 20px;padding:16px 51px;position:absolute;right:0;top:50%;z-index:102;transform:translateX(200px);transition:transform .2s linear}.c-preorder-button__link{text-decoration:none;cursor:pointer}.c-preorder-button__text{color:#fff;font-family:"Tillana",sans-serif;font-weight:700;text-transform:uppercase}.c-preorder-button.c-preorder-button_hide{display:none;visibility:hidden}.c-preorder-button[init=true]{transform:translateX(0)}.c-preorder-button--scroll{position:fixed}.c-preorder-button--scroll[fixed=true]{transform:translateX(0)}.c-preorder-button--scroll[init=true]{display:none;visibility:hidden}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-preorder-button--scroll{display:none;visibility:hidden}}@media(max-width: 767px){.c-preorder-button[init=true]{display:none;visibility:hidden}.c-preorder-button[init=true].c-preorder-button_home{display:block;visibility:visible}.c-preorder-button[init=true].c-preorder-button--scroll{display:none;visibility:hidden}.c-preorder-button--scroll[fixed=true]{display:block;visibility:visible;transform:translateX(0)}.c-preorder-button--scroll[fixed=true].c-preorder-button_hide{display:none;visibility:hidden}}
.c-stream{width:100%;overflow:hidden}.c-stream__container{display:-ms-flexbox;display:flex}.c-stream__image{display:block}
.c-slideshow--border-blue-double .c-slideshow__scale::after{border:8px solid;border-image:url(../assets/border-blue-double.png) 16 round;border-image-outset:8px}.c-slideshow--border-light-blue-double .c-slideshow__scale::after{border:8px solid;border-image:url(../assets/border-light-blue-double.png) 16 round;border-image-outset:8px}.c-slideshow--border-blue-single .c-slideshow__scale::after{border:12px solid;border-image:url(../assets/border-blue-single.png) 24 round;border-image-outset:8px}.c-slideshow--border-light-blue-single .c-slideshow__scale::after{border:12px solid;border-image:url(../assets/border-light-blue-single.png) 24 round;border-image-outset:8px}.c-slideshow{position:relative}.c-slideshow__image{height:100%;width:100%;position:relative;overflow:hidden}.c-slideshow__image img{width:100%;height:auto}.c-slideshow__content{position:absolute;top:0;left:0;width:100%;height:100%}.c-slideshow__scale{position:relative}.c-slideshow--aspect-ratio-16-9 .c-slideshow__scale::before{content:"";display:block;padding-top:56.25%}.c-slideshow--border-blue-double .c-slideshow__scale{border:solid 8px transparent}.c-slideshow--border-blue-double .c-slideshow__scale::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.c-slideshow--border-blue-double .c-slideshow__content{background-color:#283c50}.c-slideshow--border-light-blue-double .c-slideshow__scale{border:solid 8px transparent}.c-slideshow--border-light-blue-double .c-slideshow__scale::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.c-slideshow--border-light-blue-double .c-slideshow__content{background-color:#99a7ae}.c-slideshow--border-blue-single .c-slideshow__scale{border:solid 8px transparent}.c-slideshow--border-blue-single .c-slideshow__scale::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.c-slideshow--border-blue-single .c-slideshow__content{background-color:#283c50}.c-slideshow--border-light-blue-single .c-slideshow__scale{border:solid 8px transparent}.c-slideshow--border-light-blue-single .c-slideshow__scale::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.c-slideshow--border-light-blue-single .c-slideshow__content{background-color:#8296a0}.c-slideshow .swiper-pagination-bullets{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:18px;position:relative}.c-slideshow .swiper-pagination-bullet{width:40px;height:40px;margin-left:5px;margin-right:5px;display:block;position:relative;opacity:1;border-radius:0;background-color:transparent}.c-slideshow .swiper-pagination-bullet::before,.c-slideshow .swiper-pagination-bullet::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center center}.c-slideshow .swiper-pagination-bullet::before{background-image:url(../assets/bullet-blue-inactive.png)}.c-slideshow .swiper-pagination-bullet::after{background-image:url(../assets/bullet-blue-hover.png);opacity:0}.c-slideshow .swiper-pagination-bullet:hover::before{opacity:0}.c-slideshow .swiper-pagination-bullet:hover::after{opacity:1}.c-slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active::before{background-image:url(../assets/bullet-blue-active.png)}.c-slideshow--pagination-white .swiper-pagination-bullet::before{background-image:url(../assets/bullet-white-inactive.png)}.c-slideshow--pagination-white .swiper-pagination-bullet::after{background-image:url(../assets/bullet-white-hover.png)}.c-slideshow--pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active::before{background-image:url(../assets/bullet-white-active.png)}.c-slideshow .swiper-container{width:100%;height:100%}.c-slideshow .swiper-slide[data-animate=in] .c-slideshow__image{animation-name:slideshowIn;animation-duration:500ms}@keyframes slideshowIn{0%{opacity:0;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}
.c-new-badge{height:32px;position:relative;z-index:10;margin:0 auto;display:-ms-inline-flexbox;display:inline-flex}.c-new-badge__gutter{width:20px}.c-new-badge__gutter.gutter_L{background:url(../assets/new-button-L.svg) no-repeat;background-position:left 0;margin-right:-1px}.c-new-badge__gutter.gutter_R{background:url(../assets/new-button-R.svg) no-repeat;background-position:right 0;margin-left:-1px}.c-new-badge__text{background-color:#d4409e;padding:8px 6px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;color:#fff;font-family:"Tillana",sans-serif;font-size:14px;font-weight:bolder;text-transform:uppercase}.c-new-badge--absolute-pos{position:absolute;top:10px;left:10px;margin:0 0}.c-new-badge--fix-top{margin-top:-30px}@media(max-width: 767px){.c-new-badge--fix-top{margin-top:30px}}
.swiper-container-animation .swiper-slide{transition:tab-size;transition:tab-size, -moz-tab-size}
.c-character-image{position:relative}.c-character-image::before{display:block;content:"";padding-top:97.3913043478%}.c-character-image img{display:block;width:86.9565217391%;margin-top:3.4782608696%;position:absolute;top:0;left:50%;transform:translate(-50%, 0)}.c-character-image__zigzag{position:absolute;top:0;left:0;width:100%;height:100%}[data-motion=false] .c-character-image{background:url(../assets/story/bg-characters.png) no-repeat center center;background-size:contain}[data-motion=false] .c-character-image__zigzag{display:none}[data-motion=false] .c-character-image--white{background-image:url(../assets/story/bg-characters-white.png);background-size:contain}[data-motion=false] .c-character-image--white__zigzag{display:none}
.c-page-intro{text-align:center;max-width:680px;color:#283c50;position:relative}.c-page-intro::before{content:"";display:block;width:95%;height:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);box-shadow:0 5px 14px 0 rgba(40,60,80,.4)}.c-page-intro__border{border:21px solid;border-image:url(../assets/border-paper.png) 42 repeat;position:relative;z-index:1}.c-page-intro__content{background:url(../assets/bg-paper.jpg) repeat center top;background-size:auto 80px}.c-page-intro--strong{font-weight:600}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-page-intro{font-size:1.25rem}.c-page-intro--strong{font-size:1.5rem}.c-page-intro__content{padding:.625rem 1.25rem}}@media(max-width: 767px){.c-page-intro{font-size:1.125rem}.c-page-intro__content{padding:.625rem}}
.c-copy-box--blue-inverted{border:11px solid;border-image:url(../assets/border-blue-inverted.png) 22 repeat}.c-copy-box--blue-inverted .c-copy-box__content{background-color:#283c50;color:#e5eaee;text-align:center}.c-copy-box--no-margin-overflow>*:first-child{margin-top:0  !important}.c-copy-box--no-margin-overflow>*:last-child{margin-bottom:0  !important}.c-copy-box--text-center{text-align:center}.c-copy-box--no-pad .c-copy-box__content{padding:0 !important}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy-box .c-copy-box__content{padding:30px}.c-copy-box:not([data-slideshow="0"]):not([data-slideshow="1"]){margin-bottom:58px}}@media(max-width: 767px){.c-copy-box .c-copy-box__content{padding:15px 5px}}
.c-creature-card{text-align:center;position:relative}.c-creature-card:nth-child(n+4){margin-top:50px}.c-creature-card__image{position:relative;width:100%;margin-bottom:20px}.c-creature-card__image::before{content:"";display:block;padding-top:97.3404255319%}.c-creature-card__circle{position:absolute;width:85.1063829787%;height:87.4316939891%;display:block;top:50%;left:50%;transform:translate(-50%, -50%)}body[data-motion=false] .c-creature-card__image{background:url(../assets/pokemon/bg-creature.png) no-repeat center center;background-size:85.1063829787% auto}body[data-motion=false] .c-creature-card__circle{display:none}.c-creature-card .c-new-badge{position:absolute;top:0;left:50%;transform:translate(-50%, -75%)}.c-creature-card__thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.c-creature-card__play{width:57px;height:56px;position:relative;-ms-flex:57px 0 0px;flex:57px 0 0;margin-right:12px}.c-creature-card__play:hover::before{background:url(../assets/pokemon/play-over.png) no-repeat center center;background-size:contain}.c-creature-card__play::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:url(../assets/pokemon/play-up.png) no-repeat center center;background-size:contain}.c-creature-card__play::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:url(../assets/pokemon/play-over.png) no-repeat center center;background-size:contain;opacity:0}.c-creature-card__subtitle{font-weight:600}.c-creature-card__details{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-transform:uppercase;margin-top:20px}.c-creature-card__details .c-title{font-size:18px;font-weight:bold}.c-creature-card a{text-decoration:none;color:#283c50}.c-creature-card a:hover .c-creature-card__play::after{opacity:1}.c-creature-card a:hover .c-creature-card__play::before{opacity:0}.c-creature-card--white a{color:#fff}body[data-motion=false] .c-creature-card--white .c-creature-card__image{background-image:url(../assets/pokemon/bg-creature-white.png)}@media(max-width: 767px){.c-creature-card{margin-top:50px;margin-bottom:50px}.c-creature-card:first-child{margin-top:0}.c-creature-card:last-child{margin-top:0}}
.c-art{position:relative}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-art--aspect-ratio-1600-878 .c-art__scale{padding-top:54.875%}}@media(max-width: 767px){.c-art--aspect-ratio-375-392 .c-art__scale{padding-top:104.5333333333%}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-art--aspect-ratio-1600-900 .c-art__scale{padding-top:56.25%}}@media(max-width: 767px){.c-art--aspect-ratio-375-212 .c-art__scale{padding-top:56.5333333333%}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-art--aspect-ratio-1600-680 .c-art__scale{padding-top:42.5%}}@media(max-width: 767px){.c-art--aspect-ratio-375-160 .c-art__scale{padding-top:42.6666666667%}}.c-art__video,.c-art__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.c-art__video{z-index:2}.c-art__image{z-index:1}[data-motion=false] .c-art__video{display:none !important}
