/*
Theme Name: Bee Boss Surf
Description: SURFS UP
Author: FS
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

body {
  font-family: "degular", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 18px;
  line-height: 33px;
  background-color: #fff;
}

.strong {
  font-weight: 700;
}

h1 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h2 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h3 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h4 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h5 {
  font-family: "degular", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h1 {
  font-size: 68px;
  line-height: 61px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 30px;
  }
}

h2 {
  font-size: 52px;
  line-height: 47px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 26px;
  }
}

h3 {
  font-size: 38px;
  line-height: 37px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 23px;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
  color: inherit;
}

.pre-heading {
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pre-heading:after {
  content: "";
  display: inline-block;
  background-image: url(images/pre-heading-bee.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 34px;
  vertical-align: bottom;
  margin-left: 5px;
}

.button {
  display: inline-block;
  font-weight: bold;
  font-size: 27px;
  padding-block: 0.5em 0.6em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: transparent;
  box-shadow: 0 0 0 3px #fff;
  text-transform: uppercase;
  padding-inline: 1em;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  box-shadow: 0 0 0 6px #fff;
}
.button.dark {
  box-shadow: 0 0 0 3px #000;
  color: #000;
}
.button.dark:hover {
  box-shadow: 0 0 0 6px #000;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 4%;
  }
}

footer:has(.aos-init) {
  overflow: hidden;
}

/* nav */
.fixedheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding-inline: 4%;
  padding-top: 2%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .fixedheader.is-scrolling {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 1%;
  }
  .fixedheader.is-scrolling .header-menu > li:hover::after {
    background-color: #EDDB08;
  }
  .fixedheader.is-scrolling .desklogo {
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .fixedheader.is-scrolling svg {
    height: 80px;
    transition: all 0.3s ease-in-out;
  }
  .fixedheader.is-scrolling path {
    transition: all 0.3s ease-in-out;
    fill: #EDDB08;
  }
  .fixedheader.is-scrolling nav:after {
    animation: shrinkAndHide 0.5s forwards ease-in-out;
    overflow: hidden; /* ensures content doesn't overflow */
  }
  @keyframes shrinkAndHide {
    0% {
      width: 100%;
      opacity: 1;
      visibility: visible;
    }
    50% {
      border-color: #EDDB08;
    }
    99% {
      width: 0%;
      opacity: 0;
      visibility: visible; /* keep visible until the end */
    }
    100% {
      visibility: hidden;
      margin-top: 0;
    }
  }
}
@media (max-width: 767px) {
  .fixedheader {
    padding-inline: 0;
  }
}
.fixedheader .shrink-hide {
  animation: shrinkAndHide 0.5s forwards ease-in-out;
  overflow: hidden; /* ensures content doesn't overflow */
}
.fixedheader .top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 2%;
}
@media (max-width: 767px) {
  .fixedheader .top-container {
    padding-inline: 4%;
  }
}
.fixedheader .logowrap {
  flex: 0;
}
.fixedheader nav {
  width: 100%;
}
.fixedheader nav:after {
  content: "";
  border: 1px solid #fff;
  opacity: 0.53;
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.fixedheader .header-menu {
  display: flex;
  list-style: none;
  gap: 2%;
  justify-content: flex-end;
}
.fixedheader .header-menu > li {
  display: flex;
  align-items: center;
  position: relative;
}
.fixedheader .header-menu > li:after {
  content: "";
  display: block;
  height: 1px;
  background: transparent;
  top: 90%;
  position: absolute;
  left: 0;
  width: 0%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 981px) {
  .fixedheader .header-menu > li:hover:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    top: 90%;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.fixedheader .header-menu a {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-block: 0.5em 0.5em;
  display: block;
}
.fixedheader .header-menu .menu-item-has-children {
  position: relative;
}
@media (min-width: 1024px) {
  .fixedheader .header-menu .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
}
.fixedheader .header-menu .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  min-width: 250px;
  padding-block: 1em;
  z-index: 999;
}
.fixedheader .header-menu .sub-menu li:last-of-type a {
  padding-block: 0;
}
.fixedheader .header-menu .sub-menu a {
  color: #000;
  padding-inline: 1em;
  padding-block: 0 0.5em;
  display: block;
}
@media (min-width: 1024px) {
  .fixedheader .header-menu .sub-menu a:hover {
    text-decoration: underline;
  }
}
.fixedheader .header-menu .nav-plus {
  display: none;
}
.fixedheader .moblogo {
  display: none;
}
.fixedheader .nav-button {
  display: none;
}
.fixedheader #opennav {
  display: none;
}

@media (min-width: 981px) {
  .desklogo {
    display: block;
    position: relative;
    top: 40px;
  }
}
@media (max-width: 980px) {
  .desklogo {
    display: none;
  }
  .fixedheader #opennav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixedheader #opennav svg {
    min-width: 30px;
  }
  .fixedheader #opennav .close {
    min-width: 30px;
    display: none;
  }
  .fixedheader #opennav.is-active .close {
    display: block;
  }
  .fixedheader #opennav.is-active .open {
    display: none;
  }
  .fixedheader .header-menu li:has(.nav-plus.rotatoe) {
    border-bottom-color: transparent;
  }
  .fixedheader .header-menu .sub-menu {
    background: transparent;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-block: 0 1em;
    position: relative;
    top: unset;
    left: unset;
  }
  .fixedheader .header-menu .sub-menu a {
    color: #fff;
    padding-inline: 1.5em 0;
  }
  nav {
    position: absolute;
    display: none;
    left: 0;
    top: 140%;
    width: 100%;
    background: #000;
    min-height: 100vh;
    overflow: scroll;
  }
  nav.is-active {
    display: block;
  }
  .fixedheader .nav-button {
    top: 3rem;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
  }
  .fixedheader {
    padding-block: 4%;
    background: #000;
  }
  .fixedheader .top-container {
    gap: 0;
  }
  .fixedheader .moblogo {
    display: flex;
    align-items: center;
  }
  .fixedheader nav:after {
    display: none;
  }
  .fixedheader .header-menu {
    flex-direction: column;
  }
  .fixedheader .header-menu > li {
    border-top: 1px solid #F7F5F1;
  }
  .fixedheader .header-menu > li:last-of-type {
    border-bottom: 1px solid #F7F5F1;
  }
  .fixedheader .header-menu .nav-plus {
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixedheader .header-menu .nav-plus.rotatoe #Line_151 {
    display: none;
  }
  .fixedheader .header-menu a {
    display: block;
    padding-left: 1rem;
    padding-block: 1rem;
  }
  .fixedheader .header-menu .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .fixedheader .header-menu .menu-item-has-children > a {
    flex-grow: 1;
  }
}
.videobg {
  z-index: -1;
  position: fixed;
  inset: 0;
  min-width: 100%;
  min-height: 100%;
  background: transparent;
}
.videobg video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section {
  position: relative;
  background-color: #fff;
}
section.videobg {
  z-index: -1;
}
section.videobg:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 3;
}

.video-small {
  display: none;
}

.video-big {
  display: none;
}

@media (max-width: 480px) {
  .video-small {
    display: block;
  }
  .video-small video {
    height: 100vh;
  }
}
@media (min-width: 481px) {
  .video-big {
    display: block;
  }
}
.home_hero {
  position: relative;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
@media (max-width: 767px) {
  .home_hero {
    min-height: 1rem;
    overflow: hidden;
    margin-top: 60px;
    height: auto;
    aspect-ratio: 608/1080;
  }
}
.home_hero h1 {
  text-wrap: balance;
}
@media (max-width: 980px) {
  .home_hero h1 {
    font-size: clamp(2.25rem, 1.5227rem + 3.6364vw, 3.75rem);
  }
}
.home_hero h1 br {
  display: none;
}
@media (max-width: 767px) {
  .home_hero h1 br {
    display: block;
  }
}
.home_hero .cntwrapper {
  position: absolute;
  z-index: 33;
  color: #fff;
  top: calc(50% + 10vh);
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: 4%;
  width: 100%;
}
@media (max-width: 767px) {
  .home_hero .cntwrapper {
    padding-inline: 12%;
  }
}
.home_hero .cntwrapper .cnt {
  max-width: 65vw;
}
@media (min-width: 1650px) {
  .home_hero .cntwrapper .cnt {
    max-width: 50vw;
  }
}
@media (max-width: 767px) {
  .home_hero .cntwrapper .cnt {
    max-width: 100%;
  }
}
.home_hero .cntwrapper .cnt p {
  text-wrap: balance;
}
.home_hero .cntwrapper .cnt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home_hero .cntwrapper .cnt p:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_hero .deskcontent p {
    display: none;
  }
}
.home_hero .herobutton {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .home_hero .herobutton .button {
    width: 100%;
  }
}
.home_hero .herobutton span {
  display: block;
  height: 1px;
  background: #fff;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .home_hero .herobutton span {
    display: none;
  }
}

.mobcontent {
  display: none;
}
@media (max-width: 980px) {
  .mobcontent {
    display: block;
    background: #000;
    z-index: 3;
    position: relative;
    color: #fff;
    padding-block: 2rem;
    padding-inline: 4%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sponsor_slider {
  width: 100%;
  padding-block: 60px;
}
@media (max-width: 767px) {
  .sponsor_slider {
    padding-block: 30px;
  }
}
.sponsor_slider .container {
  padding-right: 0;
}
@media (max-width: 980px) {
  .sponsor_slider .container {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .sponsor_slider .container {
    padding-inline: 0;
  }
}
.sponsor_slider .left {
  font-weight: bold;
  font-size: 37px;
  line-height: 73px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.sponsor_slider .flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 980px) {
  .sponsor_slider .flex {
    display: block;
  }
}
.sponsor_slider .slider {
  overflow: hidden;
  width: 100%;
}
.sponsor_slider .slider .slick-autoplay-toggle-button {
  display: none;
}
.sponsor_slider .slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor_slider .slider .slick-list:before {
  content: "";
  width: 8rem;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  height: 50px;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 3;
}
@media (max-width: 980px) {
  .sponsor_slider .slider .slick-list:after {
    content: "";
    width: 8rem;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 3;
  }
}
.sponsor_slider .slider .singlespons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor_slider .slider .singlespons img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .sponsor_slider .slider .singlespons img {
    padding-inline: 1rem;
  }
}

.bgsettings, main.has-waves-bg, .fifty_fifty, .full_width_image_half_text, .inside_header, .insta_block .container:first-of-type, .wavy_cta, .bio_block_home_style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bio_block_home_style {
  background-attachment: fixed;
  position: relative;
  z-index: 33;
  background-color: unset;
  min-height: 90vh;
  padding-block: 0 30vh;
}
@media (max-width: 980px) {
  .bio_block_home_style {
    background: #fff;
    padding-block: 0 60px;
  }
}
.bio_block_home_style:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 980px) {
  .bio_block_home_style:after {
    display: none;
  }
}
.bio_block_home_style .container {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 30px;
  padding-inline: 2%;
}
@media (min-width: 2000px) {
  .bio_block_home_style .container {
    max-width: 90vw;
  }
}
@media (max-width: 980px) {
  .bio_block_home_style .container {
    padding-inline: 0;
    padding-block: 0;
  }
}
.bio_block_home_style .bio {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
}
@media (max-width: 980px) {
  .bio_block_home_style .bio {
    display: block;
    border: none;
    color: #000;
    padding-inline: 4%;
  }
}
.bio_block_home_style .bioimage {
  display: block;
  padding: 0 10px 10px 0;
}
@media (max-width: 980px) {
  .bio_block_home_style .bioimage {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bio_block_home_style .bioimage > img {
    margin-top: -10%;
    position: relative;
    z-index: 33;
  }
}
@media (max-width: 767px) {
  .bio_block_home_style .bioimage > img {
    max-width: 50%;
  }
}
.bio_block_home_style .bioimage img {
  display: block;
}
.bio_block_home_style .cnt {
  width: calc(100% - 430px - 277px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 980px) {
  .bio_block_home_style .cnt {
    padding: 0;
    border: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bio_block_home_style .cnt {
    margin-top: 1rem;
  }
  .bio_block_home_style .cnt h2 {
    font-size: 32px;
  }
}
.bio_block_home_style .bottom {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 287px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .bio_block_home_style .bottom {
    border: unset;
    margin-left: unset;
    padding-inline: 5%;
    margin-top: 2rem;
  }
}
.bio_block_home_style .bottom .btnwrap {
  margin-left: 33px;
  margin-block: 30px;
}
@media (max-width: 980px) {
  .bio_block_home_style .bottom .btnwrap {
    margin: unset;
  }
}
@media (max-width: 980px) {
  .bio_block_home_style .bottom .button {
    color: #000;
    box-shadow: 0 0 0 3px #000;
  }
}
.bio_block_home_style .board.d-top {
  position: absolute;
  right: 0;
}
@media (max-width: 980px) {
  .bio_block_home_style .board.d-top {
    display: none;
  }
}
.bio_block_home_style .board.d-top img {
  display: block;
  margin-inline: auto;
  width: 100%;
}
.bio_block_home_style .mobbg {
  display: none;
}
@media (max-width: 980px) {
  .bio_block_home_style .mobbg {
    display: block;
    position: relative;
  }
  .bio_block_home_style .mobbg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
}
.bio_block_home_style .mobbg img {
  display: block;
  width: 100%;
  height: auto;
}
.bio_block_home_style .board.d-mob {
  display: none;
}
@media (max-width: 980px) {
  .bio_block_home_style .board.d-mob {
    display: block;
    position: relative;
  }
  .bio_block_home_style .board.d-mob img {
    position: relative;
    z-index: 33;
    margin-top: -303.5px;
  }
}
@media (max-width: 767px) {
  .bio_block_home_style .board.d-mob {
    max-width: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 33;
    right: 10px;
    top: -235.2941176471px;
    aspect-ratio: 27/54;
  }
  .bio_block_home_style .board.d-mob img {
    display: block;
    margin-top: unset;
    position: relative;
    min-width: 270px;
    position: relative;
    left: -20px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.wavy_cta {
  background-image: url(images/wave.webp);
  padding-block: 60px;
}
.wavy_cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wavy_cta .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wavy_cta .col.first {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 980px) {
  .wavy_cta .col.first {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wavy_cta p {
  margin-bottom: 0;
}
.wavy_cta p:nth-child(1) {
  font-weight: normal;
  font-style: italic;
  font-size: 32px;
  line-height: 33px;
}
.wavy_cta p:nth-child(2) {
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .wavy_cta p {
    text-align: center;
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .wavy_cta .col:has(.button) {
    margin-top: 22px;
  }
}

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

.large_sponsor_block {
  background-color: transparent;
  color: #fff;
  padding-block: 160px;
}
.large_sponsor_block .inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 60px;
}
@media (max-width: 767px) {
  .large_sponsor_block .inner {
    display: none;
  }
}
.large_sponsor_block svg {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.large_sponsor_block h2 {
  text-align: center;
  margin-block: 30px 33px;
}
.large_sponsor_block .bgimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.large_sponsor_block .bgimg:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  inset: 0;
  position: absolute;
}
.large_sponsor_block .bgimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large_sponsor_block .container {
  position: relative;
  z-index: 33;
}

.insta_block .container:first-of-type {
  background-image: url(images/wave.webp);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 60px;
  text-align: right;
  gap: 60px;
}
@media (max-width: 980px) {
  .insta_block .container:first-of-type {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .insta_block .container:first-of-type {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.insta_block .col {
  min-width: 0;
  flex-grow: 1;
}
.insta_block h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .insta_block h2 {
    text-wrap: balance;
  }
}
.insta_block .container:last-of-type {
  background-color: #fff;
  padding-inline: 1%;
  padding-block: 1%;
}
.insta_block .col:has(.button) {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .insta_block .col:has(.button) {
    flex-wrap: wrap;
    flex-basis: 100%;
    gap: 1rem;
  }
  .insta_block .col:has(.button) svg {
    display: block;
    width: 100%;
  }
  .insta_block .col:has(.button) .button {
    margin-inline: auto;
  }
}

footer {
  background: #fff;
  padding-top: 120px;
}
@media (max-width: 980px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 70px;
  }
}
footer .container {
  display: flex;
  padding-inline: 8%;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  footer .container {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .container {
    margin-bottom: 30px;
  }
}
footer .col {
  flex: 1;
}
@media (max-width: 767px) {
  footer .col {
    width: 100%;
  }
}
footer .col.col:nth-child(1) {
  flex: 0;
}
@media (max-width: 767px) {
  footer .col.col:nth-child(1) {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .col.col:nth-child(1) svg {
    max-width: 110px;
  }
}
@media (min-width: 1024px) {
  footer .col:has(.spacer) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .col.col:nth-child(2) {
  flex-grow: 1;
  padding-inline: 10%;
}
@media (max-width: 767px) {
  footer .col.col:nth-child(2) {
    padding-inline: 0;
  }
  footer .col.col:nth-child(2) p {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 50px;
  }
  footer .col.col:nth-child(2) .button {
    margin-inline: auto;
    width: 100%;
  }
}
footer .footer-menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  footer .footer-menu {
    justify-content: center;
    margin-top: 2rem;
  }
}
footer .footer-menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1300px) {
  footer .footer-menu a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu a {
    font-size: clamp(0.5rem, -0.5rem + 5vw, 1rem);
  }
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .spacer {
  min-height: 4ch;
}
footer .socials {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
}
@media (max-width: 980px) {
  footer .socials {
    justify-content: center;
  }
}
footer .copy {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  padding-block: 0 30px;
}
footer .copy a {
  text-decoration: none;
}
footer .copy a:hover {
  text-decoration: underline;
}
footer .copy p {
  margin-bottom: 0;
}
footer .waves {
  overflow: hidden;
  top: 0px;
  left: 0px;
  background: url("images/footer-waves.svg");
  width: 100vw;
  height: 45px;
  background-size: 1200px 650px;
  background-position: 0px;
  z-index: -1;
}

@media (max-width: 980px) {
  .insidepage main {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .insidepage main {
    margin-top: 64px;
  }
}

.bc {
  text-align: center;
}
.bc span:not(:first-child):before {
  content: "|";
  display: inline-block;
  font-size: 13px;
}
.bc a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .bc a {
    font-size: 13px;
  }
}

.inside_header {
  aspect-ratio: 1600/657;
  position: relative;
}
@media (max-width: 767px) {
  .inside_header {
    aspect-ratio: unset;
    background: #000;
  }
}
.inside_header:before {
  content: "";
  background: #000;
  opacity: 0.31;
  inset: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .inside_header:before {
    display: none;
  }
}
.inside_header.has-video {
  aspect-ratio: 16/9;
}
.inside_header #insidevideo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inside_header .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .inside_header .mobimg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.inside_header .container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 33;
}
@media (max-width: 767px) {
  .inside_header .container {
    background: #000;
    position: static;
    transform: unset;
    padding-block: 1rem;
  }
}
.inside_header h1 {
  text-align: center;
  margin-block: 0 30px;
}
@media (max-width: 767px) {
  .inside_header h1 {
    margin-bottom: 10px;
  }
}
.inside_header .pre-heading {
  text-align: center;
}

.just_content {
  padding-block: 90px;
}
@media (max-width: 767px) {
  .just_content {
    padding-block: 30px;
  }
}
@media (min-width: 1024px) {
  .just_content .container {
    max-width: 2000px;
  }
}
.just_content .container > div:not(:first-child) {
  margin-top: 90px;
}
.just_content .half {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .just_content .half {
    flex-wrap: wrap;
  }
}
.just_content .half .col {
  width: 50%;
}
@media (max-width: 767px) {
  .just_content .half .col {
    width: 100%;
  }
}
.just_content .thirds {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .just_content .thirds {
    flex-wrap: wrap;
  }
}
.just_content .thirds .col {
  width: 33%;
}
@media (max-width: 767px) {
  .just_content .thirds .col {
    width: 100%;
  }
}

.full_width_image_text_under > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .full_width_image_text_under .container {
    max-width: 2000px;
  }
}
@media (max-width: 767px) {
  .full_width_image_text_under .container {
    padding-inline: 4%;
  }
}
.full_width_image_text_under .inner {
  background: #fff;
  margin-top: -130px;
  z-index: 33;
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .full_width_image_text_under .inner {
    margin-top: -30px;
    padding: 6%;
  }
}
.full_width_image_text_under video {
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 0;
}

.full_width_image_half_text {
  color: #fff;
  padding-block: 200px;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .full_width_image_half_text {
    padding-block: 60px;
    margin-bottom: 40px;
  }
}
.full_width_image_half_text:after {
  content: "";
  background: #000;
  inset: 0;
  position: absolute;
  z-index: 2;
  opacity: 0.52;
}
.full_width_image_half_text .mobimg {
  display: none;
}
.full_width_image_half_text .container {
  display: flex;
  position: relative;
  z-index: 33;
}
.full_width_image_half_text .container .col {
  width: 50%;
}
@media (max-width: 980px) {
  .full_width_image_half_text .container .col {
    width: 100%;
  }
}
.full_width_image_half_text h2 {
  margin-bottom: 0.5em;
}
.full_width_image_half_text video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0;
}

.fifty_fifty {
  background-image: url(images/50-bg.jpg);
  margin-block: 0 100px;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .fifty_fifty {
    margin-block: 60px;
    padding-block: 60px 50px;
  }
}
.fifty_fifty.remove-mb {
  margin-bottom: 0;
}
.fifty_fifty .container {
  background: #fff;
  padding-left: 0;
  display: flex;
  padding-block: 100px;
  gap: 15%;
  padding-inline: 0 15%;
}
@media screen and (max-width: 1280px) {
  .fifty_fifty .container {
    gap: 8%;
    padding-inline: 4%;
  }
}
@media (max-width: 980px) {
  .fifty_fifty .container {
    flex-wrap: wrap;
    gap: 60px;
    padding-block: 0 0;
  }
}
@media (max-width: 767px) {
  .fifty_fifty .container {
    gap: 30px;
  }
}
.fifty_fifty .container.reverse {
  flex-direction: row-reverse;
  padding-left: 4%;
  padding-right: 0;
  padding-inline: 15% 0;
}
@media (max-width: 767px) {
  .fifty_fifty .container.reverse {
    padding-inline: 4%;
  }
}
.fifty_fifty .imgwrap {
  width: 50%;
  min-width: 560px;
  max-width: 100%;
}
@media (max-width: 980px) {
  .fifty_fifty .imgwrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fifty_fifty .imgwrap {
    min-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}
.fifty_fifty .imgwrap img {
  display: block;
  margin-top: -160px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .fifty_fifty .imgwrap img {
    margin-top: -1rem;
  }
}
.fifty_fifty .content {
  align-self: center;
}

main.has-waves-bg {
  background-image: url(images/insta-bg-large.webp);
  background-attachment: fixed;
}
@media (max-width: 980px) {
  main.has-waves-bg {
    background-attachment: scroll;
  }
}
main.has-waves-bg .fifty_fifty {
  background: unset;
  padding-block: 100px 50px;
}
@media (max-width: 767px) {
  main.has-waves-bg .fifty_fifty {
    padding-block: 40px;
  }
}
main.has-waves-bg .fifty_fifty:last-of-type {
  padding-block: 100px;
}
@media (max-width: 767px) {
  main.has-waves-bg .fifty_fifty:last-of-type {
    padding-block: 40px;
    margin-top: 0;
  }
}

.fifty_fifty blockquote {
  margin-block: 1rem 30px;
}
.fifty_fifty blockquote svg {
  margin-inline: auto;
  display: block;
  margin-bottom: 1rem;
}
.fifty_fifty blockquote p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fifty_fifty blockquote p {
    text-wrap: balance;
  }
}
.fifty_fifty blockquote p:first-of-type {
  font-weight: normal;
  font-style: italic;
  font-size: 32px;
  line-height: 33px;
  text-align: center;
}
.fifty_fifty blockquote p:last-of-type {
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}
.fifty_fifty blockquote .button {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: 1rem;
}
.fifty_fifty .mobilequote {
  display: none;
}
@media (max-width: 767px) {
  .fifty_fifty .mobilequote {
    display: block;
  }
}
@media (max-width: 767px) {
  .fifty_fifty .desktopquote {
    display: none;
  }
}

.sponsor_images_with_text {
  padding-block: 90px;
}
@media (max-width: 767px) {
  .sponsor_images_with_text {
    padding-block: 30px;
  }
}
.sponsor_images_with_text .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-inline: 12%;
  margin-inline: auto;
  width: 100%;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 980px) {
  .sponsor_images_with_text .logos {
    padding-inline: 4%;
  }
}
@media (max-width: 767px) {
  .sponsor_images_with_text .logos {
    padding-inline: 4%;
  }
}
.sponsor_images_with_text .logos > div {
  width: calc(33% - 3rem);
}
@media (max-width: 767px) {
  .sponsor_images_with_text .logos > div {
    width: calc(50% - 3rem);
  }
}
.sponsor_images_with_text .logos > div img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.sponsor_images_with_text .container {
  padding-inline: 20%;
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 980px) {
  .sponsor_images_with_text .container {
    padding-inline: 8%;
  }
}
@media (max-width: 767px) {
  .sponsor_images_with_text .container {
    margin-top: 30px;
    padding-inline: 8%;
    text-align: left;
  }
}

.inverter svg path:first-of-type {
  fill: #fff;
}
.inverter svg path {
  fill: #000;
}

.contact_us_hero {
  position: relative;
  aspect-ratio: 1600/333;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .contact_us_hero {
    aspect-ratio: 1600/400;
  }
}
@media (max-width: 767px) {
  .contact_us_hero {
    aspect-ratio: 16/6;
  }
}
.contact_us_hero:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  position: absolute;
  z-index: 2;
}
.contact_us_hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  inset: 0;
}
.contact_us_hero .cnt {
  position: relative;
  z-index: 33;
  color: #fff;
  text-align: center;
  width: 50%;
  justify-self: flex-start;
  margin-bottom: 1vh;
}
@media (max-width: 980px) {
  .contact_us_hero .cnt {
    justify-self: center;
    width: 100%;
  }
}

.contact_us_form_block {
  padding-block: 60px 160px;
}
@media (max-width: 980px) {
  .contact_us_form_block {
    padding-block: 60px;
  }
}
.contact_us_form_block .container {
  display: flex;
  gap: 5vw;
}
@media (max-width: 980px) {
  .contact_us_form_block .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .contact_us_form_block .container {
    gap: 60px;
  }
}
.contact_us_form_block .col {
  width: 50%;
  flex-grow: 1;
}
.contact_us_form_block .col.has-img {
  display: flex;
  justify-content: center;
}
.contact_us_form_block .col.has-img img {
  display: block;
  margin-top: -180px;
  position: relative;
  z-index: 33;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-block: 10px solid #fff;
}
@media (max-width: 980px) {
  .contact_us_form_block .col.has-img img {
    margin-top: 0;
  }
}

h1:has(.pre-heading) {
  display: flex;
  flex-wrap: wrap;
}
h1:has(.pre-heading) span {
  min-width: 0;
  width: 100%;
}
h1:has(.pre-heading) .pre-heading {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
h1:has(.pre-heading) i {
  font-size: 0px;
}

/*# sourceMappingURL=style.css.map */