@import url(shares.css);
@import url(ranges.css);
.container {
  width: 100%;
}

.wrapper {
  margin: auto;
  width: 90%;
}

.header {
  /**background: url("../images/header.jpg") no-repeat 0 0/100% auto;**/
  height: 8.125vw;
  width: 100%;
}

.greet {
  align-items: center;
  height: 56.25vw;
  justify-content: center;
}
.greet__content {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.greet__scene {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: absolute;
  justify-content: center;
  width: 100%;
}
.greet__scene--below {
  background: #eee;
}
.greet__scene--above {
  background: #e10419;
  width: 50vw;
}
.greet__scene--decrease {
  width: 40%;
}
.greet__scene--increase {
  width: 60%;
}
.greet__holder {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  left: 0;
  height: 100%;
  position: absolute;
  justify-content: center;
  width: 100vw;
  right: 0;
}
.greet__handle {
  background: url("../images/greet__handle.png") no-repeat 50% 50%/100% auto;
  cursor: pointer;
  height: 100%;
  position: absolute;
  left: 50vw;
  margin: 0 0 0 -11.70625vw;
  width: 22.75vw;
}
@media only screen and (min-width: 1024px) {
  .greet__handle {
    margin: 0 0 0 -4.70625vw;
    width: 8.75vw;
  }
}
.greet__object {
  height: 40.5vw;
  width: 40.5vw;
}
.greet__object--below {
  background: url("../images/greet__object--below.png") no-repeat 50% 50%/100%;
}
.greet__object--above {
  background: url("../images/greet__object--above.png") no-repeat 50% 50%/100%;
}
.greet__caption {
  position: absolute;
  background: #eee;
  height: 20.833333vw;
  width: 24.166667vw;
}
@media only screen and (min-width: 1024px) {
  .greet__caption {
    height: 18.833333vw;
    width: 22.166667vw;
  }
}
.greet__caption--below {
  background: url("../images/caption--below.png") no-repeat 0 0/100%;
  left: 72%;
  transition: all 1s ease 0s;
}
.greet__caption--below--active {
  transform: translate(-100%, 0);
}
.greet__caption--above {
  background: url("../images/caption--above.png") no-repeat 0 0/100%;
  right: 72%;
  transition: all 1s ease 0s;
}
.greet__caption--above--active {
  transform: translate(100%, 0);
}

.engine {
  background: #efeef0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .engine {
    height: 56.25vw;
  }
}
.engine__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .engine__wrapper {
    background: url("../images/wrapper--section2.png") no-repeat 0 0/100%;
  }
}
.engine__content {
  align-items: center;
  background: url("../images/engine__content--1st.png") no-repeat 0 0/auto;
  background-image: url("../images/engine__content--1st.png"), url("../images/engine__content--2nd.png");
  background-position: 0 50%, 100% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 35.6770833333vw 12.03125vw;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .engine__content {
    flex-direction: row;
    height: auto;
    padding: 0;
  }
}
.engine__visual {
  display: flex;
  width: 100%;
  height: 96vw;
}
@media only screen and (min-width: 1024px) {
  .engine__visual {
    height: 40.125vw;
    width: 34.958333vw;
    padding-left: 1vw;
  }
}
.engine__video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .engine__caption {
    height: 8.688vw;
    width: 25.99vw;
  }
}
.engine__caption--1st {
  background: #004a5f;
  color: white;
  line-height: 1;
  font-family: "DB Sathorn X Medium";
  font-size: 12.447917vw;
  text-align: center;
  padding: 8vw 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .engine__caption--1st {
    background: none;
    color: #e10419;
    font-size: 3.8vw;
    margin: 0;
    padding: 0;
    width: auto;
  }
}
.engine__caption--2nd {
  background: #e10419;
  color: white;
  line-height: 1;
  font-family: "DB Sathorn X Medium";
  font-size: 9.6vw;
  text-align: center;
  padding: 7vw 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .engine__caption--2nd {
    background: none;
    color: #004c60;
    font-size: 2.8vw;
    margin: 0 0 0 1vw;
    padding: 0;
    width: auto;
  }
}
.engine__chunk {
  display: block;
}
.engine__chunk--1st {
  font-size: 13vw;
}
@media only screen and (min-width: 1024px) {
  .engine__chunk--1st {
    line-height: initial;
    font-size: 3.8vw;
  }
}
.engine__chunk--2nd {
  font-size: 12vw;
}
@media only screen and (min-width: 1024px) {
  .engine__chunk--2nd {
    line-height: initial;
    font-size: 3.8vw;
  }
}
.engine__chunk--3rd {
  font-size: 12vw;
}
@media only screen and (min-width: 1024px) {
  .engine__chunk--3rd {
    line-height: initial;
    font-size: 3.8vw;
  }
}

.octane {
  background: #efeef0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .octane {
    height: 56.25vw;
  }
}
.octane__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .octane__wrapper {
    background: url("../images/wrapper--section3.png") no-repeat 0 0/100%;
  }
}
.octane__content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .octane__content {
    height: auto;
    padding: 0;
    width: auto;
  }
}
.octane__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.octane__caption--piston {
  margin: 0 0 10vw;
  padding: 8vw 0 0;
}
@media only screen and (min-width: 1024px) {
  .octane__caption--piston {
    margin: 0 0 5vw;
    padding: 0;
    width: 100%;
  }
}
.octane__caption--blood {
  margin: 10vw 0 0;
  background: #e10419;
  padding: 15vw 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .octane__caption--blood {
    background: none;
    margin: 5vw 0 0;
    width: 100%;
    padding: 0;
    width: auto;
  }
}
.octane__header {
  font-family: "DB Sathorn X Medium";
  font-size: 9.447917vw;
  line-height: 1;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .octane__header {
    font-size: 3.125vw;
  }
}
.octane__header--1st {
  color: #004c60;
  text-align: center;
  margin: 0 0 8vw;
}
@media only screen and (min-width: 1024px) {
  .octane__header--1st {
    text-align: right;
    margin: 0 0 1vw;
  }
}
.octane__header--2nd {
  color: white;
  text-align: center;
  margin: 0 0 1vw;
}
@media only screen and (min-width: 1024px) {
  .octane__header--2nd {
    color: #e10419;
    text-align: center;
  }
}
.octane__figure {
  color: #004c60;
  font-family: "DB Sathorn X";
  font-size: 6.4vw;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .octane__figure {
    font-size: 1.6666666667vw;
  }
}
.octane__figure--1st {
  text-align: left;
  width: 86vw;
}
@media only screen and (min-width: 1024px) {
  .octane__figure--1st {
    text-align: center;
    font-size: 1.6666666667vw;
    width: 100%;
  }
}
.octane__chunk {
  display: block;
  line-height: 0.9;
}
.octane__chunk span {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .octane__chunk span {
    line-height: initial;
    display: inline;
  }
}
.octane__chunk b {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .octane__chunk b {
    line-height: initial;
    display: inline;
  }
}
.octane__visual {
  display: flex;
  position: relative;
}
.octane__cover {
  display: flex;
  height: 37.708333vw;
  width: 37.708333vw;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .octane__cover {
    height: 19.708333vw;
    width: 19.708333vw;
  }
}
.octane__scene {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.octane__object {
  height: 37.708333vw;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .octane__object {
    height: 19.708333vw;
  }
}
.octane__object--piston--below {
  background: url("../images/octane/valve--before.png") no-repeat 50% 0%/90% auto;
}
.octane__object--piston--above {
  background: url("../images/octane/valve--after.png") no-repeat 50% 0%/90% auto;
}
.octane__object--blood--below {
  background: url("../images/octane/vessel--before.png") no-repeat 50% 50%/90% auto;
}
.octane__object--blood--above {
  background: url("../images/octane/vessel--after.png") no-repeat 50% 50%/90% auto;
}
.octane__twinkle {
  background: url("../images/octane/bubble.png") no-repeat 0 0/cover;
  position: absolute;
  height: 20px;
  width: 20px;
}
.octane__twinkle--1st {
  left: 14%;
  top: 40%;
  height: 29%;
  width: 29%;
  animation: octane__twinkle 1.6s ease 0s infinite alternate;
}
.octane__twinkle--2nd {
  left: 34%;
  top: 9%;
  height: 10%;
  width: 10%;
  animation: octane__twinkle 0.5s ease 0s infinite alternate;
}
.octane__twinkle--3rd {
  left: 54%;
  top: 19%;
  height: 18%;
  width: 18%;
  animation: octane__twinkle 1.5s ease 0s infinite alternate;
}
.octane__twinkle--4th {
  left: 80%;
  top: 58%;
  height: 8%;
  width: 8%;
  animation: octane__twinkle 0.8s ease 0s infinite alternate;
}
.octane__slider {
  height: 37.708333vw;
  width: 6.604167vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .octane__slider {
    height: 19.708333vw;
    width: 2.6041666667vw;
  }
}
.octane__divide {
  background: #004c60;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
}
.octane__ranges {
  height: 100%;
  margin: auto;
  width: 0.9375vw;
}
.octane__blood {
  display: flex;
}

.heart {
  background: #efeef0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .heart {
    height: 56.25vw;
  }
}
.heart__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .heart__wrapper {
    background: url("../images/wrapper--section4.png") no-repeat 0 0/100%;
  }
}
.heart__content {
  align-items: center;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  width: 100%;
  flex-direction: column;
  padding: 5vw 0;
}
@media only screen and (min-width: 1024px) {
  .heart__content {
    padding: 0;
    flex-direction: row;
    height: auto;
    padding: 0;
  }
}
.heart__cover {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 80vw;
}
@media only screen and (min-width: 1024px) {
  .heart__cover {
    width: 33.53125vw;
  }
}
.heart__cover--1st {
  margin: 0 0 10vw;
}
@media only screen and (min-width: 1024px) {
  .heart__cover--1st {
    margin: 0;
  }
}
.heart__visual {
  width: 100%;
  position: relative;
}
.heart__visual--1st {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.heart__visual--2nd {
  margin: 0 0 8vw;
}
@media only screen and (min-width: 1024px) {
  .heart__visual--2nd {
    margin: 0 0 1vw;
  }
}
.heart__video {
  display: block;
  height: 100%;
  width: 100%;
}
.heart__button {
  background: url("../images/heart__button.png") no-repeat 0 0/100%;
  cursor: pointer;
  height: 28.020833vw;
  width: 28.020833vw;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .heart__button {
    height: 8.0208333333vw;
    width: 8.0208333333vw;
  }
}
.heart__image {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.heart__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.heart__caption--1st {
  background: url("../images/heart__caption--1st.png") no-repeat 0 0/100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-family: "DB Sathorn X Medium";
  font-size: 7vw;
  line-height: 1;
  padding: 2.7vw 13vw;
  width: 54vw;
  box-sizing: initial;
}
@media only screen and (min-width: 1024px) {
  .heart__caption--1st {
    font-size: 2.229166667vw;
    padding: 0.7vw 4vw;
    width: auto;
  }
}
.heart__caption--2nd {
  color: #004c60;
  font-family: "DB Sathorn X";
  font-size: 7vw;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .heart__caption--2nd {
    font-size: 1.6666666667vw;
  }
}
.heart__chunk {
  display: block;
}

.runner {
  background: #efeef0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .runner {
    height: 56.25vw;
  }
}
.runner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .runner__wrapper {
    background: url("../images/wrapper--section5.png") no-repeat 0 0/100%;
  }
}
.runner__content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .runner__content {
    padding: 0;
    height: auto;
  }
}
.runner__cover {
  align-items: flex-end;
  background-image: url("../images/runner__cover--desktop.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  height: 30vw;
  width: 95vw;
}
@media only screen and (min-width: 1024px) {
  .runner__cover {
    background-image: url("../images/runner__cover--desktop.png");
    height: 11vw;
    width: 82vw;
  }
}
.runner__visual {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 19.8958333333vw;
}
.runner__object {
  display: none;
}
.runner__caption--1st {
  margin: 0 0 10vw;
  background: #004a5f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-family: "DB Sathorn X Medium";
  font-size: 9.4vw;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 8vw 0;
}
@media only screen and (min-width: 1024px) {
  .runner__caption--1st {
    color: #e10419;
    background: none;
    width: auto;
    font-size: 3.125vw;
    margin: auto auto 5vw;
    padding: 0;
  }
}
.runner__caption--2nd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #e10419;
  font-family: "DB Sathorn X Medium";
  font-size: 7.447917vw;
  line-height: 1;
  text-align: center;
  margin: 10vw 0;
}
@media only screen and (min-width: 1024px) {
  .runner__caption--2nd {
    color: #004c60;
    font-size: 3.125vw;
    margin: 5vw 0 0;
  }
}
.runner__chunk {
  display: block;
}
.runner__chunk--large {
  font-size: 10.4166666667vw;
}
@media only screen and (min-width: 1024px) {
  .runner__chunk--large {
    font-size: 5.2083333333vw;
  }
}
.runner__chunk span {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .runner__chunk span {
    display: inline;
  }
}

.finale {
  background: #efeef0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .finale {
    height: 56.25vw;
  }
}
.finale__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .finale__wrapper {
    background: url("../images/wrapper--section6.png") no-repeat 0 0/100%;
    position: relative;
  }
}
.finale__content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .finale__content {
    flex-direction: row;
    height: auto;
    padding: 0;
    position: relative;
  }
}
.finale__caption {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .finale__caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.finale__caption--1st {
  color: white;
  font-family: "DB Sathorn X Medium";
  font-size: 9.447917vw;
  line-height: 1;
  text-align: right;
  margin: 0 0 5vw;
  text-align: center;
  background: #004a5f;
  padding: 8vw 0;
}
@media only screen and (min-width: 1024px) {
  .finale__caption--1st {
    color: #e10419;
    background: none;
    height: 10vw;
    font-size: 2.5479166667vw;
    width: 17.5vw;
    width: 19.5vw;
    margin: auto;
    text-align: right;
    right: 62vw;
  }
}
.finale__caption--2nd {
  color: #e10419;
  font-family: "DB Sathorn X Medium";
  font-size: 9.4vw;
  line-height: 1;
  text-align: left;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .finale__caption--2nd {
    color: #004c60;
    height: 10vw;
    text-align: left;
    font-size: 2.5479166667vw;
    text-align: left;
    margin: auto;
    left: 63vw;
    width: 17.5vw;
    padding-top: 7vw;
  }
}
.finale__chunk {
  display: block;
}
.finale__chunk--1st {
  font-size: 7.7083333333vw;
}
@media only screen and (min-width: 1024px) {
  .finale__chunk--1st {
    font-size: 3.0208333333vw;
  }
}
.finale__chunk--2nd {
  font-size: 9.2708333333vw;
}
@media only screen and (min-width: 1024px) {
  .finale__chunk--2nd {
    font-size: 3.125vw;
  }
}
.finale__chunk--3rd {
  font-size: 7.7083333333vw;
}
@media only screen and (min-width: 1024px) {
  .finale__chunk--3rd {
    font-size: 2.4479166667vw;
  }
}
.finale__chunk--4th {
  font-size: 15.625vw;
}
@media only screen and (min-width: 1024px) {
  .finale__chunk--4th {
    font-size: 6.7708333333vw;
  }
}
.finale__chunk--4th b {
  font-size: 8.8541666667vw;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .finale__chunk--4th b {
    font-size: 3.125vw;
  }
}
.finale__visual {
  background: url("../images/finale__content.png") no-repeat 50% 85%/200%;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: 0 3vw;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .finale__visual {
    background: url("../images/finale__content.png") no-repeat 50% 65%/60.770833vw;
  }
}
.finale__object--1st {
  background: url("../images/finale__object--1st.png") no-repeat 50% 0/100%;
  margin: 0 0 5vw;
  height: 15.052083vw;
  width: 30.9375vw;
}
@media only screen and (min-width: 1024px) {
  .finale__object--1st {
    height: 5.0520833333vw;
    width: 10.9375vw;
  }
}
.finale__object--2nd {
  background: url("../images/finale__object--2nd.png") no-repeat 50% 50%/100%;
  height: 55.260417vw;
  width: 80.625vw;
}
@media only screen and (min-width: 1024px) {
  .finale__object--2nd {
    height: 21.260417vw;
    width: 39.625vw;
  }
}
.finale__object--3rd {
  background: url("../images/finale__object--3rd.png") no-repeat 50% 50%/100%;
  height: 55.260417vw;
  width: 80.625vw;
  animation: finale__object--3rd 1s ease 0s infinite alternate;
}
@media only screen and (min-width: 1024px) {
  .finale__object--3rd {
    height: 21.260417vw;
    width: 39.625vw;
  }
}
.finale__remark {
  opacity: 0.3;
  color: #000;
  font-family: "DB Sathorn X Medium";
  font-size: 3vw;
  position: static;
  bottom: 1rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: 10vw 0 1vw;
  width: 95%;
  text-align: justify;
}
@media only screen and (min-width: 1024px) {
  .finale__remark {
    font-size: 0.8854166667vw;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 70%;
  }
}

.proof {
  background: #efeef0;
  position: relative;
  overflow: hidden;
  padding: 0 0 10vw;
}
@media only screen and (min-width: 1024px) {
  .proof {
    padding: 0;
    height: 56.25vw;
  }
}
.proof__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .proof__wrapper {
    background: url("../images/wrapper--section7.png") no-repeat 0 0/100%;
  }
}
.proof__content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.proof__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.proof__group {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .proof__group {
    flex-direction: row;
  }
}
.proof__item {
  align-items: center;
  display: flex;
  margin: 0 0 10vw;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .proof__item {
    margin: 0 1vw;
    width: 35vw;
  }
}
.proof__caltex {
  display: block;
  margin: 8vw 0;
  width: 30.9375vw;
}
@media only screen and (min-width: 1024px) {
  .proof__caltex {
    display: block;
    margin: 0 0 3vw;
    width: 10.9375vw;
  }
}
.proof__video {
  height: 55.3vw;
  width: 98vw;
  margin: 0 0 3vw;
}
@media only screen and (min-width: 1024px) {
  .proof__video {
    margin: 0 0 1vw;
    height: 19.7vw;
    width: 100%;
  }
}
.proof__iframe {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.proof__caption {
  background-image: url("../images/proof__bar--left.png"), url("../images/proof__bar--right.png");
  background-repeat: no-repeat;
  background-size: 9.8958333333vw 0.78125vw;
  background-position: 0 3vw, 100% 3vw;
  color: #e10419;
  font-family: "DB Sathorn X Medium";
  line-height: 1;
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  .proof__caption {
    background-size: 6.5625vw 0.5208333333vw;
    background-position: 0 0.8vw, 100% 0.8vw;
    width: 60vw;
    width: 100%;
  }
}
.proof__chunk {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proof__chunk--1st {
  font-size: 7.5vw;
}
@media only screen and (min-width: 1024px) {
  .proof__chunk--1st {
    margin: 0 0 0.5vw;
    font-size: 2vw;
  }
}
.proof__chunk--2nd {
  font-size: 5vw;
}
@media only screen and (min-width: 1024px) {
  .proof__chunk--2nd {
    font-size: 1.5vw;
  }
}
.proof__icon {
  display: block;
  margin: -1vw 1vw 0 0;
  width: 8vw;
}
@media only screen and (min-width: 1024px) {
  .proof__icon {
    margin: 0 1vw 0 0;
    width: 3.0208333333vw;
  }
}

.mobile-only {
  text-indent: 0;
}
@media only screen and (min-width: 1024px) {
  .mobile-only {
    position: absolute;
    left: -9999px;
  }
}

.desktop-only {
  position: absolute;
  left: -9999px;
}
@media only screen and (min-width: 1024px) {
  .desktop-only {
    position: static;
    left: 0;
  }
}

@keyframes finale__object--3rd {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes octane__twinkle {
  0% {
    transform: scale(1.2);
    opacity: 100%;
  }
  100% {
    transform: scale(0.8);
  }
}

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