.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

p {
  margin-bottom: 10px;
  padding-bottom: 38px;
  border-bottom: 1px none #fff;
}

a {
  font-family: Srgssrtypeseriftext, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-hero {
  position: relative;
  display: block;
  height: 812px;
  padding-top: 0px;
  background-color: rgba(219, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, rgba(0, 0, 0, 0.34)), color-stop(92%, #000)), url('../images/LCDTV_Header_G_1400x800.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34) 69%, #000 92%), url('../images/LCDTV_Header_G_1400x800.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Srgssrtypeseriftext, sans-serif;
}

.section-hero.section-hero-fr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, rgba(0, 0, 0, 0.34)), color-stop(92%, #000)), url('../images/LCDTV_Header_G_1400x800.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34) 69%, #000 92%), url('../images/LCDTV_Header_G_1400x800.jpg');
}

.section-hero.section-hero-it {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, rgba(0, 0, 0, 0.34)), color-stop(92%, #000)), url('../images/LCDTV_Header_G_1400x800.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34) 69%, #000 92%), url('../images/LCDTV_Header_G_1400x800.jpg');
}

.section-hero.section-hero-de {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, rgba(0, 0, 0, 0.34)), color-stop(92%, #000)), url('../images/LCDTV_Header_G_1400x800.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34) 69%, #000 92%), url('../images/LCDTV_Header_G_1400x800.jpg');
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Srgssrtypetext, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding: 64px 64px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-family: Srgssrtypeseriftext, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.primary-button {
  height: 52px;
  min-width: 266px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(175, 0, 29, 0.9)), color-stop(90%, rgba(227, 31, 43, 0.9)));
  background-image: linear-gradient(90deg, rgba(175, 0, 29, 0.9), rgba(227, 31, 43, 0.9) 90%);
  opacity: 0.9;
  font-family: Srgssrtypetext, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
}

.primary-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(175, 0, 29, 0.9)), color-stop(90%, rgba(227, 31, 43, 0.9)));
  background-image: linear-gradient(90deg, rgba(175, 0, 29, 0.9), rgba(227, 31, 43, 0.9) 90%);
  opacity: 1;
}

.primary-button.ripplebutton {
  position: relative;
  overflow: hidden;
  min-width: 200px;
  background-color: transparent;
  background-image: linear-gradient(199deg, rgba(175, 0, 29, 0.9), rgba(227, 31, 43, 0.9) 90%);
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 650px;
  margin: auto auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #343434;
  text-align: left;
}

.arrow-down {
  position: absolute;
  left: 48%;
  bottom: -25px;
  width: 41px;
  height: 41px;
  margin: 0px auto;
}

.container-3 {
  display: block;
  max-width: 47%;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Block2-Photos-launch.png'), linear-gradient(283.46deg, #730838 30.6%, #af001d 88.81%);
  background-position: 100% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-y, repeat;
  background-attachment: scroll, scroll;
}

.body {
  background-color: #000;
  font-family: Srgssrtypetext, sans-serif;
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
}

.stories-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

.stories-container {
  width: 47%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 24px;
}

.stories-text {
  margin-bottom: 0px;
  font-family: Srgssrtypeseriftext, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.section-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #311437;
  background-image: url('../images/Block5-Images-launch.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-wrapper {
  width: 100%;
}

.heading-4 {
  margin-bottom: 48px;
}

.section-access-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

.access-container {
  padding: 64px;
}

.access-text-container {
  margin-left: 50%;
}

.section-access-text {
  margin-bottom: 0px;
  font-family: Srgssrtypeseriftext, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.srg-logo {
  width: 315px;
  height: 44px;
  margin-top: 40px;
}

.section-discover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.discover-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 64px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #000;
  text-align: left;
}

.discover-text-container {
  width: 100%;
  font-weight: 400;
  text-align: left;
}

.discover-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.paragraph-5 {
  font-size: 20px;
  line-height: 24px;
}

.discover-text {
  display: block;
  font-family: Srgssrtypeseriftext, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.image-3 {
  width: 450px;
  height: 355px;
  margin-right: auto;
  margin-left: auto;
}

.discover-img {
  width: 205px;
  height: 160px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background-image: url('../images/Block4-Icones-langues.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-devices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-align: center;
}

.devices-wrapper {
  width: 100%;
  padding: 64px;
  background-image: url('../images/Group-116.png');
  background-position: 50% 50%;
  background-size: cover;
}

.devices-container {
  margin-bottom: 64px;
}

.devices-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.paragraph-7 {
  font-family: Srgssrtypeseriftext, sans-serif;
}

.paragraph-8 {
  font-size: 20px;
  line-height: 24px;
}

.devices-text {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Srgssrtypeseriftext, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.devices-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Block3-TV.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-with-background {
  height: 15vh;
  background-image: url('../images/Separator-Icones.svg'), linear-gradient(279.64deg, #311437 2.84%, #730838 97.48%);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background-block-07-launch.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 66px 64px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-title {
  margin-top: 0px;
  margin-bottom: 56px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

.footer-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 64px 64px;
  background-image: linear-gradient(180deg, #1b0f0f, #1b0f0f), linear-gradient(83deg, #311437, #730838);
}

.links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div {
  width: 201px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-right: 26px;
  margin-bottom: 16px;
  margin-left: 26px;
  opacity: 0.8;
  font-family: Srgssrtypeseriftext, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  list-style-type: none;
}

.lang-buttons {
  background-color: transparent;
  opacity: 0.7;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.lang-buttons:hover {
  opacity: 1;
}

.lang-buttons.ripplebutton {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-width: 44px;
  padding: 8px 16px;
  border-radius: 3px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.social-links-container {
  width: 239px;
  text-align: left;
}

.social-link {
  margin-right: 8px;
  opacity: 0.7;
}

.social-link:hover {
  opacity: 1;
}

.image-4 {
  width: 28px;
  height: 27px;
}

.suisse-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.play-links {
  width: 48px;
  height: 38px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 12px;
  border-radius: 3px;
  background-color: rgba(83, 83, 83, 0.7);
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.play-links:hover {
  opacity: 1;
}

.footer-bottom {
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
}

.srgssr-logo {
  width: 79px;
  height: 27px;
  margin-bottom: 12px;
}

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

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

.paragraph-12 {
  margin-bottom: 0px;
}

.footer-text {
  margin-bottom: 2px;
  padding-bottom: 0px;
  line-height: 16px;
  font-weight: 400;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 47%, transparent);
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  width: 250px;
  height: 25px;
  margin-top: 8px;
}

.nav-logo__link {
  margin-right: 32px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.lang-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.header-lang-button {
  padding: 0px;
  background-color: transparent;
  opacity: 0.7;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.header-lang-button:hover {
  opacity: 1;
}

.btn-primary {
  display: block;
  min-width: 64px;
  margin-left: 16px;
  padding: 8px 16px;
  border-radius: 3px;
  background-image: linear-gradient(91.77deg, rgba(227, 31, 43, 0.7) 1.7%, rgba(175, 0, 29, 0.7) 85.65%);
  font-family: Srgssrtypetext, sans-serif;
  color: #fff;
  line-height: 24.5px;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary:hover {
  background-image: linear-gradient(91.77deg, #e31f2b 1.7%, #af001d 85.65%);
}

.btn-primary.ripplebutton {
  margin-left: 16px;
  border-radius: 6px;
  background-image: linear-gradient(29deg, #e31f2b, #af001d);
  font-size: 16px;
  line-height: 24px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 64px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  opacity: 0.7;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 16px;
  line-height: 18.2px;
  font-weight: 900;
  cursor: pointer;
}

.lang-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.lang-item.ripplebutton {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 64px;
  padding: 0px;
  color: #fff;
  text-decoration: none;
}

.discover-text-mobile {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link.lang-item {
  width: 100%;
  height: 100%;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  color: #fff;
  text-decoration: none;
}

.link.ripplebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.footer {
  background-color: #1b0f0f;
}

.btn-secondary {
  margin-left: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #fdfdfd;
  border-radius: 6px;
  background-color: transparent;
  font-family: Srgssrtypetext, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.description {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.title {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.device-col {
  margin-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-14 {
  margin-left: 100px;
}

.link-blue-tv {
  margin-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-apple-store {
  margin-left: 8px;
}

.image-5 {
  margin-left: 0px;
}

.image-6 {
  margin-left: 16px;
}

.image-7 {
  margin-left: 16px;
}

.image-8 {
  margin-left: 16px;
}

.link-2 {
  margin-right: 30px;
  margin-left: 30px;
  border: 1px none #000;
  font-family: Srgssrtypeseriftext, sans-serif;
  color: #d1cfcf;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.footer-actions {
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  text-align: center;
}

.hero-description {
  margin-top: 16px;
  border: 1px none #000;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.section-about {
  display: block;
  background-color: #000;
  opacity: 1;
}

.label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.about-description {
  display: block;
  margin-top: 3px;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 24px;
}

.columns {
  margin-top: 24px;
}

.about-text {
  display: inline;
  margin-top: 20px;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 24px;
}

.columns-2 {
  display: block;
  margin-top: 24px;
}

.hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 18px;
}

.div-block-16 {
  margin-left: 16px;
}

.text-block-3 {
  font-size: 16px;
  line-height: 18px;
}

.text-block-4 {
  font-size: 16px;
  line-height: 18px;
}

.info-text {
  font-size: 16px;
  line-height: 22px;
}

.div-block-17 {
  margin-left: 16px;
}

.hour {
  margin-left: 16px;
}

.category {
  margin-left: 16px;
}

.cta {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  margin-bottom: 20px;
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.image-9.image-it {
  display: inline;
}

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 4px 10px 4px 8px;
  border-radius: 60px;
  background-color: rgba(50, 50, 50, 0.5);
}

.text-block-5 {
  margin-left: 2px;
}

.text-block-6 {
  margin-left: 4px;
}

.image-15 {
  margin-left: 8px;
}

.hero-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-container {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px;
  background-color: #000;
}

.logo-mobile {
  display: none;
}

.footer-lang {
  margin-top: 6px;
}

.link-lang {
  padding-right: 0px;
  padding-left: 32px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.space {
  width: 160px;
}

.footer-lang-text {
  font-family: Srgssrtypetext, sans-serif;
  line-height: 20px;
  font-weight: 700;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  font-size: 16px;
  line-height: 22px;
}

.image-container {
  position: relative;
  opacity: 1;
}

.image-name {
  opacity: 1;
  line-height: 24px;
}

.columns-3 {
  display: block;
}

.text-block-8 {
  display: block;
  font-family: Srgssrtypetext, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 700;
}

.nav-link-lang {
  padding: 5px 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-18 {
  height: 40px;
}

.image-19 {
  height: 40px;
}

.image-20 {
  height: 40px;
}

.image-21 {
  height: 40px;
}

.image-22 {
  height: 40px;
}

.image-23 {
  height: 40px;
}

.image-6-copy {
  display: inline;
  margin-left: 16px;
}

@media screen and (min-width: 1280px) {
  .section-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 48px;
  }

  .hero-container {
    position: static;
    padding-bottom: 64px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-text {
    margin-top: 16px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .primary-button {
    font-size: 20px;
    line-height: 35px;
  }

  .primary-button:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(175, 0, 29, 0.9)), color-stop(90%, rgba(227, 31, 43, 0.9))), -webkit-gradient(linear, left top, right top, from(rgba(175, 0, 29, 0.9)), color-stop(90%, rgba(227, 31, 43, 0.9)));
    background-image: linear-gradient(90deg, rgba(175, 0, 29, 0.9), rgba(227, 31, 43, 0.9) 90%), linear-gradient(90deg, rgba(175, 0, 29, 0.9), rgba(227, 31, 43, 0.9) 90%);
    opacity: 1;
  }

  .primary-button.ripplebutton {
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }

  .primary-button.ripplebutton:active {
    background-color: transparent;
    background-image: none;
  }

  .hero-wrapper {
    max-width: 650px;
    margin-top: auto;
  }

  .arrow-down {
    position: absolute;
    left: 48%;
    bottom: -25px;
    width: 57px;
    height: 57px;
    margin-top: 0px;
  }

  .section-stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stories-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    font-size: 50px;
    line-height: 52px;
  }

  .stories-text {
    font-size: 20px;
    line-height: 24px;
  }

  .section-access-title {
    margin-bottom: 48px;
    font-size: 50px;
    line-height: 52px;
  }

  .access-container {
    padding: 128px;
  }

  .section-access-text {
    font-size: 20px;
    line-height: 24px;
  }

  .section-discover {
    max-width: 1440px;
    min-height: 611px;
    margin-right: auto;
    margin-left: auto;
    padding: 96px 64px;
    background-image: none;
  }

  .discover-container {
    display: block;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .discover-text-container {
    text-align: left;
  }

  .discover-title {
    margin-bottom: 48px;
    margin-left: 0px;
    font-size: 50px;
    line-height: 52px;
  }

  .discover-text {
    display: block;
    font-size: 20px;
    line-height: 24px;
  }

  .discover-img {
    width: 450px;
    height: 355px;
    margin-bottom: 0px;
  }

  .devices-wrapper {
    padding: 128px;
  }

  .devices-title {
    margin-bottom: 48px;
    font-size: 50px;
    line-height: 52px;
  }

  .devices-text {
    font-size: 20px;
    line-height: 24px;
  }

  .devices-row {
    margin-right: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-with-background {
    height: 21.9vh;
  }

  .section-cta {
    padding-top: 64px;
  }

  .cta-container {
    padding: 128px;
  }

  .cta-title {
    margin-bottom: 64px;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
  }

  .footer-container {
    padding: 64px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b0f0f), to(#1b0f0f));
    background-image: linear-gradient(180deg, #1b0f0f, #1b0f0f);
  }

  .div {
    width: 193px;
  }

  .footer-links {
    display: block;
  }

  .footer-link {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-link:hover {
    opacity: 1;
  }

  .lang-buttons {
    position: relative;
    overflow: hidden;
  }

  .lang-buttons.ripplebutton {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: #000;
  }

  .nav {
    z-index: 99;
    padding-bottom: 16px;
  }

  .header-lang-button {
    padding: 0px;
  }

  .header-lang-button:hover {
    opacity: 1;
  }

  .btn-primary:hover {
    background-image: linear-gradient(91.77deg, #e31f2b 1.7%, #af001d 85.65%);
  }

  .btn-primary.ripplebutton {
    position: relative;
    overflow: hidden;
    font-size: 16px;
  }

  .lang-item {
    display: block;
    min-width: 64px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    opacity: 0.7;
  }

  .lang-item:hover {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }

  .lang-item.ripplebutton {
    position: relative;
    overflow: hidden;
    min-width: 64px;
  }

  .discover-text-mobile {
    display: none;
  }

  ._001_ani_from-cursor-position {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
  }

  ._001_btn_background {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .list-item-2 {
    position: relative;
    overflow: hidden;
  }

  .list-item-3 {
    position: relative;
    overflow: hidden;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .link.lang-item {
    width: 100%;
    height: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link.ripplebutton {
    position: relative;
    overflow: hidden;
  }

  .btn-secondary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .hero-description {
    border-color: #343434;
  }

  .about-text {
    margin-left: 0px;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .about-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-17 {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrapper {
    max-width: 60%;
  }

  .body {
    background-color: #000;
  }

  .section-discover {
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .discover-container {
    margin-right: auto;
  }

  .devices-wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }

  .devices-row {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    background-color: #1b0f0f;
  }

  .section-about {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .overlay {
    opacity: 0;
  }

  .image-name {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    position: static;
    height: auto;
  }

  .hero-title {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-container {
    padding-top: 140px;
    padding-bottom: 0px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-wrapper {
    max-width: 90.0003656307564%;
    margin-top: auto;
  }

  .arrow-down {
    position: static;
    margin-bottom: -28px;
  }

  .section-stories {
    min-height: auto;
    padding: 64px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(36.77%, #9d1e23), color-stop(72.69%, #b5272f));
    background-image: linear-gradient(90deg, #9d1e23 36.77%, #b5272f 72.69%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .stories-container {
    width: 100%;
    text-align: center;
  }

  .section-access {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-access-title {
    text-align: center;
  }

  .access-container {
    padding: 64px;
  }

  .access-text-container {
    margin-left: auto;
  }

  .section-access-text {
    text-align: center;
  }

  .srg-logo {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-devices {
    background-image: none;
  }

  .devices-wrapper {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .devices-container {
    margin-bottom: 32px;
  }

  .devices-text {
    padding-bottom: 0px;
  }

  .devices-row {
    display: block;
  }

  .device-img {
    display: block;
  }

  .device-img.device-img-mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .cta-title {
    text-align: center;
  }

  .links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-links-container {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .suisse-links {
    display: none;
  }

  .btn-primary.ripplebutton {
    position: relative;
    overflow: hidden;
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .lang-item {
    display: none;
  }

  .lang-item.ripplebutton {
    position: relative;
    display: none;
    overflow: hidden;
  }

  .btn-secondary {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .device-col {
    margin-top: 60px;
    margin-left: 0px;
  }

  .div-block-14 {
    margin-top: 100px;
    margin-left: 0px;
  }

  .about-text {
    margin-left: 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .logo-mobile {
    display: none;
  }

  .footer-lang {
    margin-bottom: 16px;
    text-align: center;
  }

  .link-lang.link-lang-mobile {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-wrapper {
    display: block;
    margin-bottom: 60px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .space {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-position: 0px 0px, 50% 50%;
  }

  .hero-container {
    height: 500px;
    max-width: 100%;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .hero-wrapper {
    margin-top: auto;
    margin-bottom: 32px;
  }

  .section-stories {
    padding: 32px 32px 96px;
    background-image: url('../images/Separator-Icones.svg'), -webkit-gradient(linear, left top, right top, color-stop(36.77%, #9d1e23), color-stop(72.69%, #b5272f));
    background-image: url('../images/Separator-Icones.svg'), linear-gradient(90deg, #9d1e23 36.77%, #b5272f 72.69%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .stories-container {
    width: 100%;
  }

  .access-container {
    padding: 32px;
  }

  .discover-container {
    padding: 32px;
  }

  .devices-wrapper {
    padding: 32px;
  }

  .devices-container {
    margin-bottom: 20px;
  }

  .device-img {
    width: 90px;
    height: 90px;
  }

  .device-img.device-img-mobile {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section-with-background {
    display: none;
  }

  .cta-container {
    padding: 32px;
  }

  .cta-title {
    text-align: center;
  }

  .footer-container {
    padding: 32px;
  }

  .logo {
    display: none;
    width: 169px;
    height: 27px;
  }

  .btn-primary.ripplebutton {
    width: auto;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .btn-secondary {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-about {
    margin-left: 0px;
    padding: 32px;
  }

  .label {
    margin-top: 32px;
  }

  .columns-2 {
    display: block;
    margin-top: 0px;
  }

  .column-2 {
    margin-top: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-6 {
    padding-left: 0px;
  }

  .image-9 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-12 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-14 {
    margin-right: auto;
    margin-left: auto;
  }

  .logo-mobile {
    display: block;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(7%, rgba(0, 0, 0, 0.34))), url('../images/playsuisse-bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, transparent, #000 0%, rgba(0, 0, 0, 0.34) 7%), url('../images/playsuisse-bg.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .hero-container {
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .section-stories {
    padding: 32px 32px 96px;
  }

  .discover-title {
    margin-bottom: 0px;
  }

  .device-img.device-img-mobile {
    width: auto;
  }

  .footer-bottom {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #000), to(transparent));
    background-image: linear-gradient(180deg, #000 47%, transparent);
  }

  .logo {
    display: none;
    width: 170px;
    margin-bottom: 16px;
  }

  .nav-logo__link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header {
    display: block;
  }

  .nav-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-primary.ripplebutton {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .btn-secondary {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-2 {
    display: block;
    text-align: center;
  }

  .footer-actions {
    display: block;
  }

  .label {
    margin-top: 32px;
  }

  .columns-2 {
    display: block;
  }

  .hero-info {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-2 {
    margin-top: 0px;
  }

  .column-3 {
    margin-top: 0px;
  }

  .column-6 {
    padding-left: 0px;
  }

  .hero-col {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-16 {
    display: none;
  }

  .logo-mobile {
    display: block;
    max-height: 35px;
  }

  .link-lang.link-lang-mobile {
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-lang.link-lang-mobile.link-last {
    padding-right: 0px;
  }

  .nav-link-lang.nav-link-mobile {
    display: block;
  }

  .nav-link-lang.nav-link-mobile {
    display: none;
    overflow: visible;
  }
}

@font-face {
  font-family: 'Srgssrtypeseriftext';
  src: url('../fonts/SRGSSRTypeSerifText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypeseriftext';
  src: url('../fonts/SRGSSRTypeSerifText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypetext';
  src: url('../fonts/SRGSSRTypeText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypeseriftext';
  src: url('../fonts/SRGSSRTypeSerifText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypetext';
  src: url('../fonts/SRGSSRTypeText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypetext';
  src: url('../fonts/SRGSSRTypeText-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Srgssrtypetext';
  src: url('../fonts/SRGSSRTypeText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}