body {
  --space-320: 320px;
}

.link-primary,
.link-outline {
  display: inline-block;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

.mb-20 {
  margin-bottom: 20px;
}

.overflow-h {
  overflow: hidden;
}

.block_quote {
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
}
.block_quote::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 85px;
  height: 85px;
  background: url(../images/qute.png) no-repeat;
  z-index: -1;
}

/* --------------------------------------------------------- */

.join-team-first {
  background: url(../images/treo-text.svg) no-repeat;
}

.join-team-first .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  margin-top: 0;
}

.join-team-first .content .heading {
  margin-bottom: 25px;
  line-height: 1;
}

.join-team-first .content .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
}

.join-team-first .panel-wrap {
  width: 100%;
}

/* --------------------------------------------------------- */

.join-team-second{
  background: #ffffff;
  position: relative;
}

.panel-wrap {
  margin: 0;
  font-family: sans-serif;
  height: 580px;
  display: flex;
  gap: 10px;
  max-width: 800px;
}

.panel {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s ease;
  cursor: pointer;
  color: white;
  padding-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.panel video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.panel.active video {
  opacity: 1;
}

.panel .label {
  position: absolute;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: lowercase;
  transition: all 0.5s ease;
  z-index: 2;
}

.panel.active .label {
  writing-mode: horizontal-tb;
}

.cultivate {
  background: url(../images/expand-img1.jpg);
}

.educate {
  background: url(../images/expand-img2.jpg);
}

.innovate {
  background: url(../images/expand-img2.jpg);
}

.elevate {
  background: url(../images/expand-img2.jpg);
}

.panel.active {
  flex: 2;
}

.panel:not(.active) {
  flex: 1;
}

.panel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 50%, #000000 100%);
  width: 100%;
  height: 80%;
}

/* --------------------------------------------------------- */

.join-team-second-inside {
  display: flex;
  align-items: center;
  row-gap: 30px;
}

.join-team-second-video {
  width: 65%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.join-team-second-video > img {
  width: 100%;
}
.join-team-second-video > a {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.join-team-second-content {
  width: 35%;
  padding-left: 90px;
}
.join-team-second-content .heading {
  margin-bottom: 25px;
  line-height: 1;
}
.join-team-second-content p {
  margin: 0;
}
.join-team-second-content p + p {
  margin-top: 20px;
}
.join-team-second-content .buttons {
  margin-top: 30px;
}

.join-team-what-where {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 130px;
  padding-left: 100px;
  margin-top: -20px;
  position: relative;
}
.join-team-what-where > div {
  padding: 45px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 20px #0000001a;
}
.join-team-what-where > div + div {
  margin-top: 120px;
}
.join-team-what-where h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #090909;
}
.join-team-what-where p {
  margin: 0;
}
.join-team-what-where p + p {
  margin-top: 15px;
}

/* ------------------------------------- */

.join-team-third {
  padding-top: var(--space-320);
  background: url(../images/cultivate.svg) no-repeat;
  background-position: center top;
  overflow: hidden;
}

.join-team-third .container {
  display: grid;
  grid-template-columns: 505px 1fr;
  gap: 85px;
}

.join-team-third .fitnessSwiper {
  width: 100%;
}

.content-wrapper-inside {
  height: 190px;
  position: relative;
}

.join-team-third .content {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.join-team-third .content.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.join-team-third .content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}

.join-team-third .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.arrows {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}

.arrows > button {
  font-size: 0;
  border: none;
  position: unset;
}
.arrows .swiper-button-next:after,
.arrows .swiper-button-prev:after {
  font-size: 15px;
}

/* .join-team-third .fitnessSwiper{
  overflow: visible;
} */

/* .swiper-button-prev,
.swiper-button-next {
  border: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #000;
  color: #fff;
} */

.fitnessSwiper .swiper-slide {
  height: 410px;
  border-radius: 18px;
  overflow: hidden;
}

.fitnessSwiper .swiper-wrapper {
  align-items: center;
}

.slide-item {
  /* flex: 0 0 320px; */
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  background-image: linear-gradient(to bottom, transparent 50%, #000000 100%);
}

.fitnessSwiper .swiper-slide-active {
  height: 440px;
}

.slide-item video,
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-item h3 {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: lowercase;
}

.play-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url(../images/video-play.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
}

/* ---------------------------------------------------------------- */

.join-the-educate {
  padding-top: var(--space-320);
  background: url(../images/educate.svg) no-repeat;
  background-position: center top;
}

.join-the-educate .container {
  display: grid;
  grid-template-columns: 830px 1fr;
  gap: 75px;
}

.the-educate-content .heading {
  line-height: 1;
}

.the-educate-content p {
  margin: 0;
}
.the-educate-content .buttons {
  margin-top: 25px;
}

.the-educate-image img,
.the-educate-image .image::after {
  border-radius: 15px;
}

.the-educate-image .image {
  float: right;
  position: relative;
  margin-top: -100px;
  z-index: 0;
}

.the-educate-image .image::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #e5ebe9;
  top: -10px;
  left: -10px;
  z-index: -1;
}

/* ---------------------------------------------------------------- */

.elevate-section {
  padding-top: var(--space-320);
  background: url(../images/elevate.svg) no-repeat;
  background-position: center top;
  overflow: hidden;
}
.elevate-section-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 245px;
  row-gap: 30px;
}

.elevate-swiper {
  margin-top: 70px;
  overflow: visible;
}
.elevate-section-title .heading {
  line-height: 1;
}
.elevate-swiper .swiper-slide {
  width: 360px;
}

.elevate-swiper-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.elevate-swiper .swiper-slide {
  transform: scale(0.95);
  transition: transform 0.5s ease-in-out;
}

.elevate-swiper .swiper-slide:hover {
  transform: scale(1);
}

/* ---------------------------------------------------------------- */

.section-innovate {
  padding-top: var(--space-320);
  background: url(../images/innovate.svg) no-repeat;
  background-position: center top;
}
.section-innovate .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 250px;
}

.section-innovate-image {
  position: relative;
}

.houseof-img1,
.houseof-img2,
.houseof-img3,
.innovate-video-btn {
  position: absolute;
  z-index: 2;
}
.innovate-video-btn {
  display: inline-block;
  top: 0;
  right: 50px;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
}

.houseof-img1 {
  left: -40px;
  animation: moveTop 3s linear infinite alternate;
}

.houseof-img2 {
  bottom: 20px;
  animation: moveLeft 4s linear infinite alternate;
}
.houseof-img3 {
  right: 0;
  animation: moveRight 3s linear infinite alternate;
}

@keyframes moveTop {
  from {
    top: 0;
  }
  to {
    top: -20px;
  }
}

@keyframes moveLeft {
  from {
    left: 0;
  }
  to {
    left: -40px;
  }
}

@keyframes moveRight {
  from {
    right: 0;
  }
  to {
    right: -40px;
  }
}
/* ---------------------------------------------------------------- */

.join-team-block-faq {
  background: linear-gradient(#e4ebe9 0%, transparent 100%);
}

.not-yet-block {
  display: grid;
  grid-template-columns: 626px 1fr;
  gap: 140px;
  align-items: center;
  margin-top: 80px;
}

.not-yet-content .heading {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}

.not-yet-form {
  --space: 20px;
  --padding: 15px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 20px;
}

.not-yet-form-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space);
}

.not-yet-form textarea {
  margin-top: var(--space);
  height: 166px;
}
.not-yet-form button {
  color: #ffffff;
  margin-top: var(--space);
  width: 182px;
  height: 50px;
  float: right;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 10px;
}

/* --------------------------------------- */

.join-team-faq {
  --padding: 25px;
  display: grid;
  grid-template-columns: 440px 1fr;
  column-gap: 67px;
  row-gap: 40px;
}

.join-team-faq-video {
  border-radius: 20px;
  overflow: hidden;
}

.join-team-faq-inside {
  padding-top: 150px;
  background: url(../images/faq-text.png) no-repeat;
}
.join-team-faq-inside > h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.join-team-faq-content {
  display: none;
  padding-top: 15px;
}
.join-team-faq-title {
  font-weight: bold;
  padding-right: 40px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
.join-team-faq-title .plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.join-team-faq-title .plus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #000;
}

.join-team-faq-title .plus::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background: #000;
}

.join-team-faq-item:not(:first-child) {
  margin-top: var(--padding);
}
.join-team-faq-item {
  padding-bottom: var(--padding);
  border-bottom: 1px solid #2d2d2d;
}

.join-team-faq-title.active ::after {
  background: var(--color-primary);
}

.join-team-faq-title.active ::before {
  opacity: 0;
  visibility: hidden;
}

.join-team-faq-title.active {
  color: var(--color-primary);
}

/* ----------------------------------------------------------- */

.work-at-box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 25px;
}

.work-at-box-title h2 {
  line-height: 1;
  margin-bottom: 20px;
}

.work-at-box-title p {
  max-width: 570px;
}

.join-the-share-box {
  padding: 25px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
  border-radius: 20px;
}

.join-the-share-box > span {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
}

.join-the-share-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ----------------------------------------------------------- */

.work-at-box-detail {
  padding: 45px;
  margin-top: 45px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 20px;
}
.work-at-box-detail > h4 {
  color: #090909;
  font-size: 30px;
  margin-bottom: 10px;
}
.work-at-box-detail > p {
  margin: 0;
}

.become-treo-agent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 30px;
}

.work-at-box-list {
  --padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.work-at-box-upload {
  margin-block: 15px;
}
.work-at-box-upload > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.work-at-box-form textarea {
  padding: 15px;
  height: 166px;
}

.video-upload-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.video-upload-wrap h5 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.video-upload-wrap h5 span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.video-upload-wrap .video-box {
  height: 427px;
  background: url(../images/upload-video.jpg) no-repeat center;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 34px;
}
.submit-application {
  width: 100%;
  height: 52px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 60px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 10px;
}

.video-upload-wrap .video-box {
  height: 427px;
  background: url(../images/upload-video.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 34px;
  position: relative;
}

.video-upload-wrap .video-box button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  cursor: pointer;
}

/* ----------------------------------------------------------- */

.treo-title-block {
  margin-bottom: 40px;
}
.treo-title-block .heading {
  margin-bottom: 20px;
  font-size: 92px;
  line-height: 85px;
}
.treo-title-block .heading span {
  color: var(--color-primary);
}

.treo-title-block p {
  max-width: 605px;
}

/* ----------------------------------------------------------- */

.house-of-section {
  padding-top: var(--space-320);
  background: url(../images/life_at_treo.svg) no-repeat;
  background-position: center top;
}

.house-of-block {
  display: grid;
  grid-template-columns: 876px 1fr;
  gap: 98px;
  align-items: center;
}

.houseof-img {
  border-radius: 20px;
}

.house-of-block .heading {
  line-height: 1;
}

/* ----------------------------------------------------------- */

.days-swiper {
  overflow: visible;
}
.days-swiper .days-item:not(:hover) .days-content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
}
.days-swiper .days-item:not(:hover) .days-image img:first-child {
  /* top: 100px; */
  transform: translateY(100px);
}

.days-swiper .swiper-slide {
  width: 360px;
}

.days-image > img:first-child {
  height: 206px;
  margin: auto;
  position: relative;
  padding-inline: 12px;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}

.days-content {
  padding-top: 25px;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
.days-content h4 {
  font-size: 28px;
  color: #090909;
  margin-bottom: 15px;
}

.days-swiper-arrows {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  max-width: var(--container-width);
  margin-inline: auto;
  width: 100%;
}

/* -------------------------------------------------------------------- */

.file-upload {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-upload-label {
  background: #000;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}

.file-name {
  margin-left: 10px;
  color: #999;
}

/* -------------------------------- */

.video-hover-play {
  overflow: hidden;
  position: relative;
  height: 520px;
  border-radius: 15px;
  overflow: hidden;
}
.video-hover-play video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

/* -------------------------------------------------------------- */

@media (max-width: 1600px) {
  .panel-wrap {
    height: 520px;
    max-width: 700px;
  }
  .join-team-second-video {
    width: 57%;
  }
  .join-team-second-video > a {
    width: 80px;
  }
  .elevate-section,
  .section-innovate,
  .join-the-educate,
  .house-of-section,
  .join-team-third {
    background-size: auto 200px;
  }
  .block_quote {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 42px;
  }
  .block_quote::after {
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
    background-size: contain;
  }
  .join-the-educate .container {
    grid-template-columns: 680px 1fr;
  }
  .the-educate-image {
    padding-right: 70px;
  }
  .the-educate-image .image {
    margin-top: -70px;
    margin-right: -70px;
    max-width: 350px;
  }
  .join-team-first {
    background-size: 200px;
  }
  body {
    --space-320: 260px;
  }
  .treo-title-block .heading {
    font-size: 70px;
    line-height: 65px;
  }
  .days-swiper .swiper-slide {
    width: 370px;
  }
  .video-hover-play {
    height: 460px;
  }
  .join-team-faq-inside {
    padding-top: 100px;
    background-size: 300px;
  }
  .become-treo-agent {
    gap: 59px;
  }
  .video-upload-wrap h5 {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .panel-wrap {
    height: 350px;
    max-width: 500px;
  }
  .join-team-second-content {
    width: 40%;
    padding-left: 40px;
  }
  .join-team-second-inside {
    justify-content: space-between;
  }
  .join-team-second-video {
    width: 60%;
  }
  .join-team-what-where {
    gap: 60px;
    padding-left: 0;
    margin-top: 20px;
  }
  .join-team-what-where > div {
    padding: 30px;
    border-radius: 15px;
  }
  .elevate-section,
  .section-innovate,
  .join-the-educate,
  .house-of-section,
  .join-team-third {
    background-size: auto 150px;
  }
  .join-team-third .container {
    grid-template-columns: 460px 1fr;
    gap: 40px;
  }
  .block_quote {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .block_quote::after {
    left: -5px;
    top: -5px;
    width: 40px;
    height: 40px;
  }
  .join-team-third .content h2 {
    font-size: 30px;
  }
  .join-the-educate .container {
    grid-template-columns: 480px 1fr;
    gap: 30px;
    padding-right: 30px;
  }
  .the-educate-image .image {
    margin-top: -70px;
    margin-right: -30px;
    max-width: 260px;
  }
  .section-innovate .container {
    column-gap: 110px;
  }
  .elevate-section-title {
    gap: 100px;
  }
  .elevate-swiper .swiper-slide {
    width: 310px;
  }
  .house-of-block {
    grid-template-columns: 500px 1fr;
    gap: 40px;
  }
  .treo-title-block .heading {
    font-size: 50px;
    line-height: 45px;
  }
  .days-image > img:first-child {
    height: 150px;
  }
  .days-swiper .days-item:not(:hover) .days-image img:first-child {
    transform: translateY(70px);
  }
  .join-the-share-box {
    padding: 16px;
    max-width: 460px;
  }
  .join-the-share-box > span {
    font-size: 22px;
  }
  .not-yet-block {
    grid-template-columns: 426px 1fr;
    gap: 70px;
    margin-top: 50px;
  }
  .join-team-faq {
    grid-template-columns: 380px 1fr;
    column-gap: 50px;
  }
  .join-team-what-where > div + div {
    margin-top: 80px;
  }
  .join-team-what-where h4 {
    font-size: 20px;
  }
}

@media (max-width: 860px) {
  .join-team-first .container {
    flex-wrap: wrap;
    row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: center; 
  }
  .panel-wrap {
    max-width: 100%;
  }
  .join-team-second-content,
  .join-team-second-video {
    width: 100%;
  }
  .join-team-second-content {
    padding: 0;
  }
  .join-team-what-where {
    gap: 30px;
    margin-top: 20px;
  }
  .join-team-what-where > div + div {
    margin-top: 40px;
  }
  .join-team-third .container {
    grid-template-columns: 1fr;
  }
  .elevate-section,
  .section-innovate,
  .join-the-educate,
  .house-of-section,
  .join-team-third {
    background-size: auto 100px;
  }
  body {
    --space-320: 160px;
  }
  .join-the-educate .container {
    grid-template-columns: 1fr;
  }
  .section-innovate .container {
    column-gap: 60px;
  }
  .elevate-section-title {
    gap: 40px;
  }
  .house-of-block {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .work-at-box-detail {
    padding: 25px;
    border-radius: 12px;
  }
  .become-treo-agent {
    grid-template-columns: 1fr;
  }
  .not-yet-block {
    grid-template-columns: 350px 1fr;
    gap: 30px;
  }
  .join-team-second-inside {
    flex-wrap: wrap;
  }
  .join-team-faq-inside {
    background-size: 200px;
  }
}

@media (max-width: 767px) {
  body {
    --space-320: 100px;
  }
  .join-team-what-where {
    grid-template-columns: repeat(1, 1fr);
  }
  .join-team-what-where > div + div {
    margin-top: 0;
  }
  .join-team-what-where > div {
    padding: 20px;
    border-radius: 10px;
  }
  .elevate-section,
  .section-innovate,
  .join-the-educate,
  .house-of-section,
  .join-team-third {
    background-size: auto 60px;
  }
  .fitnessSwiper .swiper-slide {
    height: 280px;
  }
  .fitnessSwiper .swiper-slide-active {
    height: 310px;
  }
  .section-innovate .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-innovate-image {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .elevate-section-title {
    grid-template-columns: repeat(1, 1fr);
  }
  .house-of-block {
    grid-template-columns: 1fr;
  }
  .treo-title-block .heading {
    font-size: 36px;
    line-height: 40px;
  }
  .work-at-box-title {
    row-gap: 25px;
  }
  .join-the-share-box ul {
    gap: 10px;
  }
  .join-the-share-box > span {
    font-size: 18px;
  }
  .become-treo-agent {
    gap: 30px;
  }
  .video-upload-wrap {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
  .video-upload-wrap .video-box {
    height: 300px;
  }
  .submit-application {
    margin-top: 30px;
  }
  .not-yet-block,
  .join-team-faq {
    grid-template-columns: 1fr;
  }
  .panel-wrap {
    height: 260px;
  }
  .join-team-first .content {
    text-align: center;
  }
  .join-team-first .content .buttons {
    justify-content: center;
    margin-top: 22px;
  }
  .join-team-first {
    background-size: 100px;
  }
  .houseof-img1,
  .houseof-img2,
  .houseof-img3,
  .innovate-video-btn {
    transform: scale(0.7);
  }
  .work-at-box-title {
    flex-wrap: wrap;
  }

  .not-yet-form {
    --space: 10px;
  }

  .not-yet-form-list,
  .work-at-box-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .not-yet-form textarea,
  .work-at-box-form textarea {
    height: 120px;
  }
  .section-innovate {
    padding-bottom: 40px;
  }
  .days-swiper-arrows {
    justify-content: center;
  }
  .days-swiper .swiper-slide {
    width: 310px;
  }
  .video-hover-play {
    height: 373px;
  }

  .the-educate-image .image {
    margin-top: -30px;
  }
  .the-educate-image {
    padding-right: 40px;
  }
  .block_quote {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .block_quote::after {
    width: 30px;
    height: 30px;
    opacity: 0.3;
  }
  .days-image > img:first-child {
    height: 120px;
  }
  .days-swiper .days-item:not(:hover) .days-image img:first-child {
    transform: translateY(40px);
  }
  @keyframes moveTop {
    from {
      top: 0;
    }
    to {
      top: -10px;
    }
  }
  
  @keyframes moveLeft {
    from {
      left: 0;
    }
    to {
      left: -20px;
    }
  }
  
  @keyframes moveRight {
    from {
      right: 0;
    }
    to {
      right: -20px;
    }
  }

  .elevate-section-title{
    row-gap: 30px;
  }

  .arrows{
    justify-content: center;
  }

  .content-wrapper,
  .house-of-block,
  .not-yet-content,
  .treo-title-block,
  .work-at-box-title,
  .join-the-educate,
  .section-innovate-content,
  .join-team-what-where > div,
  .elevate-section-title,
  .work-at-box-detail > p,
  .work-at-box-detail > h4,
  .join-team-second-content{
    text-align: center;
  }
  .join-team-second-content p + p {
    margin-top: 10px;
}
}
