/* =========================
   Inline Style Migration
   ========================= */

.main-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.fv {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

#video-background,
.video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.yt-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.placeholder-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("https://uploads-ssl.webflow.com/66668e5de6b035b4ffadf6e3/6666acb2119f740d83d398b3_international.jpg") center / cover no-repeat;
  transition: opacity 0.5s ease;
}

.yt-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.8;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(black 1px, transparent 1px);
  background-size: 5px 5px;
}

body {
  background: linear-gradient(90deg, #f0f2f7 25%, #f8faff 25%, #f8faff 50%, #f0f2f7 50%, #f0f2f7 75%, #f8faff 75%, #f8faff) !important;
  background-size: 40px 100% !important;
}

.bg-blue-stripe {
  background: linear-gradient(90deg, #3e82c1 25%, #3c7ebb 25%, #3c7ebb 50%, #3e82c1 50%, #3e82c1 75%, #3c7ebb 75%, #3c7ebb) !important;
  background-size: 40px 100% !important;
}

.ct-border-container {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #3e82c1 25%, #3c7ebb 25%, #3c7ebb 50%, #3e82c1 50%, #3e82c1 75%, #3c7ebb 75%, #3c7ebb) !important;
  background-size: 40px 100% !important;
}

.ct-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background: linear-gradient(90deg, #f0f2f7 25%, #f8faff 25%, #f8faff 50%, #f0f2f7 50%, #f0f2f7 75%, #f8faff 75%, #f8faff) !important;
  background-size: 40px 100% !important;
}

.ct-border-container02 {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f0f2f7 25%, #f8faff 25%, #f8faff 50%, #f0f2f7 50%, #f0f2f7 75%, #f8faff 75%, #f8faff) !important;
  background-size: 40px 100% !important;
}

.ct-border02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background: linear-gradient(90deg, #3e82c1 25%, #3c7ebb 25%, #3c7ebb 50%, #3e82c1 50%, #3e82c1 75%, #3c7ebb 75%, #3c7ebb) !important;
  background-size: 40px 100% !important;
}

.iframe-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 500px;
}

.ct11 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    background-size: 20px 100% !important;
  }

  .ct02,
  .bg-blue-stripe,
  .ct-border-container {
    background-size: 20px 100% !important;
  }

  .ct-border-container02 {
    background-size: 20px 100% !important;
  }

  .ct-border {
    background-size: 20px 100% !important;
  }

  .ct-border02 {
    background-size: 20px 100% !important;
  }

  .iframe-wrapper {
    height: 300px;
  }

  .iframe-wrapper iframe {
    height: 300px;
  }
}
