/**
*
* Testing
*
**/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button,
input,
optgroup,
select,
textarea,
html input[type=button],
input[type=reset],
input[type=submit],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=checkbox],
input[type=radio],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: unset;
}

a {
  text-decoration: none;
}

.color--light-green {
  color: #748767;
}
.color--primary {
  color: #3c4f19;
}
.color--secondary {
  color: #f4a736;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

* {
  font-family: "Figtree", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: inherit;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

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

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

.page-video {
  width: 100%;
}

.video-background {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, 0%);
  z-index: -10;
}

.video-background video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-background img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-container {
  padding: 0;
  z-index: 10000;
  background-color: transparent;
  width: 100%;
  height: 100vh !important;
}
.page-inner-container {
  width: 100vw !important;
  height: 100vh !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.logo img {
  width: clamp(300px, 50vw, 600px);
}

.logo-block {
  position: absolute;
  top: 0;
  right: 0;
}
.logo-block img {
  width: clamp(90px, 50px + 10vw, 175px);
}
.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.55);
  z-index: -1;
}

.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1000;
  margin: clamp(3rem, 6vw, 5rem);
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .landing-header {
    margin: clamp(2rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.landing-header img {
  width: clamp(200px, 40vw, 350px);
}
.landing-header__title {
  font-size: clamp(3rem, 8vw, 9rem);
  font-weight: 800;
  margin-top: clamp(10px, 2vw, 20px);
  color: #ffffff;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .landing-header__title {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .landing-header__title {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

.downloads {
  width: 100%;
}
.downloads-container {
  position: absolute;
  right: 0;
  bottom: 25%;
  padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
  -webkit-backdrop-filter: blur(9.35px);
          backdrop-filter: blur(9.35px);
  background: rgba(140, 144, 107, 0.57);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .downloads-container {
    padding: clamp(1.25rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .downloads-container {
    width: 90%;
    margin: 0 auto;
  }
}
.downloads-wrapper__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1rem);
  margin-top: clamp(-1rem, -2vw, -0.75rem);
}
@media (min-width: 768px) {
  .downloads-wrapper__inner {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .downloads-wrapper__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.downloads-title {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-family: Figtree;
  font-weight: 600;
  transform: translateY(-1.75rem);
  line-height: 1.75;
  text-align: right;
}
@media (max-width: 479px) {
  .downloads-title {
    text-align: center;
    line-height: 1.25;
    transform: translateY(-2.5rem);
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .downloads-title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.25;
    transform: translateY(-2.75rem);
  }
}

.download-button {
  background: #3c3c34;
  display: block;
  padding: clamp(8px, 3vw, 10px) clamp(16px, 3vw, 24px);
  color: #d8d2d5;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  transition: background 0.3s ease;
  text-align: center;
  max-width: 275px;
  min-width: 200px;
}
.download-button:hover {
  background: #2e2e28;
}
@media (max-width: 767px) {
  .download-button {
    margin: 0 auto !important;
  }
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 480px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-columns {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 768px) {
  .content-columns {
    flex-direction: row;
  }
  .content-columns > * {
    flex: 1 1 calc(100% / 2);
  }
}
@media (min-width: 1024px) {
  .content-columns > * {
    flex: 1 1 33.3333333333%;
  }
}

.content-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2rem);
}
@media (min-width: 768px) {
  .content-stack {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .content-stack {
    gap: clamp(0.75rem, 2vw, 1rem);
  }
}

.mute-button {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2rem);
  bottom: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: clamp(8px, 2vw, 12px) clamp(12px, 3vw, 16px);
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  gap: 8px;
  animation: pulse-attention 2s ease-in-out infinite;
}
.mute-button:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
  animation: none;
}
.mute-button--interacted {
  animation: none;
}
.mute-button__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}
.mute-button__text {
  opacity: 1;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.mute-button__text--hidden {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.mute-button--compact {
  padding: clamp(8px, 2vw, 12px);
}
.mute-button--compact .mute-button__text {
  display: none;
}
@media (max-width: 767px) {
  .mute-button {
    right: clamp(0.75rem, 2vw, 1rem);
    bottom: clamp(0.75rem, 2vw, 1rem);
    font-size: clamp(0.75rem, 2vw, 1rem);
  }
}

.fade-out {
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.mute-button:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
.mute-button:active {
  transform: scale(0.95);
}

@keyframes pulse-attention {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.unmute-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(140, 144, 107, 0.476);
  border-radius: 20px;
  padding: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  z-index: 1001;
  max-width: 90%;
  text-align: center;
  -webkit-backdrop-filter: blur(9.35px);
          backdrop-filter: blur(9.35px);
  display: none;
}
.unmute-preloader__title {
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 800;
  margin-bottom: clamp(0.75rem, 2vw, 1rem);
}
.unmute-preloader__message {
  font-size: clamp(1rem, 2vw, 1.125rem);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.4;
}
.unmute-preloader__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: clamp(6px, 1.5vw, 8px) clamp(10px, 2.5vw, 12px);
  color: #ffffff;
  font-size: clamp(0.85rem, 1.5vw, 0.975rem);
  gap: 6px;
  margin-bottom: clamp(0.75rem, 2vw, 1rem);
  cursor: pointer;
}
.unmute-preloader__button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.unmute-preloader__skip {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  cursor: pointer;
  transition: color 0.3s ease;
}
.unmute-preloader__skip:hover {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .unmute-preloader {
    padding: clamp(1.25rem, 3vw, 2rem);
    min-width: 95%;
  }
}

.fade-out-preloader {
  animation: fadeOutPreloader 0.5s ease-out forwards;
}

@keyframes fadeOutPreloader {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
}/*# sourceMappingURL=styles.css.map */