/*! 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{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;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{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{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{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{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{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:flex;align-items: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:flex;justify-content: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}
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}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}a{transition:.2s ease-in-out}.content{margin-left:auto;margin-right:auto}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.content{max-width:1170px}.content--narrow{max-width:760px}.content--condensed{max-width:800px}.content--wide{max-width:960px}}@media(max-width: 767px){.content:not(.content--desktop){max-width:640px}}.anchor{position:relative;top:-150px}.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:flex;align-items:center;flex-wrap:wrap}.split>*{flex:calc(50% - 15px) 0 0}.split>:first-child{margin-right:15px}.split>:last-child{margin-left:15px}.split--images img{max-width:100%}.split--50-50>:first-child{flex:calc(50% - 15px) 0 1}.split--50-50>:last-child{flex:calc(50% - 15px) 0 1}.split--40-60>:first-child{flex:calc(37% - 15px) 0 0}.split--40-60>:last-child{flex:calc(63% - 15px) 0 0}.split--60-40>:first-child{flex:calc(63% - 15px) 0 0}.split--60-40>:last-child{flex:calc(37% - 15px) 0 0}.split--flip>:first-child{order:1;margin-left:15px;margin-right:0}.split--flip>:last-child{order:0;margin-right:15px;margin-left:0}.split--tall{align-items:flex-start}.split--solo{justify-content:center}.split--align-top{align-items:flex-start}}@media(max-width: 767px){.split--images>*:first-child{margin-top:0  !important}.split--images>*:last-child{margin-bottom:0  !important}.split--images>*{margin-top:24px;margin-bottom:24px}.split--images img{max-width:100%}}.close-x{border-radius:50%;background:url(../assets/close-desktop.png) no-repeat center center;background-size:contain;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);transition:all .45s ease-out;transform:translateZ(0)}.close-x:hover{transform:translateY(-5px);box-shadow:0 15px 20px 0 rgba(0,70,130,.15);transition:all .45s ease-in}.close-x::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/close-hover.png);background-size:contain;opacity:0;transition:.4s ease-in-out}.close-x:hover::before{opacity:1}@media(min-width: 768px)and (max-width: 1023px),(max-width: 767px){.close-x{width:50px;height:50px;top:7px;right:7px;position:absolute}.close-x--left{left:7px;right:auto}}@media(min-width: 1024px){.close-x{width:60px;height:60px;top:24px;right:24px;position:absolute}.close-x--left{left:24px;right:auto}}.fractured-sides{position:relative}.fractured-sides::before,.fractured-sides::after{content:"";display:block}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.fractured-sides::before,.fractured-sides::after{width:100%;height:100%;max-width:192px;max-height:350px;background-repeat:no-repeat;background-size:contain;top:50%;position:absolute}.fractured-sides::before{left:0;transform:translate(calc(-100% + 10px), -50%);background-image:url(../assets/fractured-sides-left-desktop.png);background-position:right center}.fractured-sides::after{right:0;transform:translate(calc(100% - 10px), -50%);background-image:url(../assets/fractured-sides-right-desktop.png);background-position:left center}.fractured-sides--dark::before{background-image:url(../assets/fractured-sides-dark-left-desktop.png)}.fractured-sides--dark::after{background-image:url(../assets/fractured-sides-dark-right-desktop.png)}}@media(max-width: 767px){.fractured-bottom::after{content:"";display:block;height:190px;background:url(../assets/fractured-bottom-mobile.png) no-repeat center top;background-size:auto 100%;margin-bottom:-145px;position:relative}.fractured-bottom--dark::after{background:url(../assets/fractured-bottom-dark-mobile.png) no-repeat center top;background-size:auto 100%}}.fractured-stream{width:100%;background:url(../assets/fractured-border-desktop.png) repeat-x center center;pointer-events:none;background-size:auto 100%}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.fractured-stream{height:193px}}@media(max-width: 767px){.fractured-stream{height:150px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.title-copy .c-title+.c-copy{margin-top:24px}}@media(max-width: 767px){.title-copy{margin-top:30px;margin-bottom:30px}.title-copy .c-title+.c-copy{margin-top:20px}}.overflow-hidden{position:relative;overflow:hidden}.bg{pointer-events:none}.bg::before{content:"";display:block}.bg>*{pointer-events:all}.bg--chevron-white-top{z-index:11}.bg--chevron-white-top::before{position:absolute;bottom:0;width:100%;left:0;background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%)}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg--chevron-white-top{background:url(../assets/chevron-white-top-desktop.png) no-repeat center top}.bg--chevron-white-top::before{height:300px}}@media(min-width: 768px)and (max-width: 1200px){.bg--chevron-white-top{padding-top:11.1666666667%;margin-top:-19.75%;background-size:133.3333333333% auto}}@media(min-width: 1200px)and (max-width: 1600px){.bg--chevron-white-top{padding-top:134px;margin-top:-237px;background-size:1600px auto}}@media(min-width: 1601px){.bg--chevron-white-top{padding-top:8.375%;margin-top:-14.8125%;background-size:100% auto}}@media(max-width: 767px){.bg--chevron-white-top{background:url(../assets/chevron-white-top-mobile.png) no-repeat center top;background-size:100% auto;margin-top:-19.7333333333%;padding-top:1px}.bg--chevron-white-top>:first-child{margin-top:-4%}.bg--chevron-white-top::before{height:150px}}.bg--chevron-black-top{z-index:11;background-color:#000}.bg--chevron-black-top .bg__inner{padding-top:1px;position:relative}.bg--chevron-black-top .bg__inner>*{position:relative;z-index:2}.bg--chevron-black-top .bg__inner::before{content:"";display:block;position:absolute;width:100%;top:0;pointer-events:none}.bg--chevron-black-top .bg__middle::before{content:"";position:absolute;top:-80px;left:0;right:0;height:80px;display:block;background:linear-gradient(0deg, black 0, rgba(0, 0, 0, 0) 80px)}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg--chevron-black-top .bg__inner::before{height:100%;background:url(../assets/chevron-black-top-desktop.png) no-repeat center top}}@media(min-width: 768px)and (max-width: 1200px){.bg--chevron-black-top .bg__inner::before{margin-top:-19.75%;background-size:133.3333333333% auto}.bg--chevron-black-top .bg__inner>:first-child{margin-top:-8.6666666667%}}@media(min-width: 1200px)and (max-width: 1600px){.bg--chevron-black-top .bg__inner::before{margin-top:-237px;background-size:1600px auto}.bg--chevron-black-top .bg__inner>:first-child{margin-top:-104px}}@media(min-width: 1601px){.bg--chevron-black-top .bg__inner::before{margin-top:-14.8125%;background-size:100% auto}.bg--chevron-black-top .bg__inner>:first-child{margin-top:-6.5%}}@media(max-width: 767px){.bg--chevron-black-top .bg__inner::before{margin-top:-19.7333333333%;padding-top:70.9333333333%;background:url(../assets/chevron-black-top-mobile.png) no-repeat center top;background-size:100% auto}.bg--chevron-black-top .bg__inner>:first-child{margin-top:-26.6666666667%}}.bg--chevron-black-bottom{z-index:11;background-color:#000}.bg--chevron-black-bottom .bg__inner{position:relative}.bg--chevron-black-bottom .bg__inner>*{position:relative;z-index:2}.bg--chevron-black-bottom .bg__inner::after{content:"";display:block;width:100%;pointer-events:none;position:absolute}.bg--chevron-black-bottom .bg__middle{background:url(../assets/chevron-black-bottom-desktop.png) no-repeat center bottom -1px;background-size:100% auto;padding-bottom:120px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.bg--chevron-black-bottom .bg__inner::after{height:100%}}@media(min-width: 768px)and (max-width: 1200px){.bg--chevron-black-bottom .bg__inner::after{background-size:133.3333333333% auto}}@media(min-width: 1200px)and (max-width: 1600px){.bg--chevron-black-bottom .bg__inner::after{background-size:1600px auto}}@media(min-width: 1601px){.bg--chevron-black-bottom .bg__inner::after{background-size:100% auto}}@media(max-width: 767px){.bg--chevron-black-bottom .bg__middle{background:url(../assets/chevron-black-bottom-mobile.png) no-repeat center bottom -1px;background-size:100% auto;padding-bottom:70px}}.modal .c-title.c-title--lg::after{background-color:rgba(255,255,255,.5)}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.modal{background:#6d598e url(../assets/modal-bg-desktop.jpg) no-repeat center top;background-size:cover}}@media(max-width: 767px){.modal{background:#6d598e url(../assets/modal-bg-mobile.jpg) no-repeat center top;background-size:cover}}.triangle-footer{padding-top:1px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.triangle-footer{background:url(../assets/footer-bg-desktop.jpg) no-repeat center bottom 27px}}@media(min-width: 768px)and (max-width: 1200px){.triangle-footer{background-size:133.3333333333% auto}}@media(min-width: 1200px)and (max-width: 1600px){.triangle-footer{background-size:1600px auto}}@media(min-width: 1601px){.triangle-footer{background-size:100% auto}}@media(max-width: 767px){.triangle-footer{background:url(../assets/footer-bg-mobile.jpg) no-repeat center bottom;background-size:768px auto,768px auto}}.triangle-footer::after{content:"";display:block}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.triangle-footer::after{background:url(../assets/triangle-footer-desktop.png) no-repeat center center}}@media(min-width: 768px)and (max-width: 1200px){.triangle-footer::after{padding-top:13%;background-size:133.3333333333% auto}}@media(min-width: 1200px)and (max-width: 1600px){.triangle-footer::after{padding-top:156px;background-size:1600px auto}}@media(min-width: 1601px){.triangle-footer::after{padding-top:9.75%;background-size:100% auto}}@media(max-width: 767px){.triangle-footer::after{padding-top:18.1333333333%;background:url(../assets/triangle-footer-mobile.png) no-repeat center center;background-size:100% 100%}}.image-copy-row{margin:60px 0 80px;align-items:flex-start}.image-copy-row .c-copy{margin-top:40px;margin-bottom:50px;max-width:75%;margin-left:auto;margin-right:auto}@media(max-width: 767px){.image-copy-row .c-copy{margin-top:30px;max-width:100%}}@media(max-width: 767px){.image-copy-row{margin:40px 0 50px}}.upper{text-transform:uppercase}@font-face{font-family:"Montserrat";font-style:italic;font-weight:500;font-display:swap;src:url(../assets/fonts/montserrat-italic.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:italic;font-weight:700;font-display:swap;src:url(../assets/fonts/montserrat-italic.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(../assets/fonts/montserrat.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/montserrat.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:900;font-display:swap;src:url(../assets/fonts/montserrat.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:swap;src:url(../assets/fonts/montserrat-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/montserrat-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Montserrat";font-style:normal;font-weight:900;font-display:swap;src:url(../assets/fonts/montserrat-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Tillana";font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/tillana-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Tillana";font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/tillana-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html,body{padding:0;margin:0}

.c-footer{text-align:center;position:relative;z-index:100;padding:1px 0;color:#a0c8dc}.c-footer::before{content:"";display:block;height:160px;width:100%;position:absolute;top:0;left:0;pointer-events:none;background-image:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%)}.c-footer .content{position:relative;z-index:3}.c-footer .c-footer-links a{color:#a0c8dc;text-decoration:none}.c-footer .c-footer-links a:hover{color:#fee2f2}.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:#000 url(../assets/footer/bg-desktop.jpg) no-repeat center top;background-size:cover;padding-top:130px;padding-bottom:50px}.c-footer__row{display:flex;justify-content:space-between}.c-footer .c-footer-links{margin-top:50px;margin-bottom:50px;font-size:1rem}.c-footer .c-footer-legal{margin-bottom:130px}}@media(max-width: 767px){.c-footer{background:#000 url(../assets/footer/bg-mobile.jpg) no-repeat center bottom;background-size:100% auto;padding-bottom:50px;padding-top:50px}.c-footer__col{margin-bottom:50px}.c-footer .c-footer-links{margin-top:50px;margin-bottom:50px}}

.c-button{text-align:center;text-decoration:none;transition:.2s ease-in-out}.c-button--primary{color:#0078c4;background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%);position:relative;transition:all .45s ease-out}.c-button--primary:not(.c-button--transparent)::after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%);border-radius:32px;transition:all .45s ease-out;opacity:0}.c-button--primary:hover::after{opacity:1;background-image:linear-gradient(159deg, #D6214E 0%, #005FB1 91%)}.c-button--primary:hover{transform:translateY(-5px);transition:all .45s ease-in}.c-button--primary span{position:relative;background-color:#fff;z-index:1}.c-button--primary.c-button--active{background-image:none}.c-button--md{font-size:1.125rem;box-shadow:0 15px 20px 0 rgba(0,70,130,.15);border-radius:32px;padding:3px;display:inline-flex;justify-content:center;align-items:center;font-weight:700}.c-button--md:hover{box-shadow:0 15px 40px 0 rgba(0,70,130,.4)}.c-button--md span{border-radius:30px;min-height:60px;display:flex;justify-content:center;align-items:center;height:100%;padding:0 9px;width:100%}.c-button--sm{display:inline-flex;justify-content:stretch;align-items:center;border-radius:30px;font-weight:600}.c-button--sm span{border-radius:20px;min-height:55px;display:flex;width:100%;justify-content:center;align-items:center;padding:0 9px}.c-button--arceus{position:relative;color:#283c50;background:#e5eaee;text-transform:uppercase;padding:0;border-radius:20px;transition:background-color .4s ease-in-out,color .4s ease-in-out;overflow:hidden}.c-button--arceus span:nth-child(2){position:absolute;bottom:0;left:0;right:0;height:18px;min-height:18px;background:url(../assets/home/bg-arceus-cta.png) repeat-x center bottom;background-size:auto 18px}.c-button--arceus::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;color:#e5eaee;background:#34a19c;z-index:1;opacity:0;transition:opacity .4s ease-in-out}.c-button--arceus span:first-child{position:relative;background:transparent;z-index:2}.c-button--arceus:hover{color:#e5eaee;background:#34a19c}.c-button--arceus:hover::before{opacity:1}.c-button--transparent{height:66px;display:inline-flex;justify-content:center;align-items:center;font-weight:700;font-size:1.125rem;border-radius:32px;background:rgba(255,255,255,.5);color:#004682}.c-button--transparent span{background:transparent}.c-button--fractured-blue{-webkit-appearance:none;appearance:none;color:#fff;font-weight:700;text-transform:uppercase;background:url(../assets/button-fractured-blue.jpg) no-repeat center center;background-size:auto 100%}.c-button--fractured-pink{-webkit-appearance:none;appearance:none;color:#fff;font-weight:700;text-transform:uppercase;background:url(../assets/button-fractured-pink.jpg) no-repeat center center;background-size:auto 100%}.c-button--arrows{color:#a0c8dc;text-transform:uppercase;font-size:1.125rem;transition:.4s ease-out}.c-button--arrows:hover{color:#0078c4}.c-button--arrows span::after{content:"";display:inline-block;width:27px;height:26px;margin-left:5px;margin-top:-3px;background:url(../assets/button-arrows-blue.png) no-repeat center;background-size:contain;transition:.4s ease-out}.c-button--arrows span:hover::after{background:url(../assets/button-arrows-blue-hover.png) no-repeat center;background-size:contain}.c-button--pattern{-webkit-appearance:none;appearance:none;background:url(../assets/bg-button-pattern.jpg) no-repeat center center;background-size:cover;color:#fff;text-transform:uppercase;position:relative;transition:all .45s ease-out}.c-button--pattern span{z-index:1}.c-button--pattern::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(../assets/bg-button-pattern.jpg) no-repeat center center;background-size:cover;border-radius:40px;transform:scaleX(-1);filter:fliph;-ms-filter:"FlipH";opacity:0;transition:opacity .2s ease-in-out}.c-button--pattern:hover::before{opacity:1}.c-button--pattern:hover{transform:translateY(-5px);transition:all .35s ease-in}.c-button--pattern::after{content:"";display:block;width:31px;height:8px;background:url(../assets/white-border-slash-button.png) no-repeat center center;background-size:auto 100%;position:absolute;bottom:0;right:30px}.c-button--special-offers{position:absolute;z-index:1;font-size:18px;font-weight:bold;text-transform:uppercase;color:#fff;text-decoration:none;right:-24px;width:230px;height:131px;padding:18px 15px 0 30px;background:url(../assets/special-offers-black-shadow.png) no-repeat;background-size:100%;transition:.2s ease-in;text-align:left}.c-button--special-offers span{max-width:86px;display:inline-block;vertical-align:middle;margin-left:-5px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.c-button--special-offers:hover{right:-9px;transition:.2s ease-out}.c-button--special-offers::before{content:"";display:inline-block;width:72px;height:72px;background:url(../assets/pokeball.png) no-repeat center;background-size:contain;vertical-align:middle}@media(min-width: 768px)and (max-width: 1023px){.c-button--special-offers{right:-15px;width:160px;height:100px;background-size:160px;padding-top:11px;padding-left:20px}.c-button--special-offers::before{width:52px;height:52px}.c-button--special-offers span{font-size:80%;max-width:66px}.c-button--special-offers:hover{right:0}}@media(max-width: 767px){.c-button--special-offers{padding:8px 0 0 21px;position:static;display:block;margin:0 auto;right:auto;width:266px;height:70px;overflow:visible;background-image:url(../assets/special-offers-mobile.png);background-size:100%}.c-button--special-offers span{max-width:none;letter-spacing:1px}.c-button--special-offers::before{width:36px;height:36px}}.c-button--width-md span{width:222px}.c-button--width-lg span{width:250px}.c-button--width-fill{display:flex;width:100%}
.c-footer-legal{text-align:center}.c-footer-legal small{display:block;line-height:1.8em;max-width:760px;margin:1em auto}.c-footer-legal small a{color:#a0c8dc}.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}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-footer-links__links{display:flex;flex-wrap:wrap;justify-content:center;gap:15px 30px}}@media(max-width: 767px){.c-footer-links{font-size:.875rem}.c-footer-links__link{display:block;line-height:1.8em}}
.c-footer-logos--inline .c-footer-logos__logos{display:flex;justify-content:center;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{background-image:linear-gradient(155deg, #005FB1 0%, #D6214E 100%);border-radius:24px;box-shadow:0 6px 21px 0 rgba(170,30,65,.7);transition:.2s ease-in-out;position:relative}.c-footer-logos--social .c-footer-logos__logo::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(155deg, #D6214E 0%, #005FB1 100%);border-radius:24px;z-index:0;opacity:0;transition:.2s ease-in-out}.c-footer-logos--social .c-footer-logos__logo:hover::before{background-image:linear-gradient(155deg, #D6214E 0%, #005FB1 100%);opacity:1}.c-footer-logos--social .c-footer-logos__logo a{position:relative;display:block;z-index:1}.c-footer-logos--social .c-footer-logos__logo img{width:48px;height:48px}.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{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}}@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 .c-title{font-size:2rem !important}.c-leaving__copy{margin-bottom:3.125rem}}@media(max-width: 374px){.c-leaving .c-title{font-size:1.25rem}.c-leaving__copy{font-size:.875rem}}@keyframes leavingEnter{0%{opacity:0}100%{opacity:1}}@keyframes leavingExit{0%{opacity:1}100%{opacity:0}}
.c-copy{line-height:1.8em}.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}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy--narrow{max-width:424px;margin-left:auto;margin-right:auto}.c-copy--med{max-width:760px;margin-left:auto;margin-right:auto}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-copy{font-size:1.125rem}}@media(max-width: 767px){.c-copy{font-size:1rem}}body[data-font=primary] .c-copy strong,body[data-font=primary] .c-copy b{font-weight:700}body[data-font=primary] .c-copy em,body[data-font=primary] .c-copy i{font-style:italic}body[data-font=default] .c-copy strong,body[data-font=default] .c-copy b{font-weight:bold}body[data-font=default] .c-copy em,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.3em}.c-title.c-title--sm{font-weight:700}@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}}.c-title.c-title--md{font-weight:700}@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}}.c-title.c-title--lg{font-weight:900;text-align:center}.c-title.c-title--lg::after{content:"";display:block;width:38px;height:6px;border-radius:3px;background-color:currentColor;margin-left:auto;margin-right:auto}.c-title.c-title--lg.c-title--no-underline::after{display:none}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title.c-title--lg{font-size:2.625rem}.c-title.c-title--lg::after{margin-top:20px;margin-bottom:20px}}@media(max-width: 767px){.c-title.c-title--lg{font-size:1.75rem}.c-title.c-title--lg::after{margin-top:20px;margin-bottom:20px}}.c-title.c-title--light-blue{color:#0078c4}.c-title.c-title--light-blue::after{background-color:#a0c8dc}.c-title.c-title--dark-blue{color:#004682}.c-title.c-title--white{color:#fff}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title--narrow{max-width:424px;margin-left:auto;margin-right:auto}}.c-title--fractured::before{content:"";position:absolute;left:0;right:0}.c-title--fractured span{position:relative;z-index:1}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-title--fractured::before{height:193px;background:url(../assets/fractured-border-desktop.png) repeat-x center center;transform:translate(0, -30%);background-size:auto 100%}}@media(max-width: 767px){.c-title--fractured::before{height:140px;background:url(../assets/fractured-border-desktop.png) repeat-x center center;transform:translate(0, -40%);background-size:auto 100%}}.c-title.c-title--bold{font-weight:800}
.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:flex;flex-wrap:wrap}.c-locales__locales li:hover .c-button--transparent{background-color:#fff}@media(max-width: 767px){.c-locales__content{padding:16px;font-size:1rem;padding-top:75px;padding-bottom:75px}.c-locales__locales{margin:-10px -12px}.c-locales__locale{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:1.125rem;padding-top:100px;padding-bottom:100px}.c-locales__locales-container{max-width:1180px}.c-locales__locales{margin:-12px}.c-locales__locale{flex:calc(33.3333% - 24px) 0 0;margin:12px}.c-locales .c-title{margin-bottom:50px}}@media(max-width: 400px){.c-locales__locale{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:#fff;color:#000;text-align:center;position:sticky;top:0;z-index:101;font-weight:500;font-size:.875rem;letter-spacing:.1em;height:30px;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.c-reduce-motion label{display:flex;align-items:center}.c-reduce-motion__toggle{-webkit-appearance:none;appearance:none;background-color:#fff;width:16px;height:16px;border:solid 3px #000;border-radius:8px;margin-left:.5em;position:relative}.c-reduce-motion__toggle:checked::before{content:"";display:block;width:6px;height:6px;border-radius:3px;background-color:#aa1e41;position:absolute;z-index:1;top:50%;left:50%;margin-top:-3px;margin-left:-3px}@media(min-width: 1024px){.c-reduce-motion label{margin-left:-80px}}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:102;height:0}.c-nav::after{display:block;content:"";height:32px;width:100%;position:absolute;bottom:-35px;background:url(../assets/header/glow.png) no-repeat center top;background-size:auto 100%;pointer-events:none}@media(min-width: 1601px){.c-nav::after{background-size:cover}}.c-nav__nav{height:0}.c-nav__links{padding:0;margin:0;list-style:none}.c-nav__link a{text-decoration:none;color:#fff;letter-spacing:.1em;text-transform:uppercase}.c-nav__link--active a,.c-nav__link--active-child a{font-weight:900}.c-nav__diamond{display:block}.c-nav__diamond img{width:100%;display:block;height:auto}.c-nav__pearl{display:block}.c-nav__pearl img{width:100%;display:block;height:auto}.c-nav__nintendo{display:block}.c-nav__nintendo img{display:block;width:100%;height:100%}.c-nav__nav-logo{display:none}@media(min-width: 1201px){.c-nav{height:83px;background:url(../assets/header/bg-desktop.jpg) no-repeat center center;background-size:auto 100%;border-bottom:solid 3px #fff}.c-nav__row{display:flex;align-items:center;height:80px}.c-nav__diamond{flex-grow:0;flex-shrink:0;margin-left:24px}.c-nav__diamond img{width:110px}.c-nav__pearl{flex-grow:0;flex-shrink:0;margin-right:24px}.c-nav__pearl img{width:110px}.c-nav__nav{flex-grow:1}.c-nav__nintendo{flex-grow:0;flex-shrink:0;width:80px;height:80px;border-left:solid 3px #fff;box-sizing:content-box}.c-nav__logo,.c-nav__close,.c-nav__nav-logos{display:none}.c-nav__links{display:flex;justify-content:center;height:100%;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;align-items:center;font-size:1.125rem}.c-nav__link{font-weight:500;margin: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:flex;min-height:30px;align-items:center;justify-content:center;padding:0 14px;border-radius:100px;margin-left:2px;margin-right:2px;transition:.2s ease-in-out}.c-nav__link a:hover{color:#fff;background-color:rgba(0,0,0,.4)}.c-nav__link--buy a{background-color:#f3c528}.c-nav__link--buy a:hover{background-color:rgba(0,0,0,.4)}.c-nav__link--active a,.c-nav__link--active-child a{position:relative;background-color:rgba(0,0,0,.4);color:#fff}.c-nav__link--active a::before,.c-nav__link--active-child a::before{content:"";display:block;position:absolute;border-radius:100px;top:-5px;bottom:-5px;right:-5px;left:-5px;border:solid 2px #fff}}@media(min-width: 1601px){.c-nav{background-size:100% auto}}@media(max-width: 767px){.c-nav{background:url(../assets/header/bg-mobile.jpg) no-repeat center center}}@media(max-width: 1200px){.c-nav{height:63px;border-bottom:3px solid #fff;background:url(../assets/header/bg-desktop.jpg) no-repeat center center;background-size:auto 100%}.c-nav__row{height:60px;display:flex;align-items:center}.c-nav__nav{background:url(../assets/modal-bg-mobile.jpg) no-repeat center top;background-size:cover;z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:space-between}.c-nav__nav::after{content:"";display:block;height:60px;flex-grow:0;flex-shrink:0}.c-nav__nav[data-condensed="1"][data-visible="0"]{display:none !important}.c-nav__nav[data-condensed="1"][data-visible="1"]{display:flex !important;position:fixed;top:0;left:0;width:100%;height:calc(100% + 1px);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__toggle{width:50px;height:50px;background:url(../assets/header/hamburger.png) no-repeat center center;background-size:contain;flex-grow:0;margin-left:7px}.c-nav__links{text-align:center;margin-top:30px;margin-bottom:30px}.c-nav__links>*:first-child{margin-top:0  !important}.c-nav__links>*:last-child{margin-bottom:0  !important}.c-nav__link{margin:15px 0;display:block}.c-nav__link a{display:flex;justify-content:center;align-items:center;color:#e5eaee;height:40px;min-width:262px;width:-moz-fit-content;width:fit-content;padding:0 9px;margin-left:auto;margin-right:auto;font-weight:500;border-radius:30px;position:relative;font-size:1.75rem}.c-nav__link a:hover{background-color:rgba(0,0,0,.4)}.c-nav__link--buy a{background-color:#f3c528;height:50px;min-width:272px}.c-nav__link--active a,.c-nav__link--active-child a{background-color:rgba(0,0,0,.4);font-weight:900}.c-nav__link--active a::before,.c-nav__link--active-child a::before{content:"";display:block;position:absolute;border-radius:100px;top:-6px;bottom:-6px;right:-6px;left:-6px;border:solid 2px #fff}.c-nav__diamond{flex-grow:1;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;margin:0 7px}.c-nav__diamond img{width:88px}.c-nav__pearl{flex-grow:1;flex-shrink:0;display:flex;justify-content:flex-start;align-items:center;margin:0 7px}.c-nav__pearl img{width:88px}.c-nav__nintendo{flex-grow:0;flex-shrink:0;width:60px;height:60px;border-left:solid 3px #fff;box-sizing:content-box}.c-nav__nav-logos{display:flex;justify-content:center;margin-top:7px}.c-nav__nav-logo{margin:0 10px;width:88px}}@media(min-width: 768px)and (max-width: 1023px){.c-nav__nav{background:url(../assets/modal-bg-desktop.jpg) no-repeat center center;background-size:cover}.c-nav__toggle{margin-left:7px}.c-nav__diamond{justify-content:flex-start;margin:0 24px}.c-nav__pearl{justify-content:flex-end;margin:0 24px}.c-nav__link{margin:30px 0}}@media(max-width: 374px){.c-nav__link a{font-size:1.5rem}}@keyframes navEnter{0%{opacity:0}100%{opacity:1}}@keyframes navExit{0%{opacity:1}100%{opacity:0}}
.c-page-banner{position:relative}.c-page-banner::before{content:"";display:block}.c-page-banner__content{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width: 768px)and (max-width: 1200px){.c-page-banner::before{padding-top:35%}}@media(min-width: 1200px)and (max-width: 1600px){.c-page-banner::before{height:420px}}@media(min-width: 1601px){.c-page-banner::before{padding-top:26.25%}}@media(max-width: 767px){.c-page-banner::before{padding-top:70.6666666667%}}
.c-video-art{position:relative}.c-video-art--aspect-ratio-16-9 .c-video-art__scale{padding-top:56.25%}.c-video-art--fill{position:absolute;top:0;left:0;right:0;bottom:0}.c-video-art__video,.c-video-art__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.c-video-art__video{z-index:2}.c-video-art__image{z-index:1}[data-motion=false] .c-video-art__video{display:none !important}
.c-features__image{display:block;width:100%;height:auto;border-radius:13px;position:relative;overflow:hidden;border:4px solid #9cf}.c-features__feature{display:block;text-align:center;background:rgba(255,255,255,.2);background-image:linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 75%);border:4px solid #9cf;box-shadow:0 15px 30px 0 rgba(160,200,220,.2);border-radius:30px;text-decoration:none;transition:.2s ease-in-out}.c-features__feature .c-features__image{transition:.2s ease-in-out}.c-features__feature:nth-child(2){border-color:#f99}.c-features__feature:nth-child(2) .c-features__image{border-color:#f99}.c-features__feature:nth-child(3){border-color:#f9c}.c-features__feature:nth-child(3) .c-features__image{border-color:#f9c}.c-features__feature:hover{border-color:#fff;box-shadow:0 0 24px 8px rgba(255,255,255,.6)}.c-features__feature:hover .c-features__image{border-color:#fff}.c-features__content{padding:1px 0;min-height:100%;position:relative}.c-features__content .c-badge{position:absolute;top:-25px;left:50%;transform:translateX(-50%);z-index:1}.c-features__title{font-weight:700;padding:0 6px;color:#fff;line-height:1.25em}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-features{padding:1px 0}.c-features__features{display:flex;flex-wrap:wrap;margin:-20px -10px;justify-content:center}.c-features__feature{flex:calc(33.333% - 20px) 0 0;margin:20px 10px;padding:15px 15px 0 15px}.c-features__title{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.5rem}}@media(min-width: 768px)and (max-width: 1023px){.c-features__title{font-size:1.125rem}}@media(max-width: 767px){.c-features__feature{margin-top:24px;margin-bottom:24px;padding:10px 10px 0 10px}.c-features__feature:first-child{margin-top:0}.c-features__feature:last-child{margin-bottom:0}.c-features__title{margin-top:1.125rem;margin-bottom:1.125rem;font-size:1.125rem}}
.c-billboard{position:relative;overflow:hidden}.c-billboard::before{content:"";display:block}.c-billboard__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0;display:none}.c-billboard__content{position:absolute;top:0;left:0;width:100%;height:100%}.c-billboard__release{position:absolute;left:50%;transform:translate(-50%, 0);text-align:center;z-index:10;top:20px;color:#fff;width:100%}.c-billboard__available{padding-bottom:.25em;margin-bottom:-0.25em;display:block}.c-billboard__date{padding-bottom:.25em;margin-bottom:-0.25em;display:block;font-weight:900}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-billboard__available{font-size:1.5rem}.c-billboard__date{font-size:2.625rem}.c-billboard__preorder{position:absolute;bottom:0;left:50%;z-index:10;transform:translate(-50%, 0);text-decoration:none;text-transform:uppercase;font-size:18px}.c-billboard__preorder-inner{height:60px;width:250px;border-radius:30px;background-color:#fff;display:flex;justify-content:center;align-items:center}.c-billboard__box-art{display:none}.c-billboard__image--desktop{display:block}}@media(min-width: 768px)and (max-width: 1200px){.c-billboard::before{padding-top:75%}.c-billboard__preorder{margin-bottom:10%}}@media(min-width: 1200px)and (max-width: 1600px){.c-billboard::before{height:900px}.c-billboard__preorder{margin-bottom:120px}}@media(min-width: 1601px){.c-billboard::before{padding-top:56.25%}.c-billboard__preorder{margin-bottom:7.5%}}@media(max-width: 767px){.c-billboard::before{padding-top:145.3333333333%}.c-billboard__available{font-size:4.8vw}.c-billboard__date{font-size:7.4666666667vw}.c-billboard__image--mobile{display:block}.c-billboard__preorder{width:80vw;height:12vw;border-radius:100px;position:absolute;z-index:10;left:50%;transform:translate(-50%, 750%);background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%);box-shadow:0 15px 20px 0 rgba(0,70,130,.35);font-size:4.8vw;text-transform:uppercase;font-weight:700;color:#0078c4;text-decoration:none;top:0}.c-billboard__preorder .c-button{width:100%;height:100%}.c-billboard__preorder .c-button span{width:100%}.c-billboard__preorder-inner{border-radius:100px;background-color:#fff;margin:3px;height:calc(100% - 6px);display:flex;justify-content:center;align-items:center}.c-billboard__box-art{width:19.4666666667vw;height:auto}.c-billboard__box-art--diamond{position:relative;left:-2%}.c-billboard__box-art--pearl{position:relative;right:-2%}}
.c-juxt__copy-container{position:relative;z-index:5;color:#fff}.c-juxt__copy-container img{display:block;width:100%;height:auto;margin:0 auto}.c-juxt__image-container{position:relative}.c-juxt__image-container::before{padding-top:56.25%;content:"";display:block}.c-juxt__image,.c-juxt__video{object-fit:cover;width:100%;height:auto;position:absolute;top:0;left:0}.c-juxt__video{z-index:2}.c-juxt__image{z-index:1}[data-motion=false] .c-juxt__video{display:none !important}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-juxt__row{display:flex;align-items:center}.c-juxt__copy-container{max-width:430px;width:140.45%}.c-juxt__col--image{flex:68.35% 0 0;order:1}.c-juxt__col--copy{flex:31.65% 0 0;order:0}}.c-juxt--arc{font-family:"Tillana",sans-serif;font-weight:400;color:#e5eaee}.c-juxt--arc .c-juxt__copy{margin:20px auto;padding:0 12px;max-width:424px}.c-juxt--arc .c-juxt__copy strong,.c-juxt--arc .c-juxt__copy em,.c-juxt--arc .c-juxt__copy b,.c-juxt--arc .c-juxt__copy i{font-weight:700 !important;font-style:normal !important}.c-juxt--arc .c-juxt__copy-container{border:11px solid;border-image:url(../assets/home/border-blue-inverted.png) 22 repeat}.c-juxt--arc .c-juxt__bg{background-color:#283c50;position:relative;padding:18px 0}.c-juxt--arc .c-juxt__bg::before{content:"";display:block;position:absolute;top:25px;left:-9px;right:-9px;height:120px;background:url(../assets/home/divider-arceus-diamond-gray-extra-large.png) repeat-x center top;background-size:auto 100%}.c-juxt--arc .c-juxt__image-container{border:8px solid;border-image:url(../assets/home/border-blue-double.png) 16 round;position:relative}.c-juxt--arc .c-juxt__box-art{box-shadow:0 8px 20px 0 rgba(0,0,0,.5);position:relative;z-index:2;width:97px;height:auto}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-juxt--arc .c-copy{font-size:1.125rem}}@media(max-width: 767px){.c-juxt--arc .c-copy{font-size:1rem}.c-juxt--arc .c-juxt__col--copy{margin-top:-36px;padding:0 16px}}
.c-tabs .swiper-slide{width:auto}.c-tabs__nav{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:35px}@media(min-width: 768px)and (max-width: 1023px){.c-tabs__nav{max-width:90%}}@media(max-width: 767px){.c-tabs__nav{max-width:100%}}.c-tabs__nav-button{color:#0078c4;background:url(../assets/bg-tab.png) no-repeat center center;background-size:100% 100%;display:block;height:40px;border-radius:20px;padding:0;margin-bottom:10px;margin-left:4px;margin-right:4px;font-size:1.125em;position:relative;font-weight:500;transition:.2s ease-in-out}.c-tabs__nav-button:hover{background-color:rgba(0,0,0,.08)}.c-tabs__nav-button span{height:34px;display:flex;margin:3px;padding:0 16px;border-radius:20px;justify-content:center;align-items:center}.c-tabs__nav-button--active{background-image:linear-gradient(159deg, #005FB1 0%, #D6214E 91%)}.c-tabs__nav-button--active span{background-color:#fff}@media(max-width: 767px){.c-tabs__nav .swiper-slide:first-child{margin-left:16px}.c-tabs__nav .swiper-slide:last-child{margin-right:16px}}
.c-slideshow--theme-blue .swiper-container,.c-slideshow--theme-blue[data-total="1"] .c-slideshow__image{box-shadow:0 15px 25px 0 rgba(0,120,196,.25)}.c-slideshow--theme-pink .swiper-container,.c-slideshow--theme-pink[data-total="1"] .c-slideshow__image,.c-slideshow--theme-gray .swiper-container,.c-slideshow--theme-gray[data-total="1"] .c-slideshow__image{box-shadow:0 15px 25px 0 rgba(127,127,127,.25)}.c-slideshow--theme-black .swiper-container,.c-slideshow--theme-black[data-total="1"] .c-slideshow__image{box-shadow:0 15px 25px 0 rgba(0,0,0,.25)}.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[data-total="1"] .c-slideshow__image{border-radius:12px}.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 .swiper-pagination-bullets{display:flex;justify-content:center;width:100%;position:absolute;bottom:0;transform:translate(0, 50%)}.c-slideshow .swiper-pagination-bullet{margin-left:5px;margin-right:5px;display:block;position:relative;opacity:1;border-radius:13px;background-color:#fff;box-shadow:0 2px 30px 0 rgba(170,30,65,.2)}.c-slideshow .swiper-pagination-bullet.swiper-pagination-bullet::before{display:block;content:"";position:absolute;border-radius:13px;opacity:0;transition:.2s ease-in-out}.c-slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active::before{opacity:1}.c-slideshow .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before{background-image:linear-gradient(90deg, #D6214E 0%, #005FB1 100%);opacity:.15}.c-slideshow .swiper-pagination-bullet-active::before{background-image:linear-gradient(90deg, #444c92 0%, #ae2b5f 100%)}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-slideshow .swiper-pagination-bullet{width:72px;height:26px}.c-slideshow .swiper-pagination-bullet::before{top:5px;right:5px;bottom:5px;left:5px}}@media(max-width: 767px){.c-slideshow .swiper-pagination-bullet{width:54px;height:20px}.c-slideshow .swiper-pagination-bullet::before{top:3px;right:3px;bottom:3px;left:3px}}.c-slideshow .swiper-container{width:100%;height:100%;border-radius:30px;overflow:hidden}.c-slideshow--no-shadow .swiper-pagination-bullet,.c-slideshow--no-shadow .swiper-container,.c-slideshow--no-shadow .c-slideshow__image{box-shadow:none !important}.c-slideshow--outline-white{border:solid 2px #fff;border-radius:32px}.c-slideshow--outline-white .swiper-pagination-bullet,.c-slideshow--outline-white .swiper-container,.c-slideshow--outline-white .c-slideshow__image{box-shadow:none !important}.c-slideshow--outline-white-inset{border:solid 2px #fff;border-radius:12px}.c-slideshow--outline-white-inset .swiper-container{border-radius:10px}.c-slideshow--outline-white-inset .swiper-pagination-bullet,.c-slideshow--outline-white-inset .swiper-container,.c-slideshow--outline-white-inset .c-slideshow__image{box-shadow:none !important}
.c-page-intro{background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%)}.c-page-intro{text-align:center;position:relative;padding:10px;border-radius:38px;z-index:11;color:#004682}.c-page-intro .c-copy{max-width:910px}.c-page-intro__content{border-radius:30px;background:#fff url(../assets/bg-pokeball-gradient.png) no-repeat center center;background-size:200px auto;position:relative;display:flex;justify-content:center;align-items:center;min-height:240px}.c-page-intro__content::before,.c-page-intro__content::after{content:"";display:block;background-size:contain;background-repeat:no-repeat;background-position:center center;position:absolute}.c-page-intro__content::before{top:0;background-image:url(../assets/gradient-border-slash-top.png)}.c-page-intro__content::after{bottom:0;background-image:url(../assets/gradient-border-slash-bottom.png)}.c-page-intro--bonus-pokemon .content{max-width:100%;width:100%}.c-page-intro--bonus-pokemon .c-title{max-width:640px;margin:0 auto 40px;font-size:2.625rem}.c-page-intro--bonus-pokemon .c-page-intro__content{padding:60px 40px;background-image:none}.c-page-intro--bonus-pokemon .c-page-intro__content .c-badge{position:absolute;top:-25px;left:50%;transform:translateX(-50%)}@media(max-width: 767px){.c-page-intro--bonus-pokemon .c-page-intro__content{padding:40px 40px 0}}.c-page-intro--bonus-pokemon .split{margin-bottom:40px}.c-page-intro--bonus-pokemon .split img{max-width:100%}.c-page-intro--bonus-pokemon .split>div:first-child,.c-page-intro--bonus-pokemon .split>div:last-child{flex:calc(38%) 0 0;margin:0}.c-page-intro--bonus-pokemon .split>div:nth-child(2){flex:calc(24%) 0 0;margin:0}.c-page-intro--bonus-pokemon .split .pokeball img{margin:0 auto}@media(max-width: 767px){.c-page-intro--bonus-pokemon .c-title{margin-bottom:10px;font-size:1.75rem}.c-page-intro--bonus-pokemon .c-button{position:absolute;bottom:-35px;left:50%;transform:translateX(-50%)}.c-page-intro--bonus-pokemon .split>div:first-child img,.c-page-intro--bonus-pokemon .split>div:last-child img{max-width:100%;margin:0 auto;float:none;position:relative;z-index:1}.c-page-intro--bonus-pokemon .split>div:nth-child(2){max-width:200px;margin:-50px auto -60px}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-page-intro .c-copy{font-size:1.375rem}.c-page-intro__content{padding:70px}.c-page-intro__content::before,.c-page-intro__content::after{width:78px;height:20px}.c-page-intro__content::before{left:64px}.c-page-intro__content::after{right:64px}}@media(max-width: 767px){.c-page-intro{font-size:1rem}.c-page-intro__content{padding:50px 24px}.c-page-intro__content::before,.c-page-intro__content::after{width:47px;height:12px}.c-page-intro__content::before{left:20px}.c-page-intro__content::after{right:20px}}
.c-tab-copy-slideshow{position:relative;color:#fff}.c-tab-copy-slideshow__content{color:#fff;text-align:center}.c-tab-copy-slideshow[data-visible=false]{display:none}.c-tab-copy-slideshow[data-visible=true]{display:block}.c-tab-copy-slideshow__title{font-weight:600}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-tab-copy-slideshow__copy{position:relative;display:flex;align-self:stretch;align-items:center}.c-tab-copy-slideshow__copy::before{content:"";display:block;position:absolute;bottom:-20px;left:50%;transform:translate(-50%, 0);width:78px;height:20px;background:url(../assets/white-border-slash-bottom.png) no-repeat center center;background-size:contain}.c-tab-copy-slideshow__copy-box{max-width:470px;padding:20px;margin-left:auto;margin-right:auto}.c-tab-copy-slideshow__title{font-size:1.5rem}}@media(max-width: 767px){.c-tab-copy-slideshow{position:relative}.c-tab-copy-slideshow::before{content:"";display:block;position:absolute;top:10px;left:50%;transform:translate(-50%, 0);width:51px;height:12px;background:url(../assets/white-border-slash-top-mobile.png) no-repeat center center;background-size:contain;z-index:5}.c-tab-copy-slideshow__copy-box{padding:0 16px}.c-tab-copy-slideshow__title{font-size:1.25rem}}

.c-tab-copy-character{position:relative}.c-tab-copy-character__content{color:#fff;text-align:center}.c-tab-copy-character[data-visible=false]{display:none}.c-tab-copy-character[data-visible=true]{display:block}.c-tab-copy-character__title{font-weight:600}.c-tab-copy-character__image{background-size:cover;background-repeat:no-repeat;background-position:center bottom}.c-tab-copy-character__image::before{content:"";display:block;padding-top:86.8055555556%}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-tab-copy-character__border{border-radius:38px;padding:10px;background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%);position:relative;z-index:2}.c-tab-copy-character__content{border-radius:30px;background:url(../assets/bg-blue-to-pink-horz.jpg) no-repeat center center;background-size:100% 100%}.c-tab-copy-character__copy{position:relative;display:flex;align-self:stretch;align-items:center;flex:51% 0 0;margin-right:0 !important;padding:40px 30px}.c-tab-copy-character__copy::before{content:"";display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);width:78px;height:20px;background:url(../assets/white-border-slash-bottom.png) no-repeat center center;background-size:contain}.c-tab-copy-character__images{align-self:flex-end;flex:49% 0 0;margin-left:0 !important}.c-tab-copy-character__copy-box{max-width:430px;margin-left:auto;margin-right:auto}.c-tab-copy-character__title{font-size:1.5rem}}@media(max-width: 767px){.c-tab-copy-character{position:relative}.c-tab-copy-character::before{content:"";display:block;position:absolute;top:10px;left:50%;transform:translate(-50%, 0);width:51px;height:12px;background:url(../assets/white-border-slash-top-mobile.png) no-repeat center center;background-size:contain}.c-tab-copy-character__border{background-size:100% 100%}.c-tab-copy-character__border::before,.c-tab-copy-character__border::after{content:"";display:block;height:10px;background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%)}.c-tab-copy-character__border::before{top:0;width:100%;left:0}.c-tab-copy-character__border::after{bottom:0;width:100%;left:0}.c-tab-copy-character__content{background:url(../assets/bg-blue-to-pink-vert.jpg) no-repeat center center;max-width:672px;margin-left:auto;margin-right:auto}.c-tab-copy-character__images{margin-left:16px;margin-right:16px}.c-tab-copy-character__copy{padding:16px 16px 0 16px}.c-tab-copy-character__title{font-size:1.25rem}}
.c-badge{display:inline-block;background:#ffd438;background:linear-gradient(180deg, #ffd438 0%, #ffca38 100%);padding:5px 10px;border:3px solid #fff;border-radius:30px;box-shadow:0 12px 20px rgba(40,60,80,.2);font-size:18px;font-weight:600;text-transform:uppercase;color:#fff}
.c-stream__image{box-shadow:0 15px 25px 0 rgba(0,120,196,.25)}.c-stream{width:100%;overflow:hidden;padding-bottom:40px;margin-bottom:-40px}.c-stream__container{display:flex}.c-stream__image{display:block;height:auto;margin-left:10px;border-radius:8px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-stream__image:nth-child(4n){width:344px;height:193.5px}.c-stream__image:nth-child(4n+1){width:476px;height:267.75px}.c-stream__image:nth-child(4n+2){width:400px;height:225px}.c-stream__image:nth-child(4n+3){width:422px;height:237.375px}}@media(max-width: 767px){.c-stream__image:nth-child(4n){width:34.6666666667vw;height:calc(34.6666666667vw * 0.5625)}.c-stream__image:nth-child(4n+1){width:48vw;height:calc(48vw * 0.5625)}.c-stream__image:nth-child(4n+2){width:40.5333333333vw;height:calc(40.5333333333vw * 0.5625)}.c-stream__image:nth-child(4n+3){width:44.8vw;height:calc(44.8vw * 0.5625)}}
.c-leadin{text-align:center}.c-leadin .c-title--sub-heading{margin-bottom:20px}.c-leadin .c-badge{margin-bottom:28px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-leadin{margin-top:100px;margin-bottom:100px}}@media(max-width: 767px){.c-leadin{margin-top:50px;margin-bottom:50px}}
@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-story-main-characters__image{background:url(../assets/story/main-characters-desktop.png) no-repeat center center;background-size:contain;position:absolute;left:50%;transform:translate(-50%, 0);bottom:0;z-index:9;width:100%}.c-story-main-characters__image::before{content:"";display:block;padding-top:87.5%}.c-story-main-characters .c-chasm__overlay{background:url(../assets/story/main-art-sparkles-desktop.png) center center no-repeat;background-size:auto 100%}}@media(min-width: 768px)and (max-width: 1200px){.c-story-main-characters{padding-bottom:6.6666666667%}.c-story-main-characters__image{width:66.6666666667%;margin-bottom:-7.5%;bottom:0}.c-story-main-characters__spacer{padding-top:35%}}@media(min-width: 1200px)and (max-width: 1600px){.c-story-main-characters{padding-bottom:80px}.c-story-main-characters__image{width:800px;bottom:-90px}.c-story-main-characters__spacer{height:420px}}@media(min-width: 1601px){.c-story-main-characters{padding-bottom:5%}.c-story-main-characters__image{width:50%;margin-bottom:-5.625%;bottom:0}.c-story-main-characters__spacer{padding-top:26.25%}}@media(max-width: 767px){.c-story-main-characters{padding-bottom:26.6666666667%}.c-story-main-characters__spacer{padding-top:69.8666666667%}.c-story-main-characters__image{padding-top:114.6666666667%;background:url(../assets/story/main-characters-mobile.png) no-repeat center center;background-size:contain;position:absolute;bottom:0;width:100%;z-index:9;margin-bottom:-29.3333333333%}.c-story-main-characters .c-chasm__overlay{background:url(../assets/story/main-art-sparkles-mobile.png) center center no-repeat;background-size:auto 100%}}
.c-chasm{position:relative;z-index:12}.c-chasm::before,.c-chasm::after{content:"";display:block;pointer-events:none;z-index:2}.c-chasm__overlay{z-index:1;pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0}.c-chasm__canvas{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0;display:none}.c-chasm__content{position:relative;z-index:2}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-chasm::before{background:url(../assets/chasm-top-white-desktop.png) no-repeat center top;position:relative;top:-1px}.c-chasm::after{background:url(../assets/chasm-top-white-desktop.png) no-repeat center top;background-size:auto 100%;transform:scaleY(-1);position:relative;bottom:-1px}.c-chasm__canvas{display:block}}@media(min-width: 768px)and (max-width: 1200px){.c-chasm::before{padding-top:14.4166666667%;margin-bottom:-4%;background-size:auto 100%;margin-top:-4.1666666667%}.c-chasm::after{padding-top:14.4166666667%;margin-top:-4%;background-size:auto 100%}}@media(min-width: 1200px)and (max-width: 1600px){.c-chasm::before{padding:0;height:173px;margin-bottom:-48px;background-size:auto 100%;margin-top:-50px}.c-chasm::after{padding:0;height:173px;margin-top:-48px;background-size:auto 100%}}@media(min-width: 1601px){.c-chasm::before{padding-top:10.8125%;margin-bottom:-3%;background-size:100% 100%;margin-top:-3.125%}.c-chasm::after{padding-top:10.8125%;margin-top:-3%;background-size:100% 100%}}@media(max-width: 767px){.c-chasm{background:url(../assets/chasm-bg-mobile.jpg) no-repeat center top;background-size:cover}.c-chasm::before{padding-top:26.6666666667%;background:url(../assets/chasm-top-white-mobile.png) no-repeat center top;background-size:auto 100%;position:relative;top:-1px;margin-bottom:-14%}.c-chasm::after{padding-top:26.6666666667%;background:url(../assets/chasm-top-white-mobile.png) no-repeat center top;background-size:auto 100%;transform:scaleY(-1);position:relative;bottom:-1px;margin-top:-14%}}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-chasm--black-bottom::after{background-image:url(../assets/chasm-top-black-desktop.png)}}@media(max-width: 767px){.c-chasm--black-bottom::after{background-image:url(../assets/chasm-top-black-mobile.png)}}.c-chasm--no-bottom::after{display:none}.c-chasm--gradient{background:#c0e1ff;background:linear-gradient(90deg, #c0e1ff 0%, #fecad7 100%)}.c-chasm--fill{background:none}.c-chasm--fill::before,.c-chasm--fill::after{width:100%;position:absolute;z-index:9}.c-chasm--fill::before{margin-top:0 !important}.c-chasm--fill::after{margin-bottom:0 !important}
.c-gradient-content-box{position:relative}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-gradient-content-box__border{border-radius:38px;padding:10px;background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%);position:relative;z-index:2}.c-gradient-content-box__content{padding:22px;border-radius:30px;background:url(../assets/bg-blue-to-pink-horz.jpg) no-repeat center center;background-size:100% 100%}}@media(max-width: 767px){.c-gradient-content-box__border{position:relative;z-index:2}.c-gradient-content-box__border::before,.c-gradient-content-box__border::after{content:"";display:block;height:10px;background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%)}.c-gradient-content-box__content{background:url(../assets/bg-blue-to-pink-vert.jpg) no-repeat center center;background-size:100% 100%;padding:16px 16px 60px 16px;margin-left:auto;margin-right:auto}}
.c-horizontal-divider{position:relative;padding-top:30px;padding-bottom:70px}.c-horizontal-divider__bg{position:relative;background:url(../assets/story/meadow.jpg) no-repeat center center;background-size:cover}.c-horizontal-divider__bg::before,.c-horizontal-divider__bg::after{content:"";display:block;height:10px;background-image:linear-gradient(159deg, #99C0E1 0%, #EFA7B9 91%)}.c-horizontal-divider--with-glow::before,.c-horizontal-divider--with-glow::after{content:"";display:block;height:100px;width:100%;left:0;background:url(../assets/blue-to-pink-glow.png) bottom -70px center no-repeat;background-size:100% 150px;position:absolute;top:-80px;z-index:1}.c-horizontal-divider--with-glow::after{transform:rotateX(-180deg);top:auto;bottom:-40px}.c-horizontal-divider--with-glow .c-horizontal-divider__bg::before,.c-horizontal-divider--with-glow .c-horizontal-divider__bg::after{content:"";position:absolute;top:-10px;left:0;width:100%;background:linear-gradient(159deg, #005fb1 0%, #d6214e 100%);opacity:.5}.c-horizontal-divider--with-glow .c-horizontal-divider__bg::after{top:auto;bottom:-10px}.c-horizontal-divider__content{position:relative}.c-horizontal-divider__character{position:absolute;z-index:2}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-horizontal-divider__content{min-height:280px}.c-horizontal-divider__character{width:300px;bottom:-70px;right:-40px}}@media(min-width: 768px)and (max-width: 1023px){.c-horizontal-divider__character{right:0}}@media(max-width: 767px){.c-horizontal-divider__content{min-height:180px}.c-horizontal-divider__character{width:auto;bottom:-60px;right:16px}.c-horizontal-divider__character img{max-height:230px}}
.c-buy-chart__border{background-image:linear-gradient(90deg, rgba(117, 191, 255, 0.5) 0%, rgba(130, 186, 247, 0.5) 35%, rgba(255, 140, 169, 0.5) 98%)}.c-buy-chart__border{padding:10px;border-radius:38px;position:relative;z-index:2}.c-buy-chart__table{border-radius:30px;text-align:center;background-color:#f8f9fa;position:relative}.c-buy-chart__title{color:#004682;font-weight:700}.c-buy-chart__copy{color:#a0c8dc;font-size:.875rem}.c-buy-chart__cta{text-decoration:none;color:#fff}.c-buy-chart__cta .c-title{font-size:18px;font-weight:800;margin-bottom:10px;letter-spacing:1px}.c-buy-chart .learnmore{width:75%}.c-buy-chart__lure{margin-left:auto;margin-right:auto;width:100%;max-width:126px}.c-buy-chart__cta-title{text-transform:uppercase;font-weight:700}.c-buy-chart__cta-title::before{content:"";display:block;background:url(../assets/arrow-white.png) no-repeat center center;background-size:contain}.c-buy-chart__col::before{display:block;content:""}.c-buy-chart__col.pikachu:nth-child(1){background-color:#fff !important;border-top-left-radius:30px}.c-buy-chart__col.pikachu img{margin-left:-50px;margin-top:-40px;max-width:347px}.c-buy-chart__col.group img{max-width:220px}.c-buy-chart__col--true::before{background:url(../assets/buy/true.png) no-repeat center center;background-size:100% auto;width:29px;height:25px}.c-buy-chart__col--false::before{background:url(../assets/buy/false.png) no-repeat center center;background-size:100% auto;width:38px;height:7px}@media(min-width: 768px)and (max-width: 1023px),(min-width: 1024px){.c-buy-chart{position:relative}.c-buy-chart__row{display:flex}.c-buy-chart__row:nth-child(2) .c-buy-chart__col{padding-top:15px}.c-buy-chart__row:nth-child(5) .c-buy-chart__col{border-bottom-left-radius:30px;padding-bottom:15px}.c-buy-chart__row--header{background:url(../assets/pattern-dark-wide.png) repeat center bottom;background-size:cover;border-top-left-radius:30px;border-top-right-radius:30px}.c-buy-chart__row--header .c-buy-chart__col{background-color:transparent !important;position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding-top:25px;padding-bottom:25px}.c-buy-chart__row--header .c-buy-chart__col:nth-child(2)::before,.c-buy-chart__row--header .c-buy-chart__col:nth-child(4)::before{background-color:rgba(130,150,160,.1);position:absolute;top:0;left:0;width:100%;height:100%;display:block;content:""}.c-buy-chart__col{flex:25% 0 0;padding:10px 20px}.c-buy-chart__col:nth-child(2),.c-buy-chart__col:nth-child(3),.c-buy-chart__col:nth-child(4){display:flex;justify-content:center;align-items:center}.c-buy-chart__col:nth-child(3){background-color:#fff}.c-buy-chart__title{font-size:1.5rem;margin-bottom:.25em}.c-buy-chart__lure{margin-bottom:12px}.c-buy-chart__cta{position:relative;z-index:3}.c-buy-chart__cta-title{font-size:1.125rem;display:flex;justify-content:center;align-items:center;margin-right:18px}.c-buy-chart__cta-title::before{width:11px;height:17px;margin-right:7px}}@media(max-width: 767px){.c-buy-chart__table{background-color:#fff}.c-buy-chart__row{display:flex;flex-wrap:wrap}.c-buy-chart__title{font-size:1.125rem;margin-bottom:4px}.c-buy-chart__cta-title{font-size:1rem}.c-buy-chart__cta-title::before{display:inline-block;width:8px;height:12px;margin-right:6px}.c-buy-chart .learnmore{width:100%}.c-buy-chart__row--header{background-image:url(../assets/pattern-dark-wide.png);border-top-left-radius:30px;border-top-right-radius:30px}.c-buy-chart__row--header .c-buy-chart__col{flex:33.333% 0 0;padding:15px 5px}.c-buy-chart__row--header .c-buy-chart__col:first-child{display:none}.c-buy-chart__row--content{margin-left:10px;margin-right:10px}.c-buy-chart__row--content .c-buy-chart__col{flex:33.333% 0 0;height:80px;display:flex;justify-content:center;align-items:center}.c-buy-chart__row--content .c-buy-chart__col:first-child{flex:100% 0 0;margin:10px 0;background:url(../assets/bg-blue-to-pink-horz-transparent.png) no-repeat center center;background-size:100% 100%;padding:10px;border-radius:30px;display:block}}
