﻿/*
 * Source style matrix, Spies Hecker tou.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case, mb15 per paragraph.
 * Bold inline (b/strong): #1e1e1e 15px/22px weight 700.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center; hr 227Г—2 #ff0000 mt10 mb35.
 * H3 contentFragment title: #ff0000 20px/26px Arial 400 center mb10.
 * H3 section titles in body: #ff0000 20px/26px Arial 400 center mb10.
 * Link default: #ff0000; hover/focus #ff0000 underline.
 * Breadcrumb: #868686 14px/20px, hover #ff0000.
 * MoodImage: full-width 16:9 strip; theme_color15 gradient overlay.
 * Component stack: margin 30px 0; section block mb10.
 * No Wistia/PDF on source page.
 */

.tou-page {
  --tou-red: #ff0000;
  --tou-text: #1e1e1e;
  --tou-breadcrumb: #868686;
  --tou-grey: #eaeaea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--tou-text);
}

.tou-page,
.tou-page *,
.tou-page *::before,
.tou-page *::after {
  box-sizing: border-box;
}

.tou-moodImage {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background: var(--tou-grey);
}

.tou-moodImage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(-8deg, rgba(0, 0, 0, 0.45), rgba(255, 0, 0, 0.45));
}

.tou-moodImage picture,
.tou-moodImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tou-moodImage img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.tou-page > .container {
  padding-top: 0;
}

.tou-breadcrumb {
  margin: 0 0 12px;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--tou-breadcrumb);
}

.tou-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.tou-breadcrumb a:hover,
.tou-breadcrumb a:focus-visible {
  color: var(--tou-red);
  text-decoration: none;
}

.tou-breadcrumb a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.tou-breadcrumb-sep {
  display: inline-block;
  margin: 0 0.55em;
}

.tou-breadcrumb-sep::before {
  content: "\2192";
}

.tou-replica {
  padding: 0 15px 35px;
}

.tou-replica .headlineContent {
  margin: 0;
  padding: 0;
}

.tou-page .tou-replica .component.headline {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.tou-page .tou-replica .component.headline h1#tou-title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--tou-red);
}

.tou-page .tou-replica .component.headline hr {
  width: 227px;
  max-width: 227px;
  height: 2px;
  margin: 10px auto 35px;
  padding: 0;
  border: 0;
  background: var(--tou-red);
}

.tou-section-block {
  margin: 0 0 10px;
  padding: 0;
}

.tou-page .tou-replica .cmp-contentfragment__title {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--tou-red);
}

.tou-page .tou-replica .component.textComponent,
.tou-page .tou-replica .tou-legal-body {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tou-page .tou-replica .tou-legal-body p,
.tou-page .tou-replica .component.textComponent p {
  margin: 0 0 15px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--tou-text);
}

.tou-page .tou-replica .tou-legal-body ul,
.tou-page .tou-replica .tou-legal-body ol,
.tou-page .tou-replica .component.textComponent ul,
.tou-page .tou-replica .component.textComponent ol {
  margin: 0 0 15px;
  padding: 0 0 0 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: var(--tou-text);
}

.tou-page .tou-replica .tou-legal-body li,
.tou-page .tou-replica .component.textComponent li {
  margin: 0 0 8px;
}

.tou-page .tou-replica .tou-legal-body h3,
.tou-page .tou-replica .component.textComponent h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--tou-red);
}

.tou-page .tou-replica .tou-legal-body b,
.tou-page .tou-replica .tou-legal-body strong,
.tou-page .tou-replica .component.textComponent b,
.tou-page .tou-replica .component.textComponent strong {
  font-weight: 700;
  color: var(--tou-text);
}

.tou-page .tou-replica .tou-legal-body a,
.tou-page .tou-replica .component.textComponent a {
  color: var(--tou-red);
  text-decoration: underline;
}

.tou-page .tou-replica .tou-legal-body a:hover,
.tou-page .tou-replica .tou-legal-body a:focus-visible,
.tou-page .tou-replica .component.textComponent a:hover,
.tou-page .tou-replica .component.textComponent a:focus-visible {
  color: var(--tou-red);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .tou-page .tou-replica .component.headline h1#tou-title {
    font-size: 26px;
    line-height: 33.8px;
  }

  .tou-moodImage img {
    aspect-ratio: 4 / 3;
  }
}
