.tp-landingpage .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}.tp-landingpage .text-block {
  width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}.tp-landingpage .text-block.oben {
  width: 85%;
  margin: 140px auto 40px;
  font-family: 'Tradegothicfornike365 roman', sans-serif;
  font-size: 22px;
  line-height: 27px;
}.tp-landingpage {
  max-width: 1250px;
}.tp-landingpage .heading {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  font-family: Adineuepro, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
}.tp-landingpage .wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .img {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Card-Still.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease, height 500ms ease;
  transition: opacity 500ms ease, height 500ms ease;
}.tp-landingpage .img:hover {
  height: 100vh;
  background-image: url('../images/dom-hill-nimElTcTNyY-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}.tp-landingpage .heading-2 {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
}.tp-landingpage .heading-2._2 {
  left: auto;
  top: 0%;
  right: -156px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3e66;
  text-align: center;
}.tp-landingpage .heading-2._3 {
  left: -38px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #efbc00;
  text-align: center;
}.tp-landingpage .cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Card-Still.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease, height 500ms ease;
  transition: opacity 500ms ease, height 500ms ease;
}.tp-landingpage .cont:hover {
  height: 100vh;
  background-image: url('../images/mubariz-mehdizadeh-o-wlIFT4zE4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}.tp-landingpage .div-block {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .image {
  display: block;
  max-width: 72%;
  margin-right: auto;
  margin-bottom: -38px;
  margin-left: auto;
}.tp-landingpage .heading-3 {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}.tp-landingpage .slider {
  width: auto;
  height: auto;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}.tp-landingpage .left-arrow-2 {
  display: none;
  height: 200px;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .right-arrow-2 {
  display: none;
  height: 200px;
  margin-right: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .image-5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}.tp-landingpage .slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}.tp-landingpage .title {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
  text-align: right;
  letter-spacing: -3px;
}.tp-landingpage .link {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}.tp-landingpage .link:hover {
  text-decoration: underline;
}.tp-landingpage .image-2-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 40%;
  margin-right: -11vw;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .image-1 {
  z-index: 3;
  display: block;
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.14);
}.tp-landingpage .image-1-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 60%;
  margin-right: -8vw;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.13);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .image-3-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 30%;
  margin-right: 20px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.34);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .slide-nav {
  display: block;
  font-size: 10px;
}.tp-landingpage .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}.tp-landingpage .image-3 {
  z-index: 1;
  display: block;
  margin-right: 0px;
  margin-left: auto;
}.tp-landingpage .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .image-2 {
  z-index: 2;
  width: auto;
  height: auto;
}.tp-landingpage .slider-2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}.tp-landingpage .left-arrow-3 {
  display: none;
  height: 200px;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .right-arrow-3 {
  display: none;
  height: 200px;
  margin-right: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.tp-landingpage .image-2-wrapper-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 22vw;
  margin-right: -11vw;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .image-6 {
  z-index: 3;
  width: auto;
  height: auto;
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.14);
}.tp-landingpage .image-1-wrapper-2 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 25vw;
  margin-right: -8vw;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.13);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .image-3-wrapper-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 19vw;
  margin-right: 0px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.34);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}.tp-landingpage .heading-4 {
  margin-top: 100px;
  margin-bottom: 0px;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .button__fill-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50%;
  background-color: #cedbb2;
  background-image: none;
}.tp-landingpage .button__fill-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-color: #cedbb2;
  background-image: -webkit-gradient(linear, right top, left top, from(#30257c), color-stop(40%, #fa7fb4), color-stop(80%, #cedbb2));
  background-image: linear-gradient(270deg, #30257c, #fa7fb4 40%, #cedbb2 80%);
}.tp-landingpage .heading-5 {
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .heading-6 {
  margin: 220px auto 40px;
  font-family: 'Futura nd for nike', sans-serif;
  color: #000;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .button__fill-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #cedbb2;
  background-image: -webkit-gradient(linear, left top, right top, from(#30257c), color-stop(40%, #fa7fb4), color-stop(80%, #cedbb2));
  background-image: linear-gradient(90deg, #30257c, #fa7fb4 40%, #cedbb2 80%);
}.tp-landingpage .text-span {
  color: #000;
  font-size: 50px;
}.tp-landingpage .text-mask-l4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  max-width: none;
  margin-top: -2px;
  margin-left: -7px;
}.tp-landingpage .button-2 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #424fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}.tp-landingpage .button-2:hover {
  color: #424fff;
}.tp-landingpage .button-2.button--home-hero {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #000;
  background-image: none;
  color: #fff;
}.tp-landingpage .button-2.button--home-hero.button-link-2 {
  width: 50%;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}.tp-landingpage .text-bg-l4 {
  position: absolute;
  left: -58%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 500px;
  max-width: none;
}.tp-landingpage .link-4 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 36px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}.tp-landingpage .overlay-wrapper-l4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 240px;
  height: 33px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .button__text {
  position: relative;
  z-index: 10;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}.tp-landingpage .button__fill-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50%;
  background-color: #cedbb2;
  background-image: none;
}.tp-landingpage .div-block-2 {
  margin-top: 40px;
}.tp-landingpage .div-block-3 {
  background-color: #8cbe00;
}.tp-landingpage .div-block-3.r {
  background-color: #ff445a;
}.tp-landingpage .div-block-3.l {
  background-color: #583f83;
}.tp-landingpage .div-block-3.p {
  background-color: #ff37b8;
}.tp-landingpage .div-block-3.z {
  background-color: #1e73d1;
}.tp-landingpage .div-block-3.c {
  background-color: #c8de8b;
}.tp-landingpage .div-block-3.guh {
  background-color: #fe4180;
}.tp-landingpage .image-7 {
  margin-top: 140px;
  margin-bottom: 60px;
  padding-bottom: 0px;
}.tp-landingpage .text-block-2 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Tradegothicfornike365 roman', sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}.tp-landingpage .div-block-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}.tp-landingpage .div-block-5 {
  margin-top: 250px;
}.tp-landingpage .div-block-5._1 {
  margin-top: 100px;
}.tp-landingpage .div-block-5._3 {
  margin-top: 160px;
  margin-bottom: 60px;
}.tp-landingpage .text-block-3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .heading-7 {
  position: relative;
  margin-right: 30px;
  margin-bottom: -100px;
  font-family: 'Futura nd for nike', sans-serif;
  color: #8cbe00;
  font-size: 70px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .heading-7.r {
  margin-right: 0px;
  padding-left: 30px;
  color: #ff445a;
}.tp-landingpage .heading-7.l {
  margin-right: 0px;
  padding-right: 30px;
  font-family: 'Futura nd for nike', sans-serif;
  color: #583f83;
}.tp-landingpage .heading-7.p {
  padding-left: 30px;
  color: #ff3679;
}.tp-landingpage .heading-7.b {
  padding-left: 165px;
  color: #1e73d1;
}.tp-landingpage .heading-7.gr {
  margin-right: 0px;
  padding-left: 30px;
  font-family: 'Futura nd for nike', sans-serif;
  color: #fe4180;
}.tp-landingpage .heading-7.ok {
  margin-right: 0px;
  padding-left: 140px;
  font-family: 'Futura nd for nike', sans-serif;
  color: #ff37b8;
}.tp-landingpage .text-span-2 {
  color: #fff;
}.tp-landingpage .button-14 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 250px;
  height: 41px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #009bfb;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  color: #009bfb;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}.tp-landingpage .text-button-b14 {
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
}.tp-landingpage .button-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 41px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #83dc52;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}.tp-landingpage .button-1.h {
  width: 80%;
  margin-top: 60px;
}.tp-landingpage .button-1.h.u {
  margin-top: 100px;
  margin-bottom: 100px;
}.tp-landingpage .button-1.d {
  width: 80%;
}.tp-landingpage .button-1.gdfgdfg {
  width: 80%;
  margin-top: 60px;
}.tp-landingpage .button-text-b1 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}.tp-landingpage .hover-out-button-b1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}.tp-landingpage .hover-on-button-b1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  background-color: #caf657;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 3px 0 #e4e4e4;
  color: #fff;
}.tp-landingpage .button-1-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 41px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #83dc52;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}.tp-landingpage .button-1-2.d {
  width: 80%;
  margin-top: 0px;
}.tp-landingpage .button-1-2.d.u {
  margin-top: 60px;
}.tp-landingpage .button-1-2.h {
  margin-top: 0px;
}.tp-landingpage .button-1-2.h.dfgdfg {
  width: 80%;
  margin-top: 40px;
}.tp-landingpage .button-text-b1-2 {
  position: relative;
  z-index: 10;
  color: #000;
  text-transform: uppercase;
}.tp-landingpage .hover-out-button-b1-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 #e4e4e4;
  color: #83dc52;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}.tp-landingpage .hover-on-button-b1-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  background-color: #f1953a;
  background-image: -webkit-gradient(linear, left top, right top, from(#583f83), color-stop(50%, #ff3679), to(#cae58e));
  background-image: linear-gradient(90deg, #583f83, #ff3679 50%, #cae58e);
  box-shadow: 1px 1px 3px 0 #e4e4e4;
}.tp-landingpage .grid {
  display: none;
  margin-top: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .bold-text {
  color: #fff;
}.tp-landingpage .image-11 {
  position: relative;
  display: block;
  max-width: 25%;
  margin: 30% auto 0px;
}.tp-landingpage .grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .div-block-6 {
  background-color: #1e1a1e;
}.tp-landingpage .image-12 {
  max-width: 20%;
}.tp-landingpage .text-block-4 {
  display: inline;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #8cbe00;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  font-family: 'Futura nd for nike', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .text-block-4.div-block-6 {
  background-color: #583f83;
}.tp-landingpage .div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30%;
  margin-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}.tp-landingpage .text-block-5 {
  margin-top: 10px;
  font-family: 'Tradegothicfornike365 roman', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .text-block-6 {
  width: 85%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: Adihausdin, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}.tp-landingpage .text-block-6.unten {
  margin-top: 100px;
  font-size: 20px;
}.tp-landingpage .text-block-7 {
  width: 60%;
  margin: 60px 10% 100px auto;
  font-family: 'Adihausdin cond', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}.tp-landingpage .text-block-7.unten {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Adihausdin, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 1px 1px 20px #002b3d;
}.tp-landingpage .image-13 {
  display: block;
  width: 60%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 5%;
}.tp-landingpage .image-14 {
  position: relative;
  display: block;
  max-width: 40%;
  margin: 0px auto -51px;
  padding-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}.tp-landingpage .image-15 {
  display: block;
  margin-top: 0px;
}.tp-landingpage .grid-3 {
  margin-top: 100px;
}.tp-landingpage .slider-3 {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}.tp-landingpage .mask {
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .slide {
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .image-16 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .image-17 {
  height: auto;
}.tp-landingpage .left-arrow {
  display: none;
}.tp-landingpage .right-arrow {
  display: none;
}.tp-landingpage .slide-nav-2 {
  display: none;
}.tp-landingpage .div-block-8 {
  background-color: #000201;
}.tp-landingpage .heading-8 {
  font-family: Adineuepro, sans-serif;
  color: #fff;
  font-size: 70px;
  text-align: center;
}.tp-landingpage .grid-4 {
  margin-top: 0px;
  padding-top: 0px;
}.tp-landingpage .div-block-9 {
  width: 55%;
  margin-right: 3%;
  margin-bottom: 5%;
  margin-left: auto;
}.tp-landingpage .image-18 {
  display: block;
  width: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}.tp-landingpage .grid-5 {
  margin-top: 140px;
}.tp-landingpage .image-19 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  opacity: 0;
}.tp-landingpage .image-20 {
  display: none;
}

@media screen and (max-width: 991px) {.tp-landingpage .text-block.oben {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }.tp-landingpage .heading {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 70px;
    line-height: 70px;
  }.tp-landingpage .slide-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }.tp-landingpage .text-wrapper {
    margin-top: 121px;
    margin-right: 20px;
  }.tp-landingpage .slider-2 {
    width: auto;
  }.tp-landingpage .heading-4 {
    font-size: 60px;
    line-height: 60px;
  }.tp-landingpage .heading-5 {
    margin-top: 0px;
  }.tp-landingpage .heading-6 {
    font-size: 80px;
    line-height: 60px;
  }.tp-landingpage .text-span {
    font-size: 40px;
  }.tp-landingpage .button-2.button--home-hero {
    width: 70%;
  }.tp-landingpage .button-2.button--home-hero.button-link-2 {
    width: 70%;
  }.tp-landingpage .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }.tp-landingpage .image-11 {
    max-width: 12%;
  }.tp-landingpage .text-block-4 {
    font-size: 30px;
    line-height: 50px;
  }.tp-landingpage .div-block-7 {
    margin-top: 40%;
  }.tp-landingpage .text-block-6 {
    font-size: 20px;
  }.tp-landingpage .text-block-7 {
    width: 90%;
    font-size: 22px;
    line-height: 27px;
  }.tp-landingpage .image-13 {
    margin-top: 0px;
  }.tp-landingpage .image-18 {
    width: 70%;
  }.tp-landingpage .image-19 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .text-block.oben {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
  }.tp-landingpage .heading {
    margin-top: 30px;
    font-size: 60px;
    line-height: 60px;
  }.tp-landingpage .slider {
    height: 600px;
  }.tp-landingpage .left-arrow-2 {
    width: 40px;
  }.tp-landingpage .right-arrow-2 {
    width: 40px;
  }.tp-landingpage .slide-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }.tp-landingpage .image-2-wrapper {
    display: none;
  }.tp-landingpage .image-1 {
    width: 36vw;
  }.tp-landingpage .image-1-wrapper {
    width: auto;
    margin-right: 0vw;
  }.tp-landingpage .image-3-wrapper {
    display: none;
  }.tp-landingpage .text-wrapper {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }.tp-landingpage .image-3 {
    width: 10vh;
    max-width: none;
  }.tp-landingpage .image-2 {
    width: 40vw;
    max-width: none;
  }.tp-landingpage .slider-2 {
    height: 400px;
  }.tp-landingpage .left-arrow-3 {
    width: 40px;
  }.tp-landingpage .right-arrow-3 {
    width: 40px;
  }.tp-landingpage .image-2-wrapper-2 {
    display: block;
  }.tp-landingpage .image-6 {
    width: 45vw;
  }.tp-landingpage .image-1-wrapper-2 {
    width: auto;
    margin-right: 0vw;
  }.tp-landingpage .image-3-wrapper-2 {
    display: block;
  }.tp-landingpage .heading-4 {
    font-size: 40px;
    line-height: 40px;
  }.tp-landingpage .heading-6 {
    font-size: 60px;
    line-height: 40px;
  }.tp-landingpage .text-span {
    font-size: 30px;
  }.tp-landingpage .button-2.button--home-hero {
    display: block;
    width: 70%;
  }.tp-landingpage .button-2.button--home-hero.button-link-2 {
    width: 70%;
  }.tp-landingpage .div-block-5 {
    margin-top: 100px;
  }.tp-landingpage .div-block-5._3 {
    margin-top: 100px;
  }.tp-landingpage .heading-7 {
    margin-right: 25px;
    font-size: 50px;
  }.tp-landingpage .heading-7.l {
    margin-right: 0px;
    padding-right: 20px;
    font-size: 50px;
  }.tp-landingpage .heading-7.b {
    margin-right: 0px;
    padding-left: 105px;
  }.tp-landingpage .heading-7.ok {
    padding-left: 105px;
  }.tp-landingpage .button-1 {
    width: 80%;
  }.tp-landingpage .button-1.h {
    width: 85%;
  }.tp-landingpage .button-1-2.h {
    width: 80%;
  }.tp-landingpage .image-11 {
    max-width: 30%;
  }.tp-landingpage .text-block-4 {
    font-size: 25px;
    line-height: 45px;
  }.tp-landingpage .div-block-7 {
    margin-top: 50%;
  }.tp-landingpage .text-block-6 {
    font-size: 18px;
    text-align: justify;
  }.tp-landingpage .text-block-7.unten {
    font-size: 18px;
    text-align: justify;
  }.tp-landingpage .image-14 {
    margin-bottom: -35px;
  }.tp-landingpage .heading-8 {
    font-size: 35px;
  }.tp-landingpage .image-18 {
    width: 100%;
  }.tp-landingpage .grid-5 {
    margin-top: 100px;
  }.tp-landingpage .image-19 {
    width: 100%;
  }.tp-landingpage .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .image-21 {
    display: none;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .text-block.oben {
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
  }.tp-landingpage .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 60px;
  }.tp-landingpage .image {
    margin-bottom: 0px;
  }.tp-landingpage .slider {
    height: 550px;
  }.tp-landingpage .title {
    font-size: 46px;
  }.tp-landingpage .image-1 {
    width: 55vw;
  }.tp-landingpage .text-wrapper {
    margin-top: 0px;
  }.tp-landingpage .slider-2 {
    height: 220px;
  }.tp-landingpage .image-6 {
    width: 55vw;
  }.tp-landingpage .image-3-wrapper-2 {
    display: none;
  }.tp-landingpage .heading-4 {
    font-size: 40px;
    line-height: 40px;
  }.tp-landingpage .heading-6 {
    width: 100%;
    margin-top: 140px;
    font-size: 40px;
    line-height: 40px;
  }.tp-landingpage .button-2.button--home-hero {
    width: 90%;
  }.tp-landingpage .button-2.button--home-hero.button-link-2 {
    width: 90%;
  }.tp-landingpage .button__text {
    font-size: 18px;
  }.tp-landingpage .image-7 {
    margin-top: 100px;
    margin-bottom: 40px;
  }.tp-landingpage .text-block-2 {
    margin-top: 10px;
    text-align: justify;
  }.tp-landingpage .div-block-5 {
    margin-top: 160px;
  }.tp-landingpage .div-block-5._1 {
    margin-top: 80px;
  }.tp-landingpage .div-block-5._3 {
    margin-top: 80px;
  }.tp-landingpage .heading-7 {
    margin-bottom: -80px;
    padding-left: 15px;
    font-size: 35px;
  }.tp-landingpage .heading-7.r {
    padding-left: 25px;
  }.tp-landingpage .heading-7.l {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
  }.tp-landingpage .heading-7.p {
    margin-bottom: -80px;
    font-size: 35px;
  }.tp-landingpage .heading-7.b {
    margin-right: 0px;
    padding-left: 80px;
  }.tp-landingpage .heading-7.gr {
    padding-left: 25px;
  }.tp-landingpage .heading-7.ok {
    padding-left: 80px;
  }.tp-landingpage .button-1 {
    width: 90%;
    margin-top: 0px;
  }.tp-landingpage .button-1.h {
    width: 85%;
    height: 50px;
  }.tp-landingpage .button-1.h.u {
    width: 85%;
    margin-top: 60px;
    margin-bottom: 60px;
  }.tp-landingpage .button-1.gdfgdfg {
    margin-top: 20px;
  }.tp-landingpage .button-text-b1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }.tp-landingpage .hover-out-button-b1 {
    padding-top: 0px;
  }.tp-landingpage .button-1-2 {
    width: 90%;
  }.tp-landingpage .button-1-2.d {
    width: 100%;
    margin-top: 20px;
  }.tp-landingpage .button-1-2.h {
    width: 90%;
  }.tp-landingpage .button-1-2.h.dfgdfg {
    margin-top: 20px;
  }.tp-landingpage .button-text-b1-2 {
    font-size: 18px;
  }.tp-landingpage .image-11 {
    max-width: 20%;
  }.tp-landingpage .text-block-4 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
  }.tp-landingpage .text-block-6 {
    width: 85%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
  }.tp-landingpage .text-block-7 {
    text-align: justify;
  }.tp-landingpage .text-block-7.unten {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 60px;
  }.tp-landingpage .image-13 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }.tp-landingpage .image-14 {
    max-width: 50%;
    margin-top: 0%;
    margin-right: auto;
  }.tp-landingpage .heading-8 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
  }.tp-landingpage .grid-4 {
    padding-top: 20px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .div-block-9 {
    width: 90%;
  }.tp-landingpage .grid-5 {
    margin-top: 60px;
  }
}.tp-landingpage #w-node-9898696b9136-90d113d7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}.tp-landingpage #w-node-701d3b4c32ef-90d113d7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-dd71676812fa-90d113d7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}.tp-landingpage #w-node-86b665bfdb26-90d113d7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-78592b2f0ae1-90d113d7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}.tp-landingpage #w-node-6805d5a70bae-90d113d7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}.tp-landingpage #w-node-76df0d2162ca-90d113d7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {.tp-landingpage #w-node-6805d5a70bae-90d113d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-9898696b9136-90d113d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-9898696b9136-90d113d7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }.tp-landingpage #w-node-dd71676812fa-90d113d7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Futura nd for nike';
  src: url('../fonts/Futura-ND-for-Nike.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype trade gothic for nike 365 bdcn';
  src: url('../fonts/Linotype---Trade-Gothic-for-Nike-365-BdCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tradegothicfornike365 roman';
  src: url('../fonts/TradeGothicforNike365-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adihausdin cond';
  src: url('../fonts/AdihausDIN-Cond.ttf') format('truetype'), url('../fonts/AdihausDIN-Cond.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adihausdin';
  src: url('../fonts/AdihausDIN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Road rage';
  src: url('../fonts/Road_Rage.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adineuepro';
  src: url('../fonts/adineuePRO-Regular.otf') format('opentype'), url('../fonts/adineuePRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adineuepro';
  src: url('../fonts/adineuePRO-Bold.otf') format('opentype'), url('../fonts/adineuePRO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}