:root {
  --_kurita---white: white;
  --_kurita---k-dark-grey: #353c41;
  --_kurita---k-light-blue-gray: #e9eff2;
  --_kurita---k-blue: #0069c8;
  --_kurita---k-dark-teal: #078392;
  --_kurita---k-dark-blue: #005d8c;
  --_kurita---k-cyan: #00afec;
  --_kurita---k-light-teal: #53c3c5;
  --_kurita---k-green: #96c748;
  --_kurita---k-slate: #254356;
  --_kurita---k-autum-red: #e03d00;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--_kurita---white);
  color: var(--_kurita---k-dark-grey);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  color: var(--_kurita---white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

.h-system-card {
  border: 1px solid var(--_kurita---k-light-blue-gray);
  background-color: var(--_kurita---white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  transition: box-shadow .5s ease-in-out;
  display: flex;
}

.h-system-card:hover {
  box-shadow: 0 0 20px #25435680;
}

.nav {
  background-image: url('../images/Nav-Image-XL.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.nav-elements {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-bar {
  background-color: #e9eff2eb;
}

.image {
  width: 291px;
}

.nav-logo-link {
  margin-top: -50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-links {
  color: var(--_kurita---k-blue);
  text-transform: uppercase;
  padding: 23px 30px;
  font-size: 15px;
  text-decoration: none;
  transition: background-color .35s;
}

.nav-links:hover {
  background-color: var(--_kurita---k-blue);
  color: var(--_kurita---white);
}

.top-links {
  z-index: 1;
  margin-top: -49px;
  padding: 13px 30px 13px 13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-top-links {
  color: var(--_kurita---white);
  text-shadow: 0 2px 1px #000;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.hero {
  background-color: var(--_kurita---k-dark-teal);
  padding-top: 53px;
  padding-bottom: 53px;
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content.flex {
  flex-flow: wrap;
  display: flex;
}

.slider {
  width: 100%;
  height: 400px;
  margin-top: 30px;
  margin-bottom: -120px;
  font-size: 11px;
  box-shadow: 0 0 30px #0000004d;
}

.intro {
  margin-top: 120px;
}

.p-large {
  font-size: 21px;
  line-height: 1.4em;
}

.mtp-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.mtp-logo {
  width: 360px;
}

.mtp-header-copy {
  color: var(--_kurita---white);
  flex: 1;
  padding-left: 45px;
}

.heading {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1em;
}

.header-sub {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2em;
}

.training-overview {
  background-color: var(--_kurita---k-light-blue-gray);
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-2 {
  color: var(--_kurita---k-dark-teal);
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-2.w {
  color: var(--_kurita---white);
}

.image-text-black {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overview-image {
  width: 35%;
  margin-left: 110px;
  position: sticky;
  top: 25px;
  box-shadow: 0 0 20px #00000063;
}

.mtp-list {
  margin-top: 29px;
  font-weight: 600;
}

.list-item {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.overview-images {
  justify-content: space-between;
  margin-top: 45px;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
}

.div-block {
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 290px;
  display: flex;
  overflow: hidden;
}

.img-behavior {
  object-fit: cover;
}

.details {
  display: flex;
}

.details-col {
  width: 50%;
  padding: 50px 50px 30px;
}

.details-col.l {
  background-color: var(--_kurita---k-light-blue-gray);
}

.details-col.r {
  background-color: var(--_kurita---k-dark-teal);
  color: var(--_kurita---white);
}

.col-text {
  column-count: 2;
  column-gap: 30px;
  font-size: 21px;
  line-height: 1.8em;
}

.whats-included {
  padding: 50px;
}

.highlight {
  color: var(--_kurita---k-dark-teal);
  font-style: italic;
}

.reserve {
  background-color: var(--_kurita---k-dark-blue);
  color: var(--_kurita---white);
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 21px;
  line-height: 1.4em;
}

.btn {
  background-color: var(--_kurita---k-cyan);
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 13px 25px;
  font-weight: 600;
  transition: background-color .35s;
}

.btn:hover {
  background-color: var(--_kurita---k-dark-grey);
}

.footer {
  background-color: var(--_kurita---k-light-blue-gray);
  color: var(--_kurita---k-dark-teal);
  background-image: url('../images/Footer-triangle.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}

.f-logo {
  width: 200px;
}

.f-logo-lnk {
  margin-bottom: 19px;
}

.f-copyright {
  border-top: 1px solid var(--_kurita---white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
}

.text-block {
  color: var(--_kurita---k-light-teal);
}

.background-video {
  z-index: 1;
  background-color: var(--_kurita---white);
  margin-bottom: -132px;
  position: relative;
  box-shadow: 0 0 30px #0003;
}

.play-pause-button {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .nav-elements {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .nav-logo-link {
    padding-left: 15px;
  }

  .nav-links {
    display: none;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-large {
    font-size: 18px;
  }

  .mtp-logo {
    width: 220px;
  }

  .heading {
    font-size: 22px;
    line-height: 1.2em;
  }

  .header-sub {
    font-size: 17px;
  }

  .overview-image {
    display: none;
  }

  .div-block {
    height: 190px;
    overflow: hidden;
  }

  .img-behavior {
    object-fit: fill;
  }

  .details {
    flex-flow: column;
  }

  .details-col.l, .details-col.r {
    width: 100%;
  }

  .background-video {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .nav-top-links {
    display: none;
  }

  .mtp-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mtp-header-copy {
    margin-top: 25px;
    padding-left: 0;
  }

  .training-overview {
    padding: 20px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .overview-images {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .details-col.l, .details-col.r {
    padding: 20px;
  }

  .col-text {
    column-count: 1;
    font-style: normal;
  }

  .whats-included {
    padding: 20px;
  }

  .background-video {
    height: 150px;
  }
}


