.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 {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}.tp-landingpage .image {
  position: relative;
  z-index: 3;
  display: none;
  max-width: 35%;
  margin: -168px auto -17%;
}.tp-landingpage .bold-text {
  font-family: 'Uni sans', sans-serif;
}.tp-landingpage .heading {
  position: relative;
  z-index: 5;
  margin-top: 5%;
  margin-right: 2%;
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 80px;
  font-weight: 700;
  text-align: right;
  text-shadow: 4px 4px 6px #000;
}.tp-landingpage .grid {
  margin-top: 60px;
}.tp-landingpage .heading-2 {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  text-align: center;
}.tp-landingpage .heading-2.unten {
  position: relative;
  z-index: 5;
  margin-top: 140px;
  margin-bottom: 20px;
  text-transform: uppercase;
}.tp-landingpage .list {
  width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .list-item {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  list-style-type: square;
}.tp-landingpage .list-item-2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .list-item-4 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .list-item-3 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  list-style-type: square;
}.tp-landingpage .grid-2 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-block {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}.tp-landingpage .div-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .list-2 {
  margin-top: 0px;
}.tp-landingpage .list-item-5 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}.tp-landingpage .slider {
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: transparent;
}.tp-landingpage .slide {
  width: 35%;
  height: auto;
}.tp-landingpage .slide-2 {
  width: 65%;
}.tp-landingpage .div-block-2 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 40px;
  background-color: #faf222;
}.tp-landingpage .image-2 {
  border-style: none solid none none;
  border-width: 1px 5px 1px 1px;
  border-color: #000 #fff #000 #000;
}.tp-landingpage .image-3 {
  border-left: 5px solid #fff;
}.tp-landingpage .div-block-3 {
  height: 80%;
}.tp-landingpage .mask {
  height: 500px;
}.tp-landingpage .gallery-wrapper {
  position: relative;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .section-title {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}.tp-landingpage .cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}.tp-landingpage .collection-item {
  padding-right: 15px;
  padding-left: 15px;
}.tp-landingpage .prev_next {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}.tp-landingpage .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -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: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}.tp-landingpage .prev:hover {
  background-color: rgba(253, 102, 94, 0.44);
}.tp-landingpage .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}.tp-landingpage .next:hover {
  background-color: rgba(253, 102, 94, 0.44);
}.tp-landingpage .text-subwrapper {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}.tp-landingpage .text-big-2 {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  text-transform: uppercase;
}.tp-landingpage .right-arrow {
  right: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .slide-3._2 {
  background-image: url('../images/AdobeStock_72067695_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .slide-3._1 {
  background-image: url('../images/AdobeStock_229550328_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .slide-3._3 {
  background-image: url('../images/AdobeStock_372920927_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.tp-landingpage .text-small {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}.tp-landingpage .slider-subwrapper {
  position: relative;
  display: block;
  width: 90%;
  height: 75%;
  max-width: 1150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 .text-wrapper-yosemite {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .text-wrapper-grand-canyon {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .slider-2 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}.tp-landingpage .slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  margin-top: -83px;
  margin-bottom: -2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 .text-big-1 {
  display: inline-block;
  padding: 10px 20px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .slide-nav {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}.tp-landingpage .text-wrapper-sequoia {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
}.tp-landingpage .left-arrow {
  left: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 2000px;
  background-color: #333;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}.tp-landingpage .arrow-wrapper:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}.tp-landingpage .arrow-wrapper.right:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}.tp-landingpage .arrow-wrapper.left {
  width: 50px;
  height: 50px;
  border-radius: 0px;
}.tp-landingpage .icon {
  color: #faf222;
  font-size: 25px;
}.tp-landingpage .icon-2 {
  color: #faf222;
}.tp-landingpage .slide-4 {
  background-image: url('../images/AdobeStock_279301728_01.jpg');
  background-position: 0px 0px;
  background-size: auto;
}.tp-landingpage .text-wrapper-4 {
  position: absolute;
  left: 5%;
  bottom: 2%;
  z-index: 2;
  display: none;
}.tp-landingpage .heading-3 {
  text-align: center;
}.tp-landingpage .text-block-2 {
  width: 80%;
}.tp-landingpage .text-block-3 {
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}.tp-landingpage .text-block-3.nelson {
  text-align: center;
}.tp-landingpage .text-block-3.bo {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}.tp-landingpage .text-block-3._2 {
  margin-top: 30px;
}.tp-landingpage .text-block-3.at {
  margin-top: 30px;
}.tp-landingpage .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  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;
}.tp-landingpage .slider-3 {
  width: 90%;
  height: auto;
  margin: 0% auto 0px;
}.tp-landingpage .left-arrow-2 {
  left: -35px;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .right-arrow-2 {
  right: -35px;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 5px;
  border-color: #faf222;
  border-radius: 200px;
  background-color: #333;
}.tp-landingpage .slide-nav-2 {
  top: auto;
  bottom: auto;
  display: inline-block;
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 11px;
}.tp-landingpage .columns-2 {
  width: 50%;
  margin: 0px auto;
}.tp-landingpage .image-4 {
  position: relative;
  z-index: 3;
  display: block;
  width: 25%;
  margin: 40px auto -67px;
}.tp-landingpage .grid-3 {
  height: auto;
  margin-bottom: 0px;
}.tp-landingpage .image-5 {
  height: 819.3125px;
}.tp-landingpage .mask-2 {
  width: auto;
  height: auto;
}.tp-landingpage .grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .div-block-4 {
  width: 70%;
  margin-right: 5%;
  margin-left: auto;
}.tp-landingpage .image-7 {
  width: 80%;
}.tp-landingpage .div-block-5 {
  width: 70%;
  height: 100%;
  margin-left: 5%;
  background-image: url('../images/AdobeStock_103409070-01.jpg');
  background-position: 6% 0%;
  background-size: auto;
}.tp-landingpage .slider-4 {
  width: auto;
  height: auto;
  background-color: transparent;
}.tp-landingpage .image-8 {
  display: block;
}.tp-landingpage .left-arrow-3 {
  display: none;
}.tp-landingpage .right-arrow-3 {
  display: none;
}.tp-landingpage .slide-nav-3 {
  display: none;
}.tp-landingpage .heading-4 {
  position: relative;
  z-index: 6;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  font-family: 'Uni sans', sans-serif;
  color: #ffed00;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 9px #000;
}.tp-landingpage .text-span {
  font-size: 30px;
}.tp-landingpage .text-span-2 {
  font-weight: 300;
}.tp-landingpage .bold-text-4 {
  font-weight: 300;
  letter-spacing: 0.3px;
}.tp-landingpage .bold-text-5 {
  line-height: 50px;
}.tp-landingpage .grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .header {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}.tp-landingpage .image-16 {
  max-width: 50%;
  margin-right: 60px;
  margin-bottom: 220px;
}.tp-landingpage .image-17 {
  display: block;
  margin-top: 0px;
}.tp-landingpage .image-18 {
  display: block;
  max-width: 80%;
}.tp-landingpage .block2 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}.tp-landingpage .text-block-4 {
  display: none;
  width: 66%;
  margin-top: 100px;
  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;
  font-family: 'Uni sans', sans-serif;
  color: snow;
  font-size: 100px;
  line-height: 95px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}.tp-landingpage .text-block-12 {
  display: block;
  width: 85%;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}.tp-landingpage .fr {
  background-color: transparent;
}.tp-landingpage .link-11 {
  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;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}.tp-landingpage .link-11:hover {
  color: #000;
}.tp-landingpage .text-block-10 {
  margin: 0px auto 100px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .text-block-10.unten {
  margin-bottom: 220px;
  font-size: 70px;
  text-shadow: 1px 1px 6px #000;
}.tp-landingpage .bold-text-6 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}.tp-landingpage .tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}.tp-landingpage .image-29 {
  max-width: 15%;
  margin-right: auto;
  margin-left: 220px;
}.tp-landingpage .image-30 {
  width: 85%;
}.tp-landingpage .tab-link-tab-1 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}.tp-landingpage .tab-link-tab-1.w--current {
  background-color: transparent;
}.tp-landingpage .image-21 {
  margin-bottom: 0px;
}.tp-landingpage .image-10 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-span-14 {
  font-size: 30px;
}.tp-landingpage .image-31 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-span-15 {
  color: #ff0;
}.tp-landingpage .image-32 {
  max-width: 50%;
  margin-left: 60px;
}.tp-landingpage .grid-11 {
  width: 70%;
  margin: 60px auto;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .link-12 {
  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;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}.tp-landingpage .link-12:hover {
  color: #000;
}.tp-landingpage .list-item-6 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}.tp-landingpage .image-9 {
  margin-top: 0px;
}.tp-landingpage .grid-12 {
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}.tp-landingpage .text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  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: #ff0;
  font-size: 35px;
  font-weight: 600;
}.tp-landingpage .text-block-25 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 .tab-link-tab-4 {
  background-color: transparent;
}.tp-landingpage .tab-link-tab-4.w--current {
  background-color: transparent;
}.tp-landingpage .block-4 {
  display: none;
  margin-top: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .text-block-16 {
  margin: 60px auto 20px;
  background-color: transparent;
  color: #ff0;
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 6px #000;
}.tp-landingpage .image-26 {
  display: block;
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .div-block-7 {
  width: 100%;
  margin: 0px auto;
  background-color: #ff0;
}.tp-landingpage .tab-link-tab-3 {
  background-color: transparent;
}.tp-landingpage .tab-link-tab-3.w--current {
  background-color: transparent;
}.tp-landingpage .text-block-26 {
  color: #fff;
}.tp-landingpage .list-item-7 {
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}.tp-landingpage .tab-link-tab-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}.tp-landingpage .tab-link-tab-2.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}.tp-landingpage .image-13 {
  width: 30%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}.tp-landingpage .text-block-27 {
  display: block;
  width: 85%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 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;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}.tp-landingpage .text-block-27.oben {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .block-3 {
  margin-top: 100px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}.tp-landingpage .image-33 {
  max-width: 80%;
}.tp-landingpage .image-19 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .image-11 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}.tp-landingpage .list-3 {
  width: 85%;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 40px;
  list-style-type: decimal;
}.tp-landingpage .tabs {
  display: none;
  margin-top: 0px;
  padding-top: 20px;
  background-color: #faf222;
}.tp-landingpage .grid-13 {
  -ms-grid-columns: 1fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}.tp-landingpage .image-12 {
  max-width: 80%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}.tp-landingpage .tab-link-tab-5 {
  background-color: transparent;
}.tp-landingpage .tab-link-tab-5.w--current {
  background-color: transparent;
}.tp-landingpage .image-20 {
  width: 85%;
}.tp-landingpage .image-27 {
  display: block;
  max-width: 25%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 991px) {.tp-landingpage .image {
    display: none;
    max-width: 45%;
    margin-bottom: -24%;
  }.tp-landingpage .heading {
    margin-top: 2%;
    font-size: 57px;
  }.tp-landingpage .heading-2 {
    width: 80%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
  }.tp-landingpage .list {
    width: 80%;
  }.tp-landingpage .div-block {
    width: 60%;
  }.tp-landingpage .section-title {
    margin-top: 0px;
    margin-left: 0%;
  }.tp-landingpage .right-arrow {
    right: -35px;
  }.tp-landingpage .slider-wrapper {
    margin-bottom: -8%;
  }.tp-landingpage .grid-3 {
    height: 500px;
    background-position: 100% 0%;
    background-size: cover;
  }.tp-landingpage .bold-text-2 {
    text-transform: uppercase;
  }.tp-landingpage .div-block-4 {
    width: 80%;
  }.tp-landingpage .div-block-5 {
    width: 80%;
    background-size: cover;
  }.tp-landingpage .heading-4 {
    margin-right: auto;
    font-size: 35px;
  }.tp-landingpage .grid-6 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }.tp-landingpage .header {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }.tp-landingpage .image-16 {
    margin-right: 40px;
    margin-bottom: 0px;
  }.tp-landingpage .image-18 {
    max-width: 100%;
  }.tp-landingpage .block2 {
    margin-top: 0px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }.tp-landingpage .text-block-4 {
    width: 80%;
    margin-top: 60px;
    font-size: 50px;
    line-height: 55px;
  }.tp-landingpage .text-block-12 {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }.tp-landingpage .link-11 {
    font-size: 14px;
  }.tp-landingpage .text-block-10 {
    margin-right: 20px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 45px;
  }.tp-landingpage .bold-text-6 {
    text-transform: uppercase;
  }.tp-landingpage .tabs-menu {
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 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;
  }.tp-landingpage .image-29 {
    margin-left: 100px;
  }.tp-landingpage .image-30 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .grid-10 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .image-32 {
    margin-left: 40px;
  }.tp-landingpage .grid-11 {
    width: 80%;
  }.tp-landingpage .link-12 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }.tp-landingpage .list-item-6 {
    font-size: 18px;
  }.tp-landingpage .image-9 {
    margin-top: 10px;
  }.tp-landingpage .text-block-9 {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 27px;
  }.tp-landingpage .text-block-25 {
    text-transform: uppercase;
  }.tp-landingpage .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }.tp-landingpage .text-block-16 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }.tp-landingpage .list-item-7 {
    font-size: 18px;
  }.tp-landingpage .image-13 {
    margin-right: auto;
    margin-bottom: 40px;
    padding-right: 0px;
  }.tp-landingpage .text-block-27 {
    width: 92%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }.tp-landingpage .text-block-27.oben {
    width: 92%;
    font-size: 18px;
  }.tp-landingpage .block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .italic-text {
    font-size: 27px;
  }.tp-landingpage .image-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }.tp-landingpage .image-19.fr {
    padding-right: 0px;
  }.tp-landingpage .list-3 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
  }.tp-landingpage .grid-13 {
    -ms-grid-columns: 1fr 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
  }.tp-landingpage .image-20 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .image-27 {
    max-width: 40%;
  }.tp-landingpage .text-block-24 {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .heading {
    margin-right: 5%;
    margin-left: auto;
    font-size: 40px;
    text-align: center;
  }.tp-landingpage .heading-2 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }.tp-landingpage .heading-2.unten {
    margin-top: 60px;
    margin-bottom: 20px;
  }.tp-landingpage .grid-2 {
    width: 100%;
  }.tp-landingpage .section-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }.tp-landingpage .prev_next {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -75px;
    width: 100%;
  }.tp-landingpage .prev {
    width: 50%;
  }.tp-landingpage .next {
    width: 50%;
  }.tp-landingpage .text-big-2 {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .right-arrow {
    left: auto;
    top: auto;
    right: 10%;
    bottom: -35px;
  }.tp-landingpage .right-arrow:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }.tp-landingpage .text-small {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .slider-subwrapper {
    width: 85%;
  }.tp-landingpage .text-wrapper-yosemite {
    bottom: 12%;
  }.tp-landingpage .text-wrapper-grand-canyon {
    bottom: 12%;
  }.tp-landingpage .slider-wrapper {
    margin-top: -108px;
  }.tp-landingpage .text-big-1 {
    padding-right: 10px;
    padding-left: 10px;
  }.tp-landingpage .text-wrapper-sequoia {
    bottom: 12%;
  }.tp-landingpage .left-arrow {
    left: 10%;
    top: auto;
    right: auto;
    bottom: -35px;
  }.tp-landingpage .left-arrow:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }.tp-landingpage .text-block-3 {
    font-size: 18px;
    text-align: justify;
  }.tp-landingpage .text-block-3.nelson {
    width: 90%;
  }.tp-landingpage .text-block-3.bo {
    font-size: 20px;
    line-height: 25px;
  }.tp-landingpage .text-block-3._2 {
    font-size: 18px;
  }.tp-landingpage .slider-3 {
    width: 85%;
  }.tp-landingpage .left-arrow-2 {
    left: 10%;
    top: auto;
    right: auto;
    bottom: -35px;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .right-arrow-2 {
    left: auto;
    top: auto;
    right: 10%;
    bottom: -35px;
  }.tp-landingpage .image-4 {
    width: 35%;
    margin-bottom: -32px;
  }.tp-landingpage .grid-3 {
    height: 400px;
    background-position: 100% 0%;
  }.tp-landingpage .grid-4 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }.tp-landingpage .div-block-4 {
    width: 100%;
    padding-left: 15%;
  }.tp-landingpage .div-block-5 {
    width: 100%;
  }.tp-landingpage .heading-4 {
    width: 80%;
    font-size: 30px;
    line-height: 35px;
  }.tp-landingpage .bold-text-5 {
    font-size: 40px;
  }.tp-landingpage .header {
    -ms-grid-columns: 1.25fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/support_your_coach_w_edit_court-01.svg');
    background-size: cover;
  }.tp-landingpage .image-16 {
    margin-bottom: 100px;
  }.tp-landingpage .block2 {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }.tp-landingpage .text-block-4 {
    width: 90%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 45px;
  }.tp-landingpage .text-block-12 {
    font-size: 18px;
    text-align: justify;
  }.tp-landingpage .link-11 {
    margin-bottom: 10px;
  }.tp-landingpage .text-block-10 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .text-block-10.unten {
    margin-bottom: 60px;
    font-size: 27px;
  }.tp-landingpage .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 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;
  }.tp-landingpage .image-29 {
    display: none;
  }.tp-landingpage .tab-link-tab-1 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .tab-link-tab-1.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .image-31 {
    max-width: 100%;
  }.tp-landingpage .image-32 {
    margin-bottom: 100px;
  }.tp-landingpage .grid-11 {
    width: 90%;
  }.tp-landingpage .link-12 {
    margin-top: 0px;
    margin-bottom: 0px;
  }.tp-landingpage .image-15 {
    display: none;
    background-image: url('../images/support_your_coach_w_edit_court-01.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }.tp-landingpage .list-item-6 {
    font-size: 18px;
  }.tp-landingpage .image-9 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .text-block-9 {
    margin: 100px auto 20px;
  }.tp-landingpage .tab-link-tab-4 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .block-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .text-block-16 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
  }.tp-landingpage .tab-link-tab-3 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .list-item-7 {
    font-size: 18px;
  }.tp-landingpage .tab-link-tab-2 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .image-13 {
    margin-bottom: 0px;
  }.tp-landingpage .text-block-27 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
  }.tp-landingpage .text-block-27.oben {
    text-align: justify;
  }.tp-landingpage .block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .italic-text {
    font-size: 25px;
    line-height: 30px;
  }.tp-landingpage .image-33 {
    max-width: 100%;
  }.tp-landingpage .image-19 {
    width: 85%;
    margin-bottom: 0px;
    padding-right: 0px;
  }.tp-landingpage .image-19.en {
    width: 100%;
    padding-right: 60px;
  }.tp-landingpage .list-3 {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .grid-13 {
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }.tp-landingpage .tab-link-tab-5.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .image-20 {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .text-block-24 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .image {
    max-width: 70%;
    margin-bottom: -38%;
  }.tp-landingpage .heading {
    width: 80%;
    font-size: 45px;
    line-height: 40px;
    text-align: right;
  }.tp-landingpage .heading-2 {
    width: 90%;
    margin-top: 60px;
    font-size: 35px;
    line-height: 30px;
  }.tp-landingpage .heading-2.unten {
    width: 90%;
    line-height: 35px;
  }.tp-landingpage .list {
    width: 90%;
  }.tp-landingpage .div-block {
    width: 70%;
  }.tp-landingpage .prev {
    width: 50%;
  }.tp-landingpage .next {
    width: 50%;
  }.tp-landingpage .text-big-2 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 32px;
    line-height: 36px;
  }.tp-landingpage .slide-3._3 {
    background-position: 50% 50%;
    background-size: cover;
  }.tp-landingpage .text-small {
    display: none;
    padding-right: 2px;
    padding-left: 2px;
  }.tp-landingpage .slider-subwrapper {
    width: 90%;
  }.tp-landingpage .text-wrapper-yosemite {
    display: none;
  }.tp-landingpage .text-big-1 {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 32px;
    line-height: 39px;
  }.tp-landingpage .slide-4 {
    background-position: 50% 50%;
    background-size: cover;
  }.tp-landingpage .text-block-3 {
    width: 90%;
  }.tp-landingpage .text-block-3.bo {
    font-size: 18px;
    line-height: 25px;
  }.tp-landingpage .text-block-3._2 {
    margin-top: 20px;
  }.tp-landingpage .columns {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }.tp-landingpage .slider-3 {
    width: 90%;
  }.tp-landingpage .image-4 {
    width: 50%;
  }.tp-landingpage .grid-3 {
    height: 280px;
    background-position: 80% 0%;
  }.tp-landingpage .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }.tp-landingpage .bold-text-3 {
    font-size: 35px;
    line-height: 35px;
  }.tp-landingpage .image-6 {
    margin-top: 40px;
  }.tp-landingpage .column {
    padding-right: 0px;
    padding-left: 0px;
  }.tp-landingpage .grid-4 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }.tp-landingpage .div-block-4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5%;
  }.tp-landingpage .div-block-5 {
    display: none;
    width: 85%;
    margin-left: auto;
    background-position: 25% 50%;
  }.tp-landingpage .heading-4 {
    margin: 0px auto 10% 0px;
    font-size: 20px;
    line-height: 20px;
  }.tp-landingpage .grid-5 {
    margin-bottom: 100px;
  }.tp-landingpage .bold-text-5 {
    display: block;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
  }.tp-landingpage .header {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: none;
  }.tp-landingpage .image-16 {
    max-width: 60%;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  }.tp-landingpage .block2 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }.tp-landingpage .text-block-4 {
    font-size: 35px;
    line-height: 40px;
  }.tp-landingpage .text-block-12 {
    font-size: 18px;
  }.tp-landingpage .text-block-10 {
    font-size: 30px;
  }.tp-landingpage .tabs-menu {
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    padding-right: 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;
  }.tp-landingpage .image-30 {
    width: 100%;
  }.tp-landingpage .image-30.en {
    width: 80%;
  }.tp-landingpage .image-10 {
    margin-top: 0px;
  }.tp-landingpage .text-span-14 {
    font-size: 25px;
  }.tp-landingpage .image-31 {
    max-width: 60%;
    margin-bottom: 20px;
  }.tp-landingpage .image-32 {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
  }.tp-landingpage .grid-11 {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .grid-8 {
    margin-top: 0px;
  }.tp-landingpage .link-12 {
    margin-bottom: 0px;
  }.tp-landingpage .image-15 {
    display: none;
    background-image: none;
  }.tp-landingpage .list-item-6 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
  }.tp-landingpage .image-14 {
    background-image: url('../images/support_your_coach_w_edit_court-01.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }.tp-landingpage .image-9 {
    margin-top: 0px;
  }.tp-landingpage .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }.tp-landingpage .text-block-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
  }.tp-landingpage .div-block-6 {
    margin-top: 20px;
  }.tp-landingpage .tab-link-tab-4 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .text-block-16 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }.tp-landingpage .image-26 {
    max-width: 50%;
  }.tp-landingpage .tab-link-tab-3 {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .list-item-7 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
  }.tp-landingpage .image-13 {
    margin-bottom: 0px;
  }.tp-landingpage .text-block-27 {
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
  }.tp-landingpage .text-block-27.oben {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
  }.tp-landingpage .italic-text {
    font-size: 22px;
    line-height: 25px;
  }.tp-landingpage .image-33 {
    max-width: 60%;
  }.tp-landingpage .image-19 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 0px;
  }.tp-landingpage .image-11 {
    display: none;
  }.tp-landingpage .list-3 {
    width: 90%;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 25px;
  }.tp-landingpage .grid-13 {
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }.tp-landingpage .image-12 {
    display: none;
  }.tp-landingpage .tab-link-tab-5.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }.tp-landingpage .image-20 {
    width: 90%;
  }.tp-landingpage .image-27 {
    margin-top: 10px;
  }.tp-landingpage .div-block-8 {
    margin-top: 100px;
  }
}.tp-landingpage #w-node-_318007ee-cee8-7231-69df-98e77dc7f72f-797e5f58 {
  -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;
}.tp-landingpage #w-node-a16bdd5f-aa85-331c-0890-c76c92636cb4-797e5f58 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}.tp-landingpage #w-node-_9df64213-fe5e-c2f7-fe1b-34436f0fddb9-797e5f58 {
  -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;
}.tp-landingpage #w-node-_9df64213-fe5e-c2f7-fe1b-34436f0fddba-797e5f58 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans book';
  src: url('../fonts/Uni-Sans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans book';
  src: url('../fonts/Uni-Sans-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}