@font-face {
  font-family: "Cofoweather 20240219 Vf";
  src: url('../fonts/CoFoWeather20240219-VF.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cofoweather 20240219";
  src: url('../fonts/CoFoWeather20240219-WideRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-main: #171f28;
  --white: white;
  --grin: #73e553;
  --body: #f2f2f2;
  --lite-grin: #c1ef94;
  --accessible-components--dark-grey: #9b9b9b;
  --griy-trans: #f2f2f280;
  --griy: #84888d;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

h1 {
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.63rem;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.13rem;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .88rem;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

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

ul {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.body {
  background-color: var(--text-main);
  color: var(--text-main);
  font-family: "Cofoweather 20240219 Vf", sans-serif;
}

.body._1 {
  background-color: var(--white);
}

.naw-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  line-height: 1;
  display: flex;
}

.box-naw-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.image-brand {
  color: var(--text-main);
  object-fit: contain;
  width: 5.9375rem;
}

.naw-menu {
  background-color: #fff0;
  display: block;
}

.naw-line-link {
  background-color: var(--grin);
  border-radius: 2px;
  width: .5rem;
  height: .5rem;
  margin-top: .5rem;
}

.navbar {
  z-index: 101;
  background-color: var(--body);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.op {
  background-color: #ffffff30;
}

.navbar.op.blur-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.brand {
  margin-right: auto;
}

.btn-naw {
  color: #fff;
  background-color: #1088de;
  border-radius: 6.25rem;
  padding: .5rem 1.56rem;
  text-decoration: none;
}

.btn-naw.non-ps {
  display: none;
}

.block-link-minu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_hiro {
  z-index: 1;
  background-color: var(--body);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section_hiro.streams {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: clip;
}

.ontainer-global {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section_pris {
  z-index: 2;
  position: relative;
}

.text-18 {
  font-size: 1.13rem;
}

.text-24 {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1.5rem;
}

.text-24.color-light--green {
  color: var(--lite-grin);
}

.container-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.56rem;
  padding-right: 1.56rem;
}

.btn-next {
  background-color: #fff6;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
}

.box-slide {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  width: 100%;
  display: flex;
}

.slider-wrapper {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-36 {
  color: #fff;
  font-size: 2.25rem;
}

.text-36.black {
  color: #171f28;
}

.text-36.black.width-888 {
  width: 55rem;
}

.text-36.is-form {
  color: var(--grin);
  margin-bottom: 1.5rem;
  font-family: "Cofoweather 20240219", sans-serif;
}

.swiper.raili {
  padding-top: 84px;
  overflow: hidden;
}

.swiper-bullet {
  background-color: #ffffff4d;
  flex: 1;
  width: 100%;
  height: 1px;
}

.swiper-bullet.is-active {
  background-color: #fff;
  height: 1px;
}

.box-arrow {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  display: flex;
}

.btn-prev {
  background-color: #fff6;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
}

.swiper-wrapper {
  z-index: 2;
  flex-flow: row;
  width: 100%;
  margin-top: 1.56rem;
  margin-bottom: 1.56rem;
  display: flex;
  position: relative;
}

.box-v-slide {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  max-width: 44em;
  display: flex;
}

.swiper-bullet-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grin {
  color: #a7f9c3;
}

.swiper-slide {
  z-index: 3;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.body-2 {
  background-color: #101010;
}

.wrapper-prris {
  z-index: 2;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  flex-flow: column;
  width: 100%;
  padding-top: 6.25rem;
  display: flex;
  position: relative;
}

.wrapper-prris.streams {
  padding-top: 0;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 100;
  display: flex;
  position: fixed;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.grid-colon-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.grid-colon-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-colon-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.flax-h-central {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flax-h-sb {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ontainer {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.ontainer.hiro {
  max-width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.ontainer.footer {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.ontainer.is-streams-hero {
  padding-top: 12rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.ontainer.hero-streams {
  z-index: 1;
}

.ontainer.streams-sec {
  padding-top: 11.1111rem;
}

.grid-spe {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  background-color: #565656;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.31rem;
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  display: flex;
}

.box-text-tab-link {
  grid-column-gap: 1.38rem;
  grid-row-gap: 1.38rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-tab {
  width: 2rem;
  height: 2rem;
}

.tab-link {
  color: #fff;
  background-color: #252525;
  border: 2px solid #000;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 4.75rem;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--grin);
  border: 2px solid #f41414;
}

.box-spec-data {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.div-block-79 {
  padding-top: 147px;
  padding-bottom: 101px;
}

.box-2btn {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.btn-wight {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #191818;
  background-color: #fff9f5;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-btn {
  line-height: 1.3125rem;
}

.box-icon-btn {
  background-color: #f41414;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.box-icon-btn.red-bg {
  background-color: #f41414;
}

.box-icon-btn.red-trans-bg {
  background-color: #f86161;
}

.image-4 {
  width: .75rem;
  height: auto;
}

.btn-red {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  letter-spacing: -.02rem;
  background-color: #f41414;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown {
  background-color: #f1f1f1;
  width: 100%;
}

.col-btn {
  border-radius: 5px;
  width: 102px;
  height: 35px;
}

.box-btn {
  display: flex;
}

.box-d {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  display: flex;
}

.box-d.success {
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 50px;
  margin-bottom: 20px;
}

.box-video-2 {
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-52 {
  width: 45px;
}

.text-18 {
  font-size: 1.8em;
  line-height: 110%;
}

.text-66 {
  z-index: 2;
  color: #fff;
  font-size: 1.6em;
  line-height: 110%;
  position: relative;
}

.text-66.relativ {
  z-index: 2;
  font-size: 1.8em;
  position: relative;
}

.text-60 {
  text-align: left;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.bg-fone {
  z-index: 2;
  background-image: linear-gradient(61deg, #fc88e9, #f9b4c0 51%, #bcadf8);
  border-radius: 7%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .2em;
  display: flex;
  position: relative;
}

.link-block-6 {
  color: #c7a484;
  background-color: #f3f2ee;
  border-radius: .31rem;
  padding: 1.13rem 3rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 1.25rem 1.25rem;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.wrapper-btn {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.form-block-2 {
  margin-bottom: 0;
}

.block-video {
  border-radius: .63rem;
  align-self: center;
  width: 100%;
  height: 40rem;
  margin-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.hover {
  z-index: 1;
  background-color: #175eff;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
}

.text-68 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 130%;
}

.text-68.central {
  text-align: center;
}

.div-block-27 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
}

.textarea {
  color: #000;
  border: 1px solid #000;
  min-width: 30rem;
  max-width: 30rem;
  min-height: 10rem;
  max-height: 10rem;
  padding: .5rem .25rem;
}

.text-32-m {
  color: #090914;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.text-70 {
  line-height: 120%;
}

.text-70.cbd5e1 {
  color: #cbd5e1;
}

.logo {
  width: 200px;
  height: 50px;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2em;
  font-size: 1.5em;
  display: none;
}

.star {
  width: 22px;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4rem;
  font-size: 1.8rem;
  display: flex;
}

.text-block-3 {
  align-self: center;
  line-height: 140%;
}

.bg-video-head {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.radio-button {
  border: .1em solid #000;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
  font-size: 1.2em;
}

.container-3 {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-69 {
  font-size: 16px;
  line-height: 130%;
}

.text-69.cbd5e1 {
  color: #cbd5e1;
}

.text-69.w600 {
  font-weight: 600;
}

.div-block-28 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #fff0;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-toggle {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em 4em 2em 2em;
  line-height: 110%;
  display: flex;
}

.html-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-drop-arrow {
  width: 2em;
  height: 2em;
  margin-left: 4em;
}

.button {
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3em;
  padding: 0;
  font-size: 1.6em;
  display: flex;
}

.step-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.checkbox-label-footer {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 190%;
  position: static;
}

.image-9 {
  width: 430px;
  position: absolute;
  inset: auto auto 0% -8%;
}

.checkbox-2 {
  background-color: #0000;
  border-width: .1em;
  border-color: #fafafa;
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
  padding: .125em;
}

.checkbox-2.w--redirected-checked {
  color: #fff9;
  background-color: #0000;
  background-size: 1.5em;
  border-style: solid;
  border-color: #0009;
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
  font-size: 1em;
  position: static;
}

.dropdown-link {
  opacity: 1;
  color: #090914;
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.dropdown-link:hover {
  opacity: .5;
}

.logo-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  display: flex;
}

.logo-link.w--current {
  opacity: 1;
}

.bg-video-head-2 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.box-star {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-67 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  line-height: 120%;
}

.text-67.w600 {
  font-weight: 600;
}

.text-67.w600.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc88e9, #fecdf6 51%, #bcadf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.form-button {
  border-radius: 10em;
  width: 10em;
  height: 3em;
  padding: .5em 2.5em;
  font-size: 1.6em;
  line-height: 110%;
}

.dropdown-2 {
  color: #090914;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  line-height: 180%;
}

.dropdown-2.non {
  display: none;
}

.text-20-2 {
  text-align: left;
  font-size: 20px;
  line-height: 140%;
}

.box-text {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.flex-v-g-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex-v-g-15.mar-180 {
  align-items: flex-start;
  margin-bottom: 180px;
}

.wrapper_perspective {
  z-index: 4;
  perspective: 1000px;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 39em;
  display: flex;
  position: relative;
}

.circul-5 {
  width: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.step {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 660px;
  padding: 50px;
  display: flex;
}

.step.non-p {
  flex: none;
  padding: 0;
}

.section-5 {
  height: 100vh;
  position: relative;
}

.dropdown-toggle-2 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 10px 35px 10px 15px;
  display: flex;
}

.dropdown-toggle-2.w--open {
  color: #090914;
  background-color: #fff0;
}

.wrapper-manager {
  flex-direction: column;
  display: flex;
}

.box_cart {
  z-index: 3;
  background-color: #0000;
  border-radius: 7%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 2em 1em #0000;
}

.box_cart:hover {
  box-shadow: 0 2px 2em 1em #ab47bc33;
}

.cell {
  -webkit-text-fill-color: inherit;
  background-color: #3b0045;
  background-clip: padding-box;
  border-radius: 7%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
}

.image-6 {
  object-fit: contain;
  width: 20px;
  margin-right: 5px;
}

.circul-3 {
  width: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.box-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.radio-button-label {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2em;
}

.blok-submitted-blue {
  color: #fff;
  background-color: #2563eb;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 50px 80px 50px 50px;
  display: flex;
  position: relative;
}

.icon-2 {
  margin-right: 15px;
}

.success-message-2 {
  z-index: 2;
  background-color: #0000;
  padding: 0;
  position: relative;
}

.lightbox-link-video {
  cursor: pointer;
  border-top-left-radius: .31rem;
  border-top-right-radius: .31rem;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.text-block {
  line-height: 110%;
}

.checkbox-field {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 2.2em;
  margin-top: 2em;
  margin-bottom: 2.5em;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-53 {
  width: 9.6em;
}

.list-blok-content {
  padding: 2em;
}

.blok-submitted {
  padding: 50px;
  display: flex;
  position: relative;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  inset: 48px auto auto 0%;
}

.div-block-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.btn-blue {
  z-index: 2;
  background-color: #407bff;
  border: 1px #fff;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.6rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 1;
  background-color: var(--body);
  border-bottom: 1px solid #e4ebf3;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer.non-sticky {
  position: static;
}

.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  display: grid;
}

.footer-brand {
  width: 10rem;
}

.footer-block {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 4rem;
  font-size: 14px;
  line-height: 16px;
}

.text-103 {
  font-size: 7.2rem;
}

.text-103.move-mob-left.h08.left-minus {
  margin-left: -4px;
}

.text-103.move-mob-right {
  display: none;
}

.text-103.hiro {
  text-transform: lowercase;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 110%;
}

.text-103.ps {
  display: block;
}

.text-103.ps.h09 {
  font-family: "Cofoweather 20240219", sans-serif;
  line-height: .9;
}

.text-103.h08, .text-103.is-stream {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 6.4375rem;
  line-height: 90%;
}

.wrapper-hiro {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  vertical-align: baseline;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper-hiro.streams {
  justify-content: flex-start;
  align-items: center;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slider-hiro {
  z-index: 0;
  width: 9rem;
  height: 5.75rem;
  display: inline-block;
}

.slider-hiro.margins-40 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.slider-hiro.margins-40._1 {
  width: 4.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.slider-hiro.margin-left {
  margin-left: 2.5rem;
}

.slider-hiro.margin-right {
  margin-right: 2.5rem;
}

.section_te-hno {
  z-index: 2;
  color: var(--white);
  flex-flow: column;
  padding-bottom: 6.25rem;
  display: block;
  position: relative;
  overflow: clip;
}

.ontainer-techno {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.bg {
  z-index: 1;
  background-color: var(--text-main);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.box-loty-hiro {
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 5rem;
  left: -2rem;
  right: auto;
}

.box-loty-hiro.streams {
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: -1rem;
}

.lottie-animation-hiro {
  width: 100%;
}

.lottie-animation-hiro.mob {
  display: none;
}

.text-72 {
  font-size: 4.5rem;
}

.grid-te-hno {
  z-index: 2;
  grid-column-gap: 6.81rem;
  grid-row-gap: 6.81rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  position: relative;
}

.box-grid-te-hno {
  padding-top: 7.5rem;
}

.box-grid-te-hno-2 {
  height: 31.06rem;
  position: relative;
}

.text-48 {
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.text-48.grin {
  color: var(--grin);
  text-transform: lowercase;
}

.text-48.color-grey {
  color: var(--accessible-components--dark-grey);
}

.text-48.color-grey.first {
  margin-left: -8.1rem;
}

.text-48.color-grey.sec {
  margin-left: 7.6rem;
}

.text-48.color-grey.third {
  margin-left: -10rem;
}

.box-max-w59 {
  width: 59%;
}

.box-max-w59.mar-app {
  margin-top: 4rem;
  margin-left: 7.12rem;
}

.griy {
  color: var(--griy-trans);
}

.box-text-clip {
  justify-content: flex-start;
  align-items: center;
  overflow: clip;
}

.box-text-clip.mar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.box-text-clip._1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6.5rem;
}

.box-text-clip._3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 7.3rem;
}

.box-text-clip.inl {
  display: inline-block;
}

.box-text-clip.inl.right {
  margin-left: auto;
  margin-right: 0;
}

.indent {
  width: 5rem;
  height: 2rem;
}

.indent.right-auto {
  margin-right: auto;
}

.lottie-animation {
  width: auto;
  height: 31.06rem;
}

.div-block-81 {
  margin-top: 3rem;
  padding-left: 7.52rem;
}

.bg-techno {
  justify-content: center;
  align-items: flex-start;
  width: 140rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.section_trend {
  z-index: 2;
  background-color: var(--text-main);
  color: var(--white);
  margin-top: -2px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: clip;
}

.wrapper-trend {
  z-index: 2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 100%;
  position: relative;
}

.section_for-people {
  z-index: 2;
  background-color: var(--body);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.section_for-people._1 {
  background-color: var(--body);
  padding-bottom: 3.13rem;
  position: relative;
  top: 0;
}

.section_for-people._2 {
  height: 100vh;
  padding-top: 3.13rem;
  position: sticky;
  top: 0;
}

.section_for-people._3 {
  height: 100vh;
  padding-top: 3.13rem;
  position: static;
  top: 0;
}

.section_for-people._1-copy {
  background-color: var(--body);
  padding-top: 1rem;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.section_for-people._1-copy.mb--100 {
  margin-bottom: 6.94444rem;
}

.section_wave {
  z-index: 2;
  color: var(--white);
  padding-bottom: 6.25rem;
  position: sticky;
  top: 0;
  overflow: clip;
}

.section_wave.m-b--100 {
  margin-bottom: 6.94444rem;
}

.section_wave.streams {
  position: relative;
}

.wrapper-thanks {
  z-index: 2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 100%;
  padding-top: 11.88rem;
  position: relative;
}

.wrapper-thanks.streams {
  padding-bottom: 11.88rem;
}

.grid-trend {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  grid-template-rows: auto;
  grid-template-columns: .28fr 1fr;
  width: 100%;
}

.box-grid-trend {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.box-grid-trend.p-r--20 {
  padding-left: 5rem;
}

.box-text-grin {
  background-color: var(--lite-grin);
  color: var(--text-main);
  text-transform: uppercase;
  flex: none;
  padding: .38rem;
  font-weight: 500;
}

.box-text-grin.mar-app {
  margin-top: .5rem;
}

.box-text-grin.is-streams {
  text-transform: lowercase;
  position: absolute;
  inset: 8rem auto auto 3rem;
}

.box-text-grin.dis {
  opacity: 0;
  pointer-events: none;
}

.box-text-grin._1 {
  position: sticky;
  top: 5rem;
}

.div-block-81-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.indent-15 {
  width: 7.1rem;
  height: 2rem;
}

.indent-15.right-auto {
  margin-right: auto;
}

.box-max-w39 {
  width: 39%;
  margin-top: 4rem;
  margin-left: 7.125rem;
}

.box-max-w39.mar-app {
  margin-top: 4rem;
  margin-left: 7.12rem;
}

.link-block-7 {
  background-color: var(--grin);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.88rem;
  height: 5.88rem;
  display: flex;
  position: absolute;
  inset: auto 0% -2rem auto;
}

.svg {
  width: 1.75rem;
  height: 1.75rem;
}

.marquee-track {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.marquee-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.marquee-item {
  z-index: 0;
  min-width: 16.5rem;
  position: relative;
}

.marquee-item._1 {
  z-index: 1;
}

.marquee-item._2 {
  z-index: 2;
}

.marquee-item._3 {
  z-index: 3;
}

.marquee-item._4 {
  z-index: 4;
}

.marquee-item._5 {
  z-index: 6;
}

.marquee-item._7 {
  z-index: 7;
}

.marquee-im {
  height: 21.75rem;
}

.carusel {
  width: 100%;
  margin-top: 10.25rem;
  position: sticky;
  top: 17.6vh;
}

.trigger-start {
  position: absolute;
  inset: auto 0% 0%;
}

.btn {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6.88rem;
  padding-left: 2.88rem;
  padding-right: 2.88rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.is-form {
  background-color: var(--grin);
  color: var(--text-main);
  border-style: none;
  height: 6rem;
}

.btn-circul {
  background-color: var(--grin);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5.88rem;
  height: 5.88rem;
  display: flex;
  position: absolute;
  right: -6rem;
}

.triger-start-animation {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 3.2rem;
}

.wrapper-for-people {
  z-index: 2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cart-piople {
  border: 1px solid #000;
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.25rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-text-black {
  z-index: 3;
  background-color: var(--text-main);
  color: var(--white);
  text-transform: none;
  padding: .75rem;
  font-weight: 500;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.box-text-black.max-w360 {
  width: 17.6rem;
}

.box-text-black.max-w360.ps {
  width: 20rem;
  padding-left: .75rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-weight: 400;
}

.box-text-black.max-w360.mob {
  display: none;
}

.box-text-black._3 {
  margin-top: .9rem;
  font-family: "Cofoweather 20240219", sans-serif;
  top: 2.8rem;
}

.div-block-83 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.ontainer-trend {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wrapper-carusel {
  height: 200vh;
  position: relative;
}

.box-bg-loty {
  width: 100%;
  position: absolute;
  top: 13rem;
}

.box-text-piople {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-text-piople.gap-12 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.box-text-piople.max-w-50 {
  width: 40%;
  margin-top: 4.25rem;
}

.box-text-piople.sb {
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-right: 6rem;
}

.box-text-piople.sb.top {
  justify-content: space-between;
  align-items: flex-start;
}

.indent-74 {
  width: 4.69rem;
  height: 2rem;
}

.indent-74.right-auto {
  margin-right: auto;
}

.block-piople {
  margin-top: 0;
  position: relative;
}

.div-block-84 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -3rem;
  display: flex;
}

.max-w-40 {
  width: 40%;
}

.btn-black {
  border: 1px solid var(--text-main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 23.8125rem;
  height: 6.875rem;
  padding-left: 2.88rem;
  padding-right: 2.88rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-black.min-w380 {
  min-width: 23.81rem;
}

.btn-black.min-w380.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-black.mob-w-81 {
  width: 23.81rem;
}

.btn-black._1 {
  background-color: var(--body);
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-black._1._2.streams {
  margin-top: -1.38889rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-85 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  display: flex;
}

.max-w-49 {
  max-width: 35.375rem;
}

.indent-277 {
  width: 11rem;
  height: 2rem;
}

.indent-277.right-auto {
  margin-right: auto;
}

.max-w-47 {
  width: 47%;
}

.box-bg {
  z-index: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-bg.pad {
  z-index: 0;
  inset: 0%;
}

.box-bg.pad._1 {
  margin-top: 5rem;
}

.im-piople {
  width: 100%;
  height: 100%;
}

.im-piople._1 {
  object-fit: cover;
  object-position: 140% 50%;
  width: 100%;
  height: 100%;
}

.im-piople._2 {
  object-fit: contain;
}

.text-span, .text-span-2 {
  color: var(--grin);
}

.text-span-2.text-underline {
  text-decoration: underline;
}

.box-max-w39--g24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 46%;
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
  margin-left: 7.6rem;
  display: flex;
}

.box-max-w39--g24.mar-app {
  margin-top: 4rem;
  margin-left: 7.12rem;
}

.div-block-86 {
  margin-left: 6rem;
}

.man-with-hearts {
  z-index: 5;
  width: 28.25rem;
  position: absolute;
  inset: auto 0 -3.1rem auto;
  overflow: clip;
}

.man-with-hearts.ps {
  bottom: 6rem;
}

.man-with-hearts.mob {
  display: none;
}

.image-54 {
  object-fit: contain;
  position: relative;
  left: 5.2rem;
}

.indent-15-copy {
  width: 6.7rem;
  height: 2rem;
}

.indent-15-copy.right-auto {
  margin-right: auto;
}

.grid-footer {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  width: 100%;
}

.block-grid-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-grid-footer-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--griy);
  justify-content: center;
  align-items: center;
  font-size: .88rem;
  display: flex;
}

.link-footer {
  color: var(--griy);
}

.lin--footer {
  background-color: var(--griy);
  width: 1px;
  height: .63rem;
}

.box-bg-footer {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.box-bg-footer._1 {
  margin-top: 0;
}

.link-block-8 {
  width: 2.13rem;
  height: 2.13rem;
}

.block-grid-footer-2 {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.box-social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.box-social.desk-hide {
  display: none;
}

.link-block-9 {
  border: 1px solid #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 6.88rem;
  height: 6.88rem;
  font-size: 1.5rem;
  display: flex;
}

.link-block-9.white {
  border-color: var(--white);
  color: var(--white);
}

.div-block-87, .div-block-88 {
  position: relative;
}

.bg-wave {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.bg-wave.streams {
  height: 100%;
}

.flax-central {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fl-pro {
  min-height: 4.4rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 90%;
}

.nawbar-2 {
  z-index: 98;
  background-color: var(--text-main);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.box-naw-link-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.image-brand-2 {
  color: var(--white);
  width: 5.88em;
}

.image-55 {
  width: 47.88rem;
}

.wrapper-hiro-mob {
  grid-column-gap: 1.31rem;
  grid-row-gap: 1.31rem;
  vertical-align: baseline;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.div-block-91 {
  padding-left: 6rem;
}

.im-bg-mob {
  display: none;
}

.im-piople-mob {
  width: auto;
  height: auto;
  display: none;
}

.block-piople-2 {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: clip;
}

.im-bg-footer-mob {
  display: none;
}

.im-bg-footer-ps {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  margin-top: -4rem;
}

.im-bg-footer-ps._1 {
  margin-top: -2rem;
}

.linc-social-naw {
  border: 1px solid #000;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 6.88rem;
  height: 6.88rem;
  font-size: 1.5rem;
  display: flex;
}

.div-block-93 {
  margin-top: 2rem;
  overflow: clip;
}

.div-block-93.is-streams {
  opacity: 0;
  pointer-events: none;
}

.div-block-94 {
  position: absolute;
  inset: 200vh 0% 0%;
}

.hero-anchor {
  position: absolute;
  inset: -900vh 0% auto;
}

.footer-trigger {
  position: absolute;
  inset: auto 0% -10vh;
}

.div-block-95 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-96 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.stream-hero {
  padding-top: 0;
}

.stream-hero-p-wrap {
  text-align: left;
  margin-top: -5rem;
}

.stream-hero-p-wrap.streams {
  width: auto;
  margin-top: 0;
  position: absolute;
  inset: auto auto 1.53333rem 3.33333rem;
}

.section_hero-streams {
  z-index: 1;
  background-color: var(--body);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.schedule-item {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.schedule-item._1 {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
}

.team-card {
  width: 12.9375rem;
}

.team-card.auto {
  width: auto;
}

.team-image {
  width: 12.9375rem;
  height: 12.9375rem;
  margin-bottom: 1.5rem;
}

.team-image.crop-img {
  object-position: 77% 50%;
}

.flex-v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.text-size-16 {
  font-family: "Cofoweather 20240219 Vf", sans-serif;
  line-height: 120%;
}

.text-size-16.caps {
  text-transform: uppercase;
}

.text-size-16.caps.min-w-202 {
  min-width: 12.625rem;
}

.text-size-16.op-60 {
  opacity: .6;
}

.text-size-16.width-533 {
  width: 37.0139rem;
}

.sep {
  background-color: #171f28;
  width: 100%;
  height: 1px;
}

.cart-schedule {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  border: 1px solid #000;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.black-badge {
  z-index: 3;
  background-color: var(--text-main);
  color: var(--white);
  text-transform: none;
  padding: .75rem;
  font-weight: 500;
  position: static;
  inset: 2.5rem 2.5rem auto auto;
}

.black-badge.max-w360 {
  width: 17.6rem;
}

.black-badge.max-w360.ps {
  width: 20rem;
  padding-left: .75rem;
  font-family: "Cofoweather 20240219", sans-serif;
  font-weight: 400;
}

.black-badge.max-w360.mob {
  display: none;
}

.black-badge._3 {
  margin-top: .9rem;
}

.black-badge.is-abs {
  font-family: "Cofoweather 20240219", sans-serif;
  position: absolute;
  inset: 6rem 3rem auto auto;
}

.black-badge.is-green, .black-badge.light-green {
  background-color: var(--lite-grin);
  color: var(--text-main);
}

.black-badge.light-green.small {
  padding: .416667rem;
}

.black-badge.light-green.small.abs-left {
  position: absolute;
  inset: .8rem auto auto 0%;
}

.black-badge.light {
  font-weight: 300;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.55556rem;
  display: flex;
}

.team-cards-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.flex-v-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.flex-h-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.popup-cons {
  z-index: 1111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-cons.is--active {
  display: flex;
}

.popup-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 1;
  background-color: #171f28;
  border-radius: 2.5rem;
  width: 34.6875rem;
  height: auto;
  padding: 3.625rem 1.25rem 2rem;
  position: relative;
}

.input {
  color: var(--griy);
  background-color: #f2f2f2;
  border-radius: 100px;
  width: 100%;
  height: 2.6875rem;
  margin-bottom: 0;
}

.input::placeholder {
  color: #84888d;
}

.input.is-select {
  border-radius: 20px;
}

.flex-v-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--griy);
  align-items: center;
  margin-bottom: 0;
  font-size: .75rem;
  display: flex;
}

.check {
  border: 1px solid var(--griy);
  border-radius: 2px;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
}

.check.w--redirected-checked {
  background-color: var(--grin);
  border-style: none;
}

.check._1 {
  margin-top: 0;
}

.check-label {
  margin-bottom: 0;
}

.green, .green-link {
  color: var(--grin);
}

.success-message-3 {
  background-color: var(--text-main);
  color: var(--white);
}

.close-popup {
  cursor: pointer;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.close-popup._1 {
  z-index: 11111;
  width: 8rem;
  height: 8rem;
  top: 0;
  right: 0;
}

.popup-test {
  z-index: 1;
  background-color: #171f28;
  border-radius: 2.5rem;
  width: 70vw;
  height: 90vh;
  padding: 1rem;
  position: relative;
}

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

.div-block-97 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .3rem;
  margin-bottom: 1rem;
  display: flex;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.select-drop {
  color: var(--griy);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.select-drop-list {
  background-color: #f2f2f2;
}

.select-drop-list.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 20px;
  flex-flow: column;
  padding: 1rem 1rem 1rem .7rem;
  display: flex;
}

.mob-image-footer {
  display: none;
}

.hero-tags {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 7rem auto auto 3.33333rem;
}

.text-80 {
  text-align: left;
  font-size: 5.55556rem;
}

.row-95 {
  grid-column-gap: 6.59722rem;
  grid-row-gap: 6.59722rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.streams-tag {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  margin-bottom: 2.77778rem;
  margin-left: 3rem;
  display: flex;
}

.pic-196 {
  pointer-events: none;
  width: 13.6111rem;
  height: auto;
  position: absolute;
  inset: auto 3.33333rem -1rem auto;
}

.pic-473 {
  pointer-events: none;
  width: 32.8472rem;
  height: auto;
  position: absolute;
  inset: -1rem 8.54167rem auto auto;
}

.pic-401 {
  pointer-events: none;
  width: 27.8472rem;
  height: auto;
  position: absolute;
  inset: auto auto 1rem 0;
}

.text-16.color-white {
  color: var(--body);
}

.text-16.color-white.uppercase {
  font-weight: 500;
}

.row-80 {
  grid-column-gap: 5.55556rem;
  grid-row-gap: 5.55556rem;
  flex-flow: column;
  display: flex;
}

.text-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6.5rem;
  display: flex;
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.width-353 {
  width: 24.5139rem;
}

.color-green {
  color: var(--grin);
}

.row-100 {
  grid-column-gap: 6.94444rem;
  grid-row-gap: 6.94444rem;
  flex-flow: column;
  display: flex;
}

.pic-374 {
  z-index: 1;
  width: 25.9722rem;
  height: auto;
  position: absolute;
  inset: auto auto -1.7rem 0%;
}

.pic-640 {
  z-index: 1;
  width: 44.4444rem;
  height: auto;
  position: absolute;
  inset: auto -8rem -1rem auto;
}

.event-modal {
  z-index: 10000;
  background-color: var(--text-main);
  opacity: 0;
  pointer-events: none;
  color: var(--body);
  width: auto;
  min-width: 25.625rem;
  padding: 5.13889rem 1.66667rem 3.33333rem 3.33333rem;
  transition: all .2s ease-in-out;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.event-modal.is--active {
  opacity: 1;
  pointer-events: auto;
}

.close-event-modal {
  z-index: 10;
  color: var(--griy);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 1.8125rem;
  display: flex;
  position: absolute;
  inset: 1.66667rem 1.66667rem auto auto;
}

.row-48 {
  grid-column-gap: 3.33333rem;
  grid-row-gap: 3.33333rem;
  flex-flow: column;
  display: flex;
}

.row-48.p-b--57 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-bottom: 1.3rem;
}

.row-24 {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  flex-flow: column;
  display: flex;
}

.row-16 {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  flex-flow: column;
  display: flex;
}

.width-345 {
  width: 22.8rem;
}

.utm {
  display: none;
}

.add-to--calendar {
  background-color: var(--grin);
  color: var(--text-main);
  border-radius: .555556rem;
  margin-top: 1.66667rem;
  padding: .972222rem 1.66667rem;
}

.cookie__button.btn-black {
  text-align: center;
  border-radius: 100%;
  width: auto;
  height: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.38889rem;
}

.button__icon {
  width: 4.16667rem;
  height: 4.16667rem;
  transition: transform .3s;
}

.button__icon.button__icon--mini {
  width: 2.77778rem;
  height: 2.77778rem;
}

.cookie__text {
  font-size: 1.38889rem;
}

.button__text {
  line-height: 120%;
}

.color-blue {
  color: #08b7f4;
}

.cookie__content {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.11111rem;
  display: flex;
}

.cookie {
  z-index: 1000;
  width: 58rem;
  transition: transform .3s, opacity .3s;
  position: fixed;
  bottom: 1.38889rem;
  left: 50%;
  transform: translate(-50%);
}

.cookie.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 10rem)translate(-50%);
}

@media screen and (max-width: 991px) {
  .naw-container {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .box-naw-link {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8rem;
    display: flex;
  }

  .menu-burger {
    background-color: var(--grin);
    border-radius: .88rem;
    width: 3.31rem;
    height: 2rem;
    padding: 0;
  }

  .menu-burger.w--open {
    z-index: 99;
    background-color: var(--grin);
  }

  .naw-menu {
    z-index: 98;
    background-color: var(--text-main);
    color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 3.75rem .75rem 3.13rem 2.35rem;
    display: block;
    inset: 0% 0% auto;
  }

  .box-burger {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .3rem .88rem;
    display: flex;
  }

  .naw-line-link {
    width: .5rem;
    display: none;
  }

  .navbar {
    z-index: 100;
  }

  .brand {
    z-index: 99;
  }

  .btn-naw.non-ps {
    display: inline-block;
  }

  .line-burger {
    background-color: var(--text-main);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .block-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 7.5rem;
    display: flex;
  }

  .block-link-minu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .slider-wrapper {
    width: 100%;
  }

  .text-36 {
    font-size: 2.4em;
  }

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

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

  .ontainer {
    width: 100%;
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .ontainer.hiro, .ontainer.is-streams-hero {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .tabs-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link {
    height: 4rem;
    padding: .725rem 1.25rem;
  }

  .btn-wight, .btn-red {
    justify-content: flex-start;
    align-items: center;
  }

  .block-video {
    height: 30rem;
  }

  .bg-video-head {
    display: block;
  }

  .button {
    display: none;
  }

  .logo-link {
    opacity: 1;
  }

  .bg-video-head-2 {
    display: none;
  }

  .flex-v-g-15.mar-180 {
    margin-bottom: 90px;
  }

  .wrapper_perspective {
    width: 100%;
  }

  .step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 20px;
    height: auto;
    padding: 2rem;
  }

  .wrapper-manager {
    margin-bottom: 0;
  }

  .box-video {
    z-index: 1;
  }

  .blok-submitted-blue {
    padding: 40px;
  }

  .footer {
    padding-left: 0;
    position: sticky;
    bottom: auto;
  }

  .lottie-animation-hiro {
    width: auto;
  }

  .grid-te-hno {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  .section_wave {
    position: relative;
    top: auto;
  }

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

  .link-block-7 {
    bottom: -17.7rem;
  }

  .carusel {
    top: 25vh;
  }

  .ontainer-trend {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .wrapper-carusel {
    height: 150vh;
  }

  .man-with-hearts {
    right: 0;
  }

  .image-54 {
    left: 0;
  }

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

  .box-social {
    display: flex;
  }

  .nawbar-2 {
    display: none;
  }

  .box-naw-link-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .linc-social-naw {
    border-style: solid;
    border-color: var(--griy);
    color: var(--griy);
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .cookie__button.btn-black {
    font-size: 1.2rem;
  }

  .cookie__text {
    font-size: 1.3rem;
  }

  .cookie {
    width: 44rem;
  }
}

@media screen and (max-width: 767px) {
  .naw-container {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .brand {
    padding-left: 0;
  }

  .section_hiro {
    height: auto;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
  }

  .text-36.black {
    font-size: 1.75rem;
    line-height: 110%;
  }

  .text-36.black.width-888 {
    width: 27rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .flax-h-central.mob-non {
    display: none;
  }

  .ontainer.hiro, .ontainer.is-streams-hero {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .tab-link {
    padding-right: .08rem;
  }

  .hover {
    display: none;
  }

  .step {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 1rem;
    display: flex;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 30px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .text-103, .text-103.move-mob-left.h08, .text-103.move-mob-left.h08.left-minus {
    font-size: 2.75rem;
  }

  .text-103.hiro {
    font-size: 4rem;
  }

  .text-103.is-stream {
    font-size: 2.75rem;
  }

  .section_te-hno {
    padding-bottom: 3.13rem;
  }

  .lottie-animation-hiro.mob {
    margin-left: -2rem;
    display: block;
  }

  .lottie-animation-hiro.pc {
    display: none;
  }

  .text-72 {
    font-size: 2.75rem;
  }

  .grid-te-hno {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .box-grid-te-hno {
    padding-top: 2rem;
  }

  .box-grid-te-hno-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-48 {
    font-size: 2rem;
  }

  .griy {
    font-size: .88rem;
  }

  .section_trend {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }

  .section_for-people._1, .section_for-people._1-copy {
    padding-top: 3.13rem;
  }

  .wrapper-thanks {
    padding-top: 6.25rem;
  }

  .grid-trend {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .box-text-grin.dis {
    display: none;
  }

  .box-text-grin._1 {
    position: static;
  }

  .box-max-w39 {
    margin-top: 1.5rem;
  }

  .link-block-7 {
    width: 5rem;
    height: 5rem;
    bottom: -5.4rem;
  }

  .svg {
    width: 1.5rem;
  }

  .marquee-list {
    overflow: scroll;
  }

  .carusel {
    margin-top: 2.5rem;
  }

  .btn {
    text-align: center;
    width: 24rem;
  }

  .btn-circul {
    width: 3.75rem;
    height: 3.75rem;
    right: -3.9rem;
  }

  .cart-piople {
    padding-left: .5625rem;
    padding-right: .5rem;
  }

  .box-text-black._3 {
    margin-top: 0;
  }

  .box-text-piople.gap-12 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse wrap;
    margin-top: 2rem;
  }

  .box-text-piople.sb {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .max-w-40 {
    width: 100%;
  }

  .btn-black {
    text-align: center;
    width: 24rem;
  }

  .max-w-49 {
    width: 90%;
  }

  .indent-277 {
    width: 11rem;
  }

  .max-w-47 {
    width: 80%;
    margin-right: auto;
  }

  .box-max-w39--g24 {
    width: 50%;
    margin-left: 0;
  }

  .div-block-86 {
    width: 45%;
    margin-left: 0;
  }

  .man-with-hearts {
    width: 20rem;
    inset: auto 0% 2rem auto;
  }

  .block-grid-footer-3 {
    flex-flow: column;
  }

  .lin--footer {
    display: none;
  }

  .block-grid-footer-2 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .fl-pro {
    font-size: 2.75rem;
  }

  .image-55 {
    width: 25rem;
  }

  .div-block-95 {
    flex-flow: column;
  }

  .section_hero-streams {
    height: auto;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
  }

  .schedule-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .team-card {
    flex: none;
  }

  .team-image {
    margin-bottom: .875rem;
  }

  .sep {
    display: block;
  }

  .sep.mob-op-0 {
    opacity: 0;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .cart-schedule {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .black-badge._3 {
    margin-top: 0;
  }

  .team-header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .team-cards-wrap {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
  }

  .flex-v-60 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: 100%;
  }

  .flex-h-40 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-right: 1.25rem;
    overflow: scroll;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .streams-tag {
    margin-bottom: 11rem;
    margin-left: 10rem;
  }

  .cookie__button {
    min-width: 42.6667rem;
  }

  .cookie__button.btn-black {
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .button__icon, .button__icon.button__icon--mini {
    width: 10.6667rem;
    height: 10.6667rem;
  }

  .cookie__text {
    color: #020205;
    font-size: 1.3rem;
  }

  .cookie__content {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    padding: 1.3rem;
  }

  .cookie {
    width: 32rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 1.2rem;
  }

  .naw-menu {
    height: 95svh;
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .naw-line-link {
    display: none;
  }

  .block-menu {
    height: 90%;
    padding-top: 2rem;
  }

  .section_hiro {
    height: 100vh;
    padding-top: 5rem;
    position: sticky;
    overflow: clip;
  }

  .section_hiro.streams {
    height: auto;
    position: static;
  }

  .text-24 {
    font-size: 1.25rem;
  }

  .box-slide {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: wrap-reverse;
  }

  .slider-wrapper {
    max-width: 80vw;
  }

  .text-36 {
    line-height: 125%;
  }

  .text-36.black {
    white-space: pre-wrap;
  }

  .text-36.black.width-888 {
    width: 22rem;
  }

  .box-v-slide {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .wrapper-prris {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
    flex-flow: column;
    display: flex;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .grid-colon-2, .grid-colon-3, .grid-colon-4 {
    grid-template-columns: 1fr;
  }

  .ontainer.footer {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .ontainer.is-streams-hero {
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .text-24-2 {
    font-size: 1rem;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .box-2btn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .btn-wight {
    justify-content: space-between;
    align-items: center;
    padding-bottom: .125rem;
    padding-left: 1.5625rem;
    padding-right: 1.25rem;
  }

  .text-btn {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .box-icon-btn {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .btn-red {
    justify-content: space-between;
    align-items: center;
    padding-bottom: .125rem;
    padding-left: 1.5625rem;
    padding-right: 1.25rem;
  }

  .col-btn {
    display: none;
  }

  .box-d {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
  }

  .text-66.relativ {
    font-size: 1.2em;
    font-weight: 600;
  }

  .text-60 {
    font-size: 40px;
  }

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

  .bg-fone {
    border-radius: 3em;
  }

  .wrapper-btn {
    border-radius: 10em;
    width: auto;
    overflow: visible;
  }

  .block-video {
    width: 100%;
    height: 18.75rem;
  }

  .hover {
    display: none;
  }

  .text-32-m {
    color: #fff;
    margin-top: 18px;
    font-size: 8vw;
  }

  .logo {
    width: 10rem;
  }

  .bg-video-head {
    width: 100vw;
    display: block;
  }

  .text-69 {
    color: #cbd5e1;
  }

  .div-block-28 {
    align-items: flex-start;
    position: absolute;
    inset: 31px auto auto 20px;
  }

  .html-bg-video {
    object-fit: contain;
  }

  .div-block-29 {
    z-index: 2;
    position: relative;
  }

  .checkbox-label-footer {
    font-size: .9em;
  }

  .image-9 {
    z-index: 1;
    width: 60vw;
    max-height: 80vw;
    position: static;
    bottom: -47%;
    left: auto;
    right: 0;
  }

  .logo-link {
    flex-direction: row-reverse;
  }

  .bg-video-head-2 {
    display: none;
  }

  .text-67.w600.gradient {
    text-align: center;
  }

  .flex-v-g-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-v-g-15.mar-180 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
  }

  .wrapper_perspective {
    border-radius: 2em;
    height: 35em;
  }

  .circul-5 {
    z-index: 1;
    width: 100%;
    inset: 0% auto auto 0%;
  }

  .step {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 0;
    padding: 0;
  }

  .step.non-p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2 {
    margin-top: 20px;
  }

  .box_cart {
    background-image: linear-gradient(#ffffff36, #ffffff1a);
    border-radius: 3em;
  }

  .cell {
    border-radius: 3em;
  }

  .circul-3 {
    display: none;
  }

  .blok-submitted-blue {
    z-index: 2;
    border-radius: 15px 15px 0 0;
    padding: 20px;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .blok-submitted {
    z-index: 2;
    background-color: #2563eb;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    justify-content: flex-end;
    padding: 30px 5px 0 20px;
  }

  .div-block-26 {
    margin-top: 26px;
  }

  .btn-blue {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .footer {
    display: block;
  }

  .text-103 {
    font-family: "Cofoweather 20240219", sans-serif;
    font-size: 2.75rem;
    line-height: 110%;
  }

  .text-103.trans {
    color: #171f2800;
  }

  .text-103.move-mob-left {
    margin-left: -.8rem;
  }

  .text-103.move-mob-left.h08 {
    margin-left: 0;
  }

  .text-103.move-mob-left.h08.is-str {
    text-align: left;
    max-width: 71%;
  }

  .text-103.ps {
    display: none;
  }

  .text-103.move-mob-right {
    margin-left: .5rem;
    display: block;
  }

  .text-103.ps {
    margin-left: .5rem;
    display: none;
  }

  .text-103.h08, .text-103.is-stream {
    font-size: 2.75rem;
  }

  .text-103.is-stream.str {
    text-align: left;
  }

  .wrapper-hiro {
    display: none;
  }

  .wrapper-hiro.is-stream {
    display: block;
  }

  .slider-hiro {
    flex: none;
    width: 11rem;
    height: 6rem;
  }

  .slider-hiro.move-left {
    margin-top: .4rem;
    margin-left: -3.01rem;
  }

  .slider-hiro.mar-auto-left {
    margin-left: auto;
  }

  .slider-hiro.move-left-2 {
    margin-top: .4rem;
    margin-left: -1.31rem;
  }

  .section_te-hno {
    padding-bottom: 3rem;
  }

  .box-loty-hiro {
    width: 130%;
    inset: auto 0% -15% -5rem;
    transform: rotate(-20deg);
  }

  .box-loty-hiro.streams {
    z-index: -1;
  }

  .lottie-animation-hiro {
    width: 100%;
  }

  .lottie-animation-hiro.mob {
    z-index: -1;
    width: 90%;
    position: relative;
  }

  .grid-te-hno {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .box-grid-te-hno {
    padding-top: 2.5rem;
  }

  .box-grid-te-hno-2 {
    height: auto;
  }

  .text-48 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .text-48.mob-44 {
    font-size: 3.4rem;
  }

  .text-48.mob-wrap {
    padding-right: 21px;
  }

  .text-48.mov-w {
    max-width: 70%;
  }

  .text-48.color-grey.first {
    margin-left: 0;
    margin-right: 2rem;
  }

  .text-48.color-grey.sec {
    margin-left: 0;
  }

  .text-48.color-grey.third {
    text-align: right;
    margin-left: 7rem;
  }

  .box-max-w59 {
    width: 100%;
  }

  .box-text-clip {
    display: flex;
  }

  .box-text-clip._1, .box-text-clip._3 {
    padding-left: 0;
  }

  .indent {
    width: 5rem;
  }

  .lottie-animation {
    width: 17.06rem;
    height: auto;
  }

  .div-block-81 {
    margin-top: 2.5rem;
    padding-left: 0;
  }

  .bg-techno {
    width: 70rem;
  }

  .section_trend {
    padding-bottom: 4rem;
  }

  .section_for-people._1 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section_for-people._2 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 8rem;
    position: relative;
  }

  .section_for-people._3 {
    height: auto;
    padding-bottom: 9rem;
    position: relative;
  }

  .section_for-people._1-copy {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section_wave {
    margin-top: -3rem;
    padding-bottom: 3.13rem;
  }

  .wrapper-thanks.streams {
    padding-bottom: 23rem;
  }

  .grid-trend {
    grid-template-columns: 1fr;
  }

  .box-grid-trend {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .box-text-grin.is-streams {
    text-transform: uppercase;
    top: 1rem;
    left: 1rem;
  }

  .indent-15 {
    width: 0;
  }

  .box-max-w39 {
    width: 100%;
    margin-left: 0;
  }

  .link-block-7 {
    bottom: -7rem;
  }

  .marquee-track {
    z-index: 5;
    width: 100%;
    margin-bottom: 0;
    padding-left: .88rem;
    padding-right: .88rem;
    position: relative;
    overflow: scroll;
  }

  .carusel {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: auto;
  }

  .btn {
    background-color: var(--grin);
    color: var(--text-main);
    border-style: none;
    width: 83%;
  }

  .btn.is-form {
    width: 80%;
    height: 5rem;
  }

  .btn._1 {
    width: 84%;
    height: 5.63rem;
    margin-left: 0;
  }

  .btn-circul {
    background-color: var(--white);
  }

  .btn-circul.mob-green {
    background-color: var(--grin);
  }

  .btn-circul.mob-blue, .btn-circul.mob-dark {
    background-color: var(--text-main);
    color: var(--white);
  }

  .cart-piople {
    flex-flow: column;
    overflow: clip;
  }

  .box-text-black {
    top: 2.5rem;
    right: 1.25rem;
  }

  .box-text-black.max-w360.ps {
    display: none;
  }

  .box-text-black.max-w360.mob {
    width: 12.125rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    font-family: "Cofoweather 20240219", sans-serif;
    font-size: .875rem;
    display: block;
    position: static;
    top: 4.9rem;
  }

  .box-text-black._3 {
    margin-top: 0;
    font-family: "Cofoweather 20240219", sans-serif;
  }

  .ontainer-trend.mob-pading-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-carusel {
    height: auto;
    margin-top: 7rem;
  }

  .box-bg-loty {
    top: 0;
  }

  .box-text-piople.gap-12 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
  }

  .box-text-piople.sb {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .box-text-piople.sb.top {
    flex-flow: column;
  }

  .box-text-piople.wrap1 {
    max-width: 90%;
  }

  .indent-74 {
    width: 4rem;
  }

  .block-piople {
    margin-top: 0;
    padding-top: 7.44rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: clip;
  }

  .btn-black {
    background-color: var(--grin);
    border-style: none;
    width: 73%;
    height: 5.63rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .btn-black.min-w380 {
    background-color: #0000;
    border-style: solid;
    width: 84%;
    min-width: auto;
  }

  .btn-black.min-w380.bg-green {
    background-color: #73e553;
    border-style: none;
  }

  .btn-black.min-w380.negative-margin {
    left: -.7rem;
  }

  .btn-black.mob-w-81 {
    width: 81%;
  }

  .btn-black._1 {
    background-color: var(--grin);
  }

  .btn-black._1._2 {
    margin-left: 1.5rem;
  }

  .btn-black._1._2.streams {
    margin-top: 3.11111rem;
    margin-left: 1rem;
  }

  .indent-277 {
    width: 0;
  }

  .max-w-47 {
    width: 100%;
  }

  .box-bg {
    width: 100%;
    inset: 0%;
  }

  .box-bg.pad._1 {
    margin-top: 2rem;
  }

  .im-piople {
    display: none;
  }

  .box-max-w39--g24 {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .div-block-86 {
    width: 100%;
  }

  .man-with-hearts {
    width: 100%;
    margin-top: 2.5rem;
    position: relative;
  }

  .man-with-hearts.ps {
    display: none;
  }

  .man-with-hearts.mob {
    display: inline-flex;
  }

  .image-54 {
    display: none;
  }

  .indent-15-copy {
    width: 0;
  }

  .grid-footer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .block-grid-footer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 3.75rem;
  }

  .box-social.desk-hide {
    display: flex;
  }

  .bg-wave {
    width: 70rem;
  }

  .fl-pro {
    font-size: 3rem;
  }

  .wrapper-hiro-mob {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .div-block-89 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-90 {
    width: 80%;
  }

  .div-block-91 {
    padding-left: 4.4rem;
  }

  .im-bg-ps {
    display: none;
  }

  .im-bg-mob {
    object-fit: contain;
    height: 32rem;
    margin-top: -5rem;
    padding-left: .88rem;
    padding-right: .88rem;
    display: inline-block;
  }

  .im-piople-mob {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: inline-flex;
  }

  .text-block-4 {
    font-size: .88rem;
  }

  .block-piople-2 {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-92 {
    width: 100%;
    margin-top: 1.5rem;
  }

  .im-bg-footer-mob {
    display: inline-block;
  }

  .im-bg-footer-ps {
    pointer-events: none;
    width: 180%;
    margin-top: 15rem;
    margin-left: -40%;
    display: block;
    transform: rotate(-60deg);
  }

  .div-block-93 {
    margin-top: 1.5rem;
  }

  .max-w {
    max-width: 70%;
  }

  .stream-hero-p-wrap {
    margin-top: 0;
  }

  .stream-hero-p-wrap.streams {
    margin-top: 2rem;
    position: static;
  }

  .section_hero-streams {
    padding-top: 5rem;
    position: sticky;
    overflow: clip;
  }

  .schedule-item._1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-size-16.width-533 {
    width: 22.3rem;
  }

  .cart-schedule {
    flex-flow: column;
    overflow: clip;
  }

  .black-badge {
    text-transform: uppercase;
    font-family: "Cofoweather 20240219", sans-serif;
    font-size: .875rem;
    top: 2.5rem;
    right: 1.25rem;
  }

  .black-badge.max-w360.ps {
    display: none;
  }

  .black-badge.max-w360.mob {
    width: 12.125rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    font-family: "Cofoweather 20240219", sans-serif;
    font-size: .875rem;
    display: block;
    position: static;
    top: 4.9rem;
  }

  .black-badge._3 {
    margin-top: 0;
    font-family: "Cofoweather 20240219", sans-serif;
  }

  .black-badge.is-abs {
    text-transform: uppercase;
    font-size: 1rem;
    inset: auto 1rem 15.1rem auto;
  }

  .black-badge.light-green.small.abs-left {
    margin-bottom: 2rem;
    position: static;
  }

  .team-header {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .popup {
    width: 90%;
  }

  .check {
    flex: none;
  }

  .popup-test {
    width: 90vw;
    height: 60vh;
  }

  .mob-image-footer {
    width: 5.5rem;
    height: auto;
    display: block;
    position: absolute;
    inset: 3rem 12rem auto auto;
  }

  .text-80.text-mob__42 {
    font-size: 3rem;
  }

  .row-95 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .streams-tag {
    margin-bottom: 3rem;
    margin-left: 4.4rem;
  }

  .pic-196 {
    display: none;
  }

  .pic-473 {
    width: 19rem;
    max-width: none;
    top: 4.2rem;
    right: 7.7rem;
  }

  .pic-401 {
    width: 16rem;
  }

  .text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .pic-374 {
    width: 19rem;
    bottom: -3.6rem;
    left: 9.5rem;
  }

  .pic-640 {
    width: 109rem;
    min-width: 27rem;
    bottom: 10.7rem;
    right: 3.8rem;
  }

  .cookie {
    width: 24rem;
  }
}

#w-node-_23406497-eb9d-2b48-b254-1a8915d5edd7-d8a201d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-d8a201d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fbec4bdc-3434-0ff4-5360-dd168fddff0c-80dd72b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-80dd72b7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fbec4bdc-3434-0ff4-5360-dd168fddff0c-03b4c8d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-03b4c8d0 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-d8a201d7, #w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-80dd72b7, #w-node-b8a53e6b-78ae-de4f-2e97-03d200307fab-03b4c8d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cofoweather 20240219 Vf';
  src: url('../fonts/CoFoWeather20240219-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cofoweather 20240219';
  src: url('../fonts/CoFoWeather20240219-WideRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}