@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");
[data-aos=animation-from-right-to-left] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateX(-100px);
}
[data-aos=animation-from-right-to-left].aos-animate {
  opacity: 1;
}
[data-aos=animation-from-right-to-left].aos-animate {
  transform: translateX(0);
}
@media screen and (max-width: 800px) {
  [data-aos=animation-from-right-to-left] {
    transform: translateX(100px);
  }
  [data-aos=animation-from-right-to-left].aos-animate {
    transform: translateX(0);
  }
}

[data-aos=animation-from-left-to-right] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateX(100px);
}
[data-aos=animation-from-left-to-right].aos-animate {
  opacity: 1;
}
[data-aos=animation-from-left-to-right].aos-animate {
  transform: translateX(0);
}
@media screen and (max-width: 800px) {
  [data-aos=animation-from-left-to-right] {
    transform: translateX(-100px);
  }
  [data-aos=animation-from-left-to-right].aos-animate {
    transform: translateX(0);
  }
}

[data-aos=animation-from-up-to-right] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateY(100px);
}
[data-aos=animation-from-up-to-right].aos-animate {
  opacity: 1;
}
[data-aos=animation-from-up-to-right].aos-animate {
  transform: translateY(0);
}
@media screen and (max-width: 800px) {
  [data-aos=animation-from-up-to-right] {
    transform: translateX(100px);
  }
  [data-aos=animation-from-up-to-right].aos-animate {
    transform: translateX(0);
  }
}

[data-aos=animation-from-fade-in-to-left] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=animation-from-fade-in-to-left].aos-animate {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  [data-aos=animation-from-fade-in-to-left] {
    transform: translateX(100px);
  }
  [data-aos=animation-from-fade-in-to-left].aos-animate {
    transform: translateX(0);
  }
}

[data-delay=animation-delay-one] {
  transition-property: transform, opacity;
  animation-delay: 0s;
}
@media screen and (max-width: 800px) {
  [data-delay=animation-delay-one] {
    transition-delay: 0.5s;
  }
}

[data-delay=animation-delay-two] {
  transition-property: transform, opacity;
  transition-delay: 0s;
}
@media screen and (max-width: 800px) {
  [data-delay=animation-delay-two] {
    transition-delay: 1s;
  }
}

[data-delay=animation-delay-three] {
  transition-property: transform, opacity;
  animation-delay: 0s;
}
@media screen and (max-width: 800px) {
  [data-delay=animation-delay-three] {
    transition-delay: 1.5s;
  }
}

[data-delay=animation-delay-four] {
  transition-property: transform, opacity;
  animation-delay: 0s;
}
@media screen and (max-width: 800px) {
  [data-delay=animation-delay-four] {
    transition-delay: 2s;
  }
}

@media screen and (max-width: 800px) {
  [data-aos=animation-mob-left] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translateX(100px);
  }
  [data-aos=animation-mob-left].aos-animate {
    opacity: 1;
  }
  [data-aos=animation-mob-left].aos-animate {
    transform: translateX(0);
  }
}

@media screen and (max-width: 800px) {
  [data-aos=animation-mob-right] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translateX(-100px);
  }
  [data-aos=animation-mob-right].aos-animate {
    opacity: 1;
  }
  [data-aos=animation-mob-right].aos-animate {
    transform: translateX(0);
  }
}

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

.rt-04-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;
}
.rt-04-landing h1,
.rt-04-landing h2,
.rt-04-landing h3,
.rt-04-landing h4,
.rt-04-landing h5,
.rt-04-landing h6,
.rt-04-landing ul,
.rt-04-landing ol,
.rt-04-landing p,
.rt-04-landing div,
.rt-04-landing span {
  padding: 0;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: none;
}
.rt-04-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;
}
.rt-04-landing img {
  max-width: 100%;
  pointer-events: none;
}
.rt-04-landing .rt-04-intro {
  position: relative;
}
.rt-04-landing .rt-04-intro__container {
  display: flex;
  position: relative;
  z-index: 5;
  padding: 0% 4.63% 0% 0%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__container {
    flex-direction: column-reverse;
    padding: 0%;
  }
}
.rt-04-landing .rt-04-intro .rt-04-intro__container-background-city {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.rt-04-landing .rt-04-intro .rt-04-intro__background-track {
  display: flex;
  position: absolute;
  top: 0%;
  left: -299%;
  height: 100%;
  width: 400%;
  animation: scroll-track 60s linear infinite;
}
.rt-04-landing .rt-04-intro .rt-04-intro__background-city {
  flex: 0 0 25%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  mask-image: linear-gradient(to right, transparent, black 8%, black 87%, transparent);
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro .rt-04-intro__background-city {
    height: 70%;
    background-position: center top;
  }
}
.rt-04-landing .rt-04-intro .city-1 {
  background-image: url("../images/rt-04-intro/rt-04-intro-background-city.png");
}
.rt-04-landing .rt-04-intro .city-2 {
  background-image: url("../images/rt-04-intro/rt-04-intro-background-city-2.png");
}
@keyframes scroll-track {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
.rt-04-landing .rt-04-intro__background-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__background-red {
    display: none;
  }
}
.rt-04-landing .rt-04-intro__background-red-mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: 3;
  display: none;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__background-red-mb {
    display: block;
  }
}
.rt-04-landing .rt-04-intro__background-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__background-triangle {
    bottom: 27%;
    left: 0;
    height: 24%;
    width: 100%;
  }
}
.rt-04-landing .rt-04-intro__text {
  background-image: url("../images/rt-04-intro/rt-04-intro-background-text.png");
  background-size: cover;
  width: 31.34%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6% 0%;
  gap: 2%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__text {
    width: 100%;
    background-image: url("../images/rt-04-intro/rt-04-intro-background-text-mb.png");
    flex-direction: row;
    padding: 12% 2.56%;
    justify-content: space-between;
    gap: 0%;
  }
}
.rt-04-landing .rt-04-intro__highlight, .rt-04-landing .rt-04-intro__feature, .rt-04-landing .rt-04-intro__description, .rt-04-landing .rt-04-intro__subtext {
  color: #ffffff;
  opacity: 1 !important;
}
.rt-04-landing .rt-04-intro__feature, .rt-04-landing .rt-04-intro__description, .rt-04-landing .rt-04-intro__subtext {
  font-size: 2.5vw;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__feature, .rt-04-landing .rt-04-intro__description, .rt-04-landing .rt-04-intro__subtext {
    font-size: 5.128vw;
  }
}
.rt-04-landing .rt-04-intro__highlight {
  letter-spacing: -0.1em;
  font-weight: 500;
  font-size: 10.648vw;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__highlight {
    font-size: 20.513vw;
  }
}
.rt-04-landing .rt-04-intro__description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rt-04-landing .rt-04-intro__subtext {
  width: 54%;
  text-align: center;
  line-height: 125%;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__subtext {
    width: 63%;
    line-height: 145%;
  }
}
.rt-04-landing .rt-04-intro__container-phone {
  width: 39.07%;
  position: relative;
  padding: 1% 0% 0% 0%;
  left: 5%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__container-phone {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
  }
}
.rt-04-landing .rt-04-intro__phone {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__phone {
    width: 96.41%;
  }
}
.rt-04-landing .rt-04-intro__text-image-container {
  width: 29%;
  padding: 4% 0% 0% 0%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__text-image-container {
    padding: 8% 4% 0% 0%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.rt-04-landing .rt-04-intro__text-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-intro__text-image {
    width: 54.1%;
  }
}
.rt-04-landing .rt-04-features__blackout-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.rt-04-landing .rt-04-features__blackout-img img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-features__blackout-ds {
  display: block;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__blackout-ds {
    display: none;
  }
}
.rt-04-landing .rt-04-features__blackout-mob {
  display: none;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__blackout-mob {
    display: block;
  }
}
.rt-04-landing .rt-04-features__container {
  display: flex;
  padding: 3% 0 4% 0;
  gap: 7%;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0%;
  }
}
.rt-04-landing .rt-04-features__image-container {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__image-container {
    width: 100%;
  }
}
.rt-04-landing .rt-04-features .rt-04-features-phone-front {
  position: relative;
  left: 16%;
  width: 54%;
  z-index: 2;
  animation: swing-one-phone 3s infinite ease-in-out alternate;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features .rt-04-features-phone-front {
    width: 73%;
    left: 4%;
    animation: none;
  }
}
.rt-04-landing .rt-04-features .rt-04-features-phone-back {
  width: 50%;
  height: auto;
  animation: swing-two-phone 3s infinite ease-in-out alternate;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features .rt-04-features-phone-back {
    position: relative;
    width: 61%;
    right: 33%;
    rotate: 16deg;
    animation: none;
  }
}
@keyframes swing-one-phone {
  0% {
    transform: rotate(-5deg) translateY(25px);
  }
  100% {
    transform: rotate(5deg) translateY(-25px);
  }
}
@keyframes swing-two-phone {
  0% {
    transform: rotate(5deg) translateY(-25px);
  }
  100% {
    transform: rotate(0deg) translateY(25px);
  }
}
.rt-04-landing .rt-04-features__list {
  gap: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__list {
    margin-left: 9%;
    gap: 0%;
  }
}
.rt-04-landing .rt-04-features__item {
  padding: 2% 5%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  background: linear-gradient(90deg, #536770 12.73%, rgba(255, 255, 255, 0) 44.17%);
  border-radius: 33px;
  box-shadow: -26px 0px 0px red;
}
@media screen and (max-width: 1400px) {
  .rt-04-landing .rt-04-features__item {
    border-radius: 23px;
    box-shadow: -16px 0px 0px red;
  }
}
@media screen and (max-width: 1100px) {
  .rt-04-landing .rt-04-features__item {
    border-radius: 13px;
    box-shadow: -16px 0px 0px red;
  }
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__item {
    margin-bottom: 5%;
    height: 15.897vw;
    box-shadow: -10px 0px 0px red;
  }
}
.rt-04-landing .rt-04-features__text {
  font-weight: 500;
  width: 100%;
  font-size: 2.778vw;
  color: #29333e;
  text-align: center;
}
.rt-04-landing .rt-04-features__text span {
  color: #c71700;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-features__text {
    font-size: 6.154vw;
  }
}
.rt-04-landing .rt-04-features__icon-container--display {
  width: 8.5%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--display img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--battery {
  width: 7.5%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--battery img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--sos {
  width: 12%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--sos img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-features .item-sos {
  padding: 2% 3%;
}
.rt-04-landing .rt-04-features .item-sim {
  padding: 2% 4%;
}
.rt-04-landing .rt-04-features__icon-container--sim {
  width: 10%;
  height: auto;
}
.rt-04-landing .rt-04-features__icon-container--sim img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-dock {
  position: relative;
  overflow: hidden;
}
.rt-04-landing .rt-04-dock__backgroung-ellipse {
  background-image: url("../images/rt-04-dock/rt-04-dock-background-ellipse.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  height: 70%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__backgroung-ellipse {
    background-size: 100% 70%;
    height: 45%;
    background-image: url("../images/rt-04-dock/rt-04-dock-background-ellipse-mb.png");
  }
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__backgroung-ellipse2-mb {
    background-image: url("../images/rt-04-dock/rt-04-dock-background-ellipse-mob.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 54%;
    top: 34%;
    left: 0;
    width: 100%;
  }
}
.rt-04-landing .rt-04-dock__container {
  display: flex;
  padding: 2% 1% 23% 1%;
  position: relative;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 10% 1% 30% 1%;
  }
}
.rt-04-landing .rt-04-dock__title-mb {
  color: #ffffff;
  font-size: 11.795vw;
  text-align: center;
  display: none;
  font-weight: 700;
  margin-bottom: 8%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__title-mb {
    display: block;
  }
}
.rt-04-landing .rt-04-dock__container-image-phote-back {
  width: 37%;
  position: absolute;
  left: 0;
  bottom: 3%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__container-image-phote-back {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.rt-04-landing .rt-04-dock__phone-back {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-dock__container-image-phote-front {
  width: 31.5%;
  position: absolute;
  right: 0;
  bottom: 3%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__container-image-phote-front {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.rt-04-landing .rt-04-dock__container-text {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__container-text {
    width: 90%;
    margin-top: 35%;
  }
}
.rt-04-landing .rt-04-dock__title-ds {
  color: #ffffff;
  font-size: 3.241vw;
  text-align: center;
  margin-bottom: 3%;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__title-ds {
    display: none;
  }
}
.rt-04-landing .rt-04-dock__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__list {
    grid-template-columns: 1fr;
  }
}
.rt-04-landing .rt-04-dock__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__item {
    flex-direction: row;
  }
}
.rt-04-landing .rt-04-dock__text {
  margin-top: 4%;
  text-align: center;
  font-size: 1.574vw;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__text {
    font-size: 5.128vw;
    width: 84%;
  }
}
.rt-04-landing .rt-04-dock .rt-04-dock-current-collector {
  width: 70%;
}
.rt-04-landing .rt-04-dock__icon-container-dynamics-display img, .rt-04-landing .rt-04-dock__icon-container-type-c-display img, .rt-04-landing .rt-04-dock__icon-container-current-collector-display img, .rt-04-landing .rt-04-dock__phone-front img {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-dock__icon-container-battery {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__icon-container-battery {
    width: 27%;
  }
}
.rt-04-landing .rt-04-dock__icon-container-dynamics-display {
  width: 27%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__icon-container-dynamics-display {
    width: 33%;
  }
}
.rt-04-landing .rt-04-dock__icon-container-type-c-display {
  width: 22.4%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__icon-container-type-c-display {
    width: 33%;
  }
}
.rt-04-landing .rt-04-dock__icon-container-current-collector-display {
  width: 20.2%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-dock__icon-container-current-collector-display {
    width: 25.8%;
  }
}
.rt-04-landing .rt-04-dock__phone-front {
  width: 100%;
  height: auto;
}
.rt-04-landing .rt-04-conclusion {
  background: linear-gradient(180deg, #9fdaff 0%, #53bdff 100%);
}
.rt-04-landing .rt-04-conclusion__background-stripes {
  background-image: url("../images/rt-04-conclusion/rt-04-conclusion-background-stripes.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__background-stripes {
    background-size: 100%;
    background-image: url("../images/rt-04-conclusion/rt-04-conclusion-background-stripes-mb.png");
  }
}
.rt-04-landing .rt-04-conclusion__container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 3%;
  padding: 0% 3% 8% 3%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__container {
    flex-direction: column;
    padding: 14% 0% 22% 0%;
    gap: 0%;
  }
}
.rt-04-landing .rt-04-conclusion__image-container {
  width: 90%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__image-container {
    width: 100%;
  }
}
.rt-04-landing .rt-04-conclusion__phone {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__phone {
    display: none;
  }
}
.rt-04-landing .rt-04-conclusion__phone-mb {
  display: none;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__phone-mb {
    display: block;
    width: 100%;
  }
}
.rt-04-landing .rt-04-conclusion__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12%;
  gap: 26%;
  width: 41%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__text-container {
    gap: 0%;
    justify-content: center;
    width: 100%;
    margin-top: 14%;
  }
}
.rt-04-landing .rt-04-conclusion__text {
  font-weight: 300;
  font-size: 2.315vw;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__text {
    font-size: 5.128vw;
    margin-bottom: 16%;
    width: 65%;
  }
}
.rt-04-landing .rt-04-conclusion__text span {
  font-weight: 500;
}
.rt-04-landing .rt-04-conclusion__image-icon-left {
  position: absolute;
  top: 25%;
  left: 4%;
  width: 23%;
  height: 61%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__image-icon-left {
    width: 38%;
    top: 36%;
    left: 0%;
    height: 15%;
  }
}
.rt-04-landing .rt-04-conclusion__image-icon-right {
  position: absolute;
  top: 25%;
  right: 34%;
  width: 23%;
  height: 61%;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__image-icon-right {
    width: 38%;
    top: 36%;
    right: 0%;
    height: 15%;
  }
}
.rt-04-landing .rt-04-conclusion__icon {
  position: absolute;
  width: 5.16vw;
  height: 5.16vw;
  opacity: 0;
  transition: opacity 2.5s;
}
@media screen and (max-width: 800px) {
  .rt-04-landing .rt-04-conclusion__icon {
    width: 8vw;
    height: auto;
  }
}