/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

img,
svg {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

:root {
  scroll-behavior: smooth;
}

/* Font Integration */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
}
/* End Font Integration */
body,
html {
  color: #b1b1b1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  overflow-x: clip;
  -webkit-font-feature-settings: "cv10" on;
  font-feature-settings: "cv10" on;
  font-variation-settings: "opsz" 32;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #b1b1b1;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent);
}

b,
strong {
  font-weight: bold;
}

:root {
  --gradient-color-1: #e3ecd2;
  --gradient-color-2: #3efdc3;
  --gradient-color-3: #7dcafc;
  --gradient-color-4: #7a7aff;
}

.cs_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
.cs_hero .text {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .cs_hero .text {
    padding: 50px 15px 0;
  }
}
.cs_hero h1 {
  font-size: 56px;
  font-weight: 650;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: inherit;
}
@media (max-width: 767px) {
  .cs_hero h1 {
    font-size: 36px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .cs_hero h1 br {
    display: none;
  }
}
.cs_hero h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: inherit;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cs_hero h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cs_hero h2 br {
    display: none;
  }
}
.cs_hero .cs_logo {
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media (max-width: 767px) {
  .cs_hero .cs_logo {
    top: 30px;
  }
}

.cs_hero .cs_animated_wave {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.cs_hero .cs_animated_wave #cs_animated_wave_canvas {
  width: 100%;
  height: 100%;
}

.cs_hero .cs_animated_wave .background-image {
  width: 100%;
  height: 200%;
  background-size: cover;
  -webkit-transform: skewY(12deg);
          transform: skewY(12deg);
}

.cs_hero .cs_text_above {
  position: relative;
  width: 100%;
}

.cs_text_above_color {
  color: #292929;
}

.cs_hero .cs_text_under {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
}

.cs_hero .cs_text_under_blended {
  mix-blend-mode: color-burn;
}

.cs_hero .cs_text_under_overlay {
  opacity: 0.2;
}

.cs_text_under_overlay_color,
.cs_text_under_blended_color {
  color: #3a3a3a;
}

.cs_btn {
  position: relative;
  z-index: 1000000;
  background-color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
  padding: 16px 32px;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.9);
  gap: 12px;
}
@media (max-width: 767px) {
  .cs_btn {
    font-size: 18px;
    padding: 15px 25px;
  }
}
@media (max-width: 575px) {
  .cs_btn {
    width: 100%;
  }
}
.cs_btn:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
}/*# sourceMappingURL=style.css.map */