/*! 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; }

@font-face {
  font-family: 'OPPO';
  src: url("assets/fonts/OPPOSans-L.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OPPO';
  src: url("assets/fonts/OPPOSans-R.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OPPO';
  src: url("assets/fonts/OPPOSans-M.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OPPO';
  src: url("assets/fonts/OPPOSans-B.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OPPO';
  src: url("assets/fonts/OPPOSans-H.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

a:link {
  color: unset; }

a:visited {
  color: unset; }

a:hover {
  color: unset; }

a:active {
  color: unset; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  color: #333;
  font-family: "OPPO", sans-serif;
  background: #ffffff; }

.center {
  text-align: center; }

/* ----------------------------------------------
 * Generated by Animista on 2020-11-12 15:10:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2020-11-12 15:20:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2020-11-12 15:41:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

.splash-screen {
  width: 100vw;
  transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10vh; }
  .splash-screen-layer-first {
    height: 100vh;
    z-index: 20;
    background: #64DF7E;
    transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
  .splash-screen-layer-second {
    height: 100vh;
    z-index: 10;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0.5s; }
    .splash-screen-layer-second .text-vertical-opening h2, .splash-screen-layer-second .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .splash-screen-layer-second .text-vertical-opening-h2-container:first-of-type {
      height: calc(9 * (32px + 2px));
      justify-content: flex-end; }
    .splash-screen-layer-second .text-vertical-opening-h2-container:last-of-type {
      height: calc(2 * (32px + 2px));
      justify-content: flex-start; }
    .splash-screen-layer-second .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .splash-screen-layer-second .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .splash-screen-layer-second .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 32px; }
    .splash-screen-layer-second .text-vertical-opening h3 {
      line-height: 100px; }
      .splash-screen-layer-second .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 20px; }
    @media screen and (min-width: 768px) {
      .splash-screen-layer-second .text-vertical-opening h2, .splash-screen-layer-second .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .splash-screen-layer-second .text-vertical-opening-h2-container:first-of-type {
        height: calc(9 * (60px + 2px));
        justify-content: flex-end; }
      .splash-screen-layer-second .text-vertical-opening-h2-container:last-of-type {
        height: calc(2 * (60px + 2px));
        justify-content: flex-start; }
      .splash-screen-layer-second .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .splash-screen-layer-second .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .splash-screen-layer-second .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 60px; }
      .splash-screen-layer-second .text-vertical-opening h3 {
        line-height: 100px; }
        .splash-screen-layer-second .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 60px; } }
    .splash-screen-layer-second img {
      width: 40%; }
      @media screen and (min-width: 768px) {
        .splash-screen-layer-second img {
          width: unset; } }
    .splash-screen-layer-second h2 {
      text-shadow: -1px 0 #64DF7E, 0 1px #64DF7E, 1px 0 #64DF7E, 0 -1px #64DF7E;
      color: #ffffff;
      font-size: 28px; }
      @media screen and (min-width: 768px) {
        .splash-screen-layer-second h2 {
          font-size: 54px; } }
    .splash-screen-layer-second h3 {
      color: #000000;
      font-size: 23px;
      line-height: 32px; }
      @media screen and (min-width: 768px) {
        .splash-screen-layer-second h3 {
          font-size: 45px; } }
    .splash-screen-layer-second-phone {
      -webkit-animation: fade-in-top 1s 2s both;
      animation: fade-in-top 1s 2s both;
      position: absolute; }
  .splash-screen.bigger .splash-screen-layer-second h2 {
    color: #ffffff;
    text-shadow: -1px 0 #FF7D57, 0 1px #FF7D57, 1px 0 #FF7D57, 0 -1px #FF7D57; }
    .splash-screen.bigger .splash-screen-layer-second h2:last-of-type {
      color: #000000;
      text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
    @media screen and (min-width: 768px) {
      .splash-screen.bigger .splash-screen-layer-second h2 {
        font-size: 60px; } }
    @media screen and (min-width: 1024px) {
      .splash-screen.bigger .splash-screen-layer-second h2 {
        font-size: 90px; } }
  .splash-screen.bigger .splash-screen-layer-second img {
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      .splash-screen.bigger .splash-screen-layer-second img {
        width: 45%; } }
    @media screen and (min-width: 1024px) {
      .splash-screen.bigger .splash-screen-layer-second img {
        width: unset; } }
  .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h2, .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
    transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
  .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:first-of-type {
    height: calc(6 * (30px + 2px));
    justify-content: flex-end; }
  .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:last-of-type {
    height: calc(0 * (30px + 2px));
    justify-content: flex-start; }
  .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container {
    display: flex;
    flex-direction: column; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2 {
      line-height: 0; }
      .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
        line-height: 30px; }
  .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
    line-height: 100px; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3.text-vertical-opening-h3-run {
      line-height: 0; }
  @media screen and (min-width: 768px) {
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h2, .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:first-of-type {
      height: calc(6 * (68px + 2px));
      justify-content: flex-end; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:last-of-type {
      height: calc(0 * (68px + 2px));
      justify-content: flex-start; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 68px; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
      line-height: 100px; }
      .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; } }
  @media screen and (min-width: 1024px) {
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h2, .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:first-of-type {
      height: calc(6 * (100px + 2px));
      justify-content: flex-end; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container:last-of-type {
      height: calc(0 * (100px + 2px));
      justify-content: flex-start; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 100px; }
    .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3 {
      line-height: 100px; }
      .splash-screen.bigger .splash-screen-layer-second .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; } }

.first-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100vw;
  flex-wrap: wrap;
  position: relative;
  padding: 0 50px;
  /*max-width: 1600px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  background: #fcc434; }
  .first-section * {
    /*border: 1px solid red;*/ }
  @media screen and (min-width: 768px) {
    .first-section {
      margin-top: -60px; } }
  @media screen and (min-width: 1024px) {
    .first-section {
      margin-top: -83px; } }
  .first-section-oppo-reno4-lite, .first-section-oppo-reno4-lite-outline {
    width: 100%;
    height: 180px; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-reno4-lite, .first-section-oppo-reno4-lite-outline {
        width: 418px;
        height: 270px; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-reno4-lite, .first-section-oppo-reno4-lite-outline {
        width: 592px;
        height: 384px; } }
    .first-section-oppo-reno4-lite h2, .first-section-oppo-reno4-lite-outline h2 {
      font-weight: 800;
      font-size: 28px; }
      @media screen and (min-width: 768px) {
        .first-section-oppo-reno4-lite h2, .first-section-oppo-reno4-lite-outline h2 {
          font-size: 42px; } }
      @media screen and (min-width: 1024px) {
        .first-section-oppo-reno4-lite h2, .first-section-oppo-reno4-lite-outline h2 {
          font-size: 60px; } }
  .first-section-oppo-reno4-lite {
    order: 1;
    margin-top: 30px;
    margin-bottom: 30px; }
    .first-section-oppo-reno4-lite .text-vertical-opening h2, .first-section-oppo-reno4-lite .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:first-of-type {
      height: calc(0 * (30px + 2px));
      justify-content: flex-end; }
    .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:last-of-type {
      height: calc(6 * (30px + 2px));
      justify-content: flex-start; }
    .first-section-oppo-reno4-lite .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 30px; }
    .first-section-oppo-reno4-lite .text-vertical-opening h3 {
      line-height: 100px; }
      .first-section-oppo-reno4-lite .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-reno4-lite {
        margin-top: unset;
        margin-bottom: 50px; }
        .first-section-oppo-reno4-lite .text-vertical-opening h2, .first-section-oppo-reno4-lite .text-vertical-opening h3 {
          transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
        .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:first-of-type {
          height: calc(0 * (45px + 2px));
          justify-content: flex-end; }
        .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:last-of-type {
          height: calc(6 * (45px + 2px));
          justify-content: flex-start; }
        .first-section-oppo-reno4-lite .text-vertical-opening-h2-container {
          display: flex;
          flex-direction: column; }
          .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2 {
            line-height: 0; }
            .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
              line-height: 45px; }
        .first-section-oppo-reno4-lite .text-vertical-opening h3 {
          line-height: 100px; }
          .first-section-oppo-reno4-lite .text-vertical-opening h3.text-vertical-opening-h3-run {
            line-height: 0; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-reno4-lite .text-vertical-opening h2, .first-section-oppo-reno4-lite .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:first-of-type {
        height: calc(0 * (64px + 2px));
        justify-content: flex-end; }
      .first-section-oppo-reno4-lite .text-vertical-opening-h2-container:last-of-type {
        height: calc(6 * (64px + 2px));
        justify-content: flex-start; }
      .first-section-oppo-reno4-lite .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .first-section-oppo-reno4-lite .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 64px; }
      .first-section-oppo-reno4-lite .text-vertical-opening h3 {
        line-height: 100px; }
        .first-section-oppo-reno4-lite .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }
  .first-section-oppo-logo {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
    padding-top: 33px;
    padding-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #D2D2D2; }
    .first-section-oppo-logo img {
      width: 80px;
      height: auto;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-logo {
        margin-left: unset;
        padding-right: unset;
        border-bottom: unset;
        padding-bottom: unset;
        background: none;
        position: static;
        padding-top: 110px;
        align-items: flex-start;
        width: calc(100% - 418px);
        height: 270px; }
        .first-section-oppo-logo img {
          width: unset; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-logo {
        width: calc(100% - 592px);
        height: 384px;
        padding-top: 131px; } }
    @media screen and (min-width: 1440px) {
      .first-section-oppo-logo {
        width: calc(100% - 592px - 386px - 50px);
        order: 3; } }
    @media screen and (min-width: 1600px) {
      .first-section-oppo-logo {
        width: calc(100% - 592px - 448px - 50px); } }
  .first-section-oppo-phone {
    order: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: -20px;
    padding-top: 160px;
    padding-right: 6px;
    width: calc(100% - 198px + 40px); }
    @media screen and (min-width: 768px) {
      .first-section-oppo-phone {
        margin-left: unset;
        padding-top: 205px;
        padding-right: 10px;
        width: calc(418px - 216px); } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-phone {
        padding-top: 250px;
        width: calc(592px - 308px);
        height: 384px; } }
    @media screen and (min-width: 1440px) {
      .first-section-oppo-phone {
        order: 4;
        width: unset;
        padding-right: 0;
        margin-right: -35px; } }
  .first-section-oppo-boy {
    order: 4;
    width: 198px;
    height: 280px;
    margin-right: -20px; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-boy {
        margin-right: unset;
        width: 216px;
        height: 306px; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-boy {
        width: 308px; } }
    @media screen and (min-width: 1440px) {
      .first-section-oppo-boy {
        order: 2;
        width: 386px;
        margin-top: 84px;
        margin-left: 50px; } }
    @media screen and (min-width: 1600px) {
      .first-section-oppo-boy {
        width: 448px; } }
  .first-section-oppo-promo-text {
    order: 5;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 27px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-promo-text {
        align-items: flex-end;
        text-align: right;
        padding-top: unset;
        width: calc(100% - 418px);
        height: 306px; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-promo-text {
        padding-top: 100px;
        justify-content: flex-start;
        width: calc(100% - 592px); } }
    @media screen and (min-width: 1440px) {
      .first-section-oppo-promo-text {
        padding-top: 8px;
        height: unset; } }
    .first-section-oppo-promo-text div {
      margin-top: 40px;
      text-decoration: none;
      color: #000000;
      float: left;
      display: inline-block; }
      .first-section-oppo-promo-text div button {
        border: unset;
        background: #000000;
        color: #ffffff;
        display: flex;
        padding: 18px 54px;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        line-height: 1; }
    .first-section-oppo-promo-text h3 {
      font-weight: 600;
      font-size: 22px;
      line-height: 29px; }
      .first-section-oppo-promo-text h3 br {
        display: none; }
      @media screen and (min-width: 768px) {
        .first-section-oppo-promo-text h3 {
          font-weight: 800;
          font-size: 25px;
          line-height: 33px;
          margin-top: 80px; }
          .first-section-oppo-promo-text h3 br {
            display: block; } }
      @media screen and (min-width: 1024px) {
        .first-section-oppo-promo-text h3 {
          font-size: 30px;
          line-height: 40px; } }
    .first-section-oppo-promo-text h4 {
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        .first-section-oppo-promo-text h4 {
          font-weight: 500;
          font-size: 16px;
          line-height: 21px;
          margin-top: 10px; } }
      @media screen and (min-width: 1024px) {
        .first-section-oppo-promo-text h4 {
          font-size: 20px;
          line-height: 26px; } }
  .first-section-oppo-reno4-lite-outline {
    order: 6;
    margin-top: 20px;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container {
      align-items: flex-end; }
    .first-section-oppo-reno4-lite-outline h2 {
      text-shadow: none; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening h2, .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:first-of-type {
      height: calc(6 * (30px + 2px));
      justify-content: flex-end; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:last-of-type {
      height: calc(0 * (30px + 2px));
      justify-content: flex-start; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 30px; }
    .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
      line-height: 100px; }
      .first-section-oppo-reno4-lite-outline .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; }
    @media screen and (min-width: 768px) {
      .first-section-oppo-reno4-lite-outline {
        margin-top: -50px; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening h2, .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
          transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:first-of-type {
          height: calc(6 * (45px + 2px));
          justify-content: flex-end; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:last-of-type {
          height: calc(0 * (45px + 2px));
          justify-content: flex-start; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container {
          display: flex;
          flex-direction: column; }
          .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2 {
            line-height: 0; }
            .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
              line-height: 45px; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
          line-height: 100px; }
          .first-section-oppo-reno4-lite-outline .text-vertical-opening h3.text-vertical-opening-h3-run {
            line-height: 0; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container {
          align-items: unset; } }
    @media screen and (min-width: 1024px) {
      .first-section-oppo-reno4-lite-outline {
        margin-top: 120px; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening h2, .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
          transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:first-of-type {
          height: calc(6 * (64px + 2px));
          justify-content: flex-end; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container:last-of-type {
          height: calc(0 * (64px + 2px));
          justify-content: flex-start; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container {
          display: flex;
          flex-direction: column; }
          .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2 {
            line-height: 0; }
            .first-section-oppo-reno4-lite-outline .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
              line-height: 64px; }
        .first-section-oppo-reno4-lite-outline .text-vertical-opening h3 {
          line-height: 100px; }
          .first-section-oppo-reno4-lite-outline .text-vertical-opening h3.text-vertical-opening-h3-run {
            line-height: 0; } }
    @media screen and (min-width: 1440px) {
      .first-section-oppo-reno4-lite-outline {
        margin-top: 10px; } }

.happy-kid-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  background: #fcc434; }
  .happy-kid-section-play-video {
    position: relative;
    cursor: pointer;
    max-width: 335px;
    margin-bottom: -7px; }
    @media screen and (min-width: 768px) {
      .happy-kid-section-play-video {
        max-width: 718px; } }
    @media screen and (min-width: 1024px) {
      .happy-kid-section-play-video {
        max-width: 965px; } }
    @media screen and (min-width: 1440px) {
      .happy-kid-section-play-video {
        max-width: 1295px; } }
    @media screen and (min-width: 1600px) {
      .happy-kid-section-play-video {
        max-width: 1380px; } }
    .happy-kid-section-play-video video {
      width: 100%; }
  @media screen and (min-width: 1024px) {
    .happy-kid-section {
      padding-top: 150px; } }
  .happy-kid-section-play-video-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0; }
    .happy-kid-section-play-video-text h2 {
      font-size: 16px;
      line-height: 20px; }
    .happy-kid-section-play-video-text .text-vertical-opening h2, .happy-kid-section-play-video-text .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .happy-kid-section-play-video-text .text-vertical-opening-h2-container:first-of-type {
      height: calc(0 * (20px + 2px));
      justify-content: flex-end; }
    .happy-kid-section-play-video-text .text-vertical-opening-h2-container:last-of-type {
      height: calc(3 * (20px + 2px));
      justify-content: flex-start; }
    .happy-kid-section-play-video-text .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .happy-kid-section-play-video-text .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .happy-kid-section-play-video-text .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 20px; }
    .happy-kid-section-play-video-text .text-vertical-opening h3 {
      line-height: 100px; }
      .happy-kid-section-play-video-text .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; }
    @media screen and (min-width: 768px) {
      .happy-kid-section-play-video-text h2 {
        font-size: 24px;
        line-height: 32px; }
      .happy-kid-section-play-video-text .text-vertical-opening h2, .happy-kid-section-play-video-text .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .happy-kid-section-play-video-text .text-vertical-opening-h2-container:first-of-type {
        height: calc(0 * (32px + 2px));
        justify-content: flex-end; }
      .happy-kid-section-play-video-text .text-vertical-opening-h2-container:last-of-type {
        height: calc(3 * (32px + 2px));
        justify-content: flex-start; }
      .happy-kid-section-play-video-text .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .happy-kid-section-play-video-text .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .happy-kid-section-play-video-text .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 32px; }
      .happy-kid-section-play-video-text .text-vertical-opening h3 {
        line-height: 100px; }
        .happy-kid-section-play-video-text .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }

.year-of-change .moving-header {
  margin-left: -50px;
  white-space: nowrap; }
  .year-of-change .moving-header h2 {
    font-size: 45px;
    line-height: 59px;
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .year-of-change .moving-header h2 {
        font-weight: 800;
        font-size: 80px;
        line-height: 105px; } }
    @media screen and (min-width: 1024px) {
      .year-of-change .moving-header h2 {
        font-size: 120px;
        line-height: 105px; } }
    .year-of-change .moving-header h2:nth-of-type(1n + 0) {
      color: #000000; }
    .year-of-change .moving-header h2:nth-of-type(2n + 0) {
      color: #ffffff;
      text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
    .year-of-change .moving-header h2.small {
      font-size: 35px;
      line-height: 46px; }
      @media screen and (min-width: 768px) {
        .year-of-change .moving-header h2.small {
          font-weight: 800;
          font-size: 60px;
          line-height: 70px; } }
    .year-of-change .moving-header h2.alternate-colors:nth-of-type(1n + 0) {
      color: #ffffff; }
    .year-of-change .moving-header h2.alternate-colors:nth-of-type(2n + 0) {
      color: #000000;
      text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; }

.year-of-change .moving-header {
  margin: 80px 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px); }
  @media screen and (min-width: 768px) {
    .year-of-change .moving-header {
      margin: 100px 0; } }
  @media screen and (min-width: 1024px) {
    .year-of-change .moving-header {
      margin: 200px 0 175px; } }
  @media screen and (min-width: 1440px) {
    .year-of-change .moving-header {
      margin: 200px 0; } }

.year-of-change-text {
  width: 100%;
  padding: 0 40px; }
  @media screen and (min-width: 1024px) {
    .year-of-change-text {
      padding: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .year-of-change-text {
      padding: 0 140px; } }
  @media screen and (min-width: 1440px) {
    .year-of-change-text {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 1440px) {
    .year-of-change-text-header {
      width: 480px; } }
  @media screen and (min-width: 1600px) {
    .year-of-change-text-header {
      width: 500px; } }
  .year-of-change-text-header h3 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .year-of-change-text-header h3 {
        font-size: 42px;
        line-height: 60px; } }
    @media screen and (min-width: 1024px) {
      .year-of-change-text-header h3 {
        font-weight: 500;
        font-size: 42px;
        line-height: 60px; } }
  .year-of-change-text-paragraphs {
    margin-bottom: 80px; }
    @media screen and (min-width: 768px) {
      .year-of-change-text-paragraphs {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1440px) {
      .year-of-change-text-paragraphs {
        width: 600px;
        margin-bottom: 200px; } }
    @media screen and (min-width: 1600px) {
      .year-of-change-text-paragraphs {
        width: 620px; } }
    .year-of-change-text-paragraphs p {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 30px; }
      .year-of-change-text-paragraphs p:last-of-type {
        margin-top: -25px; }
      .year-of-change-text-paragraphs p.bold {
        font-weight: bold; }

.photos-videos-section {
  padding: 60px 0;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .photos-videos-section {
      padding: 150px 0; } }
  @media screen and (min-width: 1024px) {
    .photos-videos-section {
      padding: 180px 0; } }
  .photos-videos-section .moving-header {
    margin-left: -50px;
    white-space: nowrap; }
    .photos-videos-section .moving-header h2 {
      font-size: 45px;
      line-height: 59px;
      text-transform: uppercase;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .photos-videos-section .moving-header h2 {
          font-weight: 800;
          font-size: 80px;
          line-height: 105px; } }
      @media screen and (min-width: 1024px) {
        .photos-videos-section .moving-header h2 {
          font-size: 120px;
          line-height: 105px; } }
      .photos-videos-section .moving-header h2:nth-of-type(1n + 0) {
        color: #000000; }
      .photos-videos-section .moving-header h2:nth-of-type(2n + 0) {
        color: #ffffff;
        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
      .photos-videos-section .moving-header h2.small {
        font-size: 35px;
        line-height: 46px; }
        @media screen and (min-width: 768px) {
          .photos-videos-section .moving-header h2.small {
            font-weight: 800;
            font-size: 60px;
            line-height: 70px; } }
      .photos-videos-section .moving-header h2.alternate-colors:nth-of-type(1n + 0) {
        color: #ffffff; }
      .photos-videos-section .moving-header h2.alternate-colors:nth-of-type(2n + 0) {
        color: #000000;
        text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; }
  .photos-videos-section .moving-header {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .photos-videos-section .moving-header {
        margin-bottom: 100px; } }
  .photos-videos-section-items {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .photos-videos-section-items {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .photos-videos-section-items {
        padding: 0 50px; } }
    @media screen and (min-width: 1024px) {
      .photos-videos-section-items {
        padding: 0 100px; } }
    @media screen and (min-width: 1600px) {
      .photos-videos-section-items {
        padding: 0 140px; } }
    @media screen and (min-width: 1440px) {
      .photos-videos-section-items {
        flex-wrap: wrap;
        height: 1001px;
        justify-content: space-between; } }
    @media screen and (min-width: 1600px) {
      .photos-videos-section-items {
        height: 1030px; } }
    .photos-videos-section-items-item {
      margin-bottom: 54px;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .photos-videos-section-items-item {
          width: 510px; } }
      @media screen and (min-width: 1440px) {
        .photos-videos-section-items-item {
          margin-right: 80px; } }
      @media screen and (min-width: 1600px) {
        .photos-videos-section-items-item {
          margin-right: 120px;
          width: 530px; } }
      .photos-videos-section-items-item img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      .photos-videos-section-items-item h4 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 5px; }
      .photos-videos-section-items-item p {
        color: #727272; }
      .photos-videos-section-items-item-video {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 56.25%;
        cursor: pointer; }
        .photos-videos-section-items-item-video .video {
          opacity: 0.5;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .photos-videos-section-items-item-video .video-text {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          text-transform: uppercase;
          color: #ffffff;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
          .photos-videos-section-items-item-video .video-text h2 {
            font-size: 16px;
            line-height: 20px; }
          .photos-videos-section-items-item-video .video-text .text-vertical-opening h2, .photos-videos-section-items-item-video .video-text .text-vertical-opening h3 {
            transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
          .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container:first-of-type {
            height: calc(0 * (20px + 2px));
            justify-content: flex-end; }
          .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container:last-of-type {
            height: calc(3 * (20px + 2px));
            justify-content: flex-start; }
          .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container {
            display: flex;
            flex-direction: column; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container h2 {
              line-height: 0; }
              .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
                line-height: 20px; }
          .photos-videos-section-items-item-video .video-text .text-vertical-opening h3 {
            line-height: 100px; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening h3.text-vertical-opening-h3-run {
              line-height: 0; }
          @media screen and (min-width: 768px) {
            .photos-videos-section-items-item-video .video-text .text-vertical-opening h2, .photos-videos-section-items-item-video .video-text .text-vertical-opening h3 {
              transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container:first-of-type {
              height: calc(0 * (26px + 2px));
              justify-content: flex-end; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container:last-of-type {
              height: calc(3 * (26px + 2px));
              justify-content: flex-start; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container {
              display: flex;
              flex-direction: column; }
              .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container h2 {
                line-height: 0; }
                .photos-videos-section-items-item-video .video-text .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
                  line-height: 26px; }
            .photos-videos-section-items-item-video .video-text .text-vertical-opening h3 {
              line-height: 100px; }
              .photos-videos-section-items-item-video .video-text .text-vertical-opening h3.text-vertical-opening-h3-run {
                line-height: 0; }
            .photos-videos-section-items-item-video .video-text h2 {
              font-size: 20px;
              line-height: 26px; } }
      .photos-videos-section-items-item:first-of-type {
        height: 100%; }
        @media screen and (min-width: 768px) {
          .photos-videos-section-items-item:first-of-type {
            width: 100%;
            margin-bottom: 80px;
            text-align: left; } }
        @media screen and (min-width: 1024px) {
          .photos-videos-section-items-item:first-of-type {
            align-self: flex-start;
            width: 650px; } }
        @media screen and (min-width: 1440px) {
          .photos-videos-section-items-item:first-of-type {
            margin-right: 0;
            margin-bottom: 0;
            order: 3; } }
        @media screen and (min-width: 1600px) {
          .photos-videos-section-items-item:first-of-type {
            width: 670px; } }
        .photos-videos-section-items-item:first-of-type .photos-videos-section-items-item-video {
          position: relative;
          width: 100%;
          height: 435px;
          padding-bottom: unset;
          padding-left: 56.25%; }
          @media screen and (min-width: 768px) {
            .photos-videos-section-items-item:first-of-type .photos-videos-section-items-item-video {
              width: unset; } }
          @media screen and (min-width: 1024px) {
            .photos-videos-section-items-item:first-of-type .photos-videos-section-items-item-video {
              height: 900px; } }
          .photos-videos-section-items-item:first-of-type .photos-videos-section-items-item-video .video {
            -o-object-fit: cover;
               object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .photos-videos-section-items-item:last-of-type {
        margin-bottom: 0; }
  .photos-videos-section.left {
    background: #FF7D57; }
    .photos-videos-section.left p {
      color: #000000; }
    .photos-videos-section.left h2:nth-of-type(2n + 0) {
      color: #FF7D57;
      text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
    .photos-videos-section.left .photos-videos-section-items-item {
      color: #000000; }
      @media screen and (min-width: 1440px) {
        .photos-videos-section.left .photos-videos-section-items-item {
          order: 1; } }
      @media screen and (min-width: 1440px) {
        .photos-videos-section.left .photos-videos-section-items-item:not(:first-of-type) {
          margin-right: 0; } }
      @media screen and (min-width: 1600px) {
        .photos-videos-section.left .photos-videos-section-items-item:not(:first-of-type) {
          margin-right: 0; } }

.portrait-modes-section {
  background: #FF7D57; }
  .portrait-modes-section-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden; }
    .portrait-modes-section-items > * {
      width: 50%; }
      @media screen and (min-width: 768px) {
        .portrait-modes-section-items > * {
          width: 25%;
          max-width: 400px; } }
  .portrait-modes-section img {
    -o-object-fit: scale-down;
       object-fit: scale-down; }
  .portrait-modes-section-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0; }
    @media screen and (min-width: 1024px) {
      .portrait-modes-section-vertical {
        margin: 120px 0; } }
    .portrait-modes-section-vertical h2 {
      font-weight: 800;
      font-size: 28px; }
      .portrait-modes-section-vertical h2:first-of-type {
        color: #FF7D57;
        text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000; }
      @media screen and (min-width: 768px) {
        .portrait-modes-section-vertical h2 {
          font-size: 42px; } }
      @media screen and (min-width: 1024px) {
        .portrait-modes-section-vertical h2 {
          font-size: 60px; } }
    .portrait-modes-section-vertical .text-vertical-opening h2, .portrait-modes-section-vertical .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .portrait-modes-section-vertical .text-vertical-opening-h2-container:first-of-type {
      height: calc(2 * (30px + 2px));
      justify-content: flex-end; }
    .portrait-modes-section-vertical .text-vertical-opening-h2-container:last-of-type {
      height: calc(1 * (30px + 2px));
      justify-content: flex-start; }
    .portrait-modes-section-vertical .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .portrait-modes-section-vertical .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 30px; }
    .portrait-modes-section-vertical .text-vertical-opening h3 {
      line-height: 100px; }
      .portrait-modes-section-vertical .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; }
    @media screen and (min-width: 768px) {
      .portrait-modes-section-vertical .text-vertical-opening h2, .portrait-modes-section-vertical .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container:first-of-type {
        height: calc(2 * (45px + 2px));
        justify-content: flex-end; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container:last-of-type {
        height: calc(1 * (45px + 2px));
        justify-content: flex-start; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .portrait-modes-section-vertical .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .portrait-modes-section-vertical .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 45px; }
      .portrait-modes-section-vertical .text-vertical-opening h3 {
        line-height: 100px; }
        .portrait-modes-section-vertical .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }
    @media screen and (min-width: 1024px) {
      .portrait-modes-section-vertical .text-vertical-opening h2, .portrait-modes-section-vertical .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container:first-of-type {
        height: calc(2 * (64px + 2px));
        justify-content: flex-end; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container:last-of-type {
        height: calc(1 * (64px + 2px));
        justify-content: flex-start; }
      .portrait-modes-section-vertical .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .portrait-modes-section-vertical .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .portrait-modes-section-vertical .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 64px; }
      .portrait-modes-section-vertical .text-vertical-opening h3 {
        line-height: 100px; }
        .portrait-modes-section-vertical .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }

.product-characteristics-section-information {
  margin-bottom: 100px;
  width: 100%;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .product-characteristics-section-information {
      margin-bottom: 150px; } }
  @media screen and (min-width: 1024px) {
    .product-characteristics-section-information {
      margin-bottom: 200px; } }
  @media screen and (min-width: 1440px) {
    .product-characteristics-section-information {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .product-characteristics-section-information {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .product-characteristics-section-information {
      padding: 0 50px; } }
  @media screen and (min-width: 1024px) {
    .product-characteristics-section-information {
      padding: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .product-characteristics-section-information {
      padding: 0 140px; } }
  .product-characteristics-section-information h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .product-characteristics-section-information h3 {
        font-size: 42px;
        line-height: 60px; } }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information h3 {
        margin-bottom: 25px;
        margin-right: 160px;
        width: 480px; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information h3 {
        margin-right: 200px; } }
  .product-characteristics-section-information p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information p {
        width: calc(100% - 640px);
        margin-left: auto; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information p {
        width: calc(100% - 680px); } }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information p {
        margin-bottom: 25px; } }
  .product-characteristics-section-information-buttons {
    margin-bottom: 50px;
    display: block;
    height: 50px; }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information-buttons {
        width: calc(100% - 640px);
        margin-left: auto; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information-buttons {
        width: calc(100% - 680px); } }
    .product-characteristics-section-information-buttons div, .product-characteristics-section-information-buttons a {
      text-decoration: none;
      color: #000000;
      float: left;
      display: inline-block; }
      .product-characteristics-section-information-buttons div button, .product-characteristics-section-information-buttons a button {
        border: unset;
        background: #000000;
        color: #ffffff;
        display: flex;
        padding: 18px 54px;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        line-height: 1; }
    .product-characteristics-section-information-buttons a button {
      padding: 16px 0 16px 40px;
      background: transparent;
      color: #000000; }
  .product-characteristics-section-information-shorts {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information-shorts {
        width: calc(100% - 640px);
        margin-left: auto; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information-shorts {
        width: calc(100% - 680px); } }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information-shorts {
        flex-direction: row; } }
    .product-characteristics-section-information-shorts-short {
      margin-right: 80px; }
      .product-characteristics-section-information-shorts-short .short-value {
        display: inline-block;
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        margin-bottom: 4px; }
      .product-characteristics-section-information-shorts-short .short-number-value {
        width: 100%;
        margin-bottom: 10px; }
        .product-characteristics-section-information-shorts-short .short-number-value-progress {
          background: linear-gradient(90deg, #41DFF0 0%, #27C967 100%);
          height: 8px; }
      .product-characteristics-section-information-shorts-short:first-of-type .short-number-value-progress {
        background: linear-gradient(90deg, #EFDA40 0%, #C95127 100%); }
      .product-characteristics-section-information-shorts-short .extra-value {
        display: inline-block;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 4px; }
      .product-characteristics-section-information-shorts-short .short-description {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px; }
  .product-characteristics-section-information.center {
    text-align: left;
    justify-content: center; }
    .product-characteristics-section-information.center .img {
      margin: 30px auto; }
  .product-characteristics-section-information.down-phone {
    background: linear-gradient(56.69deg, #FFEEEB 0%, #EBFBFF 100%), #EBFBFF;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .product-characteristics-section-information.down-phone {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.down-phone {
        padding-top: 150px;
        padding-bottom: 150px; } }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information.down-phone {
        margin-right: 40px; } }
    .product-characteristics-section-information.down-phone img {
      position: absolute;
      bottom: 0;
      width: 237px;
      left: 50%; }
      @media screen and (min-width: 768px) {
        .product-characteristics-section-information.down-phone img {
          width: 335px; } }
      @media screen and (min-width: 1024px) {
        .product-characteristics-section-information.down-phone img {
          width: 415px; } }
    .product-characteristics-section-information.down-phone .product-characteristics-section-information-shorts {
      margin-right: auto;
      margin-left: 0;
      flex-direction: column; }
      .product-characteristics-section-information.down-phone .product-characteristics-section-information-shorts p {
        margin-top: 0; }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information.down-phone .product-characteristics-section-information-buttons {
        width: calc(100% - 640px);
        margin-left: auto; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information.down-phone .product-characteristics-section-information-buttons {
        width: calc(100% - 680px); } }
  .product-characteristics-section-information.left, .product-characteristics-section-information.right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between; }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.left .product-characteristics-section-information-shorts, .product-characteristics-section-information.right .product-characteristics-section-information-shorts {
        flex-direction: column; } }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.left, .product-characteristics-section-information.right {
        height: 664px; } }
    .product-characteristics-section-information.left .product-characteristics-section-information-img, .product-characteristics-section-information.right .product-characteristics-section-information-img {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 50px;
      padding: 35px 60px 0; }
      @media screen and (min-width: 768px) {
        .product-characteristics-section-information.left .product-characteristics-section-information-img, .product-characteristics-section-information.right .product-characteristics-section-information-img {
          width: calc(100% + 60px);
          margin-left: -30px;
          padding: 35px 135px 0; } }
      @media screen and (min-width: 1024px) {
        .product-characteristics-section-information.left .product-characteristics-section-information-img, .product-characteristics-section-information.right .product-characteristics-section-information-img {
          margin-top: 0;
          order: 1;
          width: 484px;
          min-height: 664px;
          margin-right: 50px;
          padding: 0 50px; } }
      @media screen and (min-width: 1440px) {
        .product-characteristics-section-information.left .product-characteristics-section-information-img, .product-characteristics-section-information.right .product-characteristics-section-information-img {
          width: 650px;
          margin-right: 100px;
          padding: 0 125px; } }
      @media screen and (min-width: 1600px) {
        .product-characteristics-section-information.left .product-characteristics-section-information-img, .product-characteristics-section-information.right .product-characteristics-section-information-img {
          width: 650px;
          margin-right: 100px;
          padding: 0 135px; } }
    .product-characteristics-section-information.left h3, .product-characteristics-section-information.left p, .product-characteristics-section-information.left .product-characteristics-section-information-shorts, .product-characteristics-section-information.left .product-characteristics-section-information-buttons, .product-characteristics-section-information.right h3, .product-characteristics-section-information.right p, .product-characteristics-section-information.right .product-characteristics-section-information-shorts, .product-characteristics-section-information.right .product-characteristics-section-information-buttons {
      margin-left: unset;
      max-width: 520px; }
      @media screen and (min-width: 1024px) {
        .product-characteristics-section-information.left h3, .product-characteristics-section-information.left p, .product-characteristics-section-information.left .product-characteristics-section-information-shorts, .product-characteristics-section-information.left .product-characteristics-section-information-buttons, .product-characteristics-section-information.right h3, .product-characteristics-section-information.right p, .product-characteristics-section-information.right .product-characteristics-section-information-shorts, .product-characteristics-section-information.right .product-characteristics-section-information-buttons {
          order: 2; } }
  .product-characteristics-section-information.left .product-characteristics-section-information-img {
    background: linear-gradient(44.91deg, #E8FAEC 0%, #D3EAF1 100.54%); }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.left .product-characteristics-section-information-img {
        margin-right: 50px; } }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information.left .product-characteristics-section-information-img {
        margin-right: 100px; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information.left .product-characteristics-section-information-img {
        margin-right: 140px; } }
  @media screen and (min-width: 1024px) {
    .product-characteristics-section-information.left h3, .product-characteristics-section-information.left p, .product-characteristics-section-information.left .product-characteristics-section-information-shorts, .product-characteristics-section-information.left .product-characteristics-section-information-buttons {
      width: calc(100% - 534px); } }
  @media screen and (min-width: 1600px) {
    .product-characteristics-section-information.left h3, .product-characteristics-section-information.left p, .product-characteristics-section-information.left .product-characteristics-section-information-shorts, .product-characteristics-section-information.left .product-characteristics-section-information-buttons {
      width: calc(100% - 750px); } }
  .product-characteristics-section-information.right .product-characteristics-section-information-img {
    padding: 0;
    background: linear-gradient(0deg, #E7EDED, #E7EDED), linear-gradient(44.91deg, #D3EAF1 30.37%, #E2D0F9 100.54%), #64DF7E; }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.right .product-characteristics-section-information-img {
        margin: 0;
        margin-left: 50px; } }
    @media screen and (min-width: 1440px) {
      .product-characteristics-section-information.right .product-characteristics-section-information-img {
        margin-left: 100px; } }
    @media screen and (min-width: 1600px) {
      .product-characteristics-section-information.right .product-characteristics-section-information-img {
        margin-left: 140px; } }
  .product-characteristics-section-information.right h3, .product-characteristics-section-information.right p, .product-characteristics-section-information.right .product-characteristics-section-information-shorts, .product-characteristics-section-information.right .product-characteristics-section-information-buttons {
    margin-left: unset;
    max-width: 520px; }
    @media screen and (min-width: 1024px) {
      .product-characteristics-section-information.right h3, .product-characteristics-section-information.right p, .product-characteristics-section-information.right .product-characteristics-section-information-shorts, .product-characteristics-section-information.right .product-characteristics-section-information-buttons {
        order: unset; } }

.where-to-buy-section {
  padding: 80px 0;
  background: #000000;
  color: #ffffff; }
  .where-to-buy-section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0; }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-header {
        padding: 150px 0; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-header {
        padding: 200px 0; } }
    .where-to-buy-section-header h2 {
      color: #000000;
      text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; }
      .where-to-buy-section-header h2:last-of-type {
        color: #ffffff;
        text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; }
      @media screen and (min-width: 768px) {
        .where-to-buy-section-header h2 {
          font-size: 60px; } }
      @media screen and (min-width: 1024px) {
        .where-to-buy-section-header h2 {
          font-size: 90px; } }
    .where-to-buy-section-header .text-vertical-opening h2, .where-to-buy-section-header .text-vertical-opening h3 {
      transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
    .where-to-buy-section-header .text-vertical-opening-h2-container:first-of-type {
      height: calc(4 * (30px + 2px));
      justify-content: flex-end; }
    .where-to-buy-section-header .text-vertical-opening-h2-container:last-of-type {
      height: calc(0 * (30px + 2px));
      justify-content: flex-start; }
    .where-to-buy-section-header .text-vertical-opening-h2-container {
      display: flex;
      flex-direction: column; }
      .where-to-buy-section-header .text-vertical-opening-h2-container h2 {
        line-height: 0; }
        .where-to-buy-section-header .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
          line-height: 30px; }
    .where-to-buy-section-header .text-vertical-opening h3 {
      line-height: 100px; }
      .where-to-buy-section-header .text-vertical-opening h3.text-vertical-opening-h3-run {
        line-height: 0; }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-header .text-vertical-opening h2, .where-to-buy-section-header .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .where-to-buy-section-header .text-vertical-opening-h2-container:first-of-type {
        height: calc(4 * (68px + 2px));
        justify-content: flex-end; }
      .where-to-buy-section-header .text-vertical-opening-h2-container:last-of-type {
        height: calc(0 * (68px + 2px));
        justify-content: flex-start; }
      .where-to-buy-section-header .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .where-to-buy-section-header .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .where-to-buy-section-header .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 68px; }
      .where-to-buy-section-header .text-vertical-opening h3 {
        line-height: 100px; }
        .where-to-buy-section-header .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-header .text-vertical-opening h2, .where-to-buy-section-header .text-vertical-opening h3 {
        transition: line-height 0.65s cubic-bezier(0.7, 0, 0.3, 1) 1s; }
      .where-to-buy-section-header .text-vertical-opening-h2-container:first-of-type {
        height: calc(4 * (100px + 2px));
        justify-content: flex-end; }
      .where-to-buy-section-header .text-vertical-opening-h2-container:last-of-type {
        height: calc(0 * (100px + 2px));
        justify-content: flex-start; }
      .where-to-buy-section-header .text-vertical-opening-h2-container {
        display: flex;
        flex-direction: column; }
        .where-to-buy-section-header .text-vertical-opening-h2-container h2 {
          line-height: 0; }
          .where-to-buy-section-header .text-vertical-opening-h2-container h2.text-vertical-opening-h2-run {
            line-height: 100px; }
      .where-to-buy-section-header .text-vertical-opening h3 {
        line-height: 100px; }
        .where-to-buy-section-header .text-vertical-opening h3.text-vertical-opening-h3-run {
          line-height: 0; } }
  .where-to-buy-section-information {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-information {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-information {
        align-content: space-between;
        align-items: unset;
        height: 445px;
        margin-bottom: 200px; } }
    @media screen and (min-width: 1440px) {
      .where-to-buy-section-information {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-information {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-information {
        padding: 0 50px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-information {
        padding: 0 100px; } }
    @media screen and (min-width: 1600px) {
      .where-to-buy-section-information {
        padding: 0 140px; } }
    .where-to-buy-section-information h3 {
      font-size: 34px;
      font-weight: 400;
      line-height: 48px;
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .where-to-buy-section-information h3 {
          font-size: 42px;
          line-height: 60px; } }
      @media screen and (min-width: 1024px) {
        .where-to-buy-section-information h3 {
          text-align: left; } }
      @media screen and (min-width: 1440px) {
        .where-to-buy-section-information h3 {
          margin-bottom: 25px;
          margin-right: 160px;
          width: 480px; } }
      @media screen and (min-width: 1600px) {
        .where-to-buy-section-information h3 {
          margin-right: 200px; } }
    .where-to-buy-section-information p {
      font-weight: 400;
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1440px) {
        .where-to-buy-section-information p {
          width: calc(100% - 640px);
          margin-left: auto; } }
      @media screen and (min-width: 1600px) {
        .where-to-buy-section-information p {
          width: calc(100% - 680px); } }
      @media screen and (min-width: 1440px) {
        .where-to-buy-section-information p {
          margin-bottom: 25px; } }
    .where-to-buy-section-information-buttons {
      margin-bottom: 50px;
      display: block;
      height: 50px; }
      @media screen and (min-width: 1440px) {
        .where-to-buy-section-information-buttons {
          width: calc(100% - 640px);
          margin-left: auto; } }
      @media screen and (min-width: 1600px) {
        .where-to-buy-section-information-buttons {
          width: calc(100% - 680px); } }
      .where-to-buy-section-information-buttons div, .where-to-buy-section-information-buttons a {
        text-decoration: none;
        color: #ffffff;
        float: left;
        display: inline-block; }
        .where-to-buy-section-information-buttons div button, .where-to-buy-section-information-buttons a button {
          border: unset;
          background: #ffffff;
          color: #000000;
          display: flex;
          padding: 18px 54px;
          align-items: center;
          font-size: 14px;
          font-weight: 500;
          cursor: pointer;
          line-height: 1; }
      .where-to-buy-section-information-buttons a button {
        padding: 16px 0 16px 40px;
        background: transparent;
        color: #ffffff; }
    .where-to-buy-section-information .where-to-buy-section-information-img {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 50px; }
      @media screen and (min-width: 768px) {
        .where-to-buy-section-information .where-to-buy-section-information-img {
          width: 460px; } }
      @media screen and (min-width: 1024px) {
        .where-to-buy-section-information .where-to-buy-section-information-img {
          margin-top: 0;
          order: 1;
          min-height: 445px; } }
      @media screen and (min-width: 1440px) {
        .where-to-buy-section-information .where-to-buy-section-information-img {
          width: 600px; } }
      @media screen and (min-width: 1600px) {
        .where-to-buy-section-information .where-to-buy-section-information-img {
          width: 600px; } }
      .where-to-buy-section-information .where-to-buy-section-information-img img {
        margin: auto; }
    .where-to-buy-section-information h3, .where-to-buy-section-information p, .where-to-buy-section-information .where-to-buy-section-information-buttons {
      margin-left: unset;
      max-width: 520px; }
  .where-to-buy-section-buy-also {
    width: 100%;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-buy-also {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-buy-also {
        padding: 0 50px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-buy-also {
        padding: 0 100px; } }
    @media screen and (min-width: 1600px) {
      .where-to-buy-section-buy-also {
        padding: 0 140px; } }
    .where-to-buy-section-buy-also h3 {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding: 40px;
      font-style: normal;
      font-weight: 800;
      font-size: 20px;
      line-height: 26px;
      text-transform: uppercase;
      text-align: center; }
    .where-to-buy-section-buy-also-items {
      display: flex;
      flex-wrap: wrap;
      margin-left: -7.5px;
      width: calc(100% + 15px); }
      @media screen and (min-width: 768px) {
        .where-to-buy-section-buy-also-items {
          margin-left: -10px;
          width: calc(100% + 20px); } }
      .where-to-buy-section-buy-also-items .buy-also-item {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: calc(50% - 15px);
        padding: 45px 0;
        border: 1px solid #333333;
        margin: 7.5px; }
        @media screen and (min-width: 768px) {
          .where-to-buy-section-buy-also-items .buy-also-item {
            margin: 10px;
            width: calc(100% / 3 - 20px);
            padding: 50px; } }
        @media screen and (min-width: 1024px) {
          .where-to-buy-section-buy-also-items .buy-also-item {
            width: calc(25% - 20px); } }
        @media screen and (min-width: 1440px) {
          .where-to-buy-section-buy-also-items .buy-also-item {
            width: calc(100% / 5 - 20px); } }
        .where-to-buy-section-buy-also-items .buy-also-item h4 {
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 18px;
          text-align: center; }
        .where-to-buy-section-buy-also-items .buy-also-item img {
          margin-bottom: 42px; }
          @media screen and (min-width: 1024px) {
            .where-to-buy-section-buy-also-items .buy-also-item img {
              margin-bottom: 45px; } }
  .where-to-buy-section-policy {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #727272; }
    @media screen and (min-width: 768px) {
      .where-to-buy-section-policy {
        padding: 0 30px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-policy {
        padding: 0 50px; } }
    @media screen and (min-width: 1024px) {
      .where-to-buy-section-policy {
        padding: 0 100px; } }
    @media screen and (min-width: 1600px) {
      .where-to-buy-section-policy {
        padding: 0 140px; } }

.where-to-buy-popup {
  width: 100%;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .where-to-buy-popup {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .where-to-buy-popup {
      padding: 0 50px; } }
  @media screen and (min-width: 1024px) {
    .where-to-buy-popup {
      padding: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .where-to-buy-popup {
      padding: 0 140px; } }
  .where-to-buy-popup h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .where-to-buy-popup-cross {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    .where-to-buy-popup-cross .line {
      position: absolute;
      top: 22px;
      left: 14px;
      width: 23px;
      height: 3px;
      background: #000000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .where-to-buy-popup-cross .line:last-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .where-to-buy-popup-shops {
    display: flex;
    flex-wrap: wrap; }
    .where-to-buy-popup-shops .shop {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
      background: #ffffff;
      width: calc(50% - 10px);
      margin: 5px; }
      @media screen and (min-width: 768px) {
        .where-to-buy-popup-shops .shop {
          width: calc(100% / 3 - 10px); } }
      @media screen and (min-width: 1024px) {
        .where-to-buy-popup-shops .shop {
          width: calc(25% - 10px); } }
      @media screen and (min-width: 1440px) {
        .where-to-buy-popup-shops .shop {
          width: calc(100% / 5 - 10px); } }

.video-popup {
  width: 100%;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media screen and (min-width: 768px) {
    .video-popup {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .video-popup {
      padding: 0 50px; } }
  @media screen and (min-width: 1024px) {
    .video-popup {
      padding: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .video-popup {
      padding: 0 140px; } }
  .video-popup-close-text {
    text-transform: uppercase;
    width: 170px;
    height: 50px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 40px; }
    .video-popup-close-text h4 {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: #FFFFFF; }
  .video-popup-video {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 56.25%; }
    .video-popup-video .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#body {
  transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
  max-width: 100vw;
  overflow: hidden; }
  #body.move-top {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
    #body.move-top.move-top2 {
      -webkit-transform: translateY(-200vh);
              transform: translateY(-200vh); }
  #body p {
    font-size: 20px;
    font-weight: 100; }
    #body p.bold {
      font-weight: bold; }
  #body h4 {
    font-weight: 400; }

.toolbar {
  z-index: 100000;
  width: 100%;
  padding: 0 20px;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  transition: top 0.3s;
  height: 60px;
  border-bottom: 1px solid #C4C4C4; }
  @media screen and (min-width: 768px) {
    .toolbar {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .toolbar {
      padding: 0 50px; } }
  @media screen and (min-width: 1024px) {
    .toolbar {
      padding: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .toolbar {
      padding: 0 140px; } }
  .toolbar-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px; }
    .toolbar-text span:last-of-type {
      display: none; }
      @media screen and (min-width: 768px) {
        .toolbar-text span:last-of-type {
          display: inline-block; } }
    .toolbar-text-bold {
      padding-right: 23px;
      font-weight: bold; }
      @media screen and (min-width: 1024px) {
        .toolbar-text-bold {
          padding-right: 60px; } }
  .toolbar-nav div, .toolbar-nav a {
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: inline-block; }
    .toolbar-nav div button, .toolbar-nav a button {
      border: unset;
      background: #ffffff;
      display: flex;
      color: #000000;
      padding: 12px 23px;
      background: transparent;
      align-items: center;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      line-height: 1; }
  .toolbar-nav div button {
    background: #000000;
    padding: 12px 23px;
    color: #ffffff; }

.popup {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000000;
  width: 100vw;
  height: 100vh;
  transition: opacity .35s;
  opacity: 0;
  display: none; }

