@font-face {
  font-family: "Aspekta 200";
  src: url('../fonts/Aspekta-200.ttf') format("truetype"), url('../fonts/Aspekta-200.ttf') format("truetype"), url('../fonts/Aspekta-200.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 400";
  src: url('../fonts/Aspekta-400.ttf') format("truetype"), url('../fonts/Aspekta-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 100";
  src: url('../fonts/Aspekta-100.ttf') format("truetype"), url('../fonts/Aspekta-100.ttf') format("truetype"), url('../fonts/Aspekta-100.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 250";
  src: url('../fonts/Aspekta-250.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 300";
  src: url('../fonts/Aspekta-300.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 50";
  src: url('../fonts/Aspekta-50.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 350";
  src: url('../fonts/Aspekta-350.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 150";
  src: url('../fonts/Aspekta-150.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 550";
  src: url('../fonts/Aspekta-550.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 450";
  src: url('../fonts/Aspekta-450.ttf') format("truetype"), url('../fonts/Aspekta-450.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 600";
  src: url('../fonts/Aspekta-600.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 500";
  src: url('../fonts/Aspekta-500.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 750";
  src: url('../fonts/Aspekta-750.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 950";
  src: url('../fonts/Aspekta-950.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 650";
  src: url('../fonts/Aspekta-650.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 700";
  src: url('../fonts/Aspekta-700.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 900";
  src: url('../fonts/Aspekta-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 850";
  src: url('../fonts/Aspekta-850.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 800";
  src: url('../fonts/Aspekta-800.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 1000";
  src: url('../fonts/Aspekta-1000.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.carousel-container {
  -webkit-text-fill-color: inherit;
  background-color: #013049;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
  overflow-y: visible !important;
}

.logo-container {
  background-color: #003049;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 0%;
  min-width: 100%;
  height: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  left: auto;
  overflow: visible;
}

.image {
  height: 8em;
}

.logo-image {
  z-index: 99;
  width: auto;
  height: 5em;
  position: relative;
  overflow: visible;
}

.code-embed {
  width: 80%;
  height: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 65vh;
  margin: 0 12vw 10vh 8vw;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-2 {
  max-width: 50%;
}

.scf-logo {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  width: 3rem;
  max-width: none;
  height: 3rem;
  max-height: none;
  display: inline-block;
}

.div-block {
  background-color: #cecece;
}

.navbar-wrapper {
  z-index: 99999;
  margin: 2vh 8vw;
  position: sticky;
  top: 2%;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: drop-shadow(3px 4px 3px #000000b3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#757575b3, #b2b1b1b3);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #FFFF;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  font-family: "Aspekta 300", Arial, sans-serif;
}

.div-block-2 {
  z-index: 99999;
  justify-content: center;
  min-width: 100%;
  max-width: 120%;
  min-height: 100%;
  max-height: 120%;
  margin-left: 0%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.code-embed-2 {
  display: block;
}

.code-embed-3 {
  margin-right: -90px;
  padding-left: 16%;
  padding-right: 0;
  position: relative;
  left: -46px;
}

.div-block-3 {
  padding-top: 100px;
}

.grid {
  grid-column-gap: 0px;
  grid-template: ". Area"
                 ". Area"
                 / 35% 1.75fr;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 8vw;
  line-height: 16vh;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 10vh;
  padding-top: 10vh;
  display: flex;
}

.mini-header {
  color: #333;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: block;
  position: static;
}

.code-embed-4 {
  display: flex;
}

.div-block-5 {
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-right: 0;
  position: relative;
  overflow: clip;
}

.code-embed-5 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  min-height: 0;
  margin-bottom: -175px;
  margin-left: 230px;
  margin-right: -295px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: clip;
}

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

.link {
  color: #000;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area" 45vh
                 "Area-3 Area"
                 "Area-2 Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 100%;
  margin-left: 4vh;
  display: flex;
}

.code-embed-6 {
  width: 28rem;
  height: 28rem;
  margin-top: 5vh;
  margin-left: 5vw;
  display: block;
  position: relative;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10vh;
  padding-top: 0;
  padding-bottom: .5vh;
  padding-left: 3px;
}

.form-button {
  text-align: center;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: "Aspekta 600", Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-container {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20vh;
  height: 6vh;
  margin-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  color: #eae2b7;
  text-align: center;
  background-color: #7e102c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 85%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.section {
  filter: drop-shadow(2px 4px 5px #000000b3);
  color: #283618;
  background-color: #283618;
  background-image: linear-gradient(309deg, #d7a9a8, #d8cbb9);
  border-radius: 35px;
  margin: 0 8vw 10vh;
  padding-top: 3vh;
  padding-bottom: 5vh;
}

.hero-dumbbell {
  cursor: auto;
  object-fit: cover;
  width: 100%;
  height: 70vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: 2vh;
}

.grid-5 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-left: 10vh;
  position: static;
}

.section-2 {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
  margin: 0 4em;
  padding-top: 10vh;
  display: flex;
  overflow: hidden;
}

.mini-header-smol {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 160vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.wave {
  background-image: url('../images/Wave-Cut-Out.svg'), linear-gradient(#c1e4c4, #c1e4c4);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  min-height: 7.8vw;
}

.button-container-copy {
  justify-content: flex-start;
  align-items: center;
  width: 20vh;
  margin-bottom: 2em;
  display: flex;
}

.button-copy {
  white-space: nowrap;
  overflow-wrap: normal;
  background-image: radial-gradient(circle, #a29ea5, #bcc6f1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 2vh;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff);
}

.btn-background-2 {
  background-image: linear-gradient(57deg, #f0306199 41%, #ff1135 88%);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  display: block;
  position: relative;
}

.btn-background-2-copy {
  background-image: linear-gradient(57deg, #eb3b23 41%, #f80 88%);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 200px;
  display: block;
  position: relative;
}

.iframe-wrapper {
  z-index: 9999;
  pointer-events: auto;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -4% 0% auto;
}

.code-embed-7, .code-embed-7-copy {
  -webkit-text-stroke-color: #28361800;
}

.code-embed-8 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: clip;
}

.section-4 {
  margin-top: 20vh;
  margin-left: 8vw;
  margin-right: 8vw;
  position: relative;
}

.div-block-8 {
  z-index: -1;
  filter: blur(4px);
  background-image: url('../images/Wood-Background.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  position: absolute;
  inset: 0%;
}

.mini-header-copy {
  color: #333;
  justify-content: center;
  margin-bottom: 3vh;
  padding-top: 3vh;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: flex;
  position: static;
}

.grid-6 {
  background-color: #588157;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-areas: ". Area"
                       ". Area";
  margin-left: 0;
  margin-right: 0;
  padding-left: 8vw;
  padding-right: 8vw;
}

.section-5 {
  margin: 20vh 8vw;
}

.div-block-9 {
  background-color: #e2dec7;
  background-image: radial-gradient(circle closest-corner, #e2dec7, #ddc996cc);
  border-radius: 20px;
  position: static;
}

.section-6 {
  height: 50vh;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-10 {
  background-color: #b2ab77;
  background-image: linear-gradient(#d9cec333, #d9cec333), url('../images/Footer-Background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 0 solid #000;
  border-top-width: 3px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 33px 33px 0;
  display: flex;
  position: relative;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-4 Area"
                 "Area-3 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: grid;
  position: relative;
}

.socials-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 10vh;
  height: 100%;
  display: flex;
}

.socials-but {
  border-radius: 1px;
  max-width: 100%;
}

.image-3 {
  border-radius: 1000px;
}

.logo-image-footer {
  border-radius: 0;
  text-decoration: none;
  overflow: clip;
}

.div-block-11 {
  background-color: #e4e1d0;
  border-radius: 20px;
  width: 15%;
  height: auto;
  padding: 5px;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  display: grid;
}

.heading-2 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  font-family: "Aspekta 550", Arial, sans-serif;
  font-weight: 700;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.paragraph-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 5%;
}

.image-4 {
  object-fit: cover;
  width: 10vh;
  max-width: none;
  height: 10vh;
  overflow: clip;
}

.container {
  width: 100%;
  height: 150vh;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 5vh;
}

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

.image-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  height: 100%;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.button-copy {
  color: #eae2b7;
  text-align: center;
  background-color: #7e102c;
  background-image: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 4px;
  padding: 0 0;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 70%;
  line-height: 70%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.grid-10 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: 3vw;
  margin-right: 3vw;
}

.code-embed-9 {
  width: 70%;
}

.grid-holder {
  justify-content: center;
  align-items: center;
  margin-left: 3vw;
  margin-right: 3vw;
  display: flex;
}

.pic-holder {
  width: 100%;
}

.pic-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-bottom: 3vh;
}

.code-embed-10 {
  width: 100%;
  height: 100%;
}

.mission-holder {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  padding-bottom: 5vh;
  display: flex;
}

.mini-header-copy {
  color: #333;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3vh;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: block;
  position: static;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Aspekta 250", Arial, sans-serif;
  font-size: 3.5vh;
  line-height: 6vh;
}

.grid-image-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 15%;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mini-header-copy-copy {
  color: #333;
  justify-content: center;
  margin-bottom: 3vh;
  padding-top: 3vh;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: flex;
  position: static;
}

.div-block-14 {
  z-index: -99999999;
  position: fixed;
  inset: 0% 0% auto;
}

.image-5 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #000;
  width: 100%;
  height: 100%;
}

.div-block-15 {
  background-color: #e1d4c14d;
  position: fixed;
  inset: 0%;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #313438;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  aspect-ratio: 1;
  background-color: #f3eded;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 5vh;
  height: 5vh;
  margin-bottom: 1.5vh;
  margin-left: 0;
  display: flex;
}

.foot-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 15vw;
  height: 100%;
  display: flex;
}

.foot-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 30vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.logo-image-footer-copy {
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  overflow: clip;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 15vw;
  height: 100%;
  display: flex;
  position: static;
}

.image-6 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.image-7 {
  width: 10vh;
  height: 10vh;
}

.div-block-17 {
  aspect-ratio: 16 / 9;
  border-bottom: 0 solid #0000;
  border-radius: 20%;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  object-fit: fill;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 5% 0% 0%;
  overflow: visible;
}

.play-pause-button {
  bottom: 5vh;
  right: 5vw;
}

.section-7 {
  margin-top: 15vh;
  margin-bottom: 10vh;
}

.footer-text-h1 {
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 5vh;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  display: block;
  overflow: visible;
}

.foot-middle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  min-height: 100%;
  padding-top: 3vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.first-ones-on-us {
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 4vh;
  text-decoration: underline;
}

.italic-text {
  line-height: 3vh;
}

.italic-text-2 {
  font-size: 3vh;
  line-height: 8vh;
}

.paragraph-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3vh;
  font-size: 12px;
}

.mini-header-cop1111y, ._1111111 {
  color: #333;
  text-align: center;
  justify-content: center;
  margin-bottom: 3vh;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: block;
  position: static;
}

.foot-low {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.foot-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 15vw;
  height: 100%;
  display: flex;
}

.image-8 {
  filter: drop-shadow(-7px -9px 20px #000000b3);
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  padding-top: 25vh;
}

.body-2 {
  background-position: 0 0;
  background-size: auto 100%;
}

.grid-image-copy-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 15%;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-navbar {
  display: none;
}

.mini-header-copy-copy-copy {
  color: #333;
  justify-content: center;
  margin-bottom: 3vh;
  padding-top: 3vh;
  font-family: "Aspekta 450", Arial, sans-serif;
  font-size: 39px;
  display: flex;
  position: static;
}

.image-grid-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  height: 100%;
}

.section-6-copy {
  height: 50vh;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
}

.section-6-copy-copy {
  height: 70vh;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section-6-copy-copy-copy {
  height: 50vh;
  margin-top: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.div-block-10-copy {
  background-color: #b2ab77;
  background-image: linear-gradient(#d9cec333, #d9cec333), url('../images/Footer-Background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 0 solid #000;
  border-top-width: 3px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 33px 33px 0;
  display: flex;
  position: relative;
}

.foot-top-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 30vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-divider-two-copy {
  background-color: #313438;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.foot-low-copy {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.foot-left-copy, .foot-right-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 15vw;
  height: 100%;
  display: flex;
}

.foot-middle-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  min-height: 100%;
  padding-top: 3vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.footer-text-h1-copy {
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 5vh;
  font-weight: 400;
}

.heading-3-copy {
  text-align: center;
  margin-top: 0;
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  display: block;
  overflow: visible;
}

.first-ones-on-us-copy {
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 4vh;
  text-decoration: underline;
}

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

.section-4-copy {
  margin-top: 20vh;
  margin-left: 8vw;
  margin-right: 8vw;
  position: relative;
}

.section-5-copy {
  margin: 20vh 8vw;
}

.pic-grid-copy {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-bottom: 3vh;
}

.pic-holder-copy {
  width: 100%;
}

.paragraph-5 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 25px;
}

.popup-image {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.popup-link {
  border-radius: 10px;
  align-items: center;
  width: 20vh;
  height: auto;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: -135% 0% auto;
  overflow: hidden;
}

.popup-link.hover-link {
  display: block;
  top: 10%;
}

.popup-link.hover-link.abc10 {
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  overflow: hidden;
}

.popup-link.hover-link.cbs {
  z-index: 9999;
  display: block;
  top: 0;
  left: auto;
  right: auto;
}

.popup-link.hover-link.nbc {
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
}

.popup-link.hover-link.spc {
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  overflow: hidden;
}

.popup-bg {
  background-color: #dfdfdf;
  width: auto;
  height: auto;
}

.paragraph-6 {
  font-size: 12px;
}

.paragraph-7 {
  margin-left: 25px;
}

.paragraph-8 {
  color: #313131;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
}

.tooltip {
  width: 30px;
  height: 10px;
  overflow: hidden;
}

.paragraph-9, .paragraph-10 {
  margin-top: 0;
}

.paragraph-11 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.text-span-2 {
  color: #8b8b8b;
  font-size: 7.5px;
}

.image-13 {
  object-fit: cover;
  position: absolute;
}

.logo-image-container {
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 20vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-24 {
  height: 10vh;
}

.div-block-25 {
  z-index: 999999;
  height: 40vh;
  position: relative;
}

.div-block-21-copy {
  display: none;
}

.link-copy {
  color: #000;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 1.25rem;
  text-decoration: none;
  display: none;
}

.link-copy2 {
  color: #000;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.heading-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 8vw;
  line-height: 16vh;
}

.heading-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aspekta 550", Arial, sans-serif;
  font-size: 8vw;
  line-height: 16vh;
  display: none;
}

.button-copy-copy, .button-copy-copy-copy {
  color: #eae2b7;
  text-align: center;
  background-color: #7e102c;
  background-image: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 4px;
  padding: 0 0;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 70%;
  line-height: 70%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-26 {
  height: 100vh;
  overflow: clip;
}

.section-9 {
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .carousel-container {
    overflow: clip visible;
  }

  .logo-container {
    border-radius: 10px;
  }

  .link {
    display: block;
  }

  .section-2 {
    overflow: visible;
  }

  .section-3 {
    background-color: #FFFF;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .code-embed-8 {
    position: absolute;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .div-block-10 {
    border: 0 solid #000;
  }

  .image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-image {
    object-fit: cover;
  }

  .button-copy {
    background-image: none;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .div-block-12 {
    width: auto;
    height: auto;
  }

  .code-embed-9 {
    width: 65%;
  }

  .grid-holder {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 2vw;
    margin-right: 2vw;
    display: flex;
  }

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

  .div-block-13 {
    margin-left: 3vw;
    margin-right: 3vw;
    padding-bottom: 3vh;
  }

  .grid-image-copy {
    object-fit: cover;
  }

  .footer-social-link {
    margin-bottom: 0;
  }

  .grid-11 {
    padding-top: 25vh;
  }

  .grid-image-copy-copy {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-grid-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .section-6-copy, .section-6-copy-copy {
    padding-bottom: 0;
  }

  .section-6-copy-copy-copy {
    padding-bottom: 0;
    display: none;
  }

  .div-block-10-copy {
    border: 0 solid #000;
  }

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

  .popup-link.hover-link.abc10, .popup-link.hover-link.cbs {
    top: 2vh;
  }

  .popup-link.hover-link.nbc {
    z-index: 999;
    display: block;
    top: 2vh;
    overflow: hidden;
  }

  .popup-link.hover-link.spc {
    display: block;
    top: 2vh;
    overflow: hidden;
  }

  .link-copy {
    display: none;
  }

  .link-copy2 {
    display: block;
  }

  .heading-copy-copy {
    display: none;
  }

  .button-copy-copy, .button-copy-copy-copy {
    background-image: none;
  }

  .div-block-26 {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .logo-image {
    height: auto;
  }

  .button {
    font-size: 70%;
  }

  .hero-dumbbell {
    top: -7vh;
  }

  .wave {
    min-height: 5rem;
  }

  .button-copy {
    margin-right: 4px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .button-copy-copy, .button-copy-copy-copy {
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .body {
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .heading {
    text-align: center;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .link {
    display: block;
  }

  .paragraph {
    margin-left: 0;
    padding-bottom: 0;
  }

  .grid-5 {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    margin-top: 10vh;
    margin-left: 0;
  }

  .section-2 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .mini-header-smol {
    text-align: center;
  }

  .section-3 {
    overflow: clip;
  }

  .wave {
    min-height: 3.5rem;
  }

  .iframe-wrapper {
    display: none;
  }

  .image-wrapper {
    display: block;
  }

  .image-wrapper.hidden {
    display: none;
  }

  .button-copy {
    margin-right: 4px;
  }

  .grid-10 {
    flex-flow: column;
    display: flex;
  }

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

  .mission-holder {
    overflow: visible;
  }

  .mini-header-copy {
    text-align: center;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section-7 {
    display: none;
  }

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

  .div-block-21 {
    width: 100%;
    height: 30vh;
    margin-top: 15vh;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -128px;
  }

  .image-11 {
    object-fit: cover;
    height: 200%;
    position: absolute;
  }

  .heading-4 {
    text-align: center;
  }

  .image-11-copy {
    object-fit: cover;
    height: 200%;
    position: absolute;
  }

  .div-block-21-copy {
    width: 100%;
    height: 30vh;
    margin-top: 15vh;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -128px;
  }

  .link-copy {
    display: block;
  }

  .link-copy2 {
    display: none;
  }

  .heading-copy {
    text-align: center;
    display: none;
  }

  .heading-copy-copy {
    text-align: center;
    display: block;
  }

  .button-copy-copy {
    margin-right: 4px;
    display: none;
  }

  .button-copy-copy-copy {
    margin-right: 4px;
  }
}

@media screen and (max-width: 479px) {
  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    justify-content: space-around;
    height: 10vh;
  }

  .logo-image {
    height: auto;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    margin-bottom: 7.5vh;
    margin-left: 1vw;
    margin-right: 1vw;
    overflow: clip;
  }

  .navbar-wrapper, .navbar {
    display: none;
  }

  .body {
    background-position: 0 5%;
    overflow: visible;
  }

  .heading {
    text-align: center;
    font-size: 16vw;
    line-height: 10vh;
  }

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

  .grid-2 {
    grid-column-gap: 9px;
    grid-template-columns: 1fr 2fr;
  }

  .paragraph {
    text-align: center;
    margin-left: 8vh;
    margin-right: 8vh;
    padding-top: 2vh;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .button-container {
    width: 20vh;
  }

  .button {
    font-size: 75%;
  }

  .section {
    margin-bottom: 0;
    display: block;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    justify-items: baseline;
    width: 100%;
    margin-top: 5vh;
    margin-left: 3vh;
    margin-right: 3vh;
    padding-top: 0;
    display: flex;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .mini-header-smol {
    text-align: center;
  }

  .section-3 {
    height: 200vh;
    overflow: clip;
  }

  .wave {
    min-height: 2rem;
  }

  .iframe-wrapper {
    z-index: -1;
    display: none;
    inset: auto 0% 0%;
  }

  .section-4, .section-5 {
    display: none;
  }

  .section-6 {
    height: 80vh;
  }

  .image-4 {
    object-fit: cover;
    width: 190%;
    height: 190%;
    display: block;
    overflow: clip;
  }

  .container {
    height: 190vh;
    overflow: visible;
  }

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

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

  .image-wrapper.hidden {
    display: none;
  }

  .button-copy {
    font-size: 75%;
  }

  .grid-10 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .pic-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .mission-holder {
    z-index: 999;
    overflow: visible;
  }

  .div-block-13 {
    justify-content: center;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .foot-top {
    flex-flow: column;
  }

  .image-6 {
    object-fit: contain;
  }

  .image-7 {
    max-width: none;
  }

  .section-7 {
    display: none;
  }

  .image-8 {
    filter: drop-shadow(-20px -3px 12px #000000b3);
  }

  .grid-11 {
    flex-flow: column;
    display: flex;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: space-around;
    width: 15vw;
    height: 15vw;
    display: flex;
  }

  .div-block-19 {
    background-color: #090000;
    border: 1px solid #000;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-navbar {
    z-index: 999;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 3vh;
    display: block;
    position: sticky;
    top: 1vh;
  }

  .container-3 {
  background-image: linear-gradient(#757575b3, #b2b1b1b3);
    border-radius: 10px 10px 0 0;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
  }

  .image-9 {
    border-radius: 10px;
    width: 12.5vw;
    height: 12.5vw;
  }

  .brand {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-bottom: 0;
    padding: 10px;
  }

  .menu-button {
    background-color: #0000;
    margin-left: 45vw;
  }

  .menu-button.w--open {
    background-color: #735341;
  }

  .nav-menu {
    color: #745342b3;
    background-color: #745342;
    border-radius: 0 0 10px 10px;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .mini-header-copy-copy-copy {
    text-align: center;
  }

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

  .section-6-copy {
    height: 80vh;
  }

  .section-6-copy-copy {
    height: 80vh;
    display: none;
  }

  .section-6-copy-copy-copy {
    height: 80vh;
    display: block;
  }

  .foot-top-copy {
    flex-flow: column;
    height: 50vh;
    margin-bottom: 5vh;
    display: flex;
  }

  .footer-divider-two-copy {
    background-color: #000;
    flex-flow: column;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .foot-low-copy {
    flex-flow: column;
    align-items: center;
  }

  .foot-left-copy {
    flex-flow: row;
    width: 100%;
  }

  .foot-middle-copy {
    width: 100%;
    display: block;
  }

  .footer-text-h1-copy {
    text-align: center;
    font-size: 6.5vh;
  }

  .heading-3-copy {
    width: 100%;
  }

  .first-ones-on-us-copy {
    display: block;
  }

  .logo-lol {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 2.5vh;
    display: flex;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 10vh;
    height: 10vh;
    display: flex;
    overflow: clip;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin-top: 5vw;
    display: flex;
    overflow: visible;
  }

  .image-10 {
    object-fit: fill;
    max-width: none;
    height: 200%;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-right: 16px;
    overflow: visible;
  }

  .image-11 {
    object-fit: cover;
    min-width: 200%;
    max-width: 200%;
    height: 150%;
    min-height: 150%;
    max-height: 150%;
    margin-bottom: 17px;
    margin-right: 29px;
  }

  .section-4-copy {
    margin-top: 5vh;
    display: block;
  }

  .body-3 {
    background-color: #FFFF;
    background-position: 0 0;
    background-size: auto;
    overflow: visible;
  }

  .section-5-copy {
    margin-top: 10vh;
    margin-bottom: 30vh;
    padding-bottom: 10vh;
    display: block;
  }

  .section-8 {
    height: 80vh;
    margin-top: 8vh;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .code-embed-11 {
    width: 100%;
    height: 95%;
    margin-top: 10vh;
  }

  .heading-4 {
    text-align: center;
    position: absolute;
    inset: 12vh 0% auto;
  }

  .body-4 {
    background-color: #FFFF;
    background-image: url('../images/Hero-Background.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .body-5 {
    background-color: #FFFF;
  }

  .text-span {
    font-family: "Aspekta 600", Arial, sans-serif;
  }

  .pic-grid-copy {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .image-12 {
    z-index: -1;
    filter: blur(3px);
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-23 {
    width: 100vw;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .popup-link.hover-link.abc10 {
    z-index: 999;
  }

  .popup-link.hover-link.cbs {
    z-index: 999;
    display: block;
  }

  .popup-link.hover-link.nbc {
    z-index: 999;
    font-size: 8px;
    line-height: 15px;
  }

  .popup-link.hover-link.spc {
    z-index: 999;
  }

  .paragraph-8 {
    font-size: 5px;
    line-height: 10px;
  }

  .text-span-2 {
    font-size: 4px;
  }

  .image-11-copy {
    object-fit: cover;
    min-width: 200%;
    max-width: 200%;
    height: 150%;
    min-height: 150%;
    max-height: 150%;
    margin-bottom: 17px;
    margin-right: 29px;
  }

  .div-block-21-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin-top: 5vw;
    display: flex;
    top: -2vh;
    overflow: visible;
  }

  .heading-copy, .heading-copy-copy {
    text-align: center;
    font-size: 16vw;
    line-height: 10vh;
  }

  .button-copy-copy, .button-copy-copy-copy {
    font-size: 75%;
  }

  .div-block-26 {
    justify-content: center;
    height: 250vh;
    display: flex;
  }
}

#w-node-ce186b7e-c687-07f6-af51-b549967c2050-5da9eddc {
  grid-area: Area;
}

#w-node-_9742f479-97c8-239c-763c-5af4f21d6019-5da9eddc, #w-node-_36a57707-05e2-5590-597b-19beed93acb4-5da9eddc {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-_07b2e265-9b27-f9b0-7f75-d6a0cfa96b1d-5da9eddc, #w-node-_4352d2d4-65ff-ef6c-9503-8217cab0f09b-5da9eddc, #w-node-_481431a2-eccd-9cbb-911c-dd13ac7c21bb-5da9eddc, #w-node-_49ef6097-8964-a558-b7ee-9d95b5c7aa18-5da9eddc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_129ce682-5b87-6805-6030-fdc0c2c2c42c-5da9eddc {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-a576e62b-e0f3-eb29-42d9-1002ae36e125-5da9eddc {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_79500eb3-f8c8-c535-889d-958e6b73d389-5da9eddc {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-_37e8f895-e2ae-8f8a-4d29-7484ea9e2a94-5da9eddc {
  grid-area: 6 / 1 / 9 / 2;
}

#w-node-_2c16a59f-8e1f-4f9f-6000-9e80c38c3db1-5da9eddc {
  grid-area: 6 / 2 / 13 / 4;
}

#w-node-e1181f0d-5ae2-6a9a-67cd-0ebdc3ebe6ed-5da9eddc {
  grid-area: 3 / 4 / 7 / 6;
}

#w-node-_51547c30-c445-e1ed-8db5-abbdd696ee2c-5da9eddc {
  grid-area: 7 / 4 / 10 / 5;
}

#w-node-_90bfbe12-05ef-b567-06f5-9e90c8d40c7a-5da9eddc {
  grid-area: 7 / 5 / 9 / 6;
}

#w-node-dfd953b9-07c3-0f25-c29c-8a5b99420641-5da9eddc {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_2c69c498-a941-6f71-6342-614d39fff230-5da9eddc {
  grid-area: 10 / 4 / 13 / 6;
}

@media screen and (min-width: 1440px) {
  #w-node-_49ef6097-8964-a558-b7ee-9d95b5c7aa18-5da9eddc {
    grid-area: Area;
  }

  #w-node-_129ce682-5b87-6805-6030-fdc0c2c2c42c-5da9eddc {
    grid-row-end: 3;
  }

  #w-node-a576e62b-e0f3-eb29-42d9-1002ae36e125-5da9eddc {
    grid-row: 6 / 9;
    align-self: stretch;
  }

  #w-node-_79500eb3-f8c8-c535-889d-958e6b73d389-5da9eddc {
    grid-row-end: 6;
  }

  #w-node-_37e8f895-e2ae-8f8a-4d29-7484ea9e2a94-5da9eddc {
    grid-row-end: 4;
  }

  #w-node-_2c16a59f-8e1f-4f9f-6000-9e80c38c3db1-5da9eddc {
    grid-row: 6 / 13;
    grid-column-start: 2;
  }

  #w-node-e1181f0d-5ae2-6a9a-67cd-0ebdc3ebe6ed-5da9eddc {
    grid-row-end: 7;
  }

  #w-node-_51547c30-c445-e1ed-8db5-abbdd696ee2c-5da9eddc {
    grid-row-end: 9;
  }

  #w-node-_90bfbe12-05ef-b567-06f5-9e90c8d40c7a-5da9eddc {
    grid-row-end: 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_129ce682-5b87-6805-6030-fdc0c2c2c42c-5da9eddc {
    grid-area: 4 / 1 / 7 / 3;
  }

  #w-node-_79500eb3-f8c8-c535-889d-958e6b73d389-5da9eddc {
    grid-area: 4 / 3 / 7 / 5;
  }

  #w-node-_2c16a59f-8e1f-4f9f-6000-9e80c38c3db1-5da9eddc {
    grid-area: 7 / 1 / 11 / 4;
  }

  #w-node-dfd953b9-07c3-0f25-c29c-8a5b99420641-5da9eddc {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-_2c69c498-a941-6f71-6342-614d39fff230-5da9eddc {
    grid-area: 7 / 4 / 11 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_129ce682-5b87-6805-6030-fdc0c2c2c42c-5da9eddc {
    grid-area: 6 / 1 / 11 / 4;
  }

  #w-node-_79500eb3-f8c8-c535-889d-958e6b73d389-5da9eddc {
    grid-area: 3 / 1 / 6 / 4;
  }

  #w-node-_2c16a59f-8e1f-4f9f-6000-9e80c38c3db1-5da9eddc {
    grid-row: 11 / 19;
    grid-column-start: 1;
  }

  #w-node-e1181f0d-5ae2-6a9a-67cd-0ebdc3ebe6ed-5da9eddc {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_51547c30-c445-e1ed-8db5-abbdd696ee2c-5da9eddc, #w-node-_90bfbe12-05ef-b567-06f5-9e90c8d40c7a-5da9eddc {
    grid-column: 1 / 4;
  }

  #w-node-dfd953b9-07c3-0f25-c29c-8a5b99420641-5da9eddc {
    grid-row-end: 3;
    grid-column-end: 4;
  }

  #w-node-_2c69c498-a941-6f71-6342-614d39fff230-5da9eddc {
    grid-area: 20 / 1 / 23 / 4;
  }
}


@font-face {
  font-family: 'Aspekta 200';
  src: url('../fonts/Aspekta-200.ttf') format('truetype'), url('../fonts/Aspekta-200.ttf') format('truetype'), url('../fonts/Aspekta-200.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.ttf') format('truetype'), url('../fonts/Aspekta-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.ttf') format('truetype'), url('../fonts/Aspekta-100.ttf') format('truetype'), url('../fonts/Aspekta-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 250';
  src: url('../fonts/Aspekta-250.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 300';
  src: url('../fonts/Aspekta-300.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 50';
  src: url('../fonts/Aspekta-50.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 350';
  src: url('../fonts/Aspekta-350.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 150';
  src: url('../fonts/Aspekta-150.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 550';
  src: url('../fonts/Aspekta-550.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 450';
  src: url('../fonts/Aspekta-450.ttf') format('truetype'), url('../fonts/Aspekta-450.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 600';
  src: url('../fonts/Aspekta-600.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('../fonts/Aspekta-500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 750';
  src: url('../fonts/Aspekta-750.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 950';
  src: url('../fonts/Aspekta-950.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 650';
  src: url('../fonts/Aspekta-650.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('../fonts/Aspekta-700.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 900';
  src: url('../fonts/Aspekta-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 850';
  src: url('../fonts/Aspekta-850.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 1000';
  src: url('../fonts/Aspekta-1000.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}