/*
	Theme Name: Aazio
	Author: @strategie.agency
	Author URI: www.strategie.agency
	Version: 1.0.0
	Requires at least: 5.0
	Tested up to: 5.4
	Requires PHP: 7.4
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: strategie
*/
:root {
  --theme-color: #FF2816;
  --body-color: #000;
  --body-background: null;
  --body-font-size: 16;
}
@media screen and (min-width: 601px) {
  :root {
    --body-font-size: 18;
  }
}
@media screen and (min-width: 1201px) {
  :root {
    --body-font-size: 20;
  }
}

@font-face {
  font-family: "PP Monument Extended";
  src: url(../fonts/aa75f6bcad8ecc1fdf2d.eot);
  src: url(../fonts/aa75f6bcad8ecc1fdf2d.eot?#iefix) format("embedded-opentype"), url(../fonts/e7ca6554a35ac08a1f4d.woff2) format("woff2"), url(../fonts/df05aa9d38a55197d093.woff) format("woff"), url(../fonts/6847d904679d9fa995bc.ttf) format("truetype"), url(../fonts/2e41a89f858c7432ba56.svg#PPMonumentExtended-Book) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url(../fonts/6b20a80f1ef2853626e1.eot);
  src: url(../fonts/6b20a80f1ef2853626e1.eot?#iefix) format("embedded-opentype"), url(../fonts/ed5e045e81ba34dd1ae4.woff2) format("woff2"), url(../fonts/e11c9d26d5a7df76b3a0.woff) format("woff"), url(../fonts/75e30c55a55e799f3ca7.ttf) format("truetype"), url(../fonts/03fe124bc182dc045287.svg#PPMonumentExtended-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PP Monument Extended";
  src: url(../fonts/20f5e5ecd2d787bcf488.eot);
  src: url(../fonts/20f5e5ecd2d787bcf488.eot?#iefix) format("embedded-opentype"), url(../fonts/67d09d29f5aa9849a158.woff2) format("woff2"), url(../fonts/85bd2b2a74b0e537833c.woff) format("woff"), url(../fonts/75e1cdebeb57aae3c7eb.ttf) format("truetype"), url(../fonts/bbd8679bb3c7a72a3c20.svg#PPMonumentExtended-Black) format("svg");
  font-weight: 900;
  font-style: normal;
}
/* test */
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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  font: inherit;
  text-align: left;
  color: inherit;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:not([disabled]) {
  cursor: pointer;
}

object {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}

input {
  font: inherit;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

textarea {
  font: inherit;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

figure {
  line-height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-moz-selection {
  background: rgba(var(--theme-color), 0.3);
}

::selection {
  background: rgba(var(--theme-color), 0.3);
}

@media screen and (min-width:800px) {
  .invisible-desktop {
    display: none !important;
  }
}

@media screen and (max-width:800px) {
  .invisible-mobile {
    display: none !important;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  color: var(--body-color);
  background: var(--body-background);
}
body.has-menu-open {
  overflow: hidden;
}

.site {
  overflow: hidden;
  position: relative;
}

.site-main > * {
  padding: 3rem 2rem 3rem;
}
@media screen and (min-width: 600px) {
  .site-main > * {
    padding: 3rem 4vw 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-main > * {
    padding: 3rem 8vw 3rem;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
}

.wrapper-small {
  margin: 0 auto;
  width: 100%;
  max-width: 99.6rem;
}

@media screen and (max-width:600px) {
  .site-content > *:not(.align-full) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .qrcode { display: none; }
}
@media screen and (min-width:600px) and (max-width:1440px) {
  .site-content > *:not(.align-full) {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width:1440px) {
  .site-content > *:not(.align-full) {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width:600px) {
  .site-content > *.align-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width:600px) and (max-width:1440px) {
  .site-content > *.align-wide {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width:1440px) {
  .site-content > *.align-wide {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.site-content > *.align-full {
  width: 100%;
  max-width: none;
}
.site-content .has-small-font-size {
  font-size: 0.8em;
}
.site-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.site-content .has-normal-font-size {
  font-size: 1em;
}
.site-content .has-large-font-size {
  font-size: 1.2em;
}
.site-content .has-larger-font-size {
  font-size: 1.6em;
}
.site-content .has-huge-font-size {
  font-size: 2em;
}
.site-content img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-family: "PP Monument Extended";
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.28;
}

strong {
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
}

.btn-primary {
  padding: 1.5rem 3rem;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: -0.2px;
  color: #000;
  background: #FFC549;
  background: linear-gradient(180deg, #FFE480 0%, #FFC549 100%);
  border-radius: 1rem 1rem 0 0;
}

.content {
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-bottom: 4.5rem;
  padding-top: 9rem;
  padding-bottom: 22rem;
}
.content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.content .wrapper {
  display: grid;
}
.content h2 {
  max-width: 85.5rem;
  font-family: "PP Monument Extended";
  font-weight: normal;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.3125;
  font-size: clamp(2.2rem, 3.375vw, 4.8rem);
}
@media screen and (min-width:1001px) {
  .content h2 {
    width: 60vw;
  }
}
.content p {
  max-width: 50rem;
  font-size: clamp(1.6rem, 3.375vw, 2.5rem);
  text-align: center;
}
.content .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 50rem;
}
.content .btns > * {
  margin: 0.4rem 0.6rem;
}
@media screen and (max-width:800px) {
  .content {
    padding-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (max-width:1000px) {
  .content {
    padding-top: 45.5rem;
  }
}
@media screen and (min-width:1001px) {
  .content {
    padding-top: 9rem;
  }
}

.facette-card {
  position: absolute;
}
@media screen and (max-width:1000px) {
  .facette-card--region {
    top: 9rem;
    left: 3rem;
    width: 13rem;
    height: 12rem;
  }
  .facette-card--local {
    top: 21rem;
    left: 10rem;
    width: 9rem;
    height: 8rem;
  }
  .facette-card--sport {
    top: 23rem;
    left: -3rem;
    width: 13rem;
    height: 12rem;
  }
  .facette-card--journal {
    top: 24rem;
    left: -11.5rem;
    width: 7.5rem;
    height: 7rem;
  }
  .facette-card--jeux {
    top: 13rem;
    left: -6.5rem;
    width: 9.5rem;
    height: 9rem;
  }
}
@media screen and (min-width:1001px) {
  .facette-card--region {
    top: 15rem;
    right: -6rem;
    width: 22rem;
    height: 20rem;
  }
  .facette-card--local {
    top: 36rem;
    right: -16rem;
    width: 17.6rem;
    height: 16rem;
  }
  .facette-card--sport {
    top: 36rem;
    right: 1rem;
    width: 22rem;
    height: 20rem;
  }
  .facette-card--journal {
    top: 38rem;
    right: 22rem;
    width: 15.4rem;
    height: 14rem;
  }
  .facette-card--jeux {
    top: 23rem;
    right: 16rem;
    width: 15.4rem;
    height: 14rem;
  }
}

.pack {
  margin: 0 2rem;
  padding-top: 0 !important;
  background: #F1F3F4;
  border-radius: 12rem 12rem 0 0;
}
.pack .video {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 67rem;
  height: 100%;
  max-height: 35.8rem;
  transform: translatey(-3rem);
  border-radius: 1.6rem;
}
@media screen and (min-width:800px) {
  .pack .video {
    padding: 1.6rem;
  }
  .pack .video::before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../icons/118d6a7449a7ae97bbf2.svg) 50% 50% no-repeat;
    pointer-events: none;
  }
}
.pack iframe {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.6rem;
}
.pack .title {
  z-index: 2;
  position: relative;
  transform: translatey(1rem);
  text-align: center;
}
.pack .title em {
  display: inline-block;
  margin: 2px 0;
  font-family: "PP Monument Extended";
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.9444444444;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #FFC549;
}
.pack .title span {
  display: inline-block;
  margin: 2px 0;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  font-size: clamp(2.4rem, 4.375vw, 3.6rem);
  background: #FFC549;
}
@media screen and (max-width:800px) {
  .pack {
    margin: 0;
    padding: 0 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}

@media screen and (max-width:800px) {
  @-webkit-keyframes packOpeningLeft {
    to {
      transform: translateX(calc(-100% + 1rem));
    }
  }
  @keyframes packOpeningLeft {
    to {
      transform: translateX(calc(-100% + 1rem));
    }
  }
  @-webkit-keyframes packOpeningRight {
    to {
      transform: translateX(calc(100% - 1rem));
    }
  }
  @keyframes packOpeningRight {
    to {
      transform: translateX(calc(100% - 1rem));
    }
  }
}
@media screen and (min-width:800px) {
  @-webkit-keyframes packOpeningLeft {
    to {
      transform: translateX(calc(-100% + 2rem));
    }
  }
  @keyframes packOpeningLeft {
    to {
      transform: translateX(calc(-100% + 2rem));
    }
  }
  @-webkit-keyframes packOpeningRight {
    to {
      transform: translateX(calc(100% - 2rem));
    }
  }
  @keyframes packOpeningRight {
    to {
      transform: translateX(calc(100% - 2rem));
    }
  }
}
@-webkit-keyframes packVanishing {
  to {
    opacity: 0;
  }
}
@keyframes packVanishing {
  to {
    opacity: 0;
  }
}
.pack-card {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 2rem;
}
.pack-card::before, .pack-card::after {
  z-index: 1;
  content: "";
  display: block;
  height: 100%;
}
.pack-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  background: #0000FF;
}
.pack-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  background: #FF0030;
}
.pack-card.active::before {
  -webkit-animation: packOpeningLeft 1s 0.6s ease-in-out both;
          animation: packOpeningLeft 1s 0.6s ease-in-out both;
}
.pack-card.active::after {
  -webkit-animation: packOpeningRight 1s 0.6s ease-in-out both;
          animation: packOpeningRight 1s 0.6s ease-in-out both;
}
@media screen and (max-width:800px) {
  .pack-card {
    margin: 0 -1rem;
  }
}

.pack-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
  padding: 4rem 5rem;
  list-style-type: none;
  counter-reset: nPack;
}
.pack-list::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
  -webkit-animation: packVanishing 0.2s 0.7s ease-in-out both;
          animation: packVanishing 0.2s 0.7s ease-in-out both;
}
.pack-list > * {
  position: relative;
  margin: 0 4rem;
  max-width: 29rem;
  text-align: center;
}
.pack-list > *::before {
  counter-increment: nPack;
  content: counter(nPack) " ";
  position: absolute;
  top: 0;
  left: 45%;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #E3E3E3;
}
@media screen and (min-width:1101px) {
  .pack-list > *:not(:last-child)::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
    width: 6rem;
    height: 6rem;
    color: #000;
    background: rgba(0, 0, 0, 0.08) url(../icons/62b818b3f18e28c3986c.svg) 50% 50% no-repeat;
    border-radius: 50%;
    position: absolute;
    bottom: 3rem;
    left: calc(100% + 4rem);
    transform: translateX(-50%);
  }
}
.pack-list > *:nth-child(1)::before {
  transform: translate(-100%, -1rem);
}
.pack-list > *:nth-child(2)::before {
  transform: translate(-100%, 1rem);
}
.pack-list > *:nth-child(3)::before {
  transform: translate(-100%, 0);
}
.pack-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  height: 10rem;
}
.pack-list h3 {
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.pack-list p {
  margin: 1rem auto 0;
  max-width: 18rem;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  letter-spacing: -0.1px;
}
.pack-list p strong {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:800px) {
  .pack-list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width:960px) {
  .pack-list {
    align-items: center;
    flex-direction: column;
  }
  .pack-list > * {
    margin: 2rem 0;
    max-width: none;
  }
  .pack-list p {
    max-width: none;
  }
  .pack-list > *::before {
    left: 60%;
  }
  .pack-list .icon {
    margin-left: 4rem;
  }
}

/* SLIDER WORDS */
.slick-track {
  display: flex;
  align-items: center;
}

.keywords {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width:800px) {
  .keywords {
    display: none;
  }
}

.keywords-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #D6D6D6;
}
.keywords-list span {
  margin: 0 0.2em;
}
.keywords-list b {
  font-family: "PP Monument Extended";
  font-weight: normal;
  font-style: normal;
}
.keywords-list:nth-child(1) {
  font-size: 6.5rem;
  line-height: 1;
  font-size: clamp(3.5rem, 4.375vw, 6.5rem);
  opacity: 0.15;
}
.keywords-list:nth-child(2) {
  font-size: 7rem;
  line-height: 1;
  font-size: clamp(4rem, 4.375vw, 7rem);
  opacity: 0.25;
}
.keywords-list:nth-child(3) {
  font-size: 7.5rem;
  line-height: 1;
  font-size: clamp(4.5rem, 4.375vw, 7.5rem);
  opacity: 0.35;
}
.keywords-list:nth-child(4) {
  font-size: 8rem;
  line-height: 1;
  font-size: clamp(5rem, 4.375vw, 8rem);
  opacity: 0.5;
}

/* DOWNLOAD */
.download {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  min-height: 10rem;
  max-height: 20rem;
  background: #fff;
  box-shadow: 0 -0.2rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.download::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  left: -6rem;
  transform: translateY(-100%);
  width: calc(100% + 12rem);
  height: 80rem;
  background: transparent;
  border-radius: 0 0 18rem 18rem;
  border: 6rem solid #fff;
  border-top: none;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  .download::before {
    border-radius: 0 0 10rem 10rem;
  }
}
.download .wrapper {
  display: flex;
  align-items: center;
}
.download .title {
  max-width: 60rem;
  margin-left: 4.5rem;
  margin-right: auto;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.05;
  font-size: clamp(2rem, 2.5vw, 4rem);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.download .icon:not(:first-child) {
  margin: 0 0.3rem;
}
@media screen and (max-width:800px) {
  .download .icon-app::before {
    width: 5rem;
    height: 5rem;
  }
  .download .title {
    margin-left: 2rem;
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(0, 0, 0, 0.5);
  }
  .download .title span {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: black;
  }
}
@media screen and (min-width:800px) {
  .download .icon-app {
    margin: 1.1rem;
    outline: 1.1rem solid #F3F3F3;
    outline-offset: -0.1rem;
    border-radius: 1.7rem;
  }
}

/* PULSE */
@-webkit-keyframes pulseApp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulseApp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.12;
  }
  80% {
    opacity: 0.03;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.12;
  }
  80% {
    opacity: 0.03;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.download-the-app {
  position: absolute;
  top: 25%;
  left: 75%;
  transform: translateX(-50%);
  max-width: 7.5rem;
  max-height: 7.5rem;
}
.download-the-app.active .icon-app {
  -webkit-animation: pulseApp 0.4s 0.2s ease-in-out;
          animation: pulseApp 0.4s 0.2s ease-in-out;
}
.download-the-app .icon-app {
  max-width: 100%;
  max-height: 100%;
}
.download-the-app .icon-download {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2rem;
  right: -2rem;
  transform: translate(100%, -75%);
  background-color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
@media screen and (max-width:1000px) {
  .download-the-app {
    top: 6rem;
    left: 50%;
    max-width: 6rem;
    max-height: 6rem;
  }
  .download-the-app .icon-download {
    top: 2rem;
    right: -2rem;
  }
}

.pulse {
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160rem;
  height: 160rem;
  border: 2px solid black;
  border-radius: 50%;
  -webkit-animation: pulse 20s linear infinite both;
          animation: pulse 20s linear infinite both;
  pointer-events: none;
}
.pulse:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.pulse:nth-of-type(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.pulse:nth-of-type(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.pulse:nth-of-type(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.pulse:nth-of-type(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.pulse:nth-of-type(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.pulse:nth-of-type(7) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.pulse:nth-of-type(8) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.pulse:nth-of-type(9) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.pulse:nth-of-type(10) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

.site-header {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 5vw;
  height: 100vh;
  max-height: 84rem;
  color: #fff;
  background: #000 url(../images/GettyImages-1137608423_MANIF_v2..jpg) 60% 100% no-repeat;
  background-size: cover;
  border-radius: 0 0 12rem 12rem;
}
.site-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  pointer-events: none;
}
.site-header .wrapper {
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.site-header h1 {
  max-width: 74rem;
  margin-bottom: 2rem;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.1;
  font-size: clamp(4rem, 4.375vw, 7rem);
  letter-spacing: -2.15px;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.site-header h1 span {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 0.2em 0.4em 0.06em;
  padding-right: 1.2em;
}
.site-header h1 span::before, .site-header h1 span::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
}
.site-header h1 span::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: blue;
}
.site-header h1 span::after {
  top: 0;
  right: 0;
  width: 12.5%;
  height: 100%;
  background: red;
}
.site-header h1 span i {
  display: block;
  position: absolute;
  top: 50%;
  right: 12.5%;
  transform: translate(50%, -50%);
  width: clamp(1rem, .5em, 1.5rem);
  height: clamp(1rem, .5em, 1.5rem);
  background-color: white;
  border-radius: 50%;
}
.site-header p {
  max-width: 72rem;
  font-size: clamp(1.9rem, 4.375vw, 2.2rem );
  text-transform: uppercase;
  color: #000;
}
.site-header p strong {
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
}
.site-header p span {
  margin: 0.3rem 0;
  display: inline-block;
  background: #fff;
}
.site-header .btn {
  position: relative;
}
.site-header .btn::before {
  position: absolute;
  top: 2rem;
  right: -1rem;
  transform: translate(100%, -100%) rotate(-23deg);
}
@media screen and (max-width:800px) {
  .site-header {
    padding: 0 2rem;
    border-radius: 0 0 4rem 4rem;
  }
  .site-header .btns {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
  }
  .site-header .btn::before {
    top: -4rem;
    right: 3rem;
    transform: translate(100%, 0) rotate(-43deg);
  }
}
@media screen and (min-width:800px) {
  .site-header .btns {
    margin-top: 2rem;
  }
}
@media screen and (max-width:1100px) {
  .site-header {
    padding: 0 10vw;
  }
  .site-header img {
    display: none;
  }
}

.logo-baseline {
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.logo-baseline .logo {
  position: relative;
  padding: 1.5rem 2rem;
  background: #0000FF;
}
.logo-baseline .logo::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 100%;
  transform: translate(-50%, 50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
}
.logo-baseline .baseline {
  padding: 1.5rem 2rem;
  color: #fff;
}
.logo-baseline .baseline p {
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  color: currentColor;
}
@media screen and (max-width:600px) {
  .logo-baseline {
    flex-direction: column;
    width: 100%;
  }
  .logo-baseline .logo {
    padding-top: 4rem;
  }
  .logo-baseline .logo::before {
    left: 80%;
  }
  .logo-baseline .logo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: #FF0030;
  }
  .logo-baseline .logo .icon {
    display: flex;
    justify-content: center;
  }
  .logo-baseline .baseline {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .logo-baseline .baseline p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (min-width:600px) {
  .logo-baseline {
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .logo-baseline .baseline {
    background: #FF0030;
  }
  .logo-baseline .baseline p {
    font-size: 1.7rem;
    line-height: 1.2941176471;
    white-space: nowrap;
  }
}

.site-footer {
  margin: 0 2rem;
  padding: 4rem 2rem 5rem;
  text-align: center;
  background: #F1F3F4;
}
.site-footer .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: "PP Monument Extended";
  font-weight: 900;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.1;
  font-size: clamp(2.5rem, 4.375vw, 7rem);
  letter-spacing: -2.15px;
  text-transform: uppercase;
}
.site-footer .title span {
  display: inline-block;
  margin: 2px 0;
  background: #FFC549;
}
@media screen and (max-width:800px) {
  .site-footer {
    margin: 0;
  }
}

.downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
.downloads > * {
  margin: 0.4rem 0.6rem;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.socials > * {
  margin: 0 0.6rem;
}

.legals {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.legals ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.legals ul > * {
  margin: 1rem 0.6rem;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  color: #363636;
}
@media screen and (max-width:600px) {
  .legals ul {
    flex-direction: column;
  }
}

.copy {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  color: #9B9B9B;
}

.icon-app {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-app::before {
  content: "";
  display: block;
  width: 7.4rem;
  height: 7.4rem;
  background-image: url(../icons/7650d9ebed342f618519.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-download {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-download::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  background-image: url(../icons/0242db1a66f3221dbbcb.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-appstore {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-appstore::before {
  content: "";
  display: block;
  width: 15rem;
  height: 5rem;
  background-image: url(../icons/4599c708577c5082acca.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-appstore-alt {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-appstore-alt::before {
  content: "";
  display: block;
  width: 16.8rem;
  height: 5rem;
  background-image: url(../icons/6cf0eb95d2f649575187.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-googleplay {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-googleplay::before {
  content: "";
  display: block;
  width: 16.8rem;
  height: 5rem;
  background-image: url(../icons/6adecda28177426432d1.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-googleplay-alt {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-googleplay-alt::before {
  content: "";
  display: block;
  width: 16.5rem;
  height: 5rem;
  background-image: url(../icons/3cf402e43b2e5d8f4d90.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-logo {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-logo::before {
  content: "";
  display: block;
  width: 17.1rem;
  height: 2.2rem;
  background-image: url(../icons/fb2930bb9946e03df35e.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-content {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-content::before {
  content: "";
  display: block;
  width: 7.7rem;
  height: 7.8rem;
  background-image: url(../icons/57ae1ad3b37dcaf1bc64.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-digital {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-digital::before {
  content: "";
  display: block;
  width: 7.7rem;
  height: 5.7rem;
  background-image: url(../icons/a8db6c27a1a4dfc730cc.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-gift {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-gift::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.2rem;
  background-image: url(../icons/c382d492148b099860b2.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-facebook {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-facebook::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../icons/98a5ab6e4898942d2ba3.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-twitter {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-twitter::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../icons/19993f958613165e7edd.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-instagram {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-instagram::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../icons/12fcff831ad7625f015c.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header .btn::before {
  content: "";
  display: block;
  width: 9rem;
  height: 3.7rem;
  background-image: url(../icons/2ccc5c61ed7b37060e0c.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-arrow {
  display: inline-flex;
  position: relative;
  text-indent: -9999px;
}
.icon-arrow::before {
  content: "";
  display: block;
  width: 9rem;
  height: 3.7rem;
  background-image: url(../icons/2ccc5c61ed7b37060e0c.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
@import '4-components/components/burger';
@import '4-components/components/button';
@import '4-components/components/breadcrumb';
@import '4-components/components/card';
@import '4-components/components/code';
@import '4-components/components/cookies';
@import '4-components/components/cursor';
@import '4-components/components/filters';
@import '4-components/components/form';
@import '4-components/components/link';
@import '4-components/components/logo';
@import '4-components/components/menu';
@import '4-components/components/modal';
@import '4-components/components/news';
@import '4-components/components/references';
@import '4-components/components/slider';
@import '4-components/components/quote';
@import '4-components/components/title';

@import '4-components/blocks/banner';
@import '4-components/blocks/hero';
@import '4-components/blocks/mediatext';
@import '4-components/blocks/process';
@import '4-components/blocks/projects';
*/
/*
@import '5-skeletons/templates/page';
@import '5-skeletons/templates/single';

@import '5-skeletons/pages/page';
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.z-auto {
  z-index: auto;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.translate-y-s {
  transform: translateY(3rem);
}

.-translate-y-s {
  transform: translateY(-3rem);
}

.translate-y-m {
  transform: translateY(6rem);
}

.-translate-y-m {
  transform: translateY(-6rem);
}

.translate-y-l {
  transform: translateY(9rem);
}

.-translate-y-l {
  transform: translateY(-9rem);
}
