:root {
  --tfx-navy: #00205b;
  --tfx-sky: #f2f6fa;
  --tfx-blue: #19a6e1;
  --tfx-blue-dark: #128fc1;
  --tfx-white: #ffffff;
  --tfx-line: #e8edf6;
  --tile-border: #e3ecf6;
}

.video-16x9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ep-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 12px;
  object-fit: contain;
  display: inline-block;
}

.tfx-hero {
  position: relative;
  overflow: hidden;
  background: #f2f6fa;
}

.tfx-hero__video {
  display: block;
  width: 100%;
  height: 34vw;
  object-fit: cover;
}

.tfx-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.tfx-hero__copy {
  position: relative;
}

.tfx-hero__title {
  margin: 0 0 0.25rem;
  color: #0b2b59;
  font-weight: 800;
  font-size: 4rem;
}

.tfx-hero__subtitle {
  display: block;
  margin: 0 0 0.6rem;
  color: #00205b;
  font-weight: 300;
  line-height: 1.15;
  font-size: 2.6vw;
}

.tfx-hero__sub {
  margin-bottom: 1em;
  color: #0b2b59;
  font-weight: 600;
  font-size: 1.6vw;
}

.tfx-hero__cta .btn {
  max-width: 25vw;
  margin-top: 1em;
  z-index: 10;
}

.tfx-hero__cta .btn:hover {
  cursor: pointer;
}

.panel-card {
  padding: 12px;
}

.kit-modal .modal-content {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  width: 75%;
  margin: auto;
}

.kit-modal .modal-body {
  padding: 0;
}

.kit-modal .kit-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 26px;
  line-height: 1;
  z-index: 1052;
  background: transparent;
  border: 0;
  color: #00205b;
  opacity: 0.9;
}

.kit-modal .kit-close:hover {
  opacity: 1;
}

.kit-modal .kit-modal-info {
  background: #072b5c;
  color: #fff;
  padding: 16px;
}

.kit-modal .ep-kit-list {
  margin: 0 0 6px 22px;
}

ol.ep-kit-list {
  padding-left: 26px;
}

.ep-kit-btn {
  margin: 10px;
}

.thin-title {
  color: #00205b;
  font-weight: 200;
  line-height: 1;
  font-size: 1.5em;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pa-20 {
  padding: 20px;
}

.p-0 {
  padding: 0px;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.pl-10 {
  padding-left: 10px;
}

.m-auto {
  margin: auto;
}

.ep-section {
  padding: 48px 0;
}

.ep-white {
  background: #fff;
}

.ep-dark {
  background: var(--tfx-navy);
  color: #fff;
}

.ep-h2 {
  margin: 0 0 8px;
  color: #16355c;
  font-weight: 800;
}

.ep-benefits-sub {
  display: block;
  margin: 0 0 0.6rem;
  color: white;
  font-weight: 300;
  font-size: 1.5em;
}

.ep-intro {
  margin: 6px 0 16px;
  color: #4a4f57;
  width: 80%;
  padding: 24px;
  margin-left: 30px;
  margin: auto;
  color: var(--tfx-navy);
  font-weight: 500;
}

.ep-accent {
  color: #1ba6e3;
}

.ep-invert {
  color: #fff;
}

.ep-light {
  color: #9ad7ff;
  font-weight: 600;
}

.btn-tele {
  background: var(--tfx-blue);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px !important;
  padding: 8px;
}

.btn-tele:hover {
  background: var(--tfx-blue-dark);
  color: #fff;
}

.btn-tele-invert {
  background: transparent;
  color: #fff;
  border: 1px solid #9ad7ff;
}

.btn-tele-invert:hover {
  background: #fff;
  color: var(--tfx-navy);
}

.ep-cta-lg {
  margin-top: 6px;
  padding: 0.6em 1.2em;
}

.ep-benefits {
  background: var(--tfx-navy);
  color: #fff;
  padding: 48px 0 60px;
}

.ep-benefits-title {
  margin: 0;
  font-weight: 800;
  color: white;
}

.ep-tile {
  background: #fff;
  border: 1px solid var(--tile-border);
  border-radius: 10px;
  margin-bottom: 16px;
}

.accordion {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 0;
  text-align: left;
  font-weight: 700;
  color: #16355c;
  position: relative;
}

.accordion-button img {
  flex: 0 0 auto;
}

.accordion-button span {
  flex: 1 1 auto;
}

.accordion-button .up-arrow {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.accordion-button:not(.collapsed) .up-arrow {
  transform: rotate(0deg);
}

.accordion-button.collapsed .up-arrow {
  transform: rotate(-180deg);
}


.panel {
  margin-top: 20px;
  width: 80%;
  border-radius: 4px !important;
}

.panel-body {
  background: #fff;
  border-top: 1px solid var(--tile-border);
  padding: 16px 18px;
  color: #2d3440;
}

.ep-split .ep-split-card {
  background: #fff;
  border: 1px solid var(--tfx-line);
}

.ep-split .ep-split-blue {
  background: #27a8e0;
  border-color: #27a8e0;
}

.ep-split .ep-split-light-blue {
  background: #d0eefa;
  border-color: #d0eefa;
}

.ep-split-caption {
  padding: 10px 12px;
  color: #16355c;
}

.ep-gradient {
  background: linear-gradient(180deg, #27a8e0 0%, #0a3870 50%, #072b5c 100%);
  color: #fff;
}

.ep-video-thumb {
  position: relative;
  display: block;
}

.ep-video-thumb img {
  border-radius: 8px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.25);
}

.ep-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}

.ep-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #0a3870;
}

.ep-form-card {
  background: #fff;
  border: 1px solid var(--tfx-line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.12);
}

.form-frame {
  width: 100%;
  height: 860px;
  border: 0;
}

.ep-refs ol {
  padding-left: 18px;
}

.ep-refs p {
  color: #cfe7ff;
}

.panel-body ul li {
  color: var(--tfx-navy);
}

.ep-kits {
  margin-top: 14px;
}

.ep-kits > [class*="col-"] {
  display: flex;
}

.ep-kit {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid var(--tfx-line);
  border-radius: 12px;
  flex: 1 1 auto;
}

.ep-kit-img {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  background: #f5f7fb;
  margin: 0;
}

.ep-kit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ep-kit-body {
  width: 100%;
}

.ep-kit-sub {
  margin-left: 10px;
}

.ep-kit-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #072b5c;
  color: #fff;
  padding: 16px;
}

.row.ep-kits {
  display: flex;
  flex-wrap: wrap;
}

.ep-kit-btn {
  margin-top: auto;
}

.wrapper,
#reduce-need {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media (min-width: 768px) {
  .ep-split {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .blue-squares {
    float: none;
    display: flex;
    width: 50%;
  }

  .ep-split-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .ep-split-card img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .ep-section {
    padding: 36px 0;
  }

  .form-frame {
    height: 980px;
  }
}

@media (min-width: 1200px) {
  .kit-modal .modal-dialog.modal-lg {
    width: 980px;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 45vh;
  }

  .tfx-hero__video {
    height: 45vh;
  }

  .tfx-hero__subtitle {
    font-size: 3rem;
  }
  .tfx-hero__sub {
    font-size: 2rem;
  }

  .tfx-hero__cta .btn {
    max-width: none;
  }

  #LblmktoCheckbox_8503_0, #LblmktoCheckbox_8490_0 {
    max-width: 50%;
  }

  .marketo-form {
    margin: 20px;
  }

  .mktoFormRow {
    max-width: 50%!important;
  }
}

@media (max-width: 1200px) {
  .mobile-pb {
    padding-bottom: 2em !important;
  }

}

@media (max-width: 480px) {
  .mktoFormRow {
    max-width: 100%!important;
  }

  .marketo-styled {
    margin: 10px !important;
  }

}
