@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Dots:wght@400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --c-default: #313131;
  --case-figure-height: 1219px;
  --color-green: #82a598;
  --color-yellow: #f7de07;
  --color-grey: #3d3d3d;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: unset !important;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.P21i-landing {
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
}
.P21i-landing h1,
.P21i-landing h2,
.P21i-landing h3,
.P21i-landing h4,
.P21i-landing h5,
.P21i-landing h6,
.P21i-landing ul,
.P21i-landing ol,
.P21i-landing p,
.P21i-landing div,
.P21i-landing span {
  padding: 0;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: none;
}
.P21i-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.P21i-landing img {
  max-width: 100%;
  pointer-events: none;
}
.P21i-landing .P21i-test__container {
  background-color: #3a3a3a;
  width: 100%;
  height: 844px;
  height: 964px;
}
.P21i-landing .P21i-intro {
  background-image: url("../images/P21i-intro/P21i-intro-background.png");
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro {
    background-image: url("../images/P21i-intro/P21i-intro-background-alt.png");
  }
}
.P21i-landing .P21i-intro__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-intro__text {
  transform: translateX(-10vw);
  opacity: 0;
  padding: 7.2% 47% 5.8% 21.57%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__text {
    transform: translateX(0);
    opacity: 1;
    display: flex;
    flex-direction: row;
    padding: 12.2% 10% 151.28% 4.36%;
  }
}
.P21i-landing .P21i-intro__title-1 {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 4.167vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__title-1 {
    font-size: 6.667vw;
    margin-right: 3.8%;
    line-height: 120%;
    margin-top: 1.6%;
    transform: translateX(-10vw);
    opacity: 0;
  }
}
.P21i-landing .P21i-intro__title-2 {
  padding: 9.8% 0 8.4% 0;
  font-weight: 700;
  font-size: 12.037vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #35688a;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__title-2 {
    font-size: 17.949vw;
    padding: 0;
    transform: translateX(10vw);
    opacity: 0;
  }
}
.P21i-landing .P21i-intro__title-3 {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 2.315vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__title-3 {
    display: none;
  }
}
.P21i-landing .P21i-intro__title-3-alt {
  font-size: 6.667vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 0 19.2% 4%;
  color: #3a3a3a;
  display: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__title-3-alt {
    display: inline;
  }
}
.P21i-landing .P21i-intro__logo {
  transform: translateX(-10vw);
  opacity: 0;
  left: 15.5%;
  top: 17.5%;
  width: 3.61%;
  position: absolute;
}
.P21i-landing .P21i-intro__logo img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__logo {
    rotate: 90deg;
    width: 7.44%;
    left: 12%;
    top: 11%;
  }
}
.P21i-landing .P21i-intro__phone-front {
  position: absolute;
  width: 16.48%;
  top: 11.5%;
  right: 29.72%;
  z-index: 2;
  opacity: 0;
}
.P21i-landing .P21i-intro__phone-front img {
  width: 100%;
  max-width: none;
}
.P21i-landing .P21i-intro__phone-front video {
  position: absolute;
  width: 76.4%;
  left: 11.8%;
  top: 9.4%;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__phone-front {
    top: 23%;
    right: 46.23%;
    width: 49.34%;
    opacity: 1;
  }
}
.P21i-landing .P21i-intro__phone-back {
  position: absolute;
  width: 16.48%;
  top: 2%;
  right: 15.69%;
  transform: translateX(10vw);
  opacity: 0;
}
.P21i-landing .P21i-intro__phone-back img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-intro__phone-back {
    top: 23%;
    right: 4.2%;
    width: 49.34%;
    opacity: 1;
    transform: translateX(0);
  }
}
.P21i-landing .P21i-display {
  background-color: #edf1f5;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-display {
    background-color: #edf1f5;
  }
}
.P21i-landing .P21i-display__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-display__text {
  padding: 14.3% 62.13% 11.2% 15.42%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-display__text {
    padding: 11% 25% 162.8% 12.31%;
  }
}
.P21i-landing .P21i-display__title-1 {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 4.63vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-display__title-1 {
    font-size: 12.821vw;
  }
}
.P21i-landing .P21i-display__title-2 {
  margin-top: 23.6%;
  font-weight: 700;
  font-size: 9.259vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #3a3a3a;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-display__title-2 {
    font-size: 25.641vw;
    margin-top: 6.6%;
  }
}
.P21i-landing .P21i-display__phone {
  position: absolute;
  width: 81.54%;
  bottom: -12%;
  left: 9.15%;
  display: none;
}
.P21i-landing .P21i-display__phone img {
  width: 100%;
  max-width: none;
}
.P21i-landing .P21i-display__phone video {
  position: absolute;
  width: 76.4%;
  left: 11.8%;
  top: 9.4%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-display__phone {
    display: inline;
  }
}
.P21i-landing .P21i-durability {
  z-index: 3;
}
.P21i-landing .P21i-durability video {
  position: absolute;
  width: 100%;
  height: 111%;
  left: 0;
  top: 0;
  z-index: -10;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability video {
    height: 115%;
  }
}
.P21i-landing .P21i-durability__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-durability__text {
  display: flex;
  flex-direction: column;
  margin: 0 51.25% 0 5%;
  padding: 2.5% 0 8.6% 0;
  position: relative;
}
@media screen and (min-width: 601px) {
  .P21i-landing .P21i-durability__text {
    opacity: 0;
    transform: translateX(-20vw);
  }
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__text {
    margin: 0;
    margin-top: 7.6%;
    margin-bottom: 150%;
    padding: 8.1% 0 8.3% 0;
    flex-direction: row-reverse;
  }
}
.P21i-landing .P21i-durability__text-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 20px 20px 40px 0px rgba(1, 29, 52, 0.7490196078);
  opacity: 0.85;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__text-bg {
    box-shadow: 20px 20px 40px 0px rgba(1, 29, 52, 0.7490196078);
  }
}
.P21i-landing .P21i-durability__text-1, .P21i-landing .P21i-durability__text-2 {
  margin-left: 8.5%;
  display: flex;
  flex-direction: row;
}
.P21i-landing .P21i-durability__text-1 img, .P21i-landing .P21i-durability__text-2 img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__text-1, .P21i-landing .P21i-durability__text-2 {
    transform: translateX(-20vw);
    opacity: 0;
  }
}
.P21i-landing .P21i-durability__text-2 {
  margin-left: 6.5%;
  margin-top: 7%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__text-2 {
    position: absolute;
    margin-top: 8%;
  }
}
.P21i-landing .P21i-durability__icon-1, .P21i-landing .P21i-durability__icon-2 {
  width: 42%;
}
.P21i-landing .P21i-durability__icon-2 {
  width: 23%;
}
.P21i-landing .P21i-durability__icon-1 {
  margin-top: 3.5%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__icon-1 {
    width: 35%;
  }
}
.P21i-landing .P21i-durability__title-1 {
  padding-left: 6%;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.519vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__title-1 {
    font-size: 7.179vw;
  }
}
.P21i-landing .P21i-durability__title-2 {
  margin-top: 5.6%;
  padding-left: 5.7%;
  font-size: 2.778vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__title-2 {
    font-size: 6.154vw;
    margin-top: 2%;
  }
}
.P21i-landing .P21i-durability__title-3 {
  margin-top: 2%;
  padding-left: 9%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__title-3 {
    margin-top: 6%;
  }
}
.P21i-landing .P21i-durability__phone {
  position: absolute;
  width: 15.83%;
  bottom: 26%;
  right: 22.06%;
  rotate: 30deg;
}
.P21i-landing .P21i-durability__phone img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 601px) {
  .P21i-landing .P21i-durability__phone {
    opacity: 0;
    transform: translateX(20vw);
  }
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-durability__phone {
    width: 51%;
    bottom: 4%;
    right: 24.06%;
    rotate: 15deg;
  }
}
.P21i-landing .P21i-power {
  background-image: url("../images/P21i-power/P21i-power-background.png");
  z-index: 4;
}
.P21i-landing .P21i-power__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-power__text {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #ffffff;
}
.P21i-landing .P21i-power__text-1, .P21i-landing .P21i-power__text-2, .P21i-landing .P21i-power__text-3, .P21i-landing .P21i-power__text-4 {
  opacity: 0;
  color: #ffffff;
  position: absolute;
}
.P21i-landing .P21i-power__text-1 {
  left: 3.98%;
  top: 8.2%;
  transform: translateX(-20vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__text-1 {
    transform: translateX(20vw);
    left: 14%;
    top: 52.2%;
  }
}
.P21i-landing .P21i-power__text-2 {
  right: 7.78%;
  bottom: 4%;
  transform: translateX(20vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__text-2 {
    right: 8.6%;
    bottom: 12%;
  }
}
.P21i-landing .P21i-power__text-3 {
  left: 6.94%;
  top: 22%;
  transform: translateX(-20vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__text-3 {
    transform: translateX(20vw);
    left: 36.5%;
    top: 50%;
  }
}
.P21i-landing .P21i-power__text-4 {
  right: 4.22%;
  bottom: 6%;
  transform: translateX(20vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__text-4 {
    right: 8.6%;
    bottom: 7%;
  }
}
.P21i-landing .P21i-power__title-1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.796vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-1 {
    font-size: 9.821vw;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-1-alt {
    font-size: 12.821vw;
    text-align: right;
  }
}
.P21i-landing .P21i-power__title-2 {
  font-weight: 700;
  font-size: 4.63vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.P21i-landing .P21i-power__title-2 span {
  font-size: 3.796vw;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-2 {
    text-align: right;
    font-size: 15.385vw;
  }
  .P21i-landing .P21i-power__title-2 span {
    text-align: right;
    font-size: 12.821vw;
  }
}
.P21i-landing .P21i-power__title-3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4.63vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-3 {
    font-size: 12.821vw;
    line-height: 160%;
  }
}
.P21i-landing .P21i-power__title-4 {
  font-size: 3.241vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-4 {
    text-align: right;
    font-size: 7.692vw;
  }
}
.P21i-landing .P21i-power__title-5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.519vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-5 {
    font-size: 10.256vw;
    line-height: 300%;
    text-align: right;
  }
}
.P21i-landing .P21i-power__title-6 {
  font-size: 2.778vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__title-6 {
    font-size: 7.692vw;
    line-height: 200%;
    text-align: right;
  }
}
.P21i-landing .P21i-power__circles {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__circles {
    width: 152.31%;
    left: -28%;
    top: 10%;
    position: absolute;
  }
}
.P21i-landing .P21i-power__light {
  position: absolute;
  width: 13%;
  bottom: 7.5%;
  left: 11.5%;
  opacity: 0;
}
.P21i-landing .P21i-power__light img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__light {
    width: 12%;
    bottom: 8%;
    left: 12%;
  }
}
.P21i-landing .P21i-power__phone {
  position: absolute;
  width: 48.02%;
  top: 36%;
  right: 26.25%;
}
.P21i-landing .P21i-power__phone img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-power__phone {
    position: relative;
    width: 93.08%;
    margin-top: 62%;
    margin-bottom: 116.2%;
    margin-left: 4%;
    right: 0;
  }
}
.P21i-landing .P21i-flashlight {
  background-color: #02041a;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-flashlight {
    background-image: url("../images/P21i-flashlight/P21i-flashlight-background-alt.png");
  }
}
.P21i-landing .P21i-flashlight__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-flashlight__bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.P21i-landing .P21i-flashlight__bg img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-flashlight__bg {
    display: none;
  }
}
.P21i-landing .P21i-flashlight__title {
  z-index: 1;
  font-weight: 500;
  font-size: 4.63vw;
  line-height: 105%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  padding: 27% 67.67% 7.9% 9.4%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-flashlight__title {
    font-size: 15.385vw;
    padding: 13% 7.69% 171% 17.18%;
    text-align: right;
  }
}
.P21i-landing .P21i-flashlight__phone {
  position: absolute;
  width: 40%;
  top: 8%;
  left: 18%;
}
.P21i-landing .P21i-flashlight__phone img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-flashlight__phone {
    display: none;
  }
}
.P21i-landing .P21i-flashlight__phone-alt {
  position: absolute;
  width: 95%;
  top: 27.5%;
  left: 0%;
  display: none;
}
.P21i-landing .P21i-flashlight__phone-alt img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-flashlight__phone-alt {
    display: inline;
  }
}
.P21i-landing .P21i-camera {
  background-color: rgba(42, 43, 55, 0.1529411765);
}
.P21i-landing .P21i-camera__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.P21i-landing .P21i-camera__bg {
  width: 154.81%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.P21i-landing .P21i-camera__bg img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-camera__bg {
    width: 747%;
  }
}
.P21i-landing .P21i-camera__title-1 {
  padding: 15.4% 0 4.8% 10%;
  color: #d05000;
  font-weight: 700;
  font-size: 5.556vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-camera__title-1 {
    font-size: 12.821vw;
    padding: 13.59% 0 153% 7.18%;
  }
}
.P21i-landing .P21i-camera__title-2 {
  color: #000000;
  font-size: 3.241vw;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 0 0 15.1% 10%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-camera__title-2 {
    font-size: 10.256vw;
    padding: 0 0 25% 7.18%;
  }
}
.P21i-landing .P21i-camera__phone {
  position: absolute;
  width: 44%;
  bottom: 0;
  left: 40.69%;
}
.P21i-landing .P21i-camera__phone img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-camera__phone {
    display: none;
  }
}
.P21i-landing .P21i-camera__phone-alt {
  position: absolute;
  width: 84%;
  top: 17%;
  left: 8%;
  display: none;
}
.P21i-landing .P21i-camera__phone-alt img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-camera__phone-alt {
    display: inline;
  }
}
.P21i-landing .P21i-sim {
  background: linear-gradient(233.31deg, #ffcd54 19.71%, #ff6201 85.87%);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim {
    background: linear-gradient(191.4deg, #ffcd54 0.47%, #ff6201 99.53%);
  }
}
.P21i-landing .P21i-sim__container {
  position: relative;
}
.P21i-landing .P21i-sim__phone {
  position: absolute;
  width: 43.5%;
  bottom: -0.5%;
  left: 5.39%;
  opacity: 0;
  transform: translateX(-10vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__phone {
    width: 101%;
    bottom: 2%;
    left: 0.5%;
  }
}
.P21i-landing .P21i-sim__text {
  padding-left: 56.71%;
  padding-bottom: 7.55%;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__text {
    padding-left: 9.23%;
    padding-bottom: 139%;
  }
}
.P21i-landing .P21i-sim__title-1 {
  color: #2b2b2b;
  font-weight: 500;
  font-size: 7.407vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 9.6% 0 1.6% 0;
  opacity: 0;
  transform: translateX(10vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__title-1 {
    font-size: 10.256vw;
    transform: translateX(-10vw);
  }
}
.P21i-landing .P21i-sim__title-2 {
  color: #2b2b2b;
  font-weight: 500;
  font-size: 4.63vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8.6% 0 2.2% 0;
  opacity: 0;
  transform: translateX(10vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__title-2 {
    font-size: 10.256vw;
    transform: translateX(-10vw);
  }
}
.P21i-landing .P21i-sim__title-3 {
  color: #000000;
  font-size: 3.241vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  opacity: 0;
  transform: translateX(10vw);
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__title-3 {
    font-size: 7.692vw;
    transform: translateX(-10vw);
  }
}
.P21i-landing .P21i-sim__title-4 {
  transform: translateX(10vw);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__title-4 {
    transform: translateX(-10vw);
  }
}
.P21i-landing .P21i-sim__card-1 {
  width: 9.5%;
  position: absolute;
  top: 12.5%;
  left: 26%;
  opacity: 0;
  scale: 0.9;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__card-1 {
    width: 20.5%;
    top: 39%;
    left: 36%;
    transform: translateX(10vw);
  }
}
.P21i-landing .P21i-sim__card-2 {
  width: 15%;
  position: absolute;
  top: 20.5%;
  left: 38%;
  opacity: 0;
  scale: 0.9;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__card-2 {
    width: 33%;
    top: 43%;
    left: 62.5%;
    transform: translateX(10vw);
  }
}
.P21i-landing .P21i-sim__card-microsd {
  position: absolute;
  width: 10.56%;
  top: 42.6%;
  left: 37%;
  opacity: 0;
  scale: 0.9;
}
@media screen and (max-width: 600px) {
  .P21i-landing .P21i-sim__card-microsd {
    width: 24.62%;
    top: 53%;
    left: 59.5%;
    transform: translateX(10vw);
  }
}

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