/*
 * PB Swiss Tools Torque Handles main-content stylesheet.
 * Reduced from the source page's bootstrap.min.css, project.min.css,
 * and page-level inline CSS. Header, navigation, search, breadcrumb,
 * social, newsletter, feedback, and footer selectors are excluded.
 */

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("./fonts/NeueHelvetica55Roman.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("./fonts/NeueHelvetica55Roman.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("./fonts/NeueHelvetica46LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("./fonts/NeueHelvetica75Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  min-width: 0;
  overflow-x: hidden;
  font-size: 10px;
  background: #f0f1f3;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f0f1f3;
  color: #231f20;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.pageWrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.content,
.content * {
  min-width: 0;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.content .container-fluid {
  max-width: 1120px;
}

.content--full {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.content--full .container-fluid {
  max-width: 1440px;
}

.row {
  margin-right: -24px;
  margin-left: -24px;
}

.row::before,
.row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-fluid .row--noGutter > [class^="col"] {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.rowFlex {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.rowFlex > div {
  flex: 0 0 auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.rowFlex > .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.content__section {
  margin: 50px 0;
}

.hero {
  margin: 0 auto;
  padding-bottom: 15px;
}

.hero__backgroundWrapper {
  position: relative;
  z-index: 1;
}

.content--normal .hero__backgroundWrapper {
  margin-right: -23px;
  margin-left: -23px;
}

.img-responsive,
.hero__background {
  display: block;
  max-width: 100%;
  height: auto;
}

.focused-image {
  position: relative;
  display: block;
  width: 100%;
}

.hero__content-wrap {
  position: relative;
  z-index: 2;
}

.hero__content {
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-left: 0;
  padding: 40px 0 0;
  background: #fff;
  text-align: center;
}

.hero--sub .hero__content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}

.hero--sub .hero__content {
  text-align: left;
}

.hero--sub .hero__subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.hero--sub .hero__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
}

.hero--sub .hero__body {
  display: block;
  color: #231f20;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.hero--sub .hero__body p {
  margin: 0;
}

.hero--sub ~ .content__section {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  margin-bottom: 40px;
}

.singleImg,
.loadingWrapper {
  position: relative;
}

.videowrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content--small > div {
  max-width: 460px;
  margin: 20px auto 0;
  padding-right: 15px;
  padding-left: 15px;
}

.header--lvl2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  overflow-wrap: anywhere;
}

.text__bodytext {
  overflow-wrap: anywhere;
}

.text__bodytext p {
  margin-top: 0;
  margin-bottom: 10px;
}

.blockquote,
blockquote {
  margin: 35px 0 !important;
  padding: 25px 0;
  border-top: 1px solid #b3abad;
  border-right: 0;
  border-bottom: 1px solid #b3abad;
  border-left: 0;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-align: center;
}

blockquote p {
  text-align: center;
}

.text-center {
  text-align: center;
}

.application-navigation {
  margin-top: 80px;
  margin-bottom: 50px;
}

.navigation--tile {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -8px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.navigation--tile.navigation--tileLarge .productList__item {
  width: 100%;
  margin: 0 0 32px;
  padding: 0 8px;
}

.navigation--tile.navigation--tileLarge .product__contentWrapper {
  position: relative;
  display: block;
  height: 100%;
  margin-left: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: #231f20;
  font-weight: 700;
  text-decoration: none;
}

.navigation--tile.navigation--tileLarge .product__contentWrapper::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 0 solid #e1121a;
  content: "";
  pointer-events: none;
  transition: border-width 160ms ease;
}

.navigation--tile.navigation--tileLarge .product__contentWrapper:hover::before,
.navigation--tile.navigation--tileLarge .product__contentWrapper:focus-visible::before {
  border-width: 5px;
}

.navigation--tile.navigation--tileLarge .product__contentWrapper:focus-visible {
  outline: 3px solid rgba(225, 18, 26, 0.65);
  outline-offset: 3px;
}

.navigation--tile.navigation--tileLarge .product__imageWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 19 / 12;
  overflow: hidden;
  background: #ebe6e6;
}

.navigation--tile.navigation--tileLarge .product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.navigation--tile.navigation--tileLarge .product__contentWrapper:hover .product__image,
.navigation--tile.navigation--tileLarge .product__contentWrapper:focus-visible .product__image {
  transform: scale(1.02);
}

.navigation--tile.navigation--tileLarge .navigation__linktext {
  position: relative;
  min-height: 45px;
  padding: 12px 44px 12px 20px;
  color: #231f20;
  font-size: 18px;
  line-height: 1.25;
}

.navigation--tile.navigation--tileLarge .navigation__linktext::after {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #e1121a;
  content: "›";
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px;
}

a,
a:link,
a:hover,
a:visited,
a:focus,
a:active {
  color: #e1121a;
  font-weight: 700;
  text-decoration: underline;
}

a:focus-visible {
  outline: 3px solid rgba(225, 18, 26, 0.65);
  outline-offset: 3px;
}

@media (min-width: 540px) {
  .content--normal .hero__backgroundWrapper {
    margin-right: -39px;
    margin-left: -39px;
  }

  .navigation--tile {
    margin-right: -12px;
    margin-left: -12px;
  }

  .navigation--tile.navigation--tileLarge .productList__item {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .row {
    margin-right: -16px;
    margin-left: -16px;
  }

  .col-xs-12 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content--full {
    margin-right: -15px;
    margin-left: -15px;
  }

  .content--normal .hero__backgroundWrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .hero {
    padding-bottom: 20px;
  }

  .hero--sub .hero__content {
    width: calc(100% - 128px);
    margin: -100px auto auto;
    padding: 64px 40px 0;
  }

  .hero--sub .hero__title {
    margin-bottom: 20px;
  }

  .rowFlex {
    margin-right: -12px;
    margin-left: -12px;
  }

  .rowFlex > .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .rowFlex > .col-sm-push-6 {
    order: 2;
  }

  .rowFlex > .col-sm-pull-6 {
    order: 1;
  }

  .col-xs-12.col-sm-6.content--small {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .col-xs-12.col-sm-6.content--small > div {
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 60px;
  }

  .col-xs-12.col-sm-6.col-sm-pull-6.content--small {
    padding-right: 60px;
    padding-left: 0;
  }

  .col-xs-12.col-sm-6.col-sm-pull-6.content--small > div {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .hero--sub .hero__content {
    width: 83.33333%;
    padding: 64px 64px 0;
  }

  .header--lvl2 {
    font-size: 36px;
    line-height: 1.25;
  }

  .rowFlex {
    margin-right: -16px;
    margin-left: -16px;
  }

  .navigation--tile {
    margin-right: -16px;
    margin-left: -16px;
  }

  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 3);
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .content--normal .hero__backgroundWrapper {
    margin-right: calc(((100vw - 1120px) / 2 - 44px) * -1);
    margin-left: calc(((100vw - 1120px) / 2 - 44px) * -1);
  }
}

@media (min-width: 1270px) {
  .content--full {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  .content--normal .hero__backgroundWrapper {
    margin-right: -118px;
    margin-left: -118px;
  }
}
