<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.white,
.has-white-color {
  color: #fff;
}

.bg-white,
.has-white-background-color {
  background-color: #fff;
}

.light,
.has-light-color {
  color: #ffddce;
}

.bg-light,
.has-light-background-color {
  background-color: #ffddce;
}

.peach-1,
.has-peach-1-color {
  color: #ffddce;
}

.bg-peach-1,
.has-peach-1-background-color {
  background-color: #ffddce;
}

.peach-2,
.has-peach-2-color {
  color: #ffc5ab;
}

.bg-peach-2,
.has-peach-2-background-color {
  background-color: #ffc5ab;
}

.peach-3,
.has-peach-3-color {
  color: #ff956e;
}

.bg-peach-3,
.has-peach-3-background-color {
  background-color: #ff956e;
}

.orange,
.has-orange-color {
  color: #F08142;
}

.bg-orange,
.has-orange-background-color {
  background-color: #F08142;
}

.brown,
.has-brown-color {
  color: #AD4F16;
}

.bg-brown,
.has-brown-background-color {
  background-color: #AD4F16;
}

.rose,
.has-rose-color {
  color: #ff6b60;
}

.bg-rose,
.has-rose-background-color {
  background-color: #ff6b60;
}

.rose-2,
.has-rose-2-color {
  color: #be4341;
}

.bg-rose-2,
.has-rose-2-background-color {
  background-color: #be4341;
}

.gold,
.has-gold-color {
  color: #fdbd50;
}

.bg-gold,
.has-gold-background-color {
  background-color: #fdbd50;
}

.blue,
.has-blue-color {
  color: #03a6da;
}

.bg-blue,
.has-blue-background-color {
  background-color: #03a6da;
}

.blue-2,
.has-blue-2-color {
  color: #017A9F;
}

.bg-blue-2,
.has-blue-2-background-color {
  background-color: #017A9F;
}

.blue-3,
.has-blue-3-color {
  color: #00548B;
}

.bg-blue-3,
.has-blue-3-background-color {
  background-color: #00548B;
}

.sky,
.has-sky-color {
  color: #74BAD0;
}

.bg-sky,
.has-sky-background-color {
  background-color: #74BAD0;
}

.ocean,
.has-ocean-color {
  color: #00646E;
}

.bg-ocean,
.has-ocean-background-color {
  background-color: #00646E;
}

.turquoise,
.has-turquoise-color {
  color: #08c7bd;
}

.bg-turquoise,
.has-turquoise-background-color {
  background-color: #08c7bd;
}

.dark,
.has-dark-color {
  color: #262626;
}

.bg-dark,
.has-dark-background-color {
  background-color: #262626;
}

.dark-grey,
.has-dark-grey-color {
  color: #494949;
}

.bg-dark-grey,
.has-dark-grey-background-color {
  background-color: #494949;
}

.grey,
.has-grey-color {
  color: #777;
}

.bg-grey,
.has-grey-background-color {
  background-color: #777;
}

.dark-brown,
.has-dark-brown-color {
  color: #3C322A;
}

.bg-dark-brown,
.has-dark-brown-background-color {
  background-color: #3C322A;
}

/*
 *   Add the global custom styles
 */
:root {
  --color-primary: rgb(0, 175, 220);
  --color-secondary: rgb(0, 110, 135);
  --color-link: #FF6B60;
}

body {
  font-size: 16px;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--color-link);
}

a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

p {
  font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a:hover {
  color: var(--color-primary);
}

section.equal-height-content div.elementor-widget-wrap:not(.ui-sortable) &gt; div {
  display: flex;
  height: 100%;
}

.trigger {
  cursor: pointer;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: background 150ms ease-in-out, box-shadow 150ms ease-in-out;
  background: #ff6b60;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #262626;
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8888888889em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.66rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #ff956e;
  cursor: pointer;
}
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffddce;
  text-decoration: none;
}
.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background: #ff956e;
  outline: thin dotted;
  outline-offset: -4px;
}

.collapse:not(.show) {
  display: none;
}
body.elementor-editor-active .collapse {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.animated-sequence {
  position: absolute;
  bottom: 0;
}
.animated-sequence__frame {
  position: absolute;
  bottom: 0;
  opacity: 0;
}

body.elementor-editor-active .animated-sequence__frame {
  opacity: 0;
}
body.elementor-editor-active .animated-sequence__frame:first-child {
  opacity: 1;
}

.floating-nav {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .floating-nav {
    display: block;
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50vh;
    right: 20px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.floating-nav::before {
  display: block;
  content: "";
  width: 2px;
  margin-top: 20px;
  position: absolute;
  background-color: white;
  left: 50%;
  margin-left: -1px;
  height: calc(100% - 40px);
}

.floating-nav ul {
  margin: 0;
  padding: 0;
}

.floating-nav ul li {
  display: block;
  width: 16px;
  height: 16px;
  margin: 16px 8px;
  position: relative;
}

.floating-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.floating-nav ul li a span {
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 0;
  background: white;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  margin: -4px 0 0 -4px;
  transition: all 0.1s ease-in-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.floating-nav ul li a span::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 16px;
  width: 16px;
  border: 2px solid white;
  background: transparent;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  margin: -8px 0 0 -8px;
  transition: all 0.1s ease-in-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.floating-nav ul li.active a span,
.floating-nav ul li.active:hover a span {
  background-color: #ff6b60;
}
.floating-nav ul li.active a span::after,
.floating-nav ul li.active:hover a span::after {
  border-color: #ff6b60;
}

.floating-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: white;
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.floating-nav ul li:hover .fp-tooltip,
.floating-nav li.active a .fp-tooltip {
  transition: opacity 0.4s ease-in;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  width: auto;
  opacity: 1;
}

.floating-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

.floating-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffc5ab;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in;
}

.splash-loaded .preloader {
  visibility: hidden;
  opacity: 0;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 80px;
  transform-origin: center center;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -10px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -188px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #ff6b60;
  }
  40% {
    stroke: #03a6da;
  }
  66% {
    stroke: #08c7bd;
  }
  80%, 90% {
    stroke: #fdbd50;
  }
}
@keyframes beetle-hover {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(1%, -3%, 0) rotateZ(3deg);
  }
  50% {
    transform: translate3d(2%, 2%, 0) rotateZ(-1deg);
  }
  75% {
    transform: translate3d(-2%, 1%, 0) rotateZ(2deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.splash .splash__frame {
  position: absolute;
  width: 1920px;
  height: 4200px;
  z-index: 101;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}
.splash .splash__frame-left {
  width: 1517px;
  height: 4200px;
  position: absolute;
  right: calc(100% - 163px);
  background-image: url("../images/splash/splash-frame-left.png");
  background-size: 1517px 4700px;
  background-position: right bottom;
  pointer-events: none;
  z-index: 101;
}
.splash .splash__frame-right {
  width: 1247px;
  height: 4200px;
  position: absolute;
  left: calc(100% - 254px);
  background-image: url("../images/splash/splash-frame-right.png");
  background-size: 1247px 4700px;
  background-position: left bottom;
  pointer-events: none;
  z-index: 101;
}
.splash .splash__inner {
  max-width: 1920px;
  margin: 0 auto;
  z-index: 100;
}
.splash .skip {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1rem;
}
.splash .skip a {
  font-weight: 500;
  color: #262626;
  text-transform: uppercase;
}
.splash .instructions {
  position: relative;
  width: 30%;
  margin: 35vh auto 0;
  text-align: center;
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.splash .instructions p {
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}
.splash .scroll-tip {
  position: relative;
  vertical-align: top;
  font-size: 14px;
}
.splash .scroll-tip::after {
  white-space: nowrap;
  content: attr(data-tip);
  position: absolute;
  display: block;
  top: 14px;
  left: calc(50% + 20px);
}
.splash .mobile-scroll-tip {
  display: none;
}
.splash .splash-text-container {
  height: 4200px;
  position: absolute;
  max-width: 1920px;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.splash .splash-text {
  margin: 480px auto 0;
  width: 550px;
  padding: 32px;
  max-width: 50%;
  position: relative;
  color: #ffddce;
  font-family: "Brandon Printed One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
.splash .beetle {
  display: none;
  width: 192px;
  height: 225px;
  position: fixed;
  left: calc(50% - 100px);
  bottom: calc(400px + 30px);
  z-index: 20;
}
.splash .beetle .beetle-inner {
  position: relative;
}
.splash .beetle .animated-sequence {
  position: relative;
}
.splash .beetle.flying .animated-sequence {
  animation: beetle-hover 3s infinite ease-in-out;
}
.splash .beetle.look-right .beetle-inner {
  transform: scaleX(-1);
  transform-origin: center center;
}
.splash .scene {
  height: 4200px;
  position: relative;
  overflow: hidden;
}
.splash .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.splash .layer-bg {
  background-image: url("../images/splash/1_Bottom.jpg");
  background-position: center bottom;
}
.splash .layer-2 {
  background-image: url("../images/splash/2_Bottom.png");
  background-position: center bottom;
}
.splash .layer-3 {
  background-image: url("../images/splash/3_Bottom.png");
  background-position: center bottom;
}
.splash .layer-4 {
  background-image: url("../images/splash/4_BottomRight.png");
  background-position: right bottom;
}
.splash .layer-6 {
  background-image: url("../images/splash/6_BottomLeft.png");
  background-position: left bottom;
}
.splash .layer-7 {
  background-image: url("../images/splash/7_Bottom.png");
  background-position: center bottom;
}

@media (max-width: 1024px) {
  .splash {
    height: 320vh;
  }

  .splash__frame {
    display: none;
  }

  .beetle {
    display: none;
  }

  .splash .splash-text-container {
    height: 320vh;
    max-width: 100%;
    position: absolute;
  }
  .splash .splash-text {
    font-size: 24px;
    max-width: 80%;
    margin: 50vh auto 0;
    left: auto;
    transform: translateY(-50%);
  }
  .splash .instructions {
    display: none;
  }
  .splash .mobile-scroll-tip {
    position: absolute;
    display: block;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #262626;
  }
  .splash .layer-bg {
    background-size: auto 100%;
  }
  .splash .scene {
    height: 320vh;
  }
  .splash .scene .layer {
    background-size: 100% auto;
  }
  .splash .animated-sequence {
    display: none;
  }
}
@keyframes beetle-main {
  0% {
    transform: translateX(0) translateY(50px) rotateZ(0deg);
  }
  10% {
    transform: translateX(50px) translateY(90px) rotateZ(5deg);
  }
  12% {
    transform: translateX(50px) translateY(90px) rotateZ(5deg);
  }
  40% {
    transform: translateX(50px) translateY(60px) rotateZ(-15deg);
  }
  42% {
    transform: translateX(50px) translateY(60px) rotateZ(-15deg);
  }
  70% {
    transform: translateX(-20px) translateY(110px) rotateZ(2deg);
  }
  72% {
    transform: translateX(-20px) translateY(110px) rotateZ(2deg);
  }
  100% {
    transform: translateX(0) translateY(50px) rotateZ(0deg);
  }
}
.beetle.beetle__main {
  position: relative;
  transform-origin: center center;
}
.beetle.beetle__main .beetle-inner {
  position: absolute;
  transform: translateX(0) translateY(50px) rotateZ(0deg);
  animation: beetle-main 15s infinite;
}

.beetle.beetle__main.beetle__main--flip {
  transform: scaleX(-1);
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>