@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");
* {
  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;
  -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%;
}

.B110ds-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;
}
.B110ds-landing h1,
.B110ds-landing h2,
.B110ds-landing h3,
.B110ds-landing h4,
.B110ds-landing h5,
.B110ds-landing h6,
.B110ds-landing ul,
.B110ds-landing ol,
.B110ds-landing p,
.B110ds-landing div,
.B110ds-landing span {
  padding: 0;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: none;
}
.B110ds-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;
}
.B110ds-landing img {
  max-width: 100%;
  pointer-events: none;
}
.B110ds-landing .B110ds-intro {
  z-index: 5;
  background-image: url("../images/B110ds-intro/B110ds-intro-background.png");
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro {
    background-image: url("../images/B110ds-intro/B110ds-intro-background-alt.png");
  }
}
.B110ds-landing .B110ds-intro__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.B110ds-landing .B110ds-intro__phone-front {
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 28.9%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__phone-front {
    width: 100%;
    right: 0;
    top: 21%;
    transform: translateX(50vw);
    opacity: 0;
  }
}
.B110ds-landing .B110ds-intro__phone-front img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-intro__phone-back {
  position: absolute;
  right: 9.86%;
  top: 0;
  width: 28%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__phone-back {
    display: none;
  }
}
.B110ds-landing .B110ds-intro__phone-back img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-intro__text {
  margin: 14.68% 0 9.58% 16%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__text {
    margin: 13.59% 0 170.13% 21.03%;
  }
}
.B110ds-landing .B110ds-intro__title {
  transform: translateX(-20vw);
  opacity: 0;
  font-size: 2.78vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #375eb0;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__title {
    font-size: 5.64vw;
    transform: translateX(-50vw);
    padding-bottom: 0;
  }
}
.B110ds-landing .B110ds-intro__model {
  transform: translateX(-20vw);
  opacity: 0;
  font-weight: 900;
  font-size: 5.19vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  padding-bottom: 3.34%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__model {
    font-size: 12.82vw;
    padding-bottom: 8.1%;
    transform: translateX(-50vw);
  }
}
.B110ds-landing .B110ds-intro__logo {
  transform: translateX(-20vw);
  opacity: 0;
  width: 20.6%;
  padding-bottom: 3.28%;
}
.B110ds-landing .B110ds-intro__logo img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-intro__logo {
    position: absolute;
    rotate: -90deg;
    width: 30%;
    left: -2%;
    top: 12%;
    transform: translateY(-50vw);
  }
}
.B110ds-landing .B110ds-dial {
  z-index: 4;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial {
    background: linear-gradient(180deg, #ffffff 65.4%, #b1e5ff 100%);
  }
}
.B110ds-landing .B110ds-dial__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.B110ds-landing .B110ds-dial__phone-front {
  position: absolute;
  right: 12.83%;
  top: -5.5%;
  width: 30.81%;
  transform: translateX(50vw);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__phone-front {
    width: 64.6%;
    right: 6.92%;
    top: 30.8%;
  }
}
.B110ds-landing .B110ds-dial__phone-front img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dial__phone-back {
  position: absolute;
  right: 12.08%;
  top: -1.6%;
  width: 20.14%;
  transform: translateX(50vw);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__phone-back {
    width: 42.04%;
    right: 4.87%;
    top: 32.5%;
  }
}
.B110ds-landing .B110ds-dial__phone-back img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dial__buttons {
  position: absolute;
  right: 37.6%;
  top: 59.3%;
  bottom: 0;
  width: 18.94%;
  transform: translate(17.1vw, -6vw);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__buttons {
    transform: translate(35.9vw, -12.6vw);
    width: 39.8%;
    right: 58.8%;
    top: 58.8%;
  }
}
.B110ds-landing .B110ds-dial__buttons img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dial__buttons-shadow1 {
  position: absolute;
  left: 44.77%;
  top: 48%;
  width: 21.96%;
  opacity: 0;
  clip-path: inset(0 0 100% 100%);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__buttons-shadow1 {
    width: 45.75%;
    left: 4.6%;
    top: 54%;
  }
}
.B110ds-landing .B110ds-dial__buttons-shadow1 img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dial__buttons-shadow2 {
  position: absolute;
  left: 56.22%;
  top: 52.3%;
  width: 22.39%;
  opacity: 0;
  clip-path: inset(0 0 100% 100%);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__buttons-shadow2 {
    width: 46.62%;
    left: 28.7%;
    top: 55.8%;
  }
}
.B110ds-landing .B110ds-dial__buttons-shadow2 img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dial__title {
  transform: translateX(-50vw);
  opacity: 0;
  font-weight: 900;
  font-size: 3.89vw;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #cc00ff;
  margin: 10.42% 0 2.27% 16.2%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__title {
    margin: 20.88% 0 9.35% 9.74%;
    font-size: 8.72vw;
  }
}
.B110ds-landing .B110ds-dial__label {
  transform: translateX(-50vw);
  opacity: 0;
  font-weight: 300;
  font-size: 3.24vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20.28% 16.2%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dial__label {
    margin: 0 0 160.28% 9.74%;
    font-size: 7.18vw;
  }
}
.B110ds-landing .B110ds-keyboard {
  background: #ffffff;
}
.B110ds-landing .B110ds-keyboard__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.B110ds-landing .B110ds-keyboard__phone {
  z-index: 6;
  position: absolute;
  left: 9.26%;
  top: -28.65%;
  width: 37.04%;
  transform: translateX(-50vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-keyboard__phone {
    width: 92%;
    left: -12.5%;
    top: 20.8%;
    transform: translateX(-75vw);
  }
}
.B110ds-landing .B110ds-keyboard__phone img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-keyboard__gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 55.44%;
  transform: translateX(-60vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-keyboard__gradient {
    width: 90%;
    transform: translateX(-95vw);
    top: 48.5%;
  }
}
.B110ds-landing .B110ds-keyboard__gradient img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-keyboard__title {
  transform: translateX(50vw);
  font-weight: 900;
  font-size: 3.89vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(180deg, #0006ff 0%, #d800ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 13.3% 0 1.39% 61.85%;
  width: 26.85%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-keyboard__title {
    width: 61.79%;
    text-align: right;
    font-size: 8.72vw;
    margin: 11.28% 0 3.08% 30.97%;
    transform: translateX(65vw);
  }
}
.B110ds-landing .B110ds-keyboard__label {
  margin: 0 0 11.1% 61.85%;
  transform: translateX(50vw);
  font-weight: 300;
  font-size: 3.89vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  width: 26.85%;
  background: linear-gradient(254.98deg, #0006ff 28.84%, #d800ff 71.16%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-keyboard__label {
    margin: 0% 0% 160.1% 30.97%;
    transform: translateX(65vw);
    width: 61.79%;
    font-size: 8.72vw;
    text-align: right;
  }
}
.B110ds-landing .B110ds-dock {
  z-index: 5;
  background: #ffffff;
}
.B110ds-landing .B110ds-dock__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.B110ds-landing .B110ds-dock__phone {
  z-index: 6;
  position: absolute;
  right: 7.78%;
  top: -9.6%;
  width: 38.98%;
  transform: translateX(50vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dock__phone {
    width: 85.43%;
    right: 0;
    top: 27%;
    transform: translateX(80vw);
  }
}
.B110ds-landing .B110ds-dock__phone img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dock__left {
  position: absolute;
  left: 0;
  bottom: 1.9%;
  width: 57.43%;
  transform: translateX(-60vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dock__left {
    transform: translateX(-90vw);
    width: 125%;
    left: -102%;
    top: 51%;
  }
}
.B110ds-landing .B110ds-dock__left img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dock__right {
  position: absolute;
  right: 0;
  bottom: 1.9%;
  width: 47.4%;
  transform: translateX(60vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dock__right {
    width: 104%;
    right: -17.2%;
    top: 51%;
    transform: translateX(90vw);
  }
}
.B110ds-landing .B110ds-dock__right img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-dock__title {
  z-index: 5;
  transform: translateX(-55vw);
  color: #0006ff;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 3.89vw;
  margin: 13.24% 0% 9.07% 16.2%;
  width: 29%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dock__title {
    width: 62.96%;
    font-size: 8.72vw;
    margin: 13.57% 0% 8.58% 10.38%;
    transform: translateX(-75vw);
  }
}
.B110ds-landing .B110ds-dock__label {
  color: #ffffff;
  margin: 0% 0% 6.81% 16.2%;
  opacity: 0;
  z-index: 5;
  font-weight: 500;
  font-size: 3.24vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  width: 29%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-dock__label {
    margin: 0% 0% 159.63% 10.38%;
    transform: translateX(-75vw);
    opacity: 1;
    color: #cc00ff;
    width: 62.96%;
    font-size: 7.18vw;
  }
}
.B110ds-landing .B110ds-camera {
  z-index: 4;
  background: #ffffff;
}
.B110ds-landing .B110ds-camera__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.B110ds-landing .B110ds-camera__phone {
  z-index: 3;
  position: absolute;
  left: 16.76%;
  bottom: 0;
  width: 36.48%;
  transform: translateX(-60vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__phone {
    display: none;
  }
}
.B110ds-landing .B110ds-camera__phone img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-camera__phone-alt {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(90vw);
  display: none;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__phone-alt {
    display: block;
  }
}
.B110ds-landing .B110ds-camera__phone-alt img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-camera__background {
  z-index: 4;
  position: absolute;
  right: 0;
  top: 6%;
  width: 64.73%;
  transform: translateX(80vw);
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__background {
    display: none;
  }
}
.B110ds-landing .B110ds-camera__background img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-camera__background-alt {
  display: none;
  z-index: 4;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__background-alt {
    display: block;
  }
}
.B110ds-landing .B110ds-camera__background-alt img {
  width: 100%;
  max-width: none;
}
.B110ds-landing .B110ds-camera__title {
  z-index: 5;
  transform: translateX(80vw);
  opacity: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 3.89vw;
  margin: 12% 0% 2.3% 59.64%;
  width: 16.2%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__title {
    width: 45%;
    font-size: 10.77vw;
    margin: 8.97% 0% 6.71% 27.44%;
    transform: translateX(0);
  }
}
.B110ds-landing .B110ds-camera__label {
  color: #ffffff;
  margin: 0% 0% 18.69% 59.64%;
  transform: translateX(80vw);
  opacity: 0;
  z-index: 5;
  font-weight: 300;
  font-size: 3.24vw;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  width: 29%;
}
@media screen and (max-width: 600px) {
  .B110ds-landing .B110ds-camera__label {
    margin: 0% 0% 169.23% 9.74%;
    transform: translateX(0);
    text-align: center;
    width: 80.36%;
    font-size: 8.72vw;
  }
}

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