.front-section {
  padding: 6rem 0;
  margin: 0;
}
.front-section .front--upper {
  text-align: center;
  padding: 0 25%;
  overflow: hidden;
}
.front-section .front--upper.has-padding .front--title {
  margin-left: -18%;
  margin-right: -18%;
}
.front-section.top-dome {
  position: relative;
}
.front-section.top-dome::before {
  bottom: calc(100% - 1px);
  content: "";
  background-color: #fff;
  clip-path: url(#ptgTopDome);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 10vh;
  z-index: 20;
  pointer-events: none;
}
.front-section.top-dome > div {
  margin-top: -10vh;
  z-index: 25;
  position: relative;
}
.front-section.before-dome {
  padding-bottom: calc(6rem + 10vh);
}
.front-section.top-swoop-cutout {
  position: relative;
}
.front-section.top-swoop-cutout::after {
  top: calc(100% - 1px);
  content: "";
  background-color: #FFF;
  clip-path: url(#ptgTopSwooshCutout);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 10vw;
  z-index: 20;
  pointer-events: none;
}

.front--cards {
  margin-top: 2rem;
}

.front--dark {
  background-color: #000;
  color: #fff;
}
.front--dark .front--title {
  color: #fff;
}

.front--innovation-resources {
  padding-top: 8vw;
}

.front--title {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.front--subtitle {
  margin-bottom: 1rem;
  color: #EB120A;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.front-section.hero {
  margin-top: 0;
  padding-top: 0;
}

.hero-slider {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .hero-slider {
    margin-top: -6.875rem;
    height: 90vh;
    min-height: 55rem;
  }
}
.hero-slider .swiper-slide > img {
  z-index: -1;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-slider .hero-slider--slide {
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-slider--slide {
    position: relative;
    top: calc(50% + 3.4375rem);
    transform: translate3d(0, -50%, 0);
  }
}
.hero-slider .hero-slider--label {
  display: block;
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 1.5rem;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-slider--label {
    padding-right: 50%;
    font-size: 4.375rem;
  }
}
.hero-slider .hero-slider--text {
  font-size: 1.25rem;
  line-height: 1.375;
  margin-bottom: 1.5rem;
}
.hero-slider .hero-slider-cta {
  border-radius: 0.75rem;
  background: rgba(9, 9, 9, 0.6);
  backdrop-filter: blur(3rem);
  margin-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-slider-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.hero-slider .hero-slider-cta--card {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.hero-slider .hero-slider-cta--card > img {
  height: 2.75rem;
  width: 2.75rem;
  background-color: #090909;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: content-box;
  padding: 0.5rem;
  border-radius: 50%;
  border: 2px solid var(--ptg_card_color);
}
@media screen and (min-width: 1200px) {
  .hero-slider .hero-slider-cta--card {
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero-slider .hero-slider-cta--card:last-child {
    border-right: 0;
  }
}
.hero-slider .nav-wrapper {
  position: relative;
}
.hero-slider .ptg-swiper-nav {
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.front-section.video > .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 4rem;
  z-index: 25;
}
.front-section.video .video--video {
  width: 55%;
  flex-shrink: 0;
}
.front-section.video .video--video .ptg_vimeo_wrapper,
.front-section.video .video--video .vimeo_iframe_wrapper {
  height: 100%;
  width: 100%;
}
.front-section.video .video--button_wrap {
  margin-top: 2.5rem;
}
.front-section.video .video--button_wrap a {
  margin-right: 1.25em;
}
.front-section.video .video--button_wrap a:last-child {
  margin-right: 0;
}

.front-section.products {
  margin-top: 10vw;
  position: relative;
}
.front-section.products::before {
  bottom: calc(100% - 1px);
  content: "";
  background-color: #000;
  clip-path: url(#ptgTopSwoosh);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 14vw;
  z-index: 20;
  pointer-events: none;
}
.front-section.products .products--cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
.front-section.products .products--cards .card--card {
  min-width: 31.33%;
  flex: 1 1 calc(33.33% - 2rem);
}

.front-section.applications .applications--cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
.front-section.applications .applications--cards .card--card {
  min-width: 31.33%;
  flex: 1 1 calc(33.33% - 2rem);
}
.front-section.applications .applications--cards .card--card .card--icon svg,
.front-section.applications .applications--cards .card--card .card--icon path {
  fill: #000 !important;
  stroke: #000 !important;
}

.front-section.innovation .innovation--cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
.front-section.innovation .innovation--cards .card--card {
  min-width: 31.33%;
  flex: 1 1 calc(33.33% - 2rem);
}

.front-section.tools .tools--cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
.front-section.tools .tools--cards .card--card {
  min-width: 48%;
  flex: 1 1 calc(50% - 2rem);
}

.front-section.company .block--wrapper {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  flex-wrap: nowrap;
  align-items: center;
  margin: 6rem 0;
}
.front-section.company .block--wrapper:nth-child(2n) .block--image {
  order: 0;
}
.front-section.company .block--wrapper:nth-child(2n) .block--text {
  order: 1;
}
.front-section.company .block--wrapper:last-child {
  margin-bottom: 2rem;
}
.front-section.company .block--image {
  width: 60%;
  flex-shrink: 0;
  position: relative;
}
.front-section.company .block--image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.front-section.company .block--stats {
  position: absolute;
  bottom: 20%;
  left: -1em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 0.75rem;
  padding: 1rem;
  backdrop-filter: blur(2rem);
}
.front-section.company .stat--outer {
  display: block;
  margin-right: 1.5em;
  font-size: 2.625rem;
  line-height: 1.1;
  font-family: "PP Neue Corp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.front-section.company .stat--counter {
  display: inline-block;
}
.front-section.company .stat--suffix {
  color: #FDB30E;
}
.front-section.company .stat--descriptor {
  opacity: 0.7;
  font-size: 0.75rem;
  line-height: 1.5;
}
.front-section.company a.ptg_button {
  margin-top: 2.5rem;
  display: inline-block;
}

.front-section.blog {
  background-color: #fff;
  padding: 6rem 0 calc(6rem + 5vw) 0;
}
.front-section.blog .front--upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul li {
  padding: 0 0 0.75em 1.25em;
  position: relative;
}
.wysiwyg ul li::before {
  content: "";
  display: inline-block;
  mask-image: url(../libs/fontawesome/svgs/regular/check.svg);
  mask-repeat: no-repeat;
  mask-position: center left;
  background-color: #EB120A;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

/*# sourceMappingURL=front-page.css.map */
