/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'nokia_pure_headlinebold', sans-serif;
  src: url(fonts/nokiapureheadline_bold-webfont.woff2) format("woff2"), url(fonts/nokiapureheadline_bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_headlineextra_bold';
  src: url(fonts/nokiapureheadline_extrabold-webfont.woff2) format("woff2"), url(fonts/nokiapureheadline_extrabold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_headlinelight';
  src: url(fonts/nokiapureheadline_light-webfont.woff2) format("woff2"), url(fonts/nokiapureheadline_light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_headlineregular';
  src: url(fonts/nokiapureheadline_regular-webfont.woff2) format("woff2"), url(fonts/nokiapureheadline_regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_headlineultraLt';
  src: url(fonts/nokiapureheadline_ultralight-webfont.woff2) format("woff2"), url(fonts/nokiapureheadline_ultralight-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_textbold';
  src: url(fonts/nokiapuretext-bold-webfont.woff2) format("woff2"), url(fonts/nokiapuretext-bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_textlight';
  src: url(fonts/nokiapuretext-light-webfont.woff2) format("woff2"), url(fonts/nokiapuretext-light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_textmedium';
  src: url(fonts/nokiapuretext-medium-webfont.woff2) format("woff2"), url(fonts/nokiapuretext-medium-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'nokia_pure_textregular';
  src: url(fonts/nokiapuretext-regular-webfont.woff2) format("woff2"), url(fonts/nokiapuretext-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

.Slides {
  display: flex;
  margin-left: 0;
  width: 100%;
  display: flex;
  position: relative;
  padding: 0 50px 0 0; }
  .Slides > div {
    height: 100%;
    width: 100%;
    position: relative; }
  .Slides .Slide {
    flex: 0 0 auto;
    display: flex;
    width: 100%;
    min-height: 100%; }
    .Slides .Slide .SlideContent {
      display: flex;
      width: 100%; }
    .Slides .Slide .FadeContent {
      transition: opacity 1s ease;
      opacity: 1; }
    .Slides .Slide.hidden {
      position: absolute;
      top: 0; }
      .Slides .Slide.hidden .FadeContent {
        opacity: 0; }

.StartSlide {
  height: 100%; }
  .StartSlide .SlideContent {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .StartSlide .SlideContent-Text {
      padding: 0 25% 0 0; }
      @media screen and (max-width: 750px) {
        .StartSlide .SlideContent-Text {
          padding-right: 0; } }
    .StartSlide .SlideContent-Image {
      width: 100%;
      overflow-x: hidden; }
      .StartSlide .SlideContent-Image svg > g > g > g:nth-child(4),
      .StartSlide .SlideContent-Image svg > g > g > g:nth-child(2) {
        pointer-events: none; }
  .StartSlide .ice-cream {
    cursor: pointer; }
    .StartSlide .ice-cream image {
      transition: transform 0.4s ease; }
    .StartSlide .ice-cream.ice-cream-1 image {
      transform-origin: 5% 20%; }
    .StartSlide .ice-cream.ice-cream-2 image {
      transform-origin: 5% 10%; }
    .StartSlide .ice-cream:hover image {
      transform: scale(1.1); }

.IceCreamSlide {
  height: auto;
  min-height: 100%; }
  .IceCreamSlide .SlideContent {
    display: flex;
    align-items: stretch; }
    .IceCreamSlide .SlideContent .PageSplitLeft {
      width: 70%; }
      @media screen and (max-width: 500px) {
        .IceCreamSlide .SlideContent .PageSplitLeft {
          width: 100%; } }
    .IceCreamSlide .SlideContent .IceCream {
      width: 30%; }
      @media screen and (max-width: 500px) {
        .IceCreamSlide .SlideContent .IceCream {
          display: none !important; } }
    .IceCreamSlide .SlideContent .PageSplitLeft .Texts {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      flex-direction: column;
      width: 100%;
      height: 80%;
      padding-left: 20%; }
      @media screen and (max-width: 750px) {
        .IceCreamSlide .SlideContent .PageSplitLeft .Texts {
          padding-left: 10%; } }
      @media screen and (max-width: 500px) {
        .IceCreamSlide .SlideContent .PageSplitLeft .Texts {
          padding-left: 5%; } }
      .IceCreamSlide .SlideContent .PageSplitLeft .Texts .TextWrapper {
        width: 100%;
        transition: opacity 1s ease;
        opacity: 0;
        animation-name: FadeIn;
        animation-duration: 1s;
        animation-fill-mode: forwards; }
        .IceCreamSlide .SlideContent .PageSplitLeft .Texts .TextWrapper:nth-child(1) {
          animation-delay: 0.4s; }
        .IceCreamSlide .SlideContent .PageSplitLeft .Texts .TextWrapper:nth-child(2) {
          animation-delay: 0.7s; }
        .IceCreamSlide .SlideContent .PageSplitLeft .Texts .TextWrapper:nth-child(3) {
          animation-delay: 1s; }
  .IceCreamSlide.hidden .IceCream {
    opacity: 0; }
  .IceCreamSlide .ArrowLink {
    max-width: 400px;
    margin: 2rem 0; }

.TriangleSlide .SlideContent {
  display: flex;
  flex-direction: column; }
  .TriangleSlide .SlideContent .SlideHead {
    width: 100%;
    padding: 2rem 20% 0rem 0; }
    .TriangleSlide .SlideContent .SlideHead p {
      padding: 0.3rem 0; }
  .TriangleSlide .SlideContent .SlideContent {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .TriangleSlide .SlideContent .SlideContent {
        flex-direction: column-reverse; } }
    .TriangleSlide .SlideContent .SlideContent .LottieWrapper {
      width: 60%;
      margin-top: -5%; }
    .TriangleSlide .SlideContent .SlideContent .HighlightText {
      width: 40%;
      padding-top: 5%;
      position: relative; }
      .TriangleSlide .SlideContent .SlideContent .HighlightText .fade {
        transition: all 0.5s ease; }
      .TriangleSlide .SlideContent .SlideContent .HighlightText .fade-enter {
        opacity: 0;
        position: absolute; }
      .TriangleSlide .SlideContent .SlideContent .HighlightText .fade-enter-done {
        opacity: 1; }
      .TriangleSlide .SlideContent .SlideContent .HighlightText .fade-exit {
        opacity: 1; }
      .TriangleSlide .SlideContent .SlideContent .HighlightText .fade-exit-active {
        opacity: 0; }
    @media screen and (max-width: 750px) {
      .TriangleSlide .SlideContent .SlideContent .LottieWrapper,
      .TriangleSlide .SlideContent .SlideContent .HighlightText {
        width: 100%; } }
    .TriangleSlide .SlideContent .SlideContent h2 {
      font-family: 'nokia_pure_textregular'; }
    .TriangleSlide .SlideContent .SlideContent p {
      margin: 2rem 0; }

.TriangleSlide .ball-link {
  cursor: pointer; }

.TriangleSlide.Step1 .ball-link-1 {
  cursor: default; }

.TriangleSlide.Step2 .ball-link-2 {
  cursor: default; }

.TriangleSlide.Step3 .ball-link-3 {
  cursor: default; }

.TriangleSlide svg text,
.TriangleSlide svg tspan {
  font-family: 'nokia_pure_headlineultraLt' !important; }

.TextSlide .SlideContent {
  flex-direction: column; }

.TextSlide .SlideContent-Subsections {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0; }
  .TextSlide .SlideContent-Subsections > * {
    width: 23%;
    display: flex;
    flex-direction: column;
    padding: 10px 0; }
    @media screen and (max-width: 750px) {
      .TextSlide .SlideContent-Subsections > * {
        width: 48%; } }
    @media screen and (max-width: 400px) {
      .TextSlide .SlideContent-Subsections > * {
        width: 98%; } }
  .TextSlide .SlideContent-Subsections .ImageWrapper {
    padding: 0 20%; }
  .TextSlide .SlideContent-Subsections h2 {
    font-size: 1rem;
    font-family: 'nokia_pure_headlineregular';
    margin-bottom: 1rem; }
  .TextSlide .SlideContent-Subsections a {
    color: #0065ED;
    text-decoration: none; }
    .TextSlide .SlideContent-Subsections a:hover {
      text-decoration: underline; }
  .TextSlide .SlideContent-Subsections p {
    font-size: 0.8rem; }

.TextSlide .ButtonWrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

@keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.NavWrapper {
  position: relative; }
  @media screen and (max-width: 750px) {
    .NavWrapper {
      max-height: 100vh;
      width: 50px; } }

.NavLink {
  padding: 0 5px;
  width: 50px;
  display: flex;
  align-items: center;
  z-index: 99; }
  @media screen and (max-width: 750px) {
    .NavLink {
      position: fixed; } }
  .NavLink.next {
    right: 0; }
    .NavLink.next img {
      transform: rotateZ(180deg); }
  .NavLink.hidden {
    opacity: 0;
    pointer-events: none; }

@media all and (-ms-high-contrast: none) {
  /* IE10 & 11*/
  .SlideContent-Image {
    height: 400px; }
  .NavLink {
    top: 0; }
  .TriangleSlide .SlideContent .LottieWrapper {
    height: 100%; } }

* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'nokia_pure_textlight';
  font-size: 20px;
  height: 100%;
  color: #1D1E20;
  background-color: #ffffff; }

h1, h2, h3, h4, h5 {
  font-family: 'nokia_pure_headlineultraLt';
  font-weight: normal; }

h1 {
  font-size: 40px;
  margin: 1rem 0;
  color: #124191; }

h2 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 1.5rem 0 0.5rem; }

p {
  font-family: 'nokia_pure_headlineultraLt';
  font-size: 0.9rem;
  line-height: 1.2rem; }

strong {
  font-family: 'nokia_pure_textbold'; }

img {
  max-width: 100%; }

#react, #react > div {
  height: 100%; }

#react {
  overflow: hidden;
  width: 1100px;
  height: 700px;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 750px) {
    #react {
      height: auto; } }

.Container {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  display: flex; }
  .Container > * {
    align-items: center;
    display: flex; }

.Button {
  background: #0065ED;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding: 25px 40px 20px;
  font-size: 0.813rem;
  line-height: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  text-align: center; }

.ArrowLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #0065ED;
  text-decoration: none; }
  .ArrowLink > *:first-child {
    padding-right: 10px; }
  .ArrowLink > *:last-child {
    width: 38px;
    height: 38px;
    display: block;
    flex: 1 0 auto; }
  .ArrowLink:hover {
    text-decoration: underline; }
  .ArrowLink img {
    width: 38px;
    height: 38px; }

