/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
:root {
  --u-size-tiny: 0.25rem;
  --u-size-2x-tiny: 0.5rem;
  --u-size-3x-tiny: 0.75rem;
  --u-size-small: 1rem;
  --u-size-medium: 1.5rem;
  --u-size-2x-medium: 2rem;
  --u-size-large: 3rem;
  --u-size-2x-large: 4rem;
  --u-size-3x-large: 6rem;
  --u-size-huge: 8rem;
  --u-size-2x-huge: 12rem;
  --u-size-3x-huge: 16rem;
}

/* ===================================
   Brand Palette
=================================== */
:root {
  --black: #000;
  --white: #fff;
  --primary-blue-dark: #024482;
  --primary-blue-light: #C8EBFF;
  --blue-light-secondary: #C0DFEC;
  --primary-blue: #025FD8;
  --primary-cream: #FFFCEE;
  --pink: #FFC7F5;
  --yellow: #FBE546;
  --orange: #FF9F32;
  --red: #FF5F2D;
  --green: #8CE202;
  --base-light: #FFFCEE;
  --base-lighter: #FFFCEE;
}

.section--animated-hero {
  background-color: var(--primary-cream);
  overflow: hidden;
}

.ss.animated-hero {
  position: relative;
  min-height: 29.375rem;
  max-height: 56.25rem;
  isolation: isolate;
}
@media screen and (min-width: 31.25rem) {
  .ss.animated-hero {
    max-height: 60.9375rem;
    min-height: 31.25rem;
  }
}
@media screen and (min-width:991px) {
  .ss.animated-hero {
    max-height: 56.25rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) and (min-height: 1100px) and (max-height: 1250px) {
  .ss.animated-hero {
    max-height: 63.75rem;
  }
}
.ss.animated-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100vw - 1.875rem);
  height: calc(100vw - 1.875rem);
  max-width: 73.75rem;
  max-height: 73.75rem;
  opacity: 0;
  transform: translate3d(-50%, calc(80% + 2rem), 0);
  animation: animated-hero-bg-enter 0.75s ease-out forwards;
  background-color: var(--primary-blue);
  border-radius: 50%;
  will-change: transform, opacity;
}
.ss.animated-hero .animated-hero__candies,
.ss.animated-hero .animated-hero__bg,
.ss.animated-hero .animated-hero__products,
.ss.animated-hero .animated-hero__product {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ss.animated-hero .animated-hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--u-size-large) var(--u-size-small) clamp(10rem, 29.52381vw + 2.80357125rem, 29.375rem) var(--u-size-small);
  pointer-events: auto;
}
@media screen and (min-width: 26.5625rem) {
  .ss.animated-hero .animated-hero__content {
    padding-top: 4.0625rem;
  }
}
@media screen and (min-width: 31.25rem) {
  .ss.animated-hero .animated-hero__content {
    padding: 6.875rem 3.125rem clamp(16.25rem, 20vw + 11.375rem, 29.375rem);
  }
}
@media screen and (min-width: 61.9375rem) {
  .ss.animated-hero .animated-hero__content {
    padding: 1.5rem 7.5rem clamp(10rem, 29.52381vw + 2.80357125rem, 29.375rem);
  }
}
@media screen and (min-width:1199px) {
  .ss.animated-hero .animated-hero__content {
    padding-top: var(--u-size-medium);
  }
}
.ss.animated-hero .animated-hero__heading {
  max-width: 69.125rem;
  margin: 0;
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0);
  font-size: 10.2564vw;
}
@media screen and (min-width: 47.0625rem) and (max-width: 61.9375rem) {
  .ss.animated-hero .animated-hero__heading {
    max-width: 46.0625rem;
  }
}
@media screen and (min-width: 47.0625rem) and (max-width: 61.9375rem) {
  .ss.animated-hero .animated-hero__heading {
    max-width: 46.0625rem;
  }
}
@media screen and (min-width:768px) {
  .ss.animated-hero .animated-hero__heading {
    font-size: 10vw;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__heading {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width:1320px) {
  .ss.animated-hero .animated-hero__heading {
    font-size: 4rem;
  }
}
.ss.animated-hero .animated-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--u-size-small);
  justify-content: center;
  margin-top: 2.25rem;
  width: 100%;
}
@media screen and (min-width: 26.5625rem) {
  .ss.animated-hero .animated-hero__cta-group {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 31.25rem) {
  .ss.animated-hero .animated-hero__cta-group {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__cta-group {
    width: auto;
    margin-top: 1.875rem;
  }
}
.ss.animated-hero .animated-hero__cta {
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0);
  background-color: var(--primary-cream);
  width: 100%;
}
.ss.animated-hero .animated-hero__cta:hover, .ss.animated-hero .animated-hero__cta:focus {
  background-color: var(--primary-blue);
}
@media (min-width: 500px) and (max-width: 990px) {
  .ss.animated-hero .animated-hero__cta {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw 8.2051282051vw;
  }
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__cta {
    width: auto;
  }
}
.ss.animated-hero .animated-hero__candies {
  z-index: 1;
}
.ss.animated-hero .animated-hero__candies .animated-hero__candies-layer {
  position: absolute;
  inset: 0;
}
.ss.animated-hero .animated-hero__candies .animated-hero__candies-layer svg {
  width: 100%;
  object-fit: contain;
  object-position: center top;
}
.ss.animated-hero .animated-hero__candies .animated-hero__candies-layer--mobile {
  display: block;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__candies .animated-hero__candies-layer--mobile {
    display: none;
  }
}
.ss.animated-hero .animated-hero__candies .animated-hero__candies-layer--desktop {
  display: none;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__candies .animated-hero__candies-layer--desktop {
    display: block;
  }
}
.ss.animated-hero .animated-hero__candies .animated-hero__candy-motion path {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
.ss.animated-hero .animated-hero__products {
  z-index: 3;
  max-width: 90rem;
  margin: 0 auto -1rem;
}
@media screen and (min-width:768px) {
  .ss.animated-hero .animated-hero__products {
    margin-bottom: -1.5rem;
  }
}
.ss.animated-hero .animated-hero__product {
  opacity: 0;
  transform: translate3d(0, 120%, 0);
  will-change: transform, opacity;
}
.ss.animated-hero .animated-hero__product--one {
  margin-bottom: -2%;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__product--one {
    margin-bottom: -0.75%;
  }
}
.ss.animated-hero .animated-hero__product--two {
  margin-bottom: -11%;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__product--two {
    margin-bottom: -9.7%;
  }
}
.ss.animated-hero .animated-hero__product--three {
  margin-bottom: -9%;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__product--three {
    margin-bottom: -7%;
  }
}
.ss.animated-hero .animated-hero__product--four {
  margin-bottom: -4%;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__product--four {
    margin-bottom: -3.5%;
  }
}
.ss.animated-hero .animated-hero__figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ss.animated-hero .animated-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.ss.animated-hero .animated-hero__img--desktop {
  display: none;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__img--desktop {
    display: block;
  }
}
.ss.animated-hero .animated-hero__img--mobile {
  display: block;
}
@media screen and (min-width:991px) {
  .ss.animated-hero .animated-hero__img--mobile {
    display: none;
  }
}
.ss.animated-hero .animated-hero__product-motion,
.ss.animated-hero .animated-hero__product-parallax {
  position: absolute;
  inset: 0;
}
.ss.animated-hero .animated-hero__product-parallax {
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  will-change: transform;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product {
  animation: animated-hero-product-enter 0.5s ease-in-out forwards;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--one {
  animation-delay: 0s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--two {
  animation-delay: 0.25s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--three {
  animation-delay: 0.5s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--four {
  animation-delay: 0.75s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product-motion {
  animation: animated-hero-product-pulse 4.2s ease-in-out infinite;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--one .animated-hero__product-motion {
  animation-duration: 3.6s;
  animation-delay: 1.1s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--two .animated-hero__product-motion {
  animation-duration: 4.1s;
  animation-delay: 1.25s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--three .animated-hero__product-motion {
  animation-duration: 4.6s;
  animation-delay: 1.4s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__product--four .animated-hero__product-motion {
  animation-duration: 3.9s;
  animation-delay: 1.55s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__heading {
  animation: animated-hero-content-enter 0.45s ease-in-out forwards;
  animation-delay: 1.1s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__cta {
  animation: animated-hero-content-enter 0.45s ease-in-out forwards;
  animation-delay: 1.25s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0 {
  animation: animated-hero-candy-float 5.5s ease-in-out 2.46s infinite;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0 .animated-hero__candy-motion path {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0 .animated-hero__candy-motion path:nth-child(3n+1) {
  animation-name: animated-hero-candy-pop-bottom;
  animation-delay: 1.35s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0 .animated-hero__candy-motion path:nth-child(3n+2) {
  animation-name: animated-hero-candy-pop-left;
  animation-delay: 1.43s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0 .animated-hero__candy-motion path:nth-child(3n) {
  animation-name: animated-hero-candy-pop-right;
  animation-delay: 1.51s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1 {
  animation: animated-hero-candy-float 6s ease-in-out 2.58s infinite;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1 .animated-hero__candy-motion path {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1 .animated-hero__candy-motion path:nth-child(3n+1) {
  animation-name: animated-hero-candy-pop-bottom;
  animation-delay: 1.47s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1 .animated-hero__candy-motion path:nth-child(3n+2) {
  animation-name: animated-hero-candy-pop-left;
  animation-delay: 1.55s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1 .animated-hero__candy-motion path:nth-child(3n) {
  animation-name: animated-hero-candy-pop-right;
  animation-delay: 1.63s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2 {
  animation: animated-hero-candy-float 5.8s ease-in-out 2.7s infinite;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2 .animated-hero__candy-motion path {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2 .animated-hero__candy-motion path:nth-child(3n+1) {
  animation-name: animated-hero-candy-pop-bottom;
  animation-delay: 1.59s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2 .animated-hero__candy-motion path:nth-child(3n+2) {
  animation-name: animated-hero-candy-pop-left;
  animation-delay: 1.67s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2 .animated-hero__candy-motion path:nth-child(3n) {
  animation-name: animated-hero-candy-pop-right;
  animation-delay: 1.75s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 {
  animation: animated-hero-candy-float 6.2s ease-in-out 2.82s infinite;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 .animated-hero__candy-motion path {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 .animated-hero__candy-motion path:nth-child(3n+1) {
  animation-name: animated-hero-candy-pop-bottom;
  animation-delay: 1.71s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 .animated-hero__candy-motion path:nth-child(3n+2) {
  animation-name: animated-hero-candy-pop-left;
  animation-delay: 1.79s;
}
.ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 .animated-hero__candy-motion path:nth-child(3n) {
  animation-name: animated-hero-candy-pop-right;
  animation-delay: 1.87s;
}
@media screen and (min-width:768px) and (max-width: 1198px) {
  .ss.animated-hero.animated-hero--loaded .animated-hero__product-motion {
    animation-duration: 5s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 {
    animation-name: animated-hero-candy-float-tablet;
    animation-duration: 6.5s;
  }
}
@media screen and (max-width:767px) {
  .ss.animated-hero::before {
    width: calc(100vw - 1.5rem);
    height: calc(100vw - 1.5rem);
    transform: translate3d(-50%, 70%, 0);
  }
  .ss.animated-hero .animated-hero__product {
    transform: translate3d(0, 42%, 0);
    will-change: auto;
  }
  .ss.animated-hero .animated-hero__product-parallax {
    will-change: auto;
  }
  .ss.animated-hero .animated-hero__heading,
  .ss.animated-hero .animated-hero__cta {
    transform: translate3d(0, 2rem, 0);
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product {
    animation-name: animated-hero-product-enter-mobile;
    animation-duration: 0.5s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product--two {
    animation-delay: 0.25s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product--three {
    animation-delay: 0.5s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product--four {
    animation-delay: 0.75s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__heading {
    animation: animated-hero-content-enter-mobile 0.45s ease-in-out forwards;
    animation-delay: 1.1s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__cta {
    animation: animated-hero-content-enter-mobile 0.45s ease-in-out forwards;
    animation-delay: 1.25s;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product-motion {
    animation: none;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-0,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-1,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-2,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group--reveal-3 {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss.animated-hero::before {
    animation: none !important;
    opacity: 1;
    transform: translate3d(-50%, 80%, 0);
  }
  .ss.animated-hero .animated-hero__product,
  .ss.animated-hero .animated-hero__heading,
  .ss.animated-hero .animated-hero__cta,
  .ss.animated-hero .animated-hero__candy-group,
  .ss.animated-hero .animated-hero__candy-motion path {
    animation: none !important;
    transition: none !important;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product,
  .ss.animated-hero.animated-hero--loaded .animated-hero__heading,
  .ss.animated-hero.animated-hero--loaded .animated-hero__cta,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-group,
  .ss.animated-hero.animated-hero--loaded .animated-hero__candy-motion path {
    opacity: 1;
    transform: none;
  }
  .ss.animated-hero.animated-hero--loaded .animated-hero__product-motion,
  .ss.animated-hero.animated-hero--loaded .animated-hero__product-parallax {
    animation: none !important;
    transform: none;
  }
}
.ss.animated-hero.animated-hero--loaded.animated-hero--complete::before {
  animation: none;
  opacity: 1;
  transform: translate3d(-50%, 80%, 0);
}
.ss.animated-hero.animated-hero--loaded.animated-hero--complete .animated-hero__product,
.ss.animated-hero.animated-hero--loaded.animated-hero--complete .animated-hero__heading,
.ss.animated-hero.animated-hero--loaded.animated-hero--complete .animated-hero__cta {
  animation: none;
  opacity: 1;
  transform: none;
}
.ss.animated-hero.animated-hero--loaded.animated-hero--complete .animated-hero__candy-motion path {
  animation: none;
  opacity: 1;
  transform: none;
}
@media screen and (max-width:767px) {
  .ss.animated-hero.animated-hero--loaded.animated-hero--complete::before {
    transform: translate3d(-50%, 70%, 0);
  }
}

@keyframes animated-hero-bg-enter {
  from {
    opacity: 0;
    transform: translate3d(-50%, calc(80% + 2rem), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 80%, 0);
  }
}
@keyframes animated-hero-product-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 120%, 0);
  }
  40% {
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animated-hero-product-enter-mobile {
  0% {
    opacity: 0;
    transform: translate3d(0, 42%, 0);
  }
  40% {
    transform: translate3d(0, -5%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animated-hero-product-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
}
@keyframes animated-hero-content-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 2.5rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animated-hero-content-enter-mobile {
  from {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animated-hero-candy-pop-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 5.625rem, 0) scale(0.35) rotate(-8deg);
  }
  55% {
    opacity: 1;
    transform: translate3d(0, -0.5rem, 0) scale(1.12) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@keyframes animated-hero-candy-pop-left {
  0% {
    opacity: 0;
    transform: translate3d(-4.375rem, 1.5rem, 0) scale(0.35) rotate(-14deg);
  }
  55% {
    opacity: 1;
    transform: translate3d(0.375rem, -0.375rem, 0) scale(1.12) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@keyframes animated-hero-candy-pop-right {
  0% {
    opacity: 0;
    transform: translate3d(4.375rem, 1.5rem, 0) scale(0.35) rotate(14deg);
  }
  55% {
    opacity: 1;
    transform: translate3d(-0.375rem, -0.375rem, 0) scale(1.12) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@keyframes animated-hero-candy-float {
  0% {
    transform: translate3d(0, 0rem, 0);
  }
  33% {
    transform: translate3d(0, 0.1875rem, 0);
  }
  66% {
    transform: translate3d(0, -0.1875rem, 0);
  }
  100% {
    transform: translate3d(0, 0rem, 0);
  }
}
@keyframes animated-hero-candy-float-tablet {
  0% {
    transform: translate3d(0, 0rem, 0);
  }
  33% {
    transform: translate3d(0, 0.125rem, 0);
  }
  66% {
    transform: translate3d(0, -0.125rem, 0);
  }
  100% {
    transform: translate3d(0, 0rem, 0);
  }
}

/*# sourceMappingURL=style.css.map */
