*,
::after,
::before {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input,
textarea {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
legend {
  color: #000;
}
a,
img,
input,
select,
textarea {
  outline: 0;
}
textarea {
  overflow: auto;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit'] {
  cursor: pointer;
}
button,
input[type='submit'] {
  background: 0;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
  display: block;
}
body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
  -webkit-text-size-adjust: none;
}
a,
div,
input {
  -webkit-tap-highlight-color: transparent;
}
input[type='submit'],
input[type='tel'],
input[type='text'] {
  -webkit-appearance: none;
  border-radius: 0;
}
@font-face {
  font-family: PPTelegraf;
  src: url(../fonts/PPTelegraf-Variable.ttf) format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
.bg_color__black {
  background-color: #101010;
}
.color__black {
  color: #101010;
}
.bg_color__dark {
  background-color: #202020;
}
.color__dark {
  color: #202020;
}
.bg_color__grey {
  background-color: #ccc;
}
.color__grey {
  color: #ccc;
}
.bg_color__white {
  background-color: #fff;
}
.color__white {
  color: #fff;
}
.bg_color__highlight {
  background-color: #2c2ce7;
}
.color__highlight {
  color: #2c2ce7;
}
.bg_color__focus {
  background-color: #005266;
}
.color__focus {
  color: #005266;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.desktop body {
  overscroll-behavior-y: none;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::-moz-selection {
  background: #2c2ce7;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2c2ce7;
  color: #fff;
  text-shadow: none;
}
body {
  background-color: #101010;
  color: #fff;
  font: normal 30px/50px PPTelegraf, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  width: 100%;
}
.flx_preview body {
  overflow-y: hidden;
}
a {
  text-decoration: none;
}
.svg {
  display: none;
}
.icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
:root {
  --footer-height: 0px;
  --padding: 220px;
}
.page_content {
  position: relative;
  z-index: 10;
}
.page_content:before {
  background-color: #101010;
  content: '';
  display: block;
  margin: auto;
  pointer-events: none;
  position: absolute;
  inset: 150vh 0 0 0;
  z-index: -1;
}
.page_content .page_content-inner {
  padding-top: 150vh;
  position: relative;
  z-index: 10;
}
.page_content .page_content-inner:before {
  background-color: #202020;
  content: '';
  display: block;
  margin: auto;
  pointer-events: none;
  position: absolute;
  inset: calc(150vh - 1px) 0 0 0;
  z-index: -1;
}
.page_content .page_content-inner:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(32, 32, 32, 0)),
    to(#202020)
  );
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0), #202020);
  content: '';
  display: block;
  margin: auto;
  pointer-events: none;
  position: absolute;
  inset: 100vh 0 auto 0;
  height: 50vh;
  z-index: -1;
}
.cw,
.cw__l,
.cw__m,
.cw__s {
  width: 100%;
  max-width: 1900px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin: auto;
}
.cw_inner {
  position: relative;
  width: 100%;
}
.cw__l {
  max-width: 1420px;
}
.cw__m {
  max-width: 1020px;
}
.cw__s {
  max-width: 820px;
}
.grid,
.grid_inner {
  display: grid;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(14, 1fr);
  grid-auto-flow: row dense;
  width: 100%;
}
.grid {
  max-width: 2200px;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin: auto;
}
.grid_inner {
  grid-column: 1/-1;
  position: relative;
}
.button {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  font: 400 20px/30px PPTelegraf, sans-serif;
  letter-spacing: 0;
  margin: 0;
  overflow: hidden;
  padding: 17px 100px 11px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button:focus-visible {
  border-color: #fff;
}
.button:hover {
  border-color: #fff;
}
.button[target='_blank'] {
  position: relative;
}
.button[target='_blank']:after {
  content: '';
  display: block;
  opacity: 0.5;
  position: absolute;
  top: calc(50% - 7px);
  right: 23px;
  width: 15px;
  height: 15px;
  /*background-image: url(../img/arrow-external-white.svg);*/
  background-size: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button[target='_blank']:hover:after {
  opacity: 1;
}
.rich_text .figures {
  font: 400 50px/70px PPTelegraf, sans-serif;
}
.rich_text a:not(.button) {
  text-decoration: underline;
}
.rich_text ol,
.rich_text ul {
  font: 400 30px/50px PPTelegraf, sans-serif;
}
.rich_text ol:not(:last-child),
.rich_text ul:not(:last-child) {
  margin-bottom: 60px;
}
.rich_text ul li {
  position: relative;
  margin-left: 40px;
}
.rich_text ul li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.rich_text ol li {
  margin-left: 30px;
  padding-left: 10px;
  list-style-type: decimal;
}
.rich_text hr.alt-separator {
  border: none;
  padding: 45px 0;
  margin: 0;
}
.rich_text .table_wrapper {
  width: 100%;
}
.rich_text .table_wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.rich_text table {
  width: 100%;
}
.rich_text table,
.rich_text table p {
  font: 400 16px/25px PPTelegraf, sans-serif;
}
.rich_text table p:not(:last-child) {
  margin-bottom: 20px;
}
.rich_text table td {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.rich_text p {
  font: 400 30px/50px PPTelegraf, sans-serif;
}
.rich_text p:not(:last-child) {
  margin-bottom: 50px;
}
.rich_text strong {
  font-weight: 700;
}
.rich_text em {
  font-style: italic;
}
.rich_text h3:not(:last-child) {
  margin-bottom: 5px;
}
.rich_text h2,
.title_2 {
  font: 400 70px/80px PPTelegraf, sans-serif;
  font-size: clamp(34px, 4.375vw, 70px);
  line-height: clamp(50px, 5vw, 80px);
}
.rich_text h3,
.title_3 {
  font: 400 50px/70px PPTelegraf, sans-serif;
  font-size: clamp(34px, 3.125vw, 50px);
  line-height: clamp(40px, 4.375vw, 70px);
}
#error_404 .page_intro-wrapper {
  height: 100vh;
}
#error_404 .page_content .page_content-inner {
  padding-top: 75vh;
  height: 100vh;
}
#error_404 .page_content .page_content-inner:after,
#error_404 .page_content .page_content-inner:before {
  content: none;
}
#error_404 .button {
  background-color: #202020;
  margin: 0 auto;
}
#error_404 #footer {
  position: absolute;
  visibility: hidden;
}
.agency-intro {
  padding-top: 287px;
  padding-bottom: 351px;
  position: relative;
  z-index: 10;
}
.agency-intro_media-wrapper {
  grid-column: 1 / span 6;
  position: relative;
  z-index: 5;
}
.agency-intro_media-wrapper canvas {
  width: 100%;
  height: 100%;
}
.agency-intro_text {
  grid-column: 9 / span 6;
  position: relative;
  z-index: 15;
  margin-top: 152px;
} /* margin-top: 352px; gebc*/
.agency-intro_shapes-wrapper {
  pointer-events: none;
  position: absolute;
  inset: 30% 0 auto 0;
  width: 100%;
  height: calc(100% + 200px);
  z-index: 10;
}
.agency-awards {
  padding-bottom: 250px;
  padding-top: 475px;
  position: relative;
}
.agency-awards_title {
  margin-bottom: 55px;
  grid-column: 2/-2;
}
.agency-awards_labels:after {
  background: #fff;
  content: '';
  display: block;
  margin-top: 23px;
  margin-left: -20px;
  margin-right: -20px;
  height: 1px;
  grid-column: 2/-2;
}
.agency-awards_label {
  font: 400 30px/50px PPTelegraf, sans-serif;
  will-change: opacity, transform;
}
.agency-awards_label:nth-child(1) {
  grid-column: 2 / span 6;
}
.agency-awards_label:nth-child(2) {
  grid-column: 8/-2;
}
.js .agency-awards_list-mask {
  height: 795px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.js .agency-awards_list-mask:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#202020),
    to(rgba(32, 32, 32, 0))
  );
  background: linear-gradient(0deg, #202020, rgba(32, 32, 32, 0));
  content: '';
  margin: auto;
  pointer-events: none;
  position: absolute;
  inset: auto 0 0 0;
  z-index: 9;
  height: 320px;
  -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.agency-awards.open .agency-awards_list-mask:after {
  opacity: 0;
}
.agency-awards.open .agency-awards_more {
  opacity: 0;
  pointer-events: none;
}
.agency-awards_item {
  font: 400 20px/30px PPTelegraf, sans-serif;
  text-decoration: none;
  will-change: opacity, transform;
}
.agency-awards_link {
  padding-top: 29px;
}
.agency-awards_link:after {
  background-image: linear-gradient(to top, #fff 0, #fff 0),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 0
    );
  background-position: left bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 0 1px, 100% 1px;
  -webkit-transition: none 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: none 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: background-size, color;
  transition-property: background-size, color;
  content: '';
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  height: 1px;
  grid-column: 2/-2;
}
.agency-awards_link:hover:after {
  background-size: 100% 1px, 100% 1px;
}
.agency-awards_link:hover .icon_wrapper {
  color: #fff;
}
.agency-awards_link .icon_wrapper {
  color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6px;
  margin-right: 20px;
  grid-column: 13 / span 1;
  -webkit-transition: color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.agency-awards_link .icon_wrapper .icon {
  width: 15px;
  height: 15px;
}
.agency-awards_link:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.agency-awards_link:focus-visible::after {
  background-size: 100% 1px, 100% 1px;
}
.agency-awards_link:focus-visible .icon_wrapper {
  color: #fff;
}
.agency-awards_award {
  grid-column: 2 / span 6;
}
.agency-awards_project {
  grid-column: 8 / span 5;
}
.agency-awards_more {
  margin: 0 auto;
  position: absolute;
  inset: auto 0 101px 0;
  width: 350px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    border-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.agency-clients {
  --images-per-line: 5;
  --image-width: 130px;
}
.agency-clients_title {
  margin-top: 151px;
  margin-bottom: 60px;
  grid-column: 2/-2;
}
.agency-clients_list-inner {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: calc(
    (100% - var(--image-width, 130px) * var(--images-per-line, 5)) /
      (var(--images-per-line, 5) - 1)
  );
  -moz-column-gap: calc(
    (100% - var(--image-width, 130px) * var(--images-per-line, 5)) /
      (var(--images-per-line, 5) - 1)
  );
  column-gap: calc(
    (100% - var(--image-width, 130px) * var(--images-per-line, 5)) /
      (var(--images-per-line, 5) - 1)
  );
}
.agence-clients_image-wrapper {
  will-change: opacity, transform;
}
.agency-clients .agence-clients_image {
  width: var(--image-width);
}
.agency-clients .agence-clients_image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  opacity: 0.3;
}
.agency-name {
  padding-top: 388px;
  position: relative;
}
.agency-name_title {
  margin-bottom: 8px;
}
.agency-name_text {
  grid-column: 2 / span 6;
  margin-top: 152px;
}
.agency-name_media-wrapper {
  grid-column: 9 / span 6;
}
.agency-name_shapes-wrapper {
  pointer-events: none;
  margin: auto;
  position: absolute;
  inset: auto auto 0 0;
  width: 600px;
  height: 600px;
  z-index: 10;
}
#contact #shapes {
  display: none;
}
#contact .page_content:before {
  top: auto;
  height: var(--footer-height);
}
#contact .page_content-inner:after,
#contact .page_content-inner:before {
  content: none;
  display: none;
}
.contact-emails {
  margin-top: 30px;
}
.contact-emails_list {
  grid-column: 2/-2;
  overflow: hidden;
}
.contact-emails_title {
  font: 400 20px/30px PPTelegraf, sans-serif;
}
.contact-emails_item {
  margin-bottom: 28px;
}
.contact-emails_link.email-copy_link.transition-link {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-emails_link.email-copy_link.transition-link:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact-emails_link.email-copy_link.transition-link:focus-visible {
  opacity: 1;
  color: #fff;
}
.contact-emails_link.email-copy_link.transition-link:focus-visible::after {
  background-size: 100% 1px, 100% 1px;
}
.contact-emails_link.email-copy_link.transition-link:focus-visible
  .email-copy_copy_wrapper {
  opacity: 1;
}
.contact-emails_link.email-copy_link.transition-link:focus-visible
  .email-copy_copy--text {
  color: rgba(255, 255, 255, 0.7);
}
.contact-emails_link.email-copy_link.transition-link:focus-visible svg {
  opacity: 0.5;
}
.contact-emails_link.email-copy_link.transition-link .email-copy_copy_wrapper {
  margin-top: -13px;
  margin-right: 30px;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  font-size: 20px;
  line-height: 30px;
}
.contact-emails_link.email-copy_link.transition-link
  .email-copy_copy--text_wrapper {
  min-width: 200px;
  min-height: 30px;
}
.contact {
  margin-top: 200px;
}
.contact_content {
  grid-column: 9/-2;
}
.contact_status {
  opacity: 0.3;
  font: 400 20px/30px PPTelegraf, sans-serif;
  margin-bottom: 10px;
}
.contact_phone {
  display: block;
  margin-bottom: 10px;
}
.contact_phone:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact_phone:focus-visible {
  color: #fff;
}
.contact_address {
  display: block;
  font: 400 20px/30px PPTelegraf, sans-serif;
}
.contact_address a {
  display: block;
}
.contact_address a:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact_address a:focus-visible .transition-link-line {
  color: #fff;
}
.contact-newsletter {
  margin-top: 80px;
  padding-bottom: 310px;
}
.contact_newsletter-content {
  grid-column: 3/-2;
}
.contact_newsletter-content h2:not(:last-child),
.contact_newsletter-content h3:not(:last-child) {
  margin-bottom: 10px;
}
.contact_newsletter-content p {
  font: 400 20px/30px PPTelegraf, sans-serif;
}
.contact_newsletter-content p:not(:last-child) {
  margin-bottom: 40px;
}
#footer.footer-contact {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 65px;
  padding-bottom: 40px;
}
#page .page_intro-wrapper {
  background-color: #202020;
}
#page .page_content .page_content-inner {
  padding-top: calc(100vh - 80px);
  padding-bottom: 250px;
}
#page .page_content .page_content-inner:before {
  top: calc(100vh - 81px);
}
#page .page_content .page_content-inner:after {
  top: calc(50vh - 80px);
}
#project .page_intro-wrapper {
  background-color: #202020;
}
#project .page_content .page_content-inner {
  padding-top: calc(100vh - 120px);
}
#project .page_content .page_content-inner:before {
  top: calc(100vh - 121px);
}
#project .page_content .page_content-inner:after {
  top: 50vh;
}
.project_toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font: 400 20px/30px PPTelegraf, sans-serif;
  gap: 10px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: auto;
  z-index: 19;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: right;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header.sticked ~ #page_wrapper .project_toc:not(.hidden) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.project_toc.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.project_toc-link {
  width: 100%;
  text-align: right;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.project_toc-link:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.project_toc-link:focus-visible {
  opacity: 1;
}
.project_toc-link:hover {
  opacity: 0.75;
}
.project_toc-link.active {
  opacity: 1;
}
.project-next {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column: 2/-2;
  text-align: center;
  height: calc(100vh - 200px);
  will-change: transform;
}
.project-next:focus-visible .transition-link-line {
  color: #fff;
  background-color: #005266;
  -webkit-transition: background-color 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#projects .interactive_header.debug canvas:first-of-type {
  opacity: 0.5;
}
.projects-list {
  margin-top: 220px;
  position: relative;
  z-index: 10;
}
.project_card {
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project_card:focus-visible .project_card-texts {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.project_card-thumbnail_wrapper {
  grid-column: 2 / span 5;
  grid-row: 1 / span 5;
}
.project_card-thumbnail {
  position: relative;
}
.project_card-thumbnail video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.project_card-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column: 9 / span 5;
  grid-row: 1 / span 5;
}
.project_card-title {
  font: 400 20px/30px PPTelegraf, sans-serif;
}
.project_card-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  opacity: 0.5;
  font: 400 14px/30px PPTelegraf, sans-serif;
}
.project_card-keywords .sep {
  margin: 0 10px;
}
.project_card-excerpt {
  margin-top: 26px;
}
.projects-content {
  margin-top: 291px;
  padding-bottom: 290px;
}
.projects-content .rich_text {
  grid-column: 4 / span 5;
}
.projects-content .rich_text p {
  font: 400 20px/30px PPTelegraf, sans-serif;
}
.projects-content .rich_text h2 {
  margin-bottom: 19px;
}
.projects-content .rich_text .button {
  margin-top: 60px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  border-color: #fff;
}
.projects-content .rich_text .button:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.services-services {
  padding-top: 300px;
  padding-bottom: 360px;
}
.services-services_item:not(:last-child) {
  margin-bottom: 210px;
}
.services-services_image {
  aspect-ratio: 1;
  grid-column: 2 / span 4;
  grid-row: 1 / span 4;
  position: relative;
}
.services-services_image canvas {
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.services-services_content,
.services-services_delivrables_list,
.services-services_delivrables_title,
.services-services_title {
  grid-column: 7/-2;
}
.services-services_title {
  padding-top: 60px;
  margin-bottom: 27px;
}
.services-services_delivrables_title {
  font: 400 30px/50px PPTelegraf, sans-serif;
  margin-top: 50px;
  margin-bottom: 3px;
}
.services-services_delivrables_list {
  font: 400 20px/30px PPTelegraf, sans-serif;
  list-style: none;
}
.services-services_delivrables_list li {
  padding-left: 30px;
  position: relative;
}
.services-services_delivrables_list .icon {
  opacity: 0.4;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
}
#team .interactive_header.debug canvas:last-child {
  opacity: 0.1;
}
#team .page_content-inner {
  padding-bottom: 400px;
}
.team-member {
  position: relative;
  z-index: 3;
  grid-column: 1/-1;
  grid-row: auto;
  margin-top: 21.5%;
}
.team-member_name {
  margin-top: 27px;
}
.team-member_job {
  font: 400 20px/30px PPTelegraf, sans-serif;
  margin-top: -7px;
}
.team-illustration {
  position: relative;
  z-index: 1;
  grid-column: 1/-1;
  grid-row: auto;
  margin-top: 21.5%;
}
.team-text {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: auto;
  margin-top: 21.5%;
}
.chapo-wrapper {
  color: #fff;
  font-family: PPTelegraf, sans-serif;
  font-size: clamp(26px, 3.125vw, 38px);
  line-height: clamp(40px, 4.375vw, 70px);
  letter-spacing: 0;
  grid-column: 2 / span 8;
}
:root {
  --transition-delay: 0.45s;
}
.email-copy_link.transition-link {
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.email-copy_link.transition-link svg {
  opacity: 0;
  display: block;
  max-width: 21px;
  max-height: 100%;
  aspect-ratio: 0.85;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.email-copy_link.transition-link.copied.transition-link
  .email-copy_copy_wrapper {
  color: #fff;
}
.email-copy_link.transition-link.copied.transition-link
  .email-copy_copy_wrapper
  svg {
  opacity: 1;
}
.email-copy_link.transition-link.copied.transition-link
  .email-copy_copy_wrapper
  svg
  path:first-of-type {
  fill: currentColor;
}
.email-copy_link.transition-link.bordered {
  padding-bottom: 20px;
}
.email-copy_link.transition-link.bordered::after {
  background-image: linear-gradient(to top, #fff 0, #fff 0),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 0
    );
  background-position: left bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 0 1px, 100% 1px;
  -webkit-transition: none 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: none 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-property: background-size, color;
  transition-property: background-size, color;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.email-copy_link.transition-link .email-copy_copy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
}
html.touch .email-copy_link.transition-link .email-copy_copy_wrapper {
  display: none;
}
.email-copy_link.transition-link
  .email-copy_copy_wrapper
  svg
  path:first-of-type {
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  fill: transparent;
}
.email-copy_link.transition-link
  .email-copy_copy_wrapper
  .email-copy_copy--text {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  color: rgba(255, 255, 255, 0);
}
.email-copy_link.transition-link
  .email-copy_copy_wrapper
  .email-copy_copy--text::before {
  color: rgba(255, 255, 255, 0.5);
}
.email-copy_link.transition-link .email-copy_copy--text_wrapper {
  position: relative;
  text-align: right;
}
.email-copy_link.transition-link .email-copy_copy--text_copied {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#footer {
  background: #101010;
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
  z-index: 9;
  will-change: transform;
}
#footer a:not(.button):not(.email-copy_link) {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer a:not(.button):not(.email-copy_link):hover {
  opacity: 1;
}
#footer a:not(.button):not(.email-copy_link):focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#footer a:not(.button):not(.email-copy_link):focus-visible {
  opacity: 1 !important;
}
#footer
  a:not(.button):not(.email-copy_link):focus-visible
  .transition-link-line,
#footer
  a:not(.button):not(.email-copy_link):focus-visible.transition-link-line {
  color: #fff;
}
.footer-intro {
  font: 400 90px/110px PPTelegraf, sans-serif;
  font-size: clamp(40px, 5.625vw, 90px);
  line-height: clamp(50px, 6.875vw, 110px);
  grid-column: 2/-2;
  grid-row: 1;
  margin-bottom: 76px;
}
.footer-address {
  font: 400 20px/30px Arial;
  display: block;
  grid-column: 2 / span 5;
  grid-row: 2;
  margin-top: 14px;
  margin-bottom: 167px;
}
.footer-address a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer-address a:focus-visible.transition-link-line {
  color: #fff;
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font: 400 30px/50px PPTelegraf, sans-serif;
  grid-column: 8 / span 7;
  grid-row: 2;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font: 400 30px/50px PPTelegraf, sans-serif;
  grid-column: 1 / span 5;
  grid-row: 3;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  font: 400 20px/30px PPTelegraf, sans-serif;
  padding-top: 13px;
  grid-column: -3/-8;
  grid-row: 3;
}
.footer-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column: -1/-3;
  grid-row: 3;
  list-style: none;
}
.footer-languages .lang-item {
  display: block;
  margin-top: 2px;
  width: 50px;
  height: 50px;
  text-transform: uppercase; cursor:pointer!important;
}
.footer-languages .lang-item a {
  border-radius: 100%;
  font: 400 16px/30px PPTelegraf, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0 0 0;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.footer-languages .lang-item a:focus-visible {
  background-color: #005266;
  -webkit-transition: background-color 0.3s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-languages .lang-item a:focus-visible {
  border-color: #fff;
}
.footer-languages .lang-item.current-lang a {
  border-color: #fff;
}
.footer-contact_email.email-copy_link.transition-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-contact_email.email-copy_link.transition-link svg {
  opacity: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: -6px;
}
.footer-contact_email.email-copy_link.transition-link svg path:first-of-type {
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  fill: transparent;
}
.footer-contact_email.email-copy_link.transition-link:hover {
  opacity: 1;
}
.footer-contact_email.email-copy_link.transition-link:hover svg {
  opacity: 0.5;
  -webkit-transition-delay: var(--transition-delay);
  transition-delay: var(--transition-delay);
}
.footer-contact_email.email-copy_link.transition-link:hover svg path {
  color: #fff;
}
.footer-contact_email.email-copy_link.transition-link.copied
  svg
  path:first-of-type {
  fill: currentColor;
}
.footer-contact_email.email-copy_link.transition-link .email-copy_copy_wrapper {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 18px;
  line-height: 30px;
}
.footer-contact_email.email-copy_link.transition-link
  .email-copy_copy--text_wrapper {
  min-width: 60px;
  min-height: 30px;
}
.footer-contact_email.email-copy_link.transition-link:focus-visible {
  opacity: 1;
  background: linear-gradient(
    to right,
    #005266 372px,
    transparent 372px,
    transparent 100%
  );
  -webkit-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #fff;
}
.img_lazy_container {
  --ratio: auto;
}
.img_lazy_container picture {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: var(--ratio);
  position: relative;
}
.img_lazy_container picture img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.touch .img_lazy_container picture img {
  top: 0;
  bottom: auto;
}
.img_lazy_container.video_lazy_container {
  display: block;
  aspect-ratio: var(--ratio);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img_lazy_container.video_lazy_container video {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.touch .img_lazy_container.video_lazy_container video {
  top: 0;
  bottom: auto;
}
.img_lazy_container.img_lazy__bg {
  background-color: rgba(16, 16, 16, 0.1);
  -webkit-transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    0.5s;
  transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}
.img_lazy_container.img_loaded.img_lazy__bg {
  background-color: rgba(16, 16, 16, 0);
}
.img_lazy_container.has_parallax_ratio img,
.img_lazy_container.has_parallax_ratio video {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100% * var(--parallax-ratio, 1));
}
.img_lazy {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.interactive_header {
  background-color: #202020;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 8;
  height: 100vh;
}
.interactive_header canvas {
  margin: auto;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page_intro-wrapper {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  width: 100%;
  height: 200vh;
}
.page_intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
.page_intro {
  color: #fff;
  text-align: center;
  height: 13.75vw;
  margin: auto;
  will-change: opacity, transform;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.page_intro .transition-line {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.page_intro .transition-line.intro {
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page_intro .transition-line.intro:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page_intro .transition-line.intro:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page_intro .transition-line.intro:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page_intro .transition-line.intro:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page_intro .transition-line.intro:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.page_intro .transition-line.intro:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.big_title {
  font: 400 90px/110px PPTelegraf, sans-serif;
  font-size: 5.625vw;
  line-height: 6.875vw;
}
.transition-image {
  overflow: hidden;
  position: relative;
}
.transition-image:before {
  background-color: var(--media-color, #2c2ce7);
  content: '';
  margin: auto;
  position: absolute;
  inset: -1px;
  z-index: 5;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.transition-image.video_lazy_container:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.transition-image:not(.video_lazy_container).show.img_loaded:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.transition-image:not(.video_lazy_container):not(.show):before {
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
.transition-image.video_lazy_container.img_loaded:before {
  opacity: 0;
}
@-webkit-keyframes transition_link__move_mask {
  0% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes transition_link__move_mask {
  0% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.transition-line {
  will-change: transform;
}
.transition-link {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.transition-link .transition-link-line:nth-child(2):before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.transition-link .transition-link-line:nth-child(3):before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.transition-link .transition-link-line:nth-child(4):before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.transition-link .transition-link-line:nth-child(5):before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.transition-link .transition-link-line:nth-child(6):before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.transition-link .transition-link-line:nth-child(7):before {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.transition-link .transition-link-line:nth-child(8):before {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.transition-link .transition-link-line:nth-child(9):before {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.transition-link .transition-link-line:nth-child(10):before {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.transition-link-line {
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@keyframes transition_link__move_mask {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.transition-title-wrapper.show .transition-title-line:before {
  -webkit-animation: 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal
    forwards transition_title__move_mask;
  animation: 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards
    transition_title__move_mask;
}
.transition-title-line {
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: color 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.transition-title-line:before {
  color: #fff;
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -10;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.4s
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: clip-path;
}
@-webkit-keyframes transition_title__move_mask {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes transition_title__move_mask {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#seikooc {
  display: none;
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  width: 340px;
  padding: 30px;
  background-color: #101010;
  overflow: hidden;
  z-index: 93;
}
.seikooc--txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}
.seikooc--txt.rich_text p {
  font-size: 13px;
  line-height: 18px;
}
.seikooc--txt.rich_text a {
  color: #fff;
}
.seikooc--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.seikooc--btn {
  padding: 2px 25px 0;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 17px;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.seikooc--btn:not(:nth-child(1)) {
  margin-left: 10px;
}
.notouch .seikooc--btn:hover {
  color: #202020;
  background-color: #fff;
}
.seikooc--btn:focus-visible {
  color: #2c2ce7;
  background-color: #fff;
}
.seikooc--btn.seikooc--btn__refuse {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.75);
}
.seikooc--btn.seikooc--btn__accept {
  border-width: 2px;
  font-weight: 700;
}
#header {
  padding-top: 30px;
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  height: 80px;
  z-index: 20;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: background-color 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
#main-logo {
  grid-column: 1 / span 5;
  display: block;
  margin: -2px 0 0 -1px;
  width: 160px;
  height: 25px;
}
#infos_message {
  display: none;
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 150px;
  background-color: #2c2ce7;
  overflow: hidden;
  z-index: 93;
}
#infos_message::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.infos_message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 150px;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.infos_message--txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  color: #fff;
  letter-spacing: 0.05em;
}
.infos_message--txt.rich_text p {
  font-size: 13px;
  line-height: 18px;
}
.infos_message--txt.rich_text a {
  color: #fff;
}
.infos_message--close {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infos_message--close::after,
.infos_message--close::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.infos_message--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.infos_message--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.infos_message--close:hover {
  background-color: #fff;
}
.infos_message--close:hover::after,
.infos_message--close:hover::before {
  background-color: #2c2ce7;
}
.infos_message--close:focus-visible {
  background-color: #fff;
}
.infos_message--close:focus-visible::after,
.infos_message--close:focus-visible::before {
  background-color: #2c2ce7;
}
#main_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 113;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ml--words {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 13.75vw;
  text-align: center;
}
.ml--word {
  display: block;
  margin: auto;
  opacity: 0;
  position: absolute;
  inset: 0;
  height: 13.75vw;
  width: 100%;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ml--word:first-of-type {
  position: relative;
}
.ml--background {
  background-color: #202020;
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.column_width__1 {
  grid-column: auto/span 1;
}
.column_width__2 {
  grid-column: auto/span 2;
}
.column_width__3 {
  grid-column: auto/span 3;
}
.column_width__4 {
  grid-column: auto/span 4;
}
.column_width__5 {
  grid-column: auto/span 5;
}
.column_width__6 {
  grid-column: auto/span 6;
}
.column_width__7 {
  grid-column: auto/span 7;
}
.column_width__8 {
  grid-column: auto/span 8;
}
.column_width__9 {
  grid-column: auto/span 9;
}
.column_width__10 {
  grid-column: auto/span 10;
}
.column_width__11 {
  grid-column: auto/span 11;
}
.column_width__12 {
  grid-column: auto/span 12;
}
.flexible_margin_top_none {
  margin-top: 0;
}
.flexible_margin_top_small {
  margin-top: 30px;
}
.flexible_margin_top_medium {
  margin-top: 60px;
}
.flexible_margin_top_large {
  margin-top: 120px;
}
.flexible_margin_bottom_none {
  margin-bottom: 0;
}
.flexible_margin_bottom_small {
  margin-bottom: 30px;
}
.flexible_margin_bottom_medium {
  margin-bottom: 60px;
}
.flexible_margin_bottom_large {
  margin-bottom: 120px;
}
.flx__intro.flx_margin_bottom_default {
  margin-bottom: 280px;
}
.flx__intro-image_wrapper {
  grid-column: 1 / span 9;
}
.flx__intro-image {
  width: 100%;
}
.flx__intro-content {
  font: 400 20px/30px PPTelegraf, sans-serif;
  grid-column: 11/-1;
  padding-top: 80px;
}
.flx__intro-title {
  margin-bottom: 10px;
}
.flx__intro-list {
  opacity: 0.5;
  margin-bottom: 80px;
}
.flx__media.flx_margin_bottom_default {
  margin-bottom: 315px;
}
.flx__space {
  display: block;
  overflow-y: hidden;
  position: relative;
  z-index: 10;
  height: 2px;
}
.flx__space--show_line::before {
  background-color: #2c2ce7;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
}
.flx__text_list.flx_margin_bottom_default {
  margin-bottom: 323px;
}
.flx__text_list-content {
  grid-column: 2 / span 6;
}
.flx__text_list-title {
  font: 400 20px/30px PPTelegraf, sans-serif;
  margin-bottom: 17px;
}
.flx__text_list-details {
  font: 400 20px/30px PPTelegraf, sans-serif;
  grid-column: 10/-2;
}
.flx__text_list-details_title {
  margin-bottom: 30px;
}
.flx__text_list-list {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 80px;
  position: relative;
}
.flx__text_list-list div:not(:last-of-type) li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 17px;
  padding-bottom: 22px;
}
.flx__text-title {
  font: 400 20px/30px PPTelegraf, sans-serif;
  margin-bottom: 17px;
}
@media (min-width: 960px) {
  .agency-intro .agency-intro_media {
    margin-top: 136px;
  }
}
@media (min-width: 961px) {
  .page_content .page_content-inner {
    -webkit-transform: scale(var(--footer-scale, 1));
    transform: scale(var(--footer-scale, 1));
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .page-template-template-contact #header.sticked {
    background-color: rgba(0, 0, 0, 0);
  }
  .team-member_guillaume {
    grid-column: 9 / span 5;
    grid-row: 1;
    margin-top: 35.45%;
  }
  .team-member_mateo {
    grid-column: 2 / span 5;
    grid-row: 1;
    margin-top: 98%;
  }
  .team-member_laurent {
    grid-column: 3 / span 5;
    grid-row: 3;
    margin-top: 83.4%;
  }
  .team-member_gaston {
    grid-column: 2 / span 5;
    grid-row: 4;
    margin-top: 114.6%;
  }
  .team-member_jb {
    grid-column: 7 / span 5;
    grid-row: 5;
    margin-top: 31.3%;
  }
  .team-illustration_1 {
    grid-column: 10 / span 4;
    grid-row: 2;
    margin-top: 52.635%;
  }
  .team-illustration_2 {
    grid-column: 8 / span 3;
    grid-row: 2;
    margin-top: 160.8%;
  }
  .team-illustration_3 {
    grid-column: 2 / span 4;
    grid-row: 3;
    margin-top: 79%;
  }
  .team-illustration_4 {
    grid-column: 10 / span 4;
    grid-row: 4;
    margin-top: 65.8%;
    z-index: 2;
  }
  .team-illustration_5 {
    grid-column: 9 / span 3;
    grid-row: 4;
    margin-top: 196.5%;
  }
  .team-illustration_6 {
    grid-column: 11 / span 3;
    grid-row: 5;
    margin-top: 35.75%;
  }
  .team-illustration_7 {
    grid-column: 2 / span 3;
    grid-row: 5;
    margin-top: 250%;
  }
  .team-text_1 {
    grid-column: 2 / span 4;
    grid-row: 2;
    margin-top: 92.2%;
  }
  .team-text_2 {
    grid-column: 9 / span 4;
    grid-row: 3;
    margin-top: 144.8%;
  }
  #header.sticked {
    background-color: #202020;
  }
  #header.sticked:not(.visible) {
    -webkit-transform: translateY(-80px) scale(var(--footer-scale, 1));
    transform: translateY(-80px) scale(var(--footer-scale, 1));
  }
  #header.sticked.visible {
    -webkit-transform: translateY(0) scale(var(--footer-scale, 1));
    transform: translateY(0) scale(var(--footer-scale, 1));
  }
  #header.force-hidden {
    -webkit-transform: translateY(-80px) scale(var(--footer-scale, 1)) !important;
    transform: translateY(-80px) scale(var(--footer-scale, 1)) !important;
  }
  .js #main-logo {
    background: rgba(0, 0, 0, 0) url(../img/logo-sprite.png) 0 0;
    background-size: 160px 325px;
    display: block;
  }
  .js #main-logo svg {
    display: none;
  }
  .js #main-logo:focus-visible {
    background-color: #005266;
    -webkit-transition: background-color 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #main_menu {
    font: 400 20px/30px PPTelegraf, sans-serif;
    letter-spacing: 1px;
    grid-column: 7/-1;
  }
  #main_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 28px;
    width: 100%;
  }
  #main_menu .language {
    display: none;
  }
  #main_menu .current-menu-item .main_menu--item-link,
  #main_menu .current_page_parent .main_menu--item-link {
    opacity: 1;
  }
  .main_menu--item-link:hover {
    opacity: 1;
  }
  .main_menu--item-link:focus-visible {
    background-color: #005266;
    -webkit-transition: background-color 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .main_menu--item-link:focus-visible {
    opacity: 1;
    color: #fff;
  }
  .mobile-toggle {
    display: none;
  }
  .flx__media[data-layout='single'] .flx__media-left {
    grid-column: 2/-2;
  }
  .flx__media[data-layout='left_large'] .flx__media-left {
    grid-column: 2 / span 7;
  }
  .flx__media[data-layout='left_large'] .flx__media-right {
    grid-column: 10/-2;
  }
  .flx__media[data-layout='right_large'] .flx__media-left {
    grid-column: 2 / span 4;
  }
  .flx__media[data-layout='right_large'] .flx__media-right {
    grid-column: 7/-2;
  }
  .flx__text.flx_margin_bottom_default {
    margin-bottom: 323px;
  }
  .flx__text .flx__text-content {
    grid-column: 2 / span 7;
  }
  .flx__text[data-layout='right'] .flx__text-content {
    grid-column: 8/-2;
  }
  .flx__text[data-layout='left'][data-width='full'] .flx__text-content {
    grid-column: 2/-2;
  }
}
@media (min-width: 961px) and (hover: hover) {
  #main_menu .current-menu-item .main_menu--item-link:before,
  #main_menu .current_page_parent .main_menu--item-link:before {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@media (max-width: 1699px) {
  :root {
    --padding: 110px;
  }
}
@media (max-width: 1280px) {
  .rich_text .figures {
    font: 400 40px/50px PPTelegraf, sans-serif;
  }
  .rich_text ol,
  .rich_text ul {
    font: 400 25px/40px PPTelegraf, sans-serif;
  }
  .rich_text p {
    font: 400 25px/40px PPTelegraf, sans-serif;
  }
  .agency-awards_label {
    font: 400 25px/40px PPTelegraf, sans-serif;
  }
  .agency-clients {
    --images-per-line: 5;
    --image-width: 90px;
  }
  .footer-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column: 1/-1;
    grid-row: auto;
    padding-top: 0;
    margin-top: 88px;
  }
}
@media (max-width: 1279px) {
  :root {
    --padding: 40px;
  }
}
@media (max-width: 960px) {
  .button {
    padding: 12px 30px 6px;
  }
  .button[target='_blank'] {
    padding-right: 55px;
  }
  .rich_text .figures {
    font: 400 26px/36px PPTelegraf, sans-serif;
  }
  .rich_text ol,
  .rich_text ul {
    font: 400 20px/30px PPTelegraf, sans-serif;
  }
  .rich_text ol:not(:last-child),
  .rich_text ul:not(:last-child) {
    margin-bottom: 30px;
  }
  .rich_text .table_wrapper {
    overflow-x: auto;
  }
  .rich_text table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .rich_text table td {
    max-width: 640px;
  }
  .rich_text p {
    font: 400 20px/30px PPTelegraf, sans-serif;
  }
  .rich_text p:not(:last-child) {
    margin-bottom: 30px;
  }

  .agency-intro {
    padding-top: 183px;
    padding-bottom: 153px;
  } /*padding-top:87px gebc*/
  .agency-intro_media-wrapper {
    grid-column: 1/-1;
  }
  .agency-intro_text {
    padding-top: 90px;
    grid-column: 1/-1;
    margin-top: 0px;
  }
  .agency-awards {
    padding-top: 115px;
    padding-bottom: 180px;
  }
  .agency-awards_title {
    border-bottom: 1px solid #fff;
    grid-column: 1/-1;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .agency-awards_labels {
    display: none;
  }
  .agency-awards_label {
    font: 400 20px/30px PPTelegraf, sans-serif;
  }
  .js .agency-awards_list-mask {
    height: 60vh;
  }
  .agency-awards_item {
    display: block;
  }
  .agency-awards_link {
    display: block;
    font: 400 18px/25px PPTelegraf, sans-serif;
    padding-top: 12px;
    padding-right: 50px;
    position: relative;
  }
  .agency-awards_link:after {
    margin-top: 12px;
    grid-column: 1/-1;
    margin-left: 0;
    margin-right: -30px;
  }
  .agency-awards_link .icon_wrapper {
    position: absolute;
    top: 13px;
    right: 0;
  }
  .agency-awards_award {
    margin-bottom: 5px;
  }
  .agency-awards_project {
    opacity: 0.5;
  }
  .agency-awards_more {
    width: calc(100% - 40px);
  }
  .agency-clients {
    --images-per-line: 2;
    --image-width: 110px;
  }
  .agency-clients_title {
    margin-top: 48px;
    margin-bottom: 60px;
    grid-column: 1/-1;
  }
  .agency-clients_list-inner {
    grid-column: 1/-1;
    row-gap: 50px;
  }
  .agency-name {
    padding-top: 183px;
    padding-bottom: 153px;
  }
  .agency-name_text {
    grid-row: 2;
    grid-column: 1/-1;
    margin-top: 117px;
  }
  .agency-name_media-wrapper {
    grid-row: 1;
    grid-column: 1/-1;
  }
  .contact-emails_list {
    grid-column: 1/-1;
  }
  .contact-emails_title {
    margin-bottom: 0;
  }
  .contact-emails_item {
    margin-bottom: 20px;
  }
  .contact-emails_item .contact-emails_link {
    padding-bottom: 8px;
  }
  .contact-emails_item .contact-emails_link .contact-emails_copy_wrapper {
    display: none;
  }
  .contact-emails_link.email-copy_link.transition-link {
    font-size: 20px;
  }
  .contact {
    margin-top: 60px;
  }
  .contact_content {
    grid-column: 1/-1;
  }
  .contact-newsletter {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .contact_newsletter-content {
    grid-column: 1/-1;
  }
  .project_toc {
    background-color: #101010;
    font: 400 14px/30px PPTelegraf, sans-serif;
    inset: auto 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .project_toc.hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .project_toc .project_toc-link {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    width: auto;
  }
  .project-next {
    grid-column: 1/-1;
    height: 50vh;
  }
  .project_card-thumbnail_wrapper {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .project_card-texts {
    grid-column: 1/-1;
    grid-row: auto;
    margin-top: 20px;
  }
  .project_card-excerpt {
    font: 400 20px/30px PPTelegraf, sans-serif;
    margin-top: 10px;
  }
  .projects-content .rich_text {
    grid-column: 1/-1;
  }
  .projects-content .rich_text .button {
    padding-left: 60px;
    padding-right: 60px;
  }
  .services-services {
    padding-bottom: 160px;
  }
  .services-services_image {
    grid-column: 2/-2;
    grid-row: auto;
  }
  .services-services_content,
  .services-services_delivrables_list,
  .services-services_delivrables_title,
  .services-services_title {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .services-services_content {
    font: 400 20px/30px PPTelegraf, sans-serif;
  }
  .team-member_guillaume {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .team-member_mateo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .team-member_laurent {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .team-member_gaston {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-member_jb {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .team-illustration_1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-illustration_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-illustration_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .team-illustration_4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-illustration_5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-illustration_6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .team-illustration_7 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .team-text_1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-text_2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .chapo-wrapper {
    grid-column: 1/-1;
  }
  .email-copy_link.transition-link svg {
    max-width: 12px;
  }
  .email-copy_link.transition-link.bordered {
    padding-bottom: 15px;
  }
  #footer {
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .footer-intro {
    grid-column: 1/-1;
    margin-bottom: 58px;
  }
  .footer-address {
    margin-bottom: 51px;
    grid-column: 1/-1;
    grid-row: 3;
    text-align: left;
    padding-bottom: 0;
  }
  .footer-contact {
    font: 400 26px/40px PPTelegraf, sans-serif;
    grid-column: 1/-1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row: 2;
    text-align: left;
    padding-bottom: 35px;
  }
  .footer-social {
    font: 400 26px/40px PPTelegraf, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    grid-column: 1/-1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row: auto;
  }
  .footer-languages {
    display: none;
  }
  .footer-contact_email.email-copy_link.transition-link {
    opacity: 0.5;
  }
  .footer-contact_email.email-copy_link.transition-link svg {
    display: none;
  }
  .footer-contact_email.email-copy_link.transition-link
    .email-copy_copy_wrapper {
    display: none;
  }
  .big_title {
    font-size: 40px;
    line-height: 50px;
  }
  #header {
    -webkit-transform: translateY(0) scale(var(--footer-scale, 1));
    transform: translateY(0) scale(var(--footer-scale, 1));
  }
  #header {
    display: block;
    position: absolute;
    -webkit-transform: none;
    transform: none;
  }
  #main-logo {
    position: fixed;
    top: 18px;
    left: 20px;
    width: 127px;
    height: 31px;
    z-index: 20;
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px var(--padding);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .mobile-toggle .text {
    font: 400 20px/30px PPTelegraf, sans-serif;
    letter-spacing: 1px;
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: transform;
  }
  .mobile-toggle .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    row-gap: 6px;
  }
  .mobile-toggle .icon:after,
  .mobile-toggle .icon:before {
    background-color: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: transform;
  }
  #main_menu {
    background-color: #2c2ce7;
    margin: auto;
    overflow: hidden;
    position: fixed;
    inset: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #main_menu .main_menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    height: 100%;
  }
  #main_menu .main_menu-inner .menu {
    font: 400 34px/30px PPTelegraf, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin: auto auto 80px auto;
    padding-top: 150px;
    width: 100%;
    height: auto;
  }
  #main_menu .main_menu-inner .language {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: auto auto 50px auto;
  }
  #main_menu .main_menu-inner .language .lang-item {
    display: block;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
  }
  #main_menu .main_menu-inner .language .lang-item a {
    border-radius: 100%;
    font: 400 16px/30px PPTelegraf, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 0 0 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #main_menu .main_menu-inner .language .lang-item.current-lang a {
    border-color: #fff;
  }
  .main_menu--item-link {
    opacity: 0.5;
  }
  .current-menu-item .main_menu--item-link,
  .current_page_parent .main_menu--item-link {
    opacity: 1;
  }
  #header.sticked:not(.visible):not(.mobile-menu-open) #main-logo,
  #header.sticked:not(.visible):not(.mobile-menu-open) .mobile-toggle .text {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  #header.mobile-menu-open #main_menu,
  #header.mobile-menu-open .main_menu-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #header.mobile-menu-open .mobile-toggle .icon:before {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  #header.mobile-menu-open .mobile-toggle .icon:after {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
  .flx__intro.flx_margin_bottom_default {
    margin-bottom: 60px;
  }
  .flx__intro-image_wrapper {
    grid-column: 1/-1;
  }
  .flx__intro-content {
    grid-column: 1/-1;
    padding-top: 30px;
  }
  .flx__intro-list {
    margin-bottom: 30px;
  }
  .flx__media.flx_margin_bottom_default {
    margin-bottom: 60px;
  }
  .flx__media .grid {
    row-gap: 60px;
  }
  .flx__media-left {
    grid-column: 1/-1;
  }
  .flx__media-right {
    grid-column: 1/-1;
  }
  .flx__text_list.flx_margin_bottom_default {
    margin-bottom: 60px;
  }
  .flx__text_list-content {
    grid-column: 1/-1;
    margin-bottom: 60px;
  }
  .flx__text_list-details {
    grid-column: 1/-1;
  }
  .flx__text-content {
    grid-column: 1/-1;
  }
  .flx__text.flx_margin_bottom_default {
    margin-bottom: 60px;
  }
}
@media (max-width: 939px) {
  :root {
    --padding: 20px;
  }
}
@media screen and (max-width: 679px) {
  .rich_text hr.alt-separator {
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  #seikooc {
    right: 10px;
    bottom: 10px;
    padding: 20px;
    max-width: calc(100% - 20px);
  }
  .infos_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .infos_message--txt {
    padding-right: 0;
  }
  .infos_message--close {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .footer-contact {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 961px) and (max-width: 1080px) {
  .footer-contact_email.email-copy_link.transition-link {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .footer-contact_email.email-copy_link.transition-link
    .email-copy_copy_wrapper {
    font-size: 16px;
    overflow: visible;
  }
  .footer-contact_email.email-copy_link.transition-link svg {
    display: none;
  }
}
@media (hover: hover) {
  .rich_text a:not(.button) {
    background-image: linear-gradient(to top, #fff 0, #fff 0);
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: none 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: none 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-property: background-size, color;
    transition-property: background-size, color;
  }
  .rich_text a:not(.button):hover {
    background-size: 100% 100%;
    color: #101010;
    text-decoration: none;
  }
  .rich_text a:not(.button):focus-visible {
    background-color: #005266;
    -webkit-transition: background-color 0.3s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .email-copy_link.transition-link:hover.bordered:after {
    background-size: 100% 1px, 100% 1px;
  }
  .email-copy_link.transition-link:hover .email-copy_copy_wrapper {
    opacity: 1;
  }
  .email-copy_link.transition-link:hover .email-copy_copy--text::before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
    color: rgba(255, 255, 255, 0.5);
  }
  .email-copy_link.transition-link:hover svg {
    opacity: 0.5;
    -webkit-transition-delay: var(--transition-delay);
    transition-delay: var(--transition-delay);
  }
  .transition-link:not(:hover):before {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .transition-link:hover:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .transition-link:not(.transition-link-line):not(:hover)
    .transition-link-line:before {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .transition-link:not(.transition-link-line):hover
    .transition-link-line:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .transition-link-line {
    color: rgba(255, 255, 255, 0.7);
  }
  .transition-link-line:before {
    color: #fff;
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -10;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.4s
      cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955),
      -webkit-clip-path 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: clip-path;
  }
}
