.kronos-main-container {
  font-family: 'Segoe UI', sans-serif;
  color: #0033a1;
  margin: 0px;
  padding: 0px;
}

.kronos-section {
  margin: 0;
  padding: 0;
  background-color: white;
}

.kronos-elements {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.kronos-hero-section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kronos-hero-section video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}

.kronos-hero-title-container {
  position: relative;
  text-align: left;
  padding: 0px;
  margin-bottom: 50px;
}

.kronos-hero-title-container p{
  color: #0033a1;
}

.kronos-title {
  font-weight: 900;
  font-size: 80pt;
  padding: 0;
  color: #0033a1;
}

.kronos-subtitles {
  display: flex;
  flex-wrap: wrap;
  font-size: 14pt;
}

.kronos-hero-title-container span {
  font-weight: 700;
}

.kronos-01 {
  margin: 80px 0;
  padding: 0;
  /*background-image: url("../../images/Kronos/BG_Image.jpg");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;*/
}

.kronos-01-wrapper {
  width: 100%;
  height: auto;
  margin: 50px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kronos-01-video {
  margin: 0px;
  padding: 0;
  width: 100%;
}

.kronos-01-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border: none;
  opacity: 0.8;
  overflow: hidden;
  cursor: pointer;
}

.kronos-01-play-icon {
  margin: 50px;
  scale: 0.5;
}

.kronos-headphones{
  margin-bottom: 30px;
}

.kronos-02 {
  margin: 0;
  padding: 80px 0;
  background-color: #0033a1;
}

.kronos-02-text {
  font-size: 14pt;
  margin-top: 10px;
  color: white;
}

.kronos-03-text {
  font-size: 14pt;
  color: #0033a1;
  padding-top: 30px;
}

.kronos-04-cols {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .kronos-hero-title-container {
    padding: 20px;
  }

  .kronos-title {
    font-weight: 800;
    font-size: 50pt;
    padding-top: 40px;
  }

  .kronos-subtitles {
    font-size: 12pt;
  }

  .kronos-01-wrapper {
    margin: 20px 0;
  }

  .kronos-01-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border: none;
    opacity: 0.8;
    overflow: hidden;
  }

  .kronos-01-play-icon {
    scale: 0.2;
  }
}

@media (max-width: 768px) {
  .kronos-01-play-icon {
    scale: 0.3;
  }

  .kronos-02-text {
    font-size: 12pt;
  }
}