:root {
  --black: #020e11;
  --black-2: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200vh;
  position: relative;
}

.body {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  line-height: 0;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Webp.net-compress-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.crippers {
  z-index: 3;
  background-image: url('../images/image-11-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 150vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heaiding-wrapper {
  z-index: 4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-heading {
  color: var(--black-2);
  font-family: Permanent Marker, sans-serif;
  font-size: 48px;
  line-height: 56px;
  display: block;
}

.plot-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
  display: none;
}

.paragraph {
  color: var(--black-2);
  text-align: center;
  width: 35%;
  font-family: Hind Guntur, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph.mob {
  display: none;
}

.scrol-container-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overlay {
  z-index: 2;
  background-color: #020e117d;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.overlay._1 {
  background-color: #020e11;
}

.overlay-full-black {
  z-index: 6;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.line-wrapper {
  z-index: 7;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 35%;
  display: flex;
  position: absolute;
  inset: auto 49% 1% auto;
  overflow: hidden;
}

.div-block {
  background-color: var(--black-2);
  width: 2px;
  height: 500px;
}

._2nd-sec {
  background-color: #020e11;
  overflow: visible;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container {
  max-width: 1440px;
  margin-top: 40px;
  overflow: visible;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 50px;
  text-decoration: none;
}

.div-block-4 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-4._1 {
  margin-left: 0;
}

.div-block-4._2 {
  align-self: flex-end;
  text-decoration: none;
}

.heading-2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 4.44rem;
  font-weight: 800;
  line-height: 1;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.div-block-5.side-space {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: none;
}

.image {
  margin-left: 15px;
}

.image-2 {
  object-fit: cover;
  height: 500px;
}

.image-2.rotate {
  transform-style: preserve-3d;
}

.image-3 {
  position: absolute;
  inset: auto -12% 28% auto;
}

.column-2, .column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  max-width: 1440px;
}

.surf-rotate-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 992px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 2;
  position: absolute;
  inset: -16% auto auto 7%;
}

.image-5 {
  z-index: 3;
  position: absolute;
  inset: auto auto -2% 15%;
}

.image-6 {
  z-index: 4;
  position: absolute;
  inset: -23% 12% auto auto;
}

.image-7 {
  z-index: 2;
  position: absolute;
  inset: auto 2% 5% auto;
}

.heading-4 {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-family: Exo, sans-serif;
  font-size: 4.44rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 140px;
}

.surf-in-ind-sec {
  color: var(--black-2);
  display: flex;
  overflow: hidden;
}

.container-3 {
  max-width: 1440px;
}

.column-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.column-5.desktop {
  flex-direction: row;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.i1 {
  background-image: repeating-linear-gradient(45deg, #000 10%, #fff);
}

.i1.desktop {
  transform-style: preserve-3d;
  margin-left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.i1.desktop._5 {
  transform: rotate(0);
}

.image-wapper {
  position: relative;
  overflow: hidden;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(to top, var(--black) 7%, #232d3000 57%, #fff0);
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.gradient._1 {
  background-image: linear-gradient(to right, var(--black) 2%, #fff0);
  margin-top: 0;
  display: none;
}

.gradient._2 {
  display: none;
}

.gradient._3 {
  background-image: linear-gradient(270deg, var(--black), #fff0);
}

.gradient._4 {
  background-image: linear-gradient(270deg, var(--black) 8%, #fff0 74%);
  width: 150%;
}

.gradient._4.hero {
  background-image: linear-gradient(270deg, var(--black), #fff0 45%);
  display: block;
}

.gradient._4.hero.up {
  background-image: linear-gradient(270deg, #020e11, #020e1166 19%, #fff0 38%), linear-gradient(0deg, var(--black), #fff0 45%);
  width: 150%;
  display: block;
  position: absolute;
}

.gradient._4.hero.up.middle {
  background-image: linear-gradient(to right, var(--black), #fff0 45%);
}

.gradient._4.hero.up._3rd {
  background-image: linear-gradient(270deg, var(--black), #fff0 45%);
}

.gradient.desktoop {
  background-image: linear-gradient(to top, var(--black) 3%, #222c2f00 46%, #fff0);
}

.gradient._5 {
  background-image: linear-gradient(to top, var(--black) 3%, #232d3000 57%, #fff0);
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 5%;
  display: block;
}

.column-6.desktop {
  align-items: flex-end;
  padding-left: 0%;
  padding-right: 10%;
  display: block;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-2.ipad {
  display: none;
}

.columns-2.camp {
  display: flex;
}

.h2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Permanent Marker, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.h2._1 {
  color: #f2b44d;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
}

.h2._1._2, .h2._1.camp {
  margin-bottom: 0;
}

.h2._2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
}

.h2._2._3 {
  text-align: left;
  margin-bottom: 10px;
}

.p1 {
  color: var(--black-2);
  letter-spacing: 0;
  font-size: 22px;
  line-height: 26px;
}

.d1 {
  z-index: 3;
  position: relative;
}

.activity-grid {
  margin-top: 100px;
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.wave-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.image-9 {
  max-width: 400px;
}

.container-4 {
  max-width: 1440px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-8 {
  border: 1px solid var(--black-2);
  position: relative;
  overflow: hidden;
}

.h3 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 2.64rem;
  font-weight: 700;
  line-height: 1;
}

.paragraph-2 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 15px;
  font-family: Sen, sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.div-block-9 {
  border: 2px solid var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-9._1 {
  border-width: 1px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.sutainable-ocean {
  display: flex;
  overflow: hidden;
}

.testimonials {
  margin-top: 0;
  margin-bottom: 100px;
  overflow: hidden;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.slide {
  background-color: #ffffff87;
  width: 400px;
  margin-left: 20px;
}

.slide._1 {
  width: 300px;
  margin-top: 0;
}

.slider {
  background-color: #0000;
  width: 300px;
}

.mask {
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 380px;
}

.slide-2 {
  margin-right: -20px;
}

.mask-2 {
  overflow: visible;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.div-block-12 {
  background-color: #ffffff2e;
  border-style: solid;
  border-color: #636136b3;
  width: 100%;
}

.paragraph-3 {
  color: var(--black-2);
  font-size: 14px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% -10%;
}

.image-14 {
  position: absolute;
  top: 25.5px;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 105.347px;
}

.icon-2 {
  inset: auto auto 0% 0%;
}

.icon-3 {
  inset: auto 0% 0% auto;
}

.image-15 {
  position: relative;
  top: 178.847px;
}

.image-16 {
  position: relative;
  top: 279.347px;
}

.image-17 {
  position: relative;
  top: -37px;
}

.image-18 {
  position: relative;
  top: -45px;
}

.right-arrow {
  width: 50px;
  height: 50px;
  top: auto;
  left: 10%;
  right: 0%;
}

.heading-5 {
  color: var(--black-2);
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Squada One, sans-serif;
  font-size: 3.33rem;
  line-height: 1;
}

.image-19 {
  opacity: 1;
  height: 400px;
}

.image-20 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-21 {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-180deg);
}

.gallery {
  width: 100vw;
  overflow: hidden;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.gallery-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-22 {
  z-index: 14;
  position: absolute;
  inset: 0% 40px auto auto;
}

.image-23 {
  position: absolute;
  inset: auto auto 0% 20px;
}

.button {
  border: 2px solid var(--black-2);
  background-color: var(--black);
  color: var(--black-2);
  border-radius: 2px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
}

.image-24 {
  position: absolute;
  inset: auto 232px 0% auto;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100vh;
}

.image-25 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-26 {
  position: relative;
  inset: 0% 20px auto auto;
}

.image-27 {
  position: relative;
}

.image-28 {
  position: relative;
  top: auto;
  left: auto;
}

.image-29 {
  position: absolute;
  inset: 0% auto auto 10%;
}

.image-30 {
  position: absolute;
  bottom: 324.958px;
}

.image-31 {
  position: absolute;
  inset: -25% auto auto -74%;
}

.image-32 {
  position: absolute;
  inset: auto auto -18% -50%;
}

.image-33 {
  position: absolute;
  inset: -21% -71% auto auto;
}

.image-34 {
  position: absolute;
  inset: 0% 0% auto 33%;
}

.button-2 {
  z-index: 20;
  border: 1px solid var(--black-2);
  background-color: var(--black);
  color: var(--black-2);
  position: absolute;
}

.wrapper-1 {
  position: absolute;
  inset: 0% 20px auto auto;
}

.wrapper-2 {
  position: absolute;
  inset: auto 24% 0% auto;
}

.wrapper-3 {
  position: absolute;
  inset: auto auto 7% 0%;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.image-35 {
  object-fit: fill;
}

.grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-36 {
  max-width: 100%;
}

.image-37, .image-38 {
  max-width: 70%;
}

.image-39, .image-40 {
  width: 100%;
  height: 80%;
}

.section {
  height: 100vw;
}

.image-43 {
  width: 100vw;
  height: 110vh;
  position: absolute;
}

.image-44 {
  width: 100vw;
  height: 110vh;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". Area" 1fr
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.grid-6._1, .grid-7 {
  display: none;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-45 {
  display: block;
}

.image-46, .image-47 {
  z-index: 10;
  position: relative;
}

.image-48, .image-49 {
  z-index: 8;
  position: relative;
}

.image-50 {
  z-index: 7;
  max-width: 80%;
  position: relative;
}

.image-51 {
  z-index: 6;
  position: relative;
}

.image-52 {
  z-index: 7;
  position: relative;
}

.image-53 {
  z-index: 5;
  position: relative;
}

.link-block {
  position: absolute;
}

.button-3 {
  z-index: 11;
  border: 2px solid var(--black-2);
  background-color: var(--black);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Permanent Marker, sans-serif;
  position: absolute;
}

.grid-8 {
  display: none;
}

.container-7 {
  max-width: 1440px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-7._1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 100px auto;
  display: flex;
}

.footer-icon-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14, .div-block-14.heading-effect {
  margin-top: 30px;
  overflow: hidden;
}

.heading-7 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-7.heading-effect {
  letter-spacing: 0;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 1.53rem;
  font-weight: 800;
  line-height: 26px;
}

.heading-wrapper {
  overflow: hidden;
}

.navbar {
  z-index: 1000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0 0% auto;
}

.container-9 {
  z-index: 1000;
  max-width: 1440px;
  margin-top: 20px;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.div-block-15 {
  padding-left: 50px;
  padding-right: 50px;
}

.column-10, .column-11 {
  padding-left: 0;
  padding-right: 0;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--black-2);
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link._3 {
  font-size: 20px;
  font-weight: 500;
}

.link._3._5 {
  margin-bottom: 40px;
}

.link._3.big {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}

.link._3.us {
  margin-bottom: 5px;
}

.link._3.us._2 {
  letter-spacing: 0;
  font-size: 1.5em;
}

.link._2 {
  letter-spacing: 3px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1em;
}

.link._5 {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.link._5.bottom {
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.columns-5 {
  display: flex;
}

.link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-wrapper._2 {
  margin-top: 2px;
}

.link-wrapper._3 {
  margin-bottom: 5px;
}

.link-wrapper._3.caop {
  margin-top: 10px;
}

.link-wrapper.below {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
}

.stick {
  background-color: var(--black-2);
  width: 100%;
  height: 3px;
  margin-top: 3px;
}

.stick.hidden, .stick._1 {
  display: none;
}

.stick._5 {
  background-color: var(--black);
  flex: none;
  align-self: auto;
  margin-top: 3px;
}

.column-13 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-14, .columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 4px;
  display: flex;
}

.div-block-16.left {
  background-color: #0000;
  width: 60%;
}

.burger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  inset: 5px 40px auto auto;
}

.div-block-17 {
  background-color: var(--black-2);
  width: 30px;
  height: 5px;
  margin-top: 6px;
}

.div-block-17.upper-stick, .div-block-17.mid-stick, .div-block-17.bottom {
  border-radius: 20px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
}

.navbar-overlay {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.list-item {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.list-item._1 {
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 0;
  overflow: hidden;
}

.list-item._4 {
  display: none;
}

.list {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 0;
}

.image-59 {
  display: none;
}

.container-10 {
  background-color: var(--black-2);
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18 {
  flex-direction: row;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  width: 33.333%;
  padding-left: 20px;
  display: flex;
}

.plain-text {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 1.81rem;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.plain-text._2 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 26px;
}

.plain-text.tue {
  color: #e14b57;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.div-block-20 {
  width: 60%;
  display: flex;
}

.div-block-20.below {
  margin-top: 40px;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-21.botoom {
  align-items: flex-end;
  margin-top: 40px;
}

.div-block-22 {
  display: none;
}

.page-loader {
  z-index: 1001;
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-60 {
  max-width: 450%;
}

.text-block-2 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 5.83em;
  font-weight: 900;
  line-height: .85;
}

.text-block-2.loading {
  color: #020e1100;
}

.wrapper4 {
  font-family: Permanent Marker, sans-serif;
  overflow: hidden;
}

.body-2 {
  background-color: var(--black);
}

.main-section {
  width: 100vw;
  overflow: hidden;
}

.main-section.about {
  display: none;
}

.container-11 {
  max-width: 1440px;
  height: 100vh;
}

.div-block-24 {
  width: 100vw;
  max-width: 1440px;
  overflow: visible;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.i2 {
  perspective-origin: 100%;
  transform-origin: 100%;
  object-fit: fill;
}

.div-block-25 {
  position: absolute;
}

.main-wrapper {
  width: 150%;
  position: static;
  overflow: hidden;
}

.main-wrapper._2 {
  position: relative;
}

.columns-7 {
  display: flex;
}

.column-16 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-wapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.heading-8._1 {
  letter-spacing: 0;
  margin-top: 0;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 800;
  line-height: 64px;
  position: static;
  overflow: hidden;
}

.heading-8._1.surf {
  display: none;
}

.heading-8._2 {
  letter-spacing: 0;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 4.44em;
  font-weight: 800;
  line-height: 1;
}

.div-block-26 {
  overflow: visible;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-27 {
  width: 150px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.section-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 0;
  overflow: visible;
}

.section-3.last {
  padding-bottom: 0;
}

.container-12 {
  max-width: 1440px;
}

.div-block-28 {
  z-index: 3;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  right: 0;
}

.div-block-28.desktop {
  z-index: 10;
  margin-bottom: 0;
  position: relative;
  right: 0;
}

.div-block-28.campp {
  right: 0;
}

.list-item-2 {
  font-family: Rubik, sans-serif;
}

.list-item-3 {
  color: #fffc;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Sen, sans-serif;
  font-size: 1.25em;
  line-height: 1.3;
}

.list-2 {
  padding-left: 25px;
}

.text-block-3 {
  color: #8b8b8b;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: Sen, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-3._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-3._3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.text-span {
  color: var(--black-2);
  font-size: 18px;
}

.button-4 {
  background-color: var(--black-2);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 350px;
  font-family: Molengo, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-4.mob {
  display: none;
}

.column-17 {
  flex-direction: column;
  place-content: center;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 40px;
  display: flex;
}

.column-18 {
  flex-direction: column;
  place-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 80px;
  display: flex;
}

.image-62 {
  margin-bottom: 0;
  position: absolute;
  inset: auto 10px 0 auto;
}

._1 {
  margin-top: 140px;
  margin-left: 0;
  margin-right: 0;
}

.columns-8 {
  margin-left: 0;
  margin-right: 0;
}

.image-63 {
  z-index: 4;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  top: -77px;
  left: 40px;
}

.overflow-div, .surf-rotate-sec {
  overflow: hidden;
}

.pineapple-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.pineapple-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-9 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: normal;
  width: 300%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 4.44rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 290px;
}

.paragraph-5 {
  color: var(--black-2);
  text-align: center;
  width: 500px;
  margin-top: 20px;
  font-family: Sen, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
}

.camping {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.camping._2 {
  padding-top: 100px;
}

.container-13 {
  max-width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.container-13._1 {
  margin-top: 0;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-65 {
  width: 140%;
  max-width: 200%;
  position: absolute;
  inset: auto 0% -25px;
}

.image-66 {
  width: 140%;
  max-width: 200%;
  position: absolute;
  inset: -30px 0% auto;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.heading-10 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 4.44rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph-6 {
  color: var(--black-2);
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.paragraph-6.mob {
  display: none;
}

.paragraph-6.desktop {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
}

.image-68 {
  margin-top: 0;
}

.image-69 {
  margin-top: 50px;
}

.div-block-32 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-33 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-34 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-35 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35.bottom {
  margin-top: 0;
}

.div-block-36 {
  z-index: 7;
  background-color: var(--black-2);
  width: 40px;
  height: 80px;
  position: relative;
}

.div-block-36._4 {
  z-index: 2;
  background-color: var(--black-2);
  width: 40px;
  position: relative;
}

.div-block-36._1, .div-block-36._1._2, .div-block-36._1._2._5, .div-block-36._1._2._5._6, .div-block-36._1._4 {
  display: none;
}

.image-71 {
  z-index: 8;
  position: relative;
}

.image-72 {
  z-index: 1;
  position: relative;
}

.image-73 {
  z-index: 2;
  position: relative;
}

.image-74 {
  z-index: 3;
  position: relative;
}

.image-75 {
  z-index: 4;
  position: relative;
}

.image-76 {
  z-index: 5;
  position: relative;
}

.image-77 {
  z-index: 6;
  position: relative;
}

.image-78 {
  z-index: 7;
  position: relative;
}

.body-3 {
  background-color: var(--black);
}

.body-4, .body-5 {
  background-color: var(--black);
  font-size: 1vw;
  line-height: 1;
}

.container-14 {
  max-width: 1440px;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: var(--black-2);
  padding-right: 40px;
  font-family: Molengo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-79 {
  z-index: 1;
  max-width: 60%;
  position: absolute;
  inset: auto -10% 0% auto;
}

.image-79._1 {
  inset: auto 0% 0% auto;
}

.image-79.mobile {
  max-width: 100%;
  display: block;
  inset: -20% 15% auto auto;
}

.image-79.mobile._2 {
  inset: -20% auto auto 5%;
}

.paragraph-8 {
  color: var(--black-2);
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  margin-top: 20px;
  font-family: Sen, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
}

.image-80 {
  position: absolute;
  top: 302.389px;
}

.image-81 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-82 {
  margin-bottom: 20px;
}

.image-82.t1 {
  margin-top: 10px;
}

.heading-11 {
  z-index: 10;
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 4.44rem;
  line-height: 1;
}

.image-83 {
  display: none;
}

.heading-12 {
  z-index: 3;
  color: var(--black);
  margin: 5px auto;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 26px;
  position: absolute;
  inset: auto 0% 70px 41%;
}

.heading-12._1 {
  left: 34%;
}

.heading-12._1._3 {
  left: 38%;
}

.heading-12._2 {
  left: 36%;
}

.heading-12._3 {
  left: 35%;
}

.heading-12._4 {
  left: 33%;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

.container-15 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: 40px;
  display: flex;
}

.list-item-4 {
  color: var(--black-2);
  text-align: center;
  border: 1px solid #000;
  width: 40%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sen, sans-serif;
  font-size: 18px;
}

.list-item-5 {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Sen, sans-serif;
  font-size: 18px;
}

.list-item-5._2 {
  background-color: var(--black-2);
  width: 10%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.list-3 {
  margin-bottom: 40px;
}

.heading-13 {
  color: var(--black-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  display: flex;
}

.image-84.up, .image-84.up._1, .image-84.up._1._2, .image-84.up._3 {
  display: none;
}

.column-19, .column-20 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-39 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.column-21, .column-22 {
  padding-left: 0;
  padding-right: 0;
}

.columns-11, .columns-12 {
  flex: 1;
}

.image-85, .image-85._1, .image-85._1._2 {
  display: none;
}

.text-block-4 {
  color: var(--black-2);
  text-align: center;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-6, .body-7 {
  background-color: var(--black);
  font-size: 1vw;
  line-height: 1;
}

.section-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-16 {
  max-width: 1440px;
}

.div-block-40 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.image-86 {
  margin-right: 20px;
}

.about-image {
  margin-left: 20px;
  margin-right: 20px;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-17 {
  max-width: 1440px;
}

.column-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-24 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.columns-13 {
  display: flex;
}

.page-loader-black {
  z-index: 1001;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.black-box {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.lottie-animation {
  width: 5%;
  position: absolute;
  bottom: 40px;
}

.div-block-41 {
  z-index: 8;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-87 {
  margin-top: 20px;
}

.lottie-animation-2 {
  width: 300px;
}

.heading-14 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-42 {
  background-color: var(--black-2);
  width: 40px;
  height: 3px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.left, .column-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  background-color: var(--black-2);
  width: 80%;
  height: 2px;
  margin-bottom: 20px;
}

.div-block-45 {
  display: none;
}

.image-90 {
  margin-right: 8px;
}

.image-91 {
  margin-bottom: 10px;
  margin-right: 8px;
}

.image-91._2 {
  margin-bottom: 0;
}

.image-92 {
  margin-right: 8px;
}

.body-8 {
  background-color: var(--black);
  font-size: 1vw;
}

.section-7 {
  width: 100vw;
  height: 100vh;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 20px;
  display: flex;
  position: fixed;
}

.heading-15 {
  color: var(--black-2);
  font-family: Sen, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.bold-text {
  width: 50%;
}

.div-block-49 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-50, .div-block-51, .div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-9 {
  background-color: var(--black);
  color: var(--black);
  font-size: 1vw;
}

.section-8 {
  width: 100vw;
  height: 100vh;
}

.div-block-53 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  display: flex;
}

.heading-16 {
  color: var(--black-2);
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 64px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 55em;
  max-width: 840px;
  height: 55em;
  margin-top: 17px;
}

.grid-9.middle {
  margin-top: 17px;
}

.link-block-3 {
  text-decoration: none;
  position: absolute;
}

.h2-sub-heading {
  color: #ffffffe6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sen, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.text-size-16 {
  color: #ffffff80;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Sen, sans-serif;
  font-size: 1rem;
}

.div-block-54, .div-block-55 {
  margin-bottom: 80px;
}

.body-10 {
  background-color: var(--black);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.container-large {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical.padding-200-120 {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}

.div-block-56 {
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  width: 80%;
}

.list-item-3-copy {
  color: #fffc;
  margin-bottom: 5px;
  font-family: Sen, sans-serif;
  font-size: 1.25em;
  line-height: 1.3;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-2 {
  color: var(--black-2);
}

.div-block-57 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .crippers {
    background-position: 50%;
  }

  .heaiding-wrapper {
    z-index: 10;
  }

  .hero-heading, .heading {
    font-size: 36px;
  }

  .paragraph {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3._2 {
    font-size: 20px;
  }

  .image-2.rotate {
    transform: rotateX(17deg)rotateY(180deg)rotateZ(0);
  }

  .surf-rotate-div {
    height: 100vh;
  }

  .div-block-6 {
    width: 80%;
    position: relative;
  }

  .image-4 {
    max-width: 20%;
    top: -12%;
    left: -1%;
  }

  .image-5 {
    max-width: 22%;
    left: 5%;
  }

  .image-6 {
    max-width: 25%;
    top: -5%;
    right: 2%;
  }

  .image-7 {
    max-width: 16%;
  }

  .heading-4 {
    font-size: 50px;
  }

  .image-8 {
    max-width: 25%;
  }

  .column-5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .i1 {
    background-image: repeating-linear-gradient(45deg, #000, #fff);
    width: 100%;
    max-width: 100%;
  }

  .image-wapper {
    width: 100%;
  }

  .gradient {
    background-image: linear-gradient(to top, var(--black), #fff0 27%);
  }

  .gradient._2 {
    background-image: linear-gradient(270deg, var(--black) 8%, #fff0);
  }

  .gradient._4 {
    background-image: linear-gradient(to top, var(--black), #fff0 69%);
    width: 100%;
  }

  .gradient._4.hero {
    background-image: linear-gradient(to top, var(--black), #fff0 24%);
  }

  .gradient._4.hero.up {
    background-image: linear-gradient(to bottom, #020e11c7, #fff0 17%), linear-gradient(to top, var(--black), #fff0 45%);
  }

  .gradient._4.hero.up._3rd {
    background-image: linear-gradient(to top, var(--black), #fff0 45%);
  }

  .column-6 {
    padding-left: 20%;
    padding-right: 20%;
    display: block;
  }

  .columns-2 {
    display: block;
  }

  .columns-2.ipad {
    display: inline-block;
  }

  .columns-2.desktop {
    display: none;
  }

  .h2 {
    text-align: left;
    font-size: 44px;
  }

  .h2._1 {
    font-size: 36px;
  }

  .h2._1._2 {
    line-height: 44px;
  }

  .h2._2 {
    font-size: 36px;
  }

  .p1 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .d1 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .activity-grid {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: start space-between;
    place-items: center;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-9 {
    padding-top: 0;
    padding-right: 10px;
  }

  .div-block-9._1 {
    padding-left: 15px;
  }

  .testimonials {
    margin-bottom: 60px;
  }

  .container-5 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .slide-2 {
    margin-right: -20px;
  }

  .image-20, .image-21 {
    max-width: 40%;
  }

  .gallery {
    height: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-37, .image-38 {
    display: none;
  }

  .image-43, .image-44 {
    width: 120vw;
    max-width: 140%;
    height: 100vh;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-7.heading-effect {
    font-size: 20px;
  }

  .link._3 {
    font-size: 18px;
  }

  .link._2 {
    font-size: 14px;
    line-height: 24px;
  }

  .link._2.w--current {
    font-size: 14px;
  }

  .link-wrapper._3 {
    margin-bottom: 5px;
  }

  .container-10 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-18 {
    flex-direction: column;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .plain-text {
    margin-bottom: 20px;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
  }

  .text-block-2 {
    font-size: 5em;
    line-height: 1em;
  }

  .main-section.about {
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .main-wrapper {
    width: 100%;
  }

  .columns-7 {
    display: block;
  }

  .column-16 {
    justify-content: center;
  }

  .heading-wapper {
    margin-top: 0;
    margin-left: 80px;
    position: static;
  }

  .heading-8._1, .heading-8._2 {
    font-size: 48px;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .section-3 {
    padding-top: 120px;
  }

  .div-block-28 {
    margin-top: 20px;
    margin-left: 0;
    right: 0;
  }

  .div-block-28.campp {
    width: 100%;
  }

  .list-item-3 {
    color: #fffc;
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .button-4 {
    width: 450px;
  }

  .image-62 {
    max-width: 35%;
    right: 15px;
  }

  .image-63 {
    max-width: 40%;
    top: -70px;
    left: 20px;
  }

  .image-63._2 {
    max-width: 25%;
    left: 10px;
  }

  .pineapple-div {
    margin-bottom: 80px;
  }

  .heading-9 {
    width: 200%;
    font-size: 48px;
    line-height: 56px;
    top: 300px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .camping {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-13._1 {
    margin-top: 0;
  }

  .image-65 {
    bottom: -20px;
  }

  .image-66 {
    top: -20px;
  }

  .div-block-31 {
    width: 80%;
    position: absolute;
    bottom: auto;
  }

  .heading-10 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-6 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .image-68 {
    max-width: 60%;
  }

  .image-69 {
    max-width: 22%;
    margin-top: 30px;
  }

  .div-block-36 {
    width: 20px;
    height: 40px;
  }

  .div-block-36._4 {
    width: 20px;
  }

  .paragraph-7 {
    padding-right: 0;
  }

  .image-79 {
    max-width: 45%;
    bottom: 15px;
    right: -3%;
  }

  .image-79._1 {
    right: -25%;
  }

  .image-79.mobile {
    max-width: 22%;
    right: 25%;
  }

  .image-79.mobile._4 {
    max-width: 24%;
  }

  .section-4 {
    padding-top: 80px;
  }

  .container-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-block-40 {
    margin-bottom: -30px;
    padding-bottom: 30px;
  }

  .section-6 {
    margin-top: 80px;
    margin-bottom: 80px;
    display: none;
  }

  .column-24 {
    flex-direction: row;
  }

  .columns-13 {
    flex-direction: column;
  }

  .lottie-animation {
    width: 7%;
  }

  .image-87 {
    max-width: 25%;
  }

  .div-block-53 {
    margin-top: 80px;
  }

  .heading-16 {
    font-size: 48px;
  }

  .h2-sub-heading {
    color: #ffffffe6;
  }

  .list-item-3-copy {
    color: #fffc;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .crippers {
    background-position: 50%;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading {
    font-size: 36px;
  }

  .paragraph {
    width: 70%;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4, .div-block-4._2 {
    align-self: center;
  }

  .heading-2 {
    font-size: 7em;
  }

  .heading-3._2 {
    font-size: 16px;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .image {
    max-width: 9%;
  }

  .image-6 {
    max-width: 30%;
  }

  .image-7 {
    max-width: 24%;
  }

  .heading-4 {
    font-size: 36px;
    top: auto;
  }

  .column-5 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .gradient._4.hero.up {
    background-image: linear-gradient(to bottom, #020e11a8, #fff0 26%), linear-gradient(to top, var(--black), #fff0 45%);
  }

  .column-6 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .p1 {
    font-size: 18px;
    line-height: 22px;
  }

  .activity-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
  }

  .h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .div-block-9, .div-block-9._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials {
    margin-bottom: 50px;
  }

  .gallery {
    width: auto;
    height: auto;
  }

  .gallery-wrapper {
    height: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: none;
  }

  .image-37, .image-38 {
    display: block;
  }

  .image-39, .image-40 {
    height: 100%;
  }

  .image-41, .image-42 {
    max-width: 100%;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-43, .image-44 {
    width: 160vw;
    max-width: 160%;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-14, .div-block-14.heading-effect {
    margin-top: 10px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .heading-7.heading-effect {
    font-size: 18px;
  }

  .image-54 {
    max-width: 30%;
  }

  .column-8 {
    top: -35px;
  }

  .column-8._2 {
    top: 50px;
  }

  .column-8._3 {
    top: -55px;
  }

  .column-9 {
    top: 50px;
  }

  .image-55 {
    max-width: 30%;
  }

  .image-56, .image-57 {
    max-width: 20%;
  }

  .container-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    display: none;
  }

  .link._3 {
    font-size: 16px;
    line-height: 20px;
  }

  .link._3.us._2 {
    font-size: 2em;
  }

  .burger-wrapper {
    top: 0;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .list-item._1 {
    margin-top: 50px;
  }

  .list-item._4 {
    display: flex;
  }

  .image-59 {
    display: block;
  }

  .div-block-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-section.about {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-wapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-8._1, .heading-8._2 {
    line-height: 56px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-61 {
    max-width: 80%;
  }

  .section-3 {
    padding-top: 120px;
  }

  .section-3.last {
    padding-top: 100px;
  }

  .section-3.skate {
    padding-top: 140px;
  }

  .div-block-28 {
    width: 100%;
    margin-top: 20px;
  }

  .list-item-3 {
    font-size: 18px;
  }

  .button-4 {
    border: 3px solid var(--black-2);
    background-color: var(--black);
    color: var(--black-2);
  }

  .button-4.mob {
    background-color: var(--black-2);
    color: var(--black);
    border-width: 0;
    margin-top: 10px;
    display: flex;
  }

  .column-17 {
    align-items: center;
    padding-left: 40px;
  }

  .column-18 {
    margin-top: 100px;
    padding-right: 40px;
  }

  .image-62 {
    bottom: 5px;
  }

  .paragraph-5 {
    width: 370px;
  }

  .camping {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .camping._2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .image-65 {
    bottom: -10px;
  }

  .image-66 {
    top: -10px;
  }

  .div-block-31 {
    width: 80%;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-68 {
    max-width: 50%;
    margin-top: 10px;
  }

  .image-69 {
    max-width: 30%;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-79 {
    max-width: 35%;
    right: -13%;
  }

  .image-79.mobile {
    max-width: 30%;
    top: -70px;
    right: 10%;
  }

  .image-79.mobile._4 {
    max-width: 30%;
  }

  .image-79.mobile._6 {
    right: 12%;
  }

  .paragraph-8 {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .list-item-4, .list-item-5 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 48px;
  }

  .div-block-39 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-5, .section-6 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-45 {
    display: flex;
    position: absolute;
    inset: 20px auto auto 20px;
  }

  .image-89 {
    width: 100px;
  }

  .heading-16 {
    font-size: 48px;
  }

  .list-item-3-copy {
    font-size: 18px;
  }

  .div-block-58 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .background-image {
    z-index: 1;
    background-position: 50%;
  }

  .crippers {
    z-index: 2;
    background-image: url('../images/image-11-1-min.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }

  .heaiding-wrapper {
    z-index: 4;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .paragraph {
    width: 80%;
    font-size: 4.27em;
    line-height: 1.3;
  }

  .paragraph.mob {
    display: block;
  }

  .paragraph.desktop {
    display: none;
  }

  .line-wrapper {
    height: 35%;
    bottom: 40px;
    right: 48%;
  }

  .div-block-3 {
    margin-top: 20px;
    padding-left: 0;
  }

  .heading-2 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 12.8em;
    line-height: 1em;
  }

  .heading-3 {
    font-size: 16px;
  }

  .heading-3._2 {
    font-size: 14px;
  }

  .div-block-5 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Molengo, sans-serif;
    font-size: 20px;
  }

  .image {
    max-width: 5%;
  }

  .image-2.rotate {
    transform: none;
  }

  .surf-rotate-div {
    height: 90vh;
    overflow: hidden;
  }

  .div-block-6 {
    width: 100%;
  }

  .image-4 {
    max-width: 30%;
    top: -26%;
    left: 5%;
  }

  .image-5 {
    bottom: -24%;
  }

  .image-6 {
    max-width: 32%;
    top: -35%;
  }

  .image-7 {
    bottom: -17%;
  }

  .heading-4 {
    letter-spacing: 3px;
    font-size: 9.6em;
    line-height: 36px;
  }

  .image-8 {
    max-width: 30%;
  }

  .column-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
  }

  .gradient {
    background-image: linear-gradient(to top, var(--black), #fff0 32%);
  }

  .gradient._2 {
    background-image: linear-gradient(270deg, var(--black) 8%, #fff0);
  }

  .gradient._4 {
    background-image: linear-gradient(to top, var(--black), #fff0 69%, #00000091);
  }

  .gradient._4.hero {
    background-image: linear-gradient(to top, var(--black), #0000 19%, #fff0 69%);
  }

  .gradient._5 {
    background-image: linear-gradient(to top, var(--black), #fff0);
  }

  .column-6 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 34px;
  }

  .h2._1 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .h2._2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .p1 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .d1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .activity-grid {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-7 {
    margin-top: 30px;
  }

  .wave-wrapper {
    width: 150px;
  }

  .image-10 {
    position: relative;
    left: -18px;
  }

  .image-11 {
    position: relative;
    left: -18px;
    right: auto;
  }

  .image-12 {
    position: relative;
    left: -18px;
    right: 0;
  }

  .image-13 {
    position: relative;
    left: -18px;
  }

  .grid {
    grid-row-gap: 0px;
    border-width: 1px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    border-width: 1px;
  }

  .h3 {
    font-size: 6.4em;
    line-height: 1;
  }

  .paragraph-2 {
    font-size: 3.73em;
    line-height: 1;
  }

  .div-block-9 {
    border-width: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-9._1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .sutainable-ocean {
    overflow: hidden;
  }

  .testimonials {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-5 {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .div-block-10 {
    margin-top: 20px;
  }

  .slider-2 {
    width: 300px;
    height: 290px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .slide-2 {
    margin-right: 0;
  }

  .div-block-11 {
    background-color: var(--black-2);
    width: 100%;
    height: 220px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    display: block;
    inset: auto auto 0% 37.5%;
  }

  .image-14 {
    max-width: 20%;
    top: 14.5px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    top: 79.3472px;
  }

  .icon-3 {
    max-width: 10px;
    inset: auto auto 0% 0%;
  }

  .image-17 {
    max-width: 20%;
    top: -32px;
  }

  .image-18 {
    max-width: 40%;
    position: absolute;
    inset: auto 0% 20px 31%;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    display: block;
    inset: auto 37.5% 0% auto;
    overflow: hidden;
  }

  .heading-5 {
    letter-spacing: 0;
    font-family: Exo, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 34px;
  }

  .image-20 {
    inset: auto 0% 0% auto;
  }

  .image-21 {
    inset: auto auto 0% 0%;
  }

  .heading-6 {
    color: var(--black-2);
    font-family: Permanent Marker, sans-serif;
    font-size: 14px;
    display: none;
    position: absolute;
    inset: auto 5% -15% auto;
  }

  .gallery {
    overflow: hidden;
  }

  .gallery-wrapper {
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template: "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   "." 10vw
                   / 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
    margin-top: 0;
  }

  .image-43, .image-44 {
    width: 300vw;
    max-width: 300%;
  }

  .grid-6 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    display: none;
  }

  .grid-6._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .grid-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .footer {
    padding-top: 0;
  }

  .image-45 {
    transform-origin: 100% 0;
    max-width: 90%;
    position: relative;
  }

  .image-46 {
    transform-origin: 0 0;
    max-width: 90%;
  }

  .image-47 {
    transform-origin: 100% 100%;
    max-width: 90%;
  }

  .image-48 {
    transform-origin: 100% 100%;
    max-width: 100%;
  }

  .image-49 {
    transform-origin: 100% 0;
    max-width: 100%;
  }

  .image-50 {
    transform-origin: 0 100%;
    max-width: 100%;
  }

  .image-51 {
    transform-origin: 0 100%;
    max-width: 90%;
  }

  .image-52 {
    transform-origin: 0 0;
    max-width: 100%;
  }

  .image-53 {
    grid-template-columns: 1.5fr 2fr 1fr 1.5fr 2fr;
    max-width: 60%;
  }

  .button-3 {
    font-size: 14px;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center end;
    place-items: end;
    display: grid;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-7._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-13 {
    align-items: center;
    margin-top: 20px;
  }

  .div-block-14.heading-effect {
    margin-top: 10px;
    overflow: hidden;
  }

  .heading-7 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7.heading-effect {
    perspective-origin: 0%;
    transform-origin: 0%;
    font-size: 4.27em;
    font-weight: 700;
    line-height: 1.3;
  }

  .image-54 {
    max-width: 40%;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
    top: -90px;
  }

  .column-8._2 {
    top: 30px;
  }

  .column-8._3 {
    flex-direction: row;
    align-items: flex-start;
    top: -95px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
    top: 15px;
  }

  .image-55 {
    max-width: 40%;
  }

  .image-56, .image-57 {
    max-width: 35%;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    font-size: 16px;
  }

  .link._3 {
    font-size: 4.27em;
  }

  .link._3.big {
    font-size: 8em;
    font-weight: 900;
  }

  .link._3.us._2 {
    font-size: 5em;
  }

  .link._5 {
    margin-bottom: -2px;
    font-size: 16px;
    line-height: 16px;
  }

  .link._5.bottom {
    color: var(--black);
  }

  .link-wrapper._3 {
    margin-bottom: 3px;
  }

  .stick._5 {
    height: 2px;
  }

  .burger-wrapper {
    display: flex;
    top: -5px;
    right: 10px;
  }

  .div-block-17.upper-stick, .div-block-17.mid-stick, .div-block-17.bottom {
    width: 25px;
    height: 4px;
    margin-top: 5px;
  }

  .navbar-overlay {
    background-color: var(--black);
    background-image: none;
    display: none;
  }

  .list-item {
    margin-bottom: 5px;
  }

  .image-59 {
    max-width: 80%;
  }

  .container-10 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-18 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-19 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .div-block-19.top, .div-block-19.bottom {
    padding-top: 0;
  }

  .plain-text {
    margin-bottom: 10px;
    font-size: 6.4em;
  }

  .plain-text._2 {
    margin-bottom: 15px;
  }

  .plain-text.tue {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-20.below {
    margin-top: 0;
  }

  .div-block-21 {
    margin-top: 10px;
    padding-left: 0;
  }

  .div-block-21.botoom {
    align-items: flex-start;
    margin-top: 40px;
  }

  .div-block-22 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 60px;
    display: block;
  }

  .dropdown-toggle.w--open {
    background-color: #0000;
  }

  .text-block {
    color: #fcba46;
    font-family: Permanent Marker, sans-serif;
    font-size: 22px;
  }

  .icon-4 {
    color: #fcba46;
  }

  .dropdown-list {
    background-color: #0000;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .page-loader {
    display: none;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 13em;
    line-height: .9em;
  }

  .body-2 {
    font-size: 1vw;
  }

  .i2 {
    width: 200%;
    max-width: 200%;
  }

  .i2.mob {
    width: 150%;
  }

  .main-wrapper {
    perspective-origin: 100%;
    transform-origin: 100%;
  }

  .main-wrapper.mob {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-wapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-wapper.mob {
    margin-top: 0;
  }

  .heading-8._1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-8._2 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-2 {
    perspective-origin: 100%;
    transform-origin: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-27 {
    width: 100px;
    height: 40px;
    margin-top: 10px;
  }

  .image-61 {
    max-width: 100%;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 0;
    overflow: visible;
  }

  .section-3.last, .section-3.skate {
    padding-top: 120px;
  }

  .div-block-28 {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .div-block-28.last {
    margin-bottom: 0;
  }

  .list-item-3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .list-2 {
    padding-left: 15px;
  }

  .text-block-3 {
    margin-top: 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-span {
    font-size: 14px;
    line-height: 20px;
  }

  .button-4 {
    border: 3px solid var(--black-2);
    background-color: var(--black);
    color: var(--black-2);
    border-radius: 0;
    width: auto;
    font-family: Sen, sans-serif;
    font-size: 4.27em;
    display: none;
  }

  .button-4.mob {
    background-color: var(--black-2);
    color: var(--black);
    margin-top: 10px;
  }

  .div-block-29 {
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    margin-top: 10px;
  }

  .link-block-2.w--current {
    margin-top: 5px;
  }

  .column-17 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-18 {
    margin-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-62 {
    margin-bottom: 0;
    bottom: 4px;
  }

  ._1 {
    margin-top: 120px;
  }

  .image-63 {
    max-width: 40%;
    left: 20px;
  }

  .image-63._2 {
    max-width: 25%;
    inset: -70px 20px auto auto;
  }

  .image-63._3 {
    inset: -70px 20px auto auto;
  }

  .pineapple-div {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    letter-spacing: 2px;
    width: 120%;
    font-size: 10em;
    font-weight: 900;
    line-height: 1;
    top: 259px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 4.27em;
    line-height: 1.3;
  }

  .image-64 {
    max-width: 80%;
  }

  .camping {
    padding-top: 0;
    padding-bottom: 0;
  }

  .camping._2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-13 {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .container-13._1 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-30 {
    width: 100vw;
  }

  .image-65 {
    width: 250%;
    max-width: 250%;
    position: absolute;
    bottom: -15px;
  }

  .image-66 {
    width: 250%;
    max-width: 300%;
    position: absolute;
    inset: -15px 0% auto;
  }

  .image-67 {
    object-position: 50% 50%;
    max-width: 250%;
    height: 500px;
    display: block;
  }

  .div-block-31 {
    width: 90%;
    bottom: auto;
  }

  .heading-10 {
    font-size: 9.6em;
    line-height: 1;
  }

  .paragraph-6 {
    font-size: 4.27em;
    line-height: 1.3;
  }

  .paragraph-6.mob {
    margin-top: 10px;
    display: flex;
  }

  .paragraph-6.desktop {
    display: none;
  }

  .image-68 {
    margin-top: 10px;
  }

  .image-69 {
    max-width: 40%;
    margin-top: 30px;
  }

  .div-block-32, .div-block-33, .div-block-34 {
    margin-bottom: 0;
  }

  .div-block-35 {
    padding-left: 5%;
  }

  .div-block-35.bottom {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .div-block-36 {
    display: none;
  }

  .div-block-36._4 {
    z-index: 8;
  }

  .div-block-36._1 {
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 80px;
    left: 20px;
  }

  .div-block-36._1._2 {
    display: flex;
    top: 13.5px;
    left: 60%;
    transform: rotate(90deg);
  }

  .div-block-36._1._2._3 {
    z-index: 2;
    display: flex;
    top: 243.5px;
    left: 91px;
  }

  .div-block-36._1._2._5 {
    display: flex;
    inset: auto 30% 3% auto;
  }

  .div-block-36._1._2._5._6 {
    display: flex;
    bottom: 34%;
    right: 58%;
  }

  .div-block-36._1._4 {
    display: flex;
    top: 26%;
    left: 248px;
  }

  .div-block-36._1._4._7 {
    z-index: 2;
    display: flex;
    inset: auto auto 13% 17%;
  }

  .div-block-36._1._4._7._8 {
    z-index: 0;
    display: flex;
    bottom: 23%;
    left: 86%;
  }

  .div-block-37 {
    background-color: var(--black-2);
    width: 2px;
    height: 50px;
  }

  .body-3 {
    font-size: 1vw;
    line-height: 1;
  }

  .columns-9 {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .body-4 {
    font-size: 1vw;
    line-height: 1;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-79 {
    display: none;
    right: -6%;
  }

  .image-79._1 {
    right: -7%;
  }

  .image-79.mobile {
    max-width: 20%;
    font-weight: 400;
    display: inline-block;
    inset: -70px 12% auto auto;
  }

  .image-79.mobile._4 {
    top: -70px;
  }

  .image-79.mobile._5 {
    max-width: 22%;
    top: -70px;
  }

  .image-79.mobile._6 {
    max-width: 25%;
    top: -70px;
  }

  .paragraph-8 {
    line-height: 22px;
  }

  .columns-10 {
    flex: 1;
    margin-bottom: 100px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9.6em;
    line-height: 1;
  }

  .heading-12 {
    font-size: 18px;
    bottom: 40px;
  }

  .section-4 {
    padding-top: 50px;
  }

  .container-15 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-4 {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .list-item-5 {
    margin-bottom: 8px;
  }

  .list-item-5._2 {
    background-color: var(--black-2);
    width: 60px;
    height: 3px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .image-84 {
    z-index: 1;
    position: absolute;
    inset: 56% 0% 0% auto;
  }

  .image-84.down {
    top: auto;
    bottom: 25%;
  }

  .image-84.up {
    display: none;
    inset: 10% auto auto 58%;
  }

  .image-84.up._1 {
    display: none;
    top: 14%;
    left: 8%;
  }

  .image-84.up._1._2 {
    display: none;
    left: 58%;
  }

  .image-84.up._3 {
    display: none;
    left: 8%;
  }

  .div-block-39 {
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
  }

  .div-block-39.mob {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .columns-11 {
    align-self: stretch;
  }

  .columns-12 {
    align-self: stretch;
    margin-top: 20px;
  }

  .image-85 {
    display: none;
    position: absolute;
    inset: auto auto 8% 8%;
  }

  .image-85._1 {
    display: none;
    left: 58%;
  }

  .image-85._1._2 {
    display: none;
    bottom: 32%;
    left: 58%;
  }

  .image-85._2 {
    bottom: 32%;
    left: 8%;
  }

  .text-block-4 {
    text-align: left;
  }

  .page-loader-black {
    display: none;
  }

  .lottie-animation {
    width: 12%;
    bottom: 80px;
  }

  .image-87 {
    max-width: 35%;
    margin-top: 15px;
  }

  .lottie-animation-2 {
    width: 150px;
  }

  .image-88 {
    max-width: 40%;
  }

  .div-block-45 {
    z-index: 1001;
    top: 20px;
  }

  .image-91 {
    margin-bottom: 5px;
  }

  .div-block-46 {
    background-color: var(--black-2);
    width: 0;
    display: block;
    position: absolute;
  }

  .div-block-47 {
    width: 10px;
    height: 10px;
  }

  .div-block-48 {
    margin-top: 0;
  }

  .heading-15 {
    text-align: center;
    font-size: 30px;
    line-height: 26px;
  }

  .image-93 {
    max-width: 70%;
  }

  .div-block-49 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-53 {
    margin-top: 80px;
  }

  .heading-16 {
    font-size: 36px;
  }

  .grid-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 90em;
    height: 90em;
    margin-top: 12px;
  }

  .grid-9.middle {
    margin-top: 12px;
  }

  .h2-sub-heading {
    font-size: 1.125rem;
  }

  .list-item-3-copy {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .button-5 {
    width: auto;
    max-width: 45.9531svh;
  }

  .button-5.mob {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    max-width: none;
    height: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    font-family: Sen, sans-serif;
    font-size: 4.27em;
    font-weight: 700;
    display: block;
  }

  .bold-text-2 {
    font-size: 15px;
  }
}

#w-node-dcd1afd2-3619-c2c4-b559-353876b47a14-ffdd2f42 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-eee7717e-93ae-4cdc-6673-f0d622d5b0c6-ffdd2f42 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_12849342-9ce8-c8aa-2735-a8594b1b323e-ffdd2f42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8f55dff-e7b2-b68e-95b0-071b7827553e-ffdd2f42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ab9d83d-e0ea-db85-f898-81a5f4b3bc5d-ffdd2f42 {
  grid-area: 2 / 7 / 4 / 9;
}

#w-node-_8f4ade7d-48f4-2ab5-f118-2e921454e266-ffdd2f42 {
  grid-area: 1 / 10 / 3 / 12;
}

#w-node-efaad9ec-e65b-eae9-6b47-4bdc9df86006-ffdd2f42 {
  grid-area: 1 / 3 / 4 / 6;
}

#w-node-_61ed7ed7-d060-1b43-ffd0-4d302035cf5f-ffdd2f42 {
  grid-area: 5 / 7 / 8 / 10;
}

#w-node-_486c263a-273e-3931-eedc-a79961b6a1c2-ffdd2f42 {
  grid-area: 6 / 1 / 8 / 3;
}

#w-node-_926c9392-900e-1f1d-717f-d1decba91fe1-ffdd2f42 {
  grid-area: 5 / 4 / 7 / 6;
}

#w-node-b29d37ce-15fc-9bff-4c3a-06a998bdd745-ffdd2f42 {
  grid-area: 5 / 11 / 6 / 12;
}

#w-node-dfde6318-2ce0-4418-e310-edf792678443-ffdd2f42 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_20370a69-b110-3f05-f91e-783a1348d675-ffdd2f42 {
  grid-area: 4 / 7 / 5 / 8;
  justify-self: center;
}

#w-node-d146e460-63b1-be4a-7fce-218f86383c80-ffdd2f42 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_54708e42-f9c0-a965-9b37-1e1aa4dee2ae-ffdd2f42 {
  grid-area: 7 / 11 / 8 / 12;
  justify-self: center;
}

#w-node-_74b63a70-5f08-1897-989a-34a886b84a38-ffdd2f42 {
  grid-area: 6 / 6 / 7 / 7;
  justify-self: center;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e269-ffdd2f42 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26a-ffdd2f42 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26b-ffdd2f42 {
  grid-area: 1 / 6 / 3 / 7;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26c-ffdd2f42 {
  grid-area: 4 / 2 / 6 / 3;
  place-self: end center;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26d-ffdd2f42 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26e-ffdd2f42 {
  grid-area: 2 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26f-ffdd2f42 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e271-ffdd2f42 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-e0cfa46d-3614-2a40-9d5d-4fe95402c54a-9ca06eba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_0af9f2e8-8e2e-95ee-47f6-d976f762108a-9ca06eba {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_06efb18c-724d-16b7-7434-7c9b69e9a53f-9ca06eba {
  grid-area: 2 / 2 / 4 / 4;
  align-self: start;
}

#w-node-_7ac4117b-f956-6727-b1a1-1708c27f4e12-9ca06eba {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-bc7859f0-00a8-e9e6-4585-da8b7c17dafa-9ca06eba {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_97a2322d-b6ea-2642-00e4-5d580e6976da-9ca06eba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_97a2322d-b6ea-2642-00e4-5d580e6976db-9ca06eba {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_97a2322d-b6ea-2642-00e4-5d580e6976dc-9ca06eba {
  grid-area: 2 / 1 / 4 / 3;
  align-self: start;
}

#w-node-_97a2322d-b6ea-2642-00e4-5d580e6976dd-9ca06eba {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_97a2322d-b6ea-2642-00e4-5d580e6976de-9ca06eba {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-_06693a68-801e-89a7-48f0-4d10908bc08c-9ca06eba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_06693a68-801e-89a7-48f0-4d10908bc08d-9ca06eba {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_06693a68-801e-89a7-48f0-4d10908bc08e-9ca06eba {
  grid-area: 2 / 2 / 4 / 4;
  align-self: start;
}

#w-node-_06693a68-801e-89a7-48f0-4d10908bc08f-9ca06eba {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_06693a68-801e-89a7-48f0-4d10908bc090-9ca06eba {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ef0a64c5-ea35-7c67-63c2-c999a96cfcd8-ffdd2f42, #w-node-eee7717e-93ae-4cdc-6673-f0d622d5b0c6-ffdd2f42, #w-node-c2a2d4fa-16e2-8048-14b2-b0dce1faa350-ffdd2f42, #w-node-cd6f11d7-e204-8a26-b904-6e6d889ec272-ffdd2f42, #w-node-d8f55dff-e7b2-b68e-95b0-071b7827553e-ffdd2f42, #w-node-_7999dff2-25d1-bf74-4877-b2bed3fee64f-ffdd2f42 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcd1afd2-3619-c2c4-b559-353876b47a14-ffdd2f42 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-ef0a64c5-ea35-7c67-63c2-c999a96cfcd8-ffdd2f42 {
    align-self: stretch;
  }

  #w-node-c2a2d4fa-16e2-8048-14b2-b0dce1faa350-ffdd2f42 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: stretch;
  }

  #w-node-cd6f11d7-e204-8a26-b904-6e6d889ec272-ffdd2f42 {
    place-self: stretch stretch;
  }

  #w-node-d8f55dff-e7b2-b68e-95b0-071b7827553e-ffdd2f42 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7999dff2-25d1-bf74-4877-b2bed3fee64f-ffdd2f42 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef0a64c5-ea35-7c67-63c2-c999a96cfcd8-ffdd2f42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-c2a2d4fa-16e2-8048-14b2-b0dce1faa350-ffdd2f42, #w-node-cd6f11d7-e204-8a26-b904-6e6d889ec272-ffdd2f42, #w-node-_7999dff2-25d1-bf74-4877-b2bed3fee64f-ffdd2f42 {
    place-self: stretch stretch;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e269-ffdd2f42 {
    grid-area: 6 / 3 / 8 / 5;
    place-self: end;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26a-ffdd2f42 {
    grid-area: 6 / 1 / 8 / 3;
    place-self: end;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26b-ffdd2f42 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26c-ffdd2f42 {
    grid-area: 8 / 3 / 10 / 5;
    place-self: end;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26d-ffdd2f42 {
    grid-area: 3 / 3 / 5 / 5;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26e-ffdd2f42 {
    grid-area: 8 / 1 / 10 / 3;
    place-self: auto;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e26f-ffdd2f42 {
    grid-area: 3 / 1 / 5 / 3;
    place-self: auto;
  }

  #w-node-b19b706f-2252-a1cb-2c0b-66dff5a8e271-ffdd2f42 {
    grid-area: 1 / 3 / 3 / 5;
    place-self: auto end;
  }

  #w-node-e0cfa46d-3614-2a40-9d5d-4fe95402c54a-9ca06eba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06efb18c-724d-16b7-7434-7c9b69e9a53f-9ca06eba {
    grid-area: 2 / 2 / 4 / 4;
    align-self: start;
  }

  #w-node-_97a2322d-b6ea-2642-00e4-5d580e6976da-9ca06eba, #w-node-_06693a68-801e-89a7-48f0-4d10908bc08c-9ca06eba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


