#site-main .shortcode_introduction > .ct-section-inner-wrap {
  max-width: 100%;
}

.oim_introduction {
  position: relative;
  width: 100%;
}

.oim_introduction_single {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  height: 700px;
}

@media screen and (min-width: 768px) {
  .oim_introduction_single {
    height: 727px;
    padding: 0;
  }
}

@media screen and (min-width: 1300px) {
  .oim_introduction_single:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0003;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.oim_introduction_single_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.oim_introduction_single_image > .plyr {
  width: 100%;
  height: 100%;
}

.oim_introduction_single_image > .plyr iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 150%;
}

@media screen and (max-width: 1300px) {
  .oim_introduction_single_image > .plyr {
    height: 98%;
  }
}

@media screen and (max-width: 1100px) {
  .oim_introduction_single_image > .plyr {
    height: 100%;
  }

  .oim_introduction_single_image > .plyr iframe {
    transform: translateY(-50%) scale(3.5);
    height: 100%;
  }
}

.oim_introduction_single_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  z-index: 0;
}

.oim_introduction_single_content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  height: 603px;
  width: 603px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(4px);
}

.oim_introduction_single_content::after {
  content: "";
  position: absolute;
  top: calc(50% - 350px);
  left: -100px;
  z-index: -1;
  width: 356px;
  height: 345px;
  border-radius: 50%;
  opacity: 0.6;
  background: linear-gradient(62deg, #03fbcd 16.65%, #03ccf8 82.35%);
  filter: blur(52px);
}

.oim_introduction_single_titre.section_title {
  line-height: 52px;
  margin-bottom: 60px;
}

.oim_introduction_single_description {
  font-family: "Montserrat Alternates";
  font-size: 1.25em;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .oim_introduction_single_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .oim_introduction_single_titre.section_title {
    margin-bottom: 40px;
  }
}
