@import url(https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto+Condensed:400,700);
/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.BurgerMenu[data-v-2359a799] {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 21;
}
.BurgerMenu.-close[data-v-2359a799] {
  background: #fff;
}
.BurgerMenu.-close .line[data-v-2359a799] {
  background: #ed1c24;
}
.line[data-v-2359a799] {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transform: scaleX(1);
  transform-origin: right;
  pointer-events: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.line[data-v-2359a799]:nth-of-type(1) {
  top: -10px;
}
.line[data-v-2359a799]:nth-of-type(1) {
  top: -10px;
}
.line[data-v-2359a799]:nth-of-type(3) {
  top: 10px;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.LangSwitcher[data-v-67c9196a] {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.LangSwitcher[data-v-67c9196a] {
    font-size: 1.4rem;
}
}
ul[data-v-67c9196a] {
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}
li[data-v-67c9196a]:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
}
.LangSwitcher a[data-v-67c9196a] {
  position: relative;
}
.LangSwitcher a[data-v-67c9196a]::after {
  content: '';
  width: 0%;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents .LangSwitcher a[data-v-67c9196a]:hover::after {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.LangSwitcher a.active[data-v-67c9196a] {
  font-weight: 700;
}
.LangSwitcher a.active[data-v-67c9196a]::after {
  width: 100%;
}

/**
   * TABLE OF CONTENT
   * --------
   *  - LAYOUT
   *  - DEBUG
   *  - NO_SCOPE
   */
.NewsletterForm[data-type='lightbox'][data-v-00c53814] {
  padding: 30px 60px;
}
@media only screen and (max-width: 600px) {
.NewsletterForm[data-type='lightbox'][data-v-00c53814] {
    padding: 15px;
}
}
.NewsletterForm[data-type='lightbox'] form[data-v-00c53814] {
  display: flex;
  flex-direction: column;
}
.NewsletterForm[data-type='lightbox'][data-v-00c53814] .field-wrapper input {
  background: rgba(255,255,255,0.2);
}
.NewsletterForm[data-type='lightbox'] .custom-field[data-v-00c53814] {
  max-width: initial;
}
.NewsletterForm[data-type='lightbox'] .cta[data-v-00c53814],
.NewsletterForm[data-type='lightbox'] .label[data-v-00c53814] {
  display: none;
}
.NewsletterForm[data-type='lightbox'] .title-lightbox[data-v-00c53814] {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
.NewsletterForm[data-type='lightbox'] .title-lightbox[data-v-00c53814] {
    font-size: 2.6rem;
}
}
@media only screen and (max-width: 600px) {
.NewsletterForm[data-type='lightbox'] .title-lightbox[data-v-00c53814] {
    font-size: 2.6rem;
    padding: 0;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) and (max-width: 768px) {
.NewsletterForm[data-type='lightbox'] .title-lightbox[data-v-00c53814] {
    font-size: 2.4rem;
}
}
.NewsletterForm[data-type='lightbox'] .label-lightbox[data-v-00c53814] {
  display: block;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}
.NewsletterForm[data-type='lightbox'] .cta-lightbox[data-v-00c53814] {
  background: #fff;
  color: #ed1c24;
  border: none;
  margin-top: 15px;
  padding: 20px;
  border-radius: 40px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.NewsletterForm[data-type='lightbox'] .cta-lightbox[data-v-00c53814] {
    font-size: 1.6rem;
}
}
.NewsletterForm[data-type='default'] .title-lightbox[data-v-00c53814],
.NewsletterForm[data-type='default'] .label-lightbox[data-v-00c53814],
.NewsletterForm[data-type='default'] .cta-lightbox[data-v-00c53814] {
  display: none;
}
.NewsletterForm[data-type='default'] .label[data-v-00c53814] {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
.NewsletterForm[data-type='default'] .label[data-v-00c53814] {
    font-size: 2rem;
}
}
.NewsletterForm[data-type='default'] button.cta[data-v-00c53814] {
  border: 1px solid #fff;
  border-left: none;
  background: #fff;
  outline: none;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px 0 15px;
  border-radius: 0 30px 30px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.NewsletterForm[data-type='default'] button.cta.-disabled[data-v-00c53814] {
  pointer-events: none;
  background: rgba(255,255,255,0.5);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.NewsletterForm[data-type='default'] button.cta svg[data-v-00c53814] {
  width: 22px;
  height: 18px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  stroke: #ed1c24;
}
.no-touchevents .NewsletterForm[data-type='default'] button.cta:hover svg[data-v-00c53814] {
  transform: translateX(5px);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.NewsletterForm .custom-field[data-v-00c53814] {
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 25px;
  max-width: 300px;
}
.NewsletterForm .custom-field .KoddeinRowField[data-v-00c53814] {
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.NewsletterForm[data-v-00c53814] .field-wrapper input {
  border: 1px solid #fff;
  background: #ed1c24;
  color: #fff;
  padding: 12px 8px;
  outline: none;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
.NewsletterForm[data-v-00c53814] .field-wrapper input {
    font-size: 1.6rem;
}
}
.NewsletterForm[data-v-00c53814] .field-wrapper input::-webkit-input-placeholder {
  color: #fff;
}
.NewsletterForm[data-v-00c53814] .field-wrapper input:-moz-placeholder {
  color: #fff;
}
.NewsletterForm[data-v-00c53814] .field-wrapper input::-moz-placeholder {
  color: #fff;
}
.NewsletterForm[data-v-00c53814] .field-wrapper input:-ms-input-placeholder {
  color: #fff;
}
.NewsletterForm[data-v-00c53814] .ErrorList,
.NewsletterForm .success[data-v-00c53814],
.NewsletterForm .error[data-v-00c53814] {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
.NewsletterForm[data-v-00c53814] .ErrorList,
  .NewsletterForm .success[data-v-00c53814],
  .NewsletterForm .error[data-v-00c53814] {
    font-size: 1.4rem;
}
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.label[data-v-205a32c8] {
  margin-bottom: 8px;
}
ul[data-v-205a32c8] {
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
a[data-v-205a32c8] {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #ed1c24;
  border-radius: 50%;
  font-size: 2rem;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-touchevents a[data-v-205a32c8]:hover {
  background: #ed1c24;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.TheFooter[data-v-34d88ad6] {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
  background: #ed1c24;
  color: #fff;
}
@media only screen and (min-width: 970px) {
.TheFooter[data-v-34d88ad6] {
    padding: 73px 0;
}
}
@media only screen and (max-width: 969px) {
.TheFooter[data-v-34d88ad6] {
    padding: 20px 0;
}
}
@media only screen and (max-width: 768px) {
.TheFooter[data-v-34d88ad6] {
    font-size: 1.6rem;
}
}
.content[data-v-34d88ad6] {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1368px) {
.content[data-v-34d88ad6] {
    max-width: calc(100% - 200px);
}
}
@media only screen and (max-width: 1024px) {
.content[data-v-34d88ad6] {
    max-width: calc(100% - 60px);
}
}
@media only screen and (max-width: 600px) {
.content[data-v-34d88ad6] {
    max-width: calc(100% - 40px);
}
}
@media only screen and (max-width: 969px) {
.content[data-v-34d88ad6] {
    flex-direction: column;
    position: relative;
}
}
.infos[data-v-34d88ad6] {
  max-width: 355px;
}
@media only screen and (max-width: 969px) {
.infos[data-v-34d88ad6] {
    max-width: none;
}
}
.infos .logo[data-v-34d88ad6] {
  width: 111px;
  margin-bottom: 10px;
  fill: #fff;
}
.infos .description[data-v-34d88ad6] {
  margin-bottom: 50px;
}
@media only screen and (max-width: 969px) {
.infos .description[data-v-34d88ad6] {
    margin-bottom: 20px;
    width: 50%;
}
}
@media only screen and (max-width: 969px) {
.infos[data-v-34d88ad6] .NewsletterForm .custom-field {
    max-width: none;
}
}
.infos[data-v-34d88ad6] .Socials {
  display: none;
}
@media only screen and (max-width: 969px) {
.infos[data-v-34d88ad6] .Socials {
    display: block;
    margin-bottom: 20px;
}
}
.logos[data-v-34d88ad6] {
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 970px) {
.logos[data-v-34d88ad6] {
    margin-left: 40px;
}
}
@media only screen and (max-width: 969px) {
.logos[data-v-34d88ad6] {
    margin-left: 40px;
}
}
@media only screen and (min-width: 970px) {
.logos[data-v-34d88ad6] {
    margin-right: 100px;
}
}
@media only screen and (max-width: 969px) {
.logos[data-v-34d88ad6] {
    margin-right: 100px;
}
}
@media only screen and (max-width: 969px) {
.logos[data-v-34d88ad6] {
    margin-left: 0px;
    margin-right: 0px;
}
}
.logos .qds[data-v-34d88ad6] {
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 969px) {
.logos .qds[data-v-34d88ad6] {
    margin-bottom: 15px;
}
}
.logos .qds svg[data-v-34d88ad6] {
  height: auto;
}
.logos .partners[data-v-34d88ad6] {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 969px) {
.logos .partners[data-v-34d88ad6] {
    margin-bottom: 0;
}
}
.logos .partners svg[data-v-34d88ad6] {
  height: auto;
  fill: #fff;
  width: 200px;
  max-width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}
.logos .partners .cca-logo[data-v-34d88ad6] {
  width: 300px;
}
.footer-nav[data-v-34d88ad6] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-nav li[data-v-34d88ad6] {
  margin-bottom: 5px;
}
@media only screen and (max-width: 969px) {
.footer-nav li[data-v-34d88ad6]:not(:nth-last-child(-n+2)) {
    display: none;
}
}
.nav[data-v-34d88ad6] {
  min-width: 177px;
}
@media only screen and (max-width: 969px) {
.nav[data-v-34d88ad6] {
    min-width: 0;
    position: absolute;
    top: 0;
    right: 0;
}
}
.nav[data-v-34d88ad6] .Socials {
  margin-top: 20px;
}
@media only screen and (max-width: 969px) {
.nav[data-v-34d88ad6] .Socials {
    display: none;
}
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.TheHeader[data-v-053d14b4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10;
}
.TheHeader[data-v-053d14b4]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #ed1c24;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg[data-v-053d14b4] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  transform: translateY(-100%);
}
.bg.-opaque[data-v-053d14b4] {
  transform: translateY(0%) !important;
}
.header-block[data-v-053d14b4] {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 92%;
}
.logo[data-v-053d14b4] {
  max-width: 210px;
  fill: #ed1c24;
  margin-left: 20px;
  display: block;
}
.newsletter[data-v-053d14b4] {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.-open[data-v-053d14b4] {
  color: #ed1c24;
}

/**
*
* TABLE OF CONTENT
* --------
* =LAYOUT
* =DEBUG
*/
/* ===LAYOUT=== */
.UiButton[data-v-fc17c3a4] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
.-simple .label[data-v-fc17c3a4] {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #313131;
  position: relative;
}
@media only screen and (max-width: 768px) {
.-simple .label[data-v-fc17c3a4] {
    font-size: 1.4rem;
}
}
.-simple .label[data-v-fc17c3a4]::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #313131;
}
.no-touchevents .-simple:hover .label[data-v-fc17c3a4]::after {
  width: 0%;
}
.-simple.-white .label[data-v-fc17c3a4] {
  color: #fff;
}
.-simple.-white .label[data-v-fc17c3a4]::after {
  background: #fff;
}
.-rounded[data-v-fc17c3a4] {
  padding: 25px;
  min-width: 220px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 768px) {
.-rounded[data-v-fc17c3a4] {
    font-size: 1.4rem;
}
}
.-rounded[data-v-fc17c3a4]:after {
  content: '';
  background: #ed1c24;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 35px;
}
.-rounded .label[data-v-fc17c3a4] {
  position: relative;
  z-index: 1;
}
.no-touchevents .-rounded[data-v-fc17c3a4]:hover:after {
  transform: scale(1.05);
}
/* ===DEBUG=== */

/**
*
* TABLE OF CONTENT
* --------
* =LAYOUT
* =DEBUG
*/
/* ===LAYOUT=== */
[data-cover="cover"][data-v-15b526ef],
[data-cover="contain"][data-v-15b526ef] {
  position: relative;
}
[data-cover="cover"] .image[data-v-15b526ef],
[data-cover="contain"] .image[data-v-15b526ef] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-cover="cover"] .image[data-v-15b526ef] {
  -o-object-fit: cover;
     object-fit: cover;
}
[data-cover="contain"] .image[data-v-15b526ef] {
  -o-object-fit: contain;
     object-fit: contain;
}
[data-overlay][data-v-15b526ef]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(49,49,49,0.4);
}
/* ===DEBUG=== */

/**
* TABLE OF CONTENT
* --------
*  - LAYOUT
*  - DEBUG
*  - NO_SCOPE
*/
.TheNav[data-v-f15b2564] {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 20;
  pointer-events: none;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.TheNav[data-open="true"][data-v-f15b2564] {
  pointer-events: all;
}
.media[data-v-f15b2564] {
  width: 34.75vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 969px) {
.media[data-v-f15b2564] {
    display: none;
}
}
.media picture[data-v-f15b2564] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translateX(101%);
}
.media picture[data-v-f15b2564]:first-of-type {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.content[data-v-f15b2564] {
  background: #ed1c24;
  color: #fff;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-justify-content: center;
  justify-content: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  transform: translateX(100%);
}
@media only screen and (min-width: 970px) {
.content[data-v-f15b2564] {
    padding: 43px 80px;
}
}
@media only screen and (max-width: 969px) {
.content[data-v-f15b2564] {
    padding: 43px 20px 20px 20px;
}
}
@media screen and (max-height: 600px) {
.content[data-v-f15b2564] {
    padding-top: 5vh;
}
}
.subnav[data-v-f15b2564] {
  display: flex;
}
@media only screen and (min-width: 970px) {
.subnav[data-v-f15b2564] {
    margin-top: 60px;
}
}
@media only screen and (max-width: 969px) {
.subnav[data-v-f15b2564] {
    margin-top: 30px;
}
}
@media only screen and (max-width: 969px) {
.subnav[data-v-f15b2564] {
    flex-direction: column;
}
}
@media only screen and (min-width: 970px) {
.subnav[data-v-f15b2564] .Socials {
    margin-right: 30px;
}
}
@media only screen and (max-width: 969px) {
.subnav[data-v-f15b2564] .Socials {
    margin-right: 0;
}
}
@media only screen and (min-width: 970px) {
.subnav[data-v-f15b2564] .Socials {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 969px) {
.subnav[data-v-f15b2564] .Socials {
    margin-bottom: 10px;
}
}
.subnav[data-v-f15b2564] .Socials a {
  width: 48px;
  height: 48px;
}
.list-link[data-v-f15b2564] {
  width: 100%;
}
.item[data-v-f15b2564] {
  position: relative;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 970px) {
.item[data-v-f15b2564] {
    margin: 20px 0;
}
}
@media only screen and (max-width: 969px) {
.item[data-v-f15b2564] {
    margin: 10px 0;
}
}
@media screen and (max-height: 600px) {
.item[data-v-f15b2564] {
    margin-top: 0;
}
}
@media screen and (max-height: 525px) {
.item[data-v-f15b2564] {
    margin-bottom: 5px;
}
}
.link[data-v-f15b2564] {
  color: #fff;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 6.4rem;
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
.link[data-v-f15b2564] {
    font-size: 4rem;
}
}
@media only screen and (max-width: 370px) {
.link[data-v-f15b2564] {
    font-size: 3rem;
}
}
.no-touchevents .link[data-v-f15b2564]:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.link.router-link-active[data-v-f15b2564] {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.link[data-v-f15b2564]:not(.outline) {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}
.no-touchevents .link:not(.outline):hover + span[data-v-f15b2564]::after {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0%;
}
.link.outline[data-v-f15b2564] {
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-text-fill-color: transparent /* Will override color (regardless of order) */;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #ed1c24;
}
@media only screen and (max-width: 969px) {
.link.outline[data-v-f15b2564] {
    -webkit-text-stroke-width: 5px;
}
}
.link.outline[data-v-f15b2564]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1), all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
@media only screen and (max-width: 969px) {
.link.outline[data-v-f15b2564]::after {
    bottom: 2px;
}
}

/**
  * TABLE OF CONTENT
  * --------
  *  - LAYOUT
  *  - DEBUG
  *  - NO_SCOPE
  */
.AsideAccess[data-v-39cff69b] {
  display: flex;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: 50px;
  top: 16vh;
  transform: rotate(-90deg);
  transform-origin: right center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 70vh;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
.AsideAccess[data-v-39cff69b] {
    display: none;
}
}
.UiButton.-simple[data-v-39cff69b] .label {
  color: #9b9b9b;
}
.UiButton.-simple[data-v-39cff69b] .label:after {
  background: #9b9b9b;
}
.ScrollTo[data-v-39cff69b] {
  cursor: pointer;
}
.ScrollTo.-top[data-v-39cff69b] {
  display: inline-block;
}
.arrow[data-v-39cff69b] {
  width: 28px;
  position: relative;
  display: inline-block;
  top: 4px;
}
.arrow[data-v-39cff69b] g {
  stroke: #9b9b9b;
}

.programDate .AsideAccess,
.programSerie .AsideAccess,
.programKeyword .AsideAccess {
  top: 30vh;
  width: 65vh;
}
.programSerie .AsideAccess {
  top: 34vh;
  width: 60vh;
}

#TheLoader[data-v-3e9d756c] {
  top: 0;
  width: var(--viewport-width);
  height: var(--viewport-height);
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  z-index: 10000;
  overflow: hidden;
}
@media only screen and (min-width: 970px) {
#TheLoader[data-v-3e9d756c] {
    position: absolute;
}
}
@media only screen and (max-width: 969px) {
#TheLoader[data-v-3e9d756c] {
    position: fixed;
}
}
.logo[data-v-3e9d756c] {
  max-width: 250px;
  fill: #ed1c24;
  display: block;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.LightboxNewsletter[data-v-0d565a96] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 'opacity' 0.3s linear;
  width: 466px;
  height: 500px;
  z-index: 22;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
.LightboxNewsletter[data-v-0d565a96] {
    width: 95%;
    height: 100%;
    max-height: 450px;
}
}
.LightboxNewsletter[data-active=true][data-v-0d565a96] {
  pointer-events: all;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  cursor: pointer;
  background: #ed1c24;
  color: #fff;
}
.LightboxNewsletter .close[data-v-0d565a96] {
  color: #fff;
  position: absolute;
  top: 35px;
  right: 30px;
  transform: translateX(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.LightboxNewsletter .close[data-v-0d565a96]:before {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  cursor: pointer;
}
.LightboxNewsletter .close[data-v-0d565a96]:after {
  content: '';
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  cursor: pointer;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.Overlay[data-v-0b142b65] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #313131;
  width: 100%;
  height: var(--viewport-height);
  z-index: 19;
  overflow: hidden;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 'opacity' 0.3s linear;
}
.Overlay[data-active=true][data-v-0b142b65] {
  pointer-events: all;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  cursor: pointer;
}
.Overlay[data-active-newsletter=true][data-v-0b142b65] {
  background: #fff;
  z-index: 21;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.PageTransition[data-v-74ee6232] {
  display: none;
}
.PageTransition[data-active="true"][data-v-74ee6232] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: var(--viewport-width);
  height: var(--viewport-height);
  z-index: 10000;
  pointer-events: none;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.logo[data-v-74ee6232] {
  max-width: 250px;
  fill: #ed1c24;
  display: block;
}

/**
 * =LAYOUT
 * =DEBUG
 */
/* ===LAYOUT=== */
#App[data-v-7416a8de] {
  width: 100%;
  height: auto;
}
#App .app_content[data-v-7416a8de] {
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 969px) {
#App .app_content[data-v-7416a8de] {
    overflow-y: auto;
    overflow-x: hidden;
}
}
#App .app_content > .page[data-v-7416a8de] {
  width: 100%;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#App[data-v-7416a8de] .scrollbar-track {
  background: transparent;
  width: 1px;
  padding-right: 8px;
  cursor: pointer;
}
#App[data-v-7416a8de] .scrollbar-thumb {
  background: #313131;
  width: 2px;
  border-radius: none;
}
/* ===DEBUG=== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  height: 100%;
  font-size: 10px;
}
body {
  font-size: 100%;
  background: #fff;
  color: #313131;
  overflow: auto;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.9rem;
  }
}
body[data-scrollable="false"] {
  overflow: hidden;
  height: 100vh;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
  outline: none;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
.btn {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  transition: ;
  text-decoration: none;
  padding: 12px 20px;
}
.btn:hover {
  background-color: #fff;
  color: #000;
  transition: ;
}
.icon {
  display: inline-block;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
._container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1368px) {
  ._container {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1024px) {
  ._container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 600px) {
  ._container {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 969px) {
  ._desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 969px) {
  ._not-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  ._mobile {
    display: none !important;
  }
}
._nl2br {
  white-space: pre-wrap;
}
._bg-white {
  background-color: #fff;
}
._color-white {
  color: #fff;
}
._bg-black {
  background-color: #313131;
}
._color-black {
  color: #313131;
}
._bg-cosmic {
  background-color: #6c345f;
}
._color-cosmic {
  color: #6c345f;
}
._bg-livid-brown {
  background-color: #4b2242;
}
._color-livid-brown {
  color: #4b2242;
}
._bg-crimson {
  background-color: #ed1c24;
}
._color-crimson {
  color: #ed1c24;
}
._bg-sprout {
  background-color: #c5d5a5;
}
._color-sprout {
  color: #c5d5a5;
}
._bg-tangerine {
  background-color: #f28b00;
}
._color-tangerine {
  color: #f28b00;
}
._bg-indochine {
  background-color: #ba6b00;
}
._color-indochine {
  color: #ba6b00;
}
._bg-maroon-flush {
  background-color: #af1857;
}
._color-maroon-flush {
  color: #af1857;
}
._bg-claret {
  background-color: #74193f;
}
._color-claret {
  color: #74193f;
}
._bg-bg-image {
  background-color: #808080;
}
._color-bg-image {
  color: #808080;
}
._bg-pink {
  background-color: #f6c;
}
._color-pink {
  color: #f6c;
}
._bg-green {
  background-color: #50af47;
}
._color-green {
  color: #50af47;
}
._bg-blue {
  background-color: #0d24f9;
}
._color-blue {
  color: #0d24f9;
}
._bg-orange {
  background-color: #ff9d00;
}
._color-orange {
  color: #ff9d00;
}
.wysiwyg {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .wysiwyg {
    font-size: 1.9rem;
  }
}
.wysiwyg > * + p,
.wysiwyg > * + ul,
.wysiwyg > * + ol,
.wysiwyg > * + h2,
.wysiwyg > * + h3,
.wysiwyg > * + h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wysiwyg p {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .wysiwyg p {
    font-size: 1.9rem;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.no-touchevents .wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ul li {
  position: relative;
  margin-left: 1em;
  margin-right: 2em;
  margin-bottom: 18px;
}
.wysiwyg ul li:last-of-type {
  margin-bottom: 0;
}
.wysiwyg ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: -40px;
  background: #f6c;
  border-radius: 50%;
}
.wysiwyg ol {
  list-style: outside decimal;
}
.wysiwyg ol li {
  margin-left: 1em;
}
.wysiwyg b,
.wysiwyg strong {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b,
  .wysiwyg strong {
    font-size: 1.9rem;
  }
}
.wysiwyg i,
.wysiwyg em {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .wysiwyg i,
  .wysiwyg em {
    font-size: 1.9rem;
  }
}
.wysiwyg b > i,
.wysiwyg b > em,
.wysiwyg strong > i,
.wysiwyg strong > em,
.wysiwyg i > b,
.wysiwyg i > strong,
.wysiwyg em > b,
.wysiwyg em > strong {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: 400;
  font-style: italic;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b > i,
  .wysiwyg b > em,
  .wysiwyg strong > i,
  .wysiwyg strong > em,
  .wysiwyg i > b,
  .wysiwyg i > strong,
  .wysiwyg em > b,
  .wysiwyg em > strong {
    font-size: 1.9rem;
  }
}
.wysiwyg sup {
  position: relative;
  top: -0.2em;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}
.wysiwyg del {
  text-transform: line-through;
}
.wysiwyg h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 3.4rem;
  }
}
.wysiwyg h3 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 2.6rem;
  }
}
.wysiwyg h4 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.8rem;
  }
}
.wysiwyg .-h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .-h2 {
    font-size: 3.4rem;
  }
}
.wysiwyg .-h3 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .-h3 {
    font-size: 2.6rem;
  }
}
.wysiwyg .-h4 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .-h4 {
    font-size: 1.8rem;
  }
}
.mobile-list {
  width: 100vw;
  margin-left: -30px;
}
@media only screen and (max-width: 600px) {
  .mobile-list {
    margin-left: -20px;
  }
}
.mobile-swiper {
  max-width: calc(100% - 60px);
  overflow: visible !important;
}
@media only screen and (max-width: 600px) {
  .mobile-swiper {
    max-width: calc(100% - 40px);
  }
}

