:root {
  --vh: 100vh;
}

body.page-tracescore-info .site-content, body.page-trackx-info .site-content, body.page-packbuddy-info .site-content {
  padding-top: 0;
}

.header-section {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .header-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .header-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-section .col.text {
  padding-right: 85px;
}
@media screen and (max-width: 1440px) {
  .header-section .col.text {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text {
    padding-right: 45px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .col.text {
    order: 2;
    margin-top: 20px;
    padding-right: 0;
  }
}
.header-section .col.text .heading-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .header-section .col.text .heading-wrapper {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .header-section .col.text .heading-wrapper img {
    max-width: 62px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text .heading-wrapper img {
    max-width: 42px;
  }
}
.header-section .col.text .heading-wrapper h1 {
  font-weight: bold;
  margin-left: 37px;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .header-section .col.text .heading-wrapper h1 {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text .heading-wrapper h1 {
    margin-left: 27px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .col.text .heading-wrapper h1 {
    margin-left: 22px;
  }
}
.header-section .col.text h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .header-section .col.text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .col.text h1 {
    font-size: 25px;
  }
}
.header-section .col.text h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .header-section .col.text h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .col.text h2 {
    font-size: 20px;
  }
}
.header-section .col.text .header-text {
  font-size: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1440px) {
  .header-section .col.text .header-text {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .col.text .header-text {
    font-size: 16px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .col.text .header-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.header-section .col.text .button {
  width: fit-content;
}
@media screen and (max-width: 780px) {
  .header-section .col.img {
    order: 1;
    height: auto;
  }
  .header-section .col.img img {
    max-width: 100%;
  }
}

.watermark-section {
  text-align: center;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .watermark-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.watermark-section > * {
  z-index: 1;
  position: relative;
}
.watermark-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/watermark-background.svg");
  background-repeat: no-repeat;
  background-position: -27% 15%;
}
@media screen and (max-width: 1440px) {
  .watermark-section:after {
    background-position: -47% 15%;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section:after {
    background-position: -62% 15%;
  }
}
@media screen and (max-width: 1024px) {
  .watermark-section:after {
    background-position: -122% 15%;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section:after {
    display: none;
  }
}
.watermark-section.dark {
  background-color: #312D2F;
}
.watermark-section.dark:after {
  opacity: 0.08;
}
.watermark-section.dark h3 {
  color: #DBFEAB;
  letter-spacing: 5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .watermark-section.dark h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.dark h3 {
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.dark h3 {
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
}
.watermark-section.dark h2 {
  margin-bottom: 65px;
  line-height: 1.32;
}
@media screen and (max-width: 1440px) {
  .watermark-section.dark h2 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.dark h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.dark h2 {
    margin-bottom: 25px;
  }
}
.watermark-section.dark p {
  color: #DBFEAB;
}
.watermark-section.dark p.white {
  color: #FFFFFF;
}
.watermark-section.light {
  background-color: #EAEAEA;
}
.watermark-section.light:after {
  opacity: 0.4;
}
.watermark-section.light h2 {
  color: #1D1D1B;
}
.watermark-section.light .button {
  margin-bottom: 82px;
}
@media screen and (max-width: 1440px) {
  .watermark-section.light .button {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.light .button {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.light .button {
    margin-bottom: 22px;
  }
}
.watermark-section.light p {
  color: #221E20;
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .watermark-section.light p {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.light p {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.light p {
    margin-bottom: 18px;
  }
}
.watermark-section.light-no-mark {
  background-color: #F0F0F0;
}
.watermark-section.light-no-mark:after {
  background-image: none;
}
.watermark-section.light-no-mark h2 {
  color: #1D1D1B;
}
.watermark-section.light-no-mark p {
  color: #221E20;
}
.watermark-section.transparent {
  background-color: transparent;
  padding-bottom: 0;
}
.watermark-section.transparent:after {
  background-image: none;
}
.watermark-section.transparent h2 {
  color: #221E20;
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .watermark-section.transparent h2 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.transparent h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.transparent h2 {
    margin-bottom: 25px;
  }
}
.watermark-section.transparent .goals .goal p {
  color: #1D1D1B;
}
.watermark-section.violet:after {
  background-image: url("../img/watermark-background-violet.svg");
  background-position: -32% 98%;
}
@media screen and (max-width: 1440px) {
  .watermark-section.violet:after {
    background-position: -58% 85%;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section.violet:after {
    background-position: -75% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .watermark-section.violet:after {
    background-position: -146% 9%;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section.violet:after {
    display: none;
  }
}
.watermark-section.normal-width .container {
  max-width: 1720px;
}
.watermark-section .text-wrapper {
  margin-bottom: 86px;
}
@media screen and (max-width: 1440px) {
  .watermark-section .text-wrapper {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 1260px) {
  .watermark-section .text-wrapper {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 780px) {
  .watermark-section .text-wrapper {
    margin-bottom: 26px;
  }
}
.watermark-section .text-wrapper .container {
  max-width: 1036px;
}
.watermark-section .container {
  max-width: 1280px;
}
.watermark-section .container.narrow {
  max-width: 1134px;
}
.watermark-section .container .button {
  width: fit-content;
}
.watermark-section .container .goals {
  justify-content: center;
}
.watermark-section .container .goals .goal {
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .watermark-section .container .goals .goal {
    margin-bottom: 30px;
  }
  .watermark-section .container .goals .goal:last-child {
    margin-bottom: 0;
  }
}
.watermark-section .container .goals .goal .icon {
  margin-bottom: 26px;
  height: 41px;
  width: 41px;
}
@media screen and (max-width: 1260px) {
  .watermark-section .container .goals .goal .icon {
    margin-bottom: 16px;
    height: 31px;
    width: 31px;
  }
}
.watermark-section .container .goals .goal p {
  font-weight: bold;
}
.watermark-section .container .info-wrapper {
  margin-bottom: 50px;
}
.watermark-section .container .icons-wrapper.product-icons {
  margin-top: 80px;
}
@media screen and (max-width: 780px) {
  .watermark-section .container .icons-wrapper {
    align-items: center;
  }
  .watermark-section .container .icons-wrapper .icon {
    max-height: 60px;
    margin-bottom: 40px;
  }
  .watermark-section .container .icons-wrapper .icon:last-child {
    margin-bottom: 0;
  }
}

.text-section {
  padding-top: 300px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  .text-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1260px) {
  .text-section {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  .text-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.text-section.narrow .container {
  max-width: 1176px;
}
.text-section.smaller-padding {
  padding-top: 55px;
}
@media screen and (max-width: 1440px) {
  .text-section.smaller-padding {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1260px) {
  .text-section.smaller-padding {
    padding-top: 35px;
  }
}
@media screen and (max-width: 780px) {
  .text-section.smaller-padding {
    padding-top: 25px;
  }
}
.text-section .container {
  text-align: center;
}
.text-section .container h2 {
  margin-bottom: 86px;
}
.text-section .container h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .text-section .container h2 {
    margin-bottom: 66px;
  }
  .text-section .container h2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1260px) {
  .text-section .container h2 {
    margin-bottom: 46px;
  }
  .text-section .container h2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .text-section .container h2 {
    margin-bottom: 26px;
  }
  .text-section .container h2:last-child {
    margin-bottom: 0;
  }
}

.section-carousel {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.section-carousel.vertical {
  background-color: #F4F4F4;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical {
    height: auto;
  }
}
.section-carousel.vertical .swiper-button-next, .section-carousel.vertical .swiper-button-prev {
  position: absolute;
  height: 14px;
  width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
}
.section-carousel.vertical .swiper-button-next {
  position: absolute;
  top: calc(50% - 35px);
}
@media screen and (max-width: 1440px) {
  .section-carousel.vertical .swiper-button-next {
    top: calc(50% - 25px);
  }
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .swiper-button-next {
    top: calc(35% - 20px);
  }
}
.section-carousel.vertical .swiper-button-prev {
  position: absolute;
  top: calc(50% + 35px);
}
@media screen and (max-width: 1440px) {
  .section-carousel.vertical .swiper-button-prev {
    top: calc(50% + 25px);
  }
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .swiper-button-prev {
    top: calc(35% + 20px);
  }
}
.section-carousel.vertical .container .swiper-solution {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .container .swiper-solution {
    padding: 30px 0;
    height: calc(950px + 60px);
  }
}
.section-carousel.vertical .container .swiper-solution .swiper-slide .rich-text {
  opacity: 0;
  display: none;
}
.section-carousel.vertical .container .swiper-solution .swiper-slide .button {
  opacity: 0;
  display: none;
}
.section-carousel.vertical .container .swiper-solution .swiper-slide-active .rich-text {
  opacity: 1;
  display: block;
}
.section-carousel.vertical .container .swiper-solution .swiper-slide-active .button {
  opacity: 1;
  display: flex;
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper {
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper {
    padding-right: 30px;
  }
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper .img-wrapper {
  padding-bottom: 0;
  padding-right: 18%;
}
@media screen and (max-width: 1440px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .img-wrapper {
    padding-right: 12%;
  }
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .img-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper .img-wrapper img {
  max-width: 457px;
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .img-wrapper img {
    max-width: 100%;
  }
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper {
  padding-top: 30px;
  max-height: 100vh;
  overflow-y: auto;
  padding-right: 8.5%;
}
@media screen and (max-width: 1440px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper {
    padding-right: 5.5%;
  }
}
@media screen and (max-width: 780px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper {
    padding-top: 0;
    padding-right: 0;
  }
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper .inner-wrapper {
  text-align: left;
  max-width: 100%;
}
.section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper .inner-wrapper .big {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-height: auto;
}
@media screen and (max-width: 1440px) {
  .section-carousel.vertical .container .swiper-solution .slide-wrapper .content-wrapper .inner-wrapper .rich-text {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .section-carousel {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 70px;
  }
}
.section-carousel .container-left .slide-wrapper, .section-carousel .container .slide-wrapper {
  height: auto;
  display: flex;
}
.section-carousel .container-left .slide-wrapper .img-wrapper, .section-carousel .container .slide-wrapper .img-wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .section-carousel .container-left .slide-wrapper .img-wrapper, .section-carousel .container .slide-wrapper .img-wrapper {
    padding-bottom: 20px;
  }
}
.section-carousel .container-left .slide-wrapper .inner-wrapper, .section-carousel .container .slide-wrapper .inner-wrapper {
  text-align: center;
  max-width: 540px;
}
.section-carousel .container-left .slide-wrapper .inner-wrapper h3, .section-carousel .container .slide-wrapper .inner-wrapper h3 {
  margin-bottom: 30px;
  line-height: 1.62em;
}
.section-carousel .container-left .slide-wrapper .inner-wrapper p.big, .section-carousel .container .slide-wrapper .inner-wrapper p.big {
  font-size: 22px;
  line-height: 1.45em;
  margin-bottom: 38px;
  max-width: 440px;
  min-height: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .section-carousel .container-left .slide-wrapper .inner-wrapper p.big, .section-carousel .container .slide-wrapper .inner-wrapper p.big {
    margin-bottom: 20px;
  }
}
.section-carousel .container-left .slide-wrapper .inner-wrapper .rich-text, .section-carousel .container .slide-wrapper .inner-wrapper .rich-text {
  margin-bottom: 75px;
}
@media screen and (max-width: 780px) {
  .section-carousel .container-left .slide-wrapper .inner-wrapper .rich-text, .section-carousel .container .slide-wrapper .inner-wrapper .rich-text {
    margin-bottom: 20px;
  }
}
.section-carousel .container-left .slide-wrapper .inner-wrapper .rich-text .green-color, .section-carousel .container .slide-wrapper .inner-wrapper .rich-text .green-color {
  color: #49BA56;
  font-weight: bold;
}
.section-carousel .container-left .slide-wrapper .button, .section-carousel .container .slide-wrapper .button {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
.section-carousel .swiper-button-prev, .section-carousel .swiper-button-next {
  background-repeat: no-repeat;
  cursor: pointer;
  top: 20px;
}
.section-carousel .swiper-button-prev::after, .section-carousel .swiper-button-next::after {
  display: none;
}
.section-carousel .swiper-button-prev {
  transform: rotate(-90deg) translateY(25%);
  left: 143px;
}
@media screen and (max-width: 1440px) {
  .section-carousel .swiper-button-prev {
    left: 40px;
  }
}
@media screen and (max-width: 780px) {
  .section-carousel .swiper-button-prev {
    left: 20px;
  }
}
.section-carousel .swiper-button-next {
  transform: rotate(-90deg);
  right: auto;
  left: 233px;
}
@media screen and (max-width: 1440px) {
  .section-carousel .swiper-button-next {
    left: 130px;
  }
}
@media screen and (max-width: 780px) {
  .section-carousel .swiper-button-next {
    left: 90px;
  }
}

.sign-up-section h2 {
  margin-bottom: 20px;
}
.sign-up-section h3 {
  margin-bottom: 50px;
}
.sign-up-section .button {
  width: fit-content;
}
.sign-up-section .buttons-wrapper :first-child {
  margin-right: 26px;
}
@media screen and (max-width: 780px) {
  .sign-up-section .buttons-wrapper :first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}