body {
  font-size: 0;
}

img {
  width: 100%;
}

* {
  min-height: 1px;
}

p {
  white-space: nowrap;
}

/* ====================FONTS==================== */

/* ====================END-FONTS==================== */

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
  left: 0;
  top: 0;
}

.body,
.container {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

#body_back .pseudo-top {
  position: absolute;
  top: 0;
  width: 1000px;
  height: 250px;
}

#body_back .pseudo-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
}

#body_back .pseudo-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
}

/* #region====================TOP==================== */

#body_top .jpt-video-container {
  height: 100%;
}

#body_top [jp-controls] {
  height: 100%;
}

#body_top .video-container {
  transition: width 0.5s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
  height: 100%;
}

.top-text {
  position: absolute;
  top: 10%;
  left: 3.2%;
  width: 160vh;
  max-width: 40%;
}

.cta-top {
  position: absolute;
  bottom: 11%;
  left: 3%;
  width: 18%;
  max-width: 72vh;
}

.logo-top {
  position: absolute;
  bottom: 12%;
  left: 33%;
  width: 18%;
  max-width: 72vh;
}

/* #endregion ====================END-TOP==================== */

/* #region====================LEFT==================== */

.top-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: url(../assets/bg-side.jpg) no-repeat 100% 35% / cover;
}

@media screen and (max-width: 350px) {
  .top-side {
    background: url(../assets/bg-side.jpg) no-repeat 80% 35% / cover;
  }
}

@media screen and (max-width: 270px) {
  .top-side {
    background: url(../assets/bg-side.jpg) no-repeat 70% 35% / cover;
  }
}

@media screen and (max-width: 215px) {
  .top-side {
    background: url(../assets/bg-side.jpg) no-repeat 53% 35% / cover;
  }
}

.side-img {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 50vh;
  max-width: 70%;
}

.bottom-side {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.cta-b {
  width: 40%;
}

.logo-b {
  width: 36%;
}

@media screen and (max-width: 200px) {
  .bottom-side {
    flex-direction: column;
  }
  .cta-b {
    width: 75%;
  }
  .logo-b {
    width: 65%;
  }
}

/* #endregion ====================END-LEFT==================== */
/* #region====================RIGHT==================== */

#body_right .video-container {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 40vh;
  max-width: 100%;
  height: auto;
  z-index: 1;
  visibility: hidden;
}

#body_right .video-container [jp-controls] {
  opacity: 1;
  height: 100%;
}

[jp-controls] video {
  display: block;
  height: 100%;
  position: absolute;
  margin-top: 0 !important;
}

/* #endregion ====================END-RIGHT==================== */

/* #region====================SIDES==================== */

/* #endregion====================END-SIDES==================== */

/* ====================ANIMATIONS==================== */

.frame1,
.frame2,
.frame3 {
  opacity: 0;
  transform: translateX(-15px);
}

.cta-anim {
  transform: scale(0.3);
  opacity: 0;
}

.logo-anim {
  opacity: 0;
}

/* ====================END-ANIMATIONS==================== */

/* EXPANDED ---------------------------------------------------------------- */

#body_expanded .jpt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}

#body_expanded .jpt-section-video {
  width: 70%;
  max-width: 160vh;
}

#body_expanded .jpt-video-container {
  width: 100%;
}
