@charset "UTF-8";
/**
 * Variables
 *
 * @package starter
 */
/* Colors
 ========================================================================== */
/* Pixels
 ========================================================================== */
/* Fonts
 ========================================================================== */
/* Spacing
 ========================================================================== */
/* Containers
 ========================================================================== */
/* Media queries breakpoint
 ========================================================================== */
/* Header
 ========================================================================== */
/** Header top */
/** Header main */
/** Header CTA */
/* Colonnes rétractables
 ========================================================================== */
:root {
  --colonnes-retractables-open-width: 500px;
  --colonnes-retractables-padding: 2rem;
  --border-radius-braces: 30px 50px;
  --margin-top-negatif: clamp( 5rem, 27vw, 20rem );
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --colonnes-retractables-padding: 3rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  :root {
    --colonnes-retractables-open-width: 700px;
    --colonnes-retractables-padding: 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  :root {
    --colonnes-retractables-open-width: 900px;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --colonnes-retractables-padding: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  :root {
    --colonnes-retractables-open-width: 1080px;
  }
}
/** 
 * Calcule les breakpoint des tailles large en fonction de la largeur max et des paddings 
 * globaux définis dans theme.json (settings.layout.wideSize & styles.spacing.padding)
 * 
 * À noter que les paddings globaux sont modifiés dans 01-settings/variables.scss à partir
 * de 1200px de viewport.
 */
/* SVG
 ============================================================================= */
@font-face {
  font-family: "icomoon";
  src: url("../../assets/icomoon/fonts/icomoon.eot");
  src: url("../../assets/icomoon/fonts/icomoon.eot") format("embedded-opentype"), url("../../assets/icomoon/fonts/icomoon.ttf") format("truetype"), url("../../assets/icomoon/fonts/icomoon.woff") format("woff"), url("../../assets/icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icomoon, .socialMenu a::before,
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e901";
}

.icon-twitter:before, .socialMenu a[href*=twitter]:before {
  content: "\e900";
}

.icon-rss:before {
  content: "\e9fe";
}

.icon-link:before {
  content: "\e9fd";
}

.icon-facebook:before, .socialMenu a[href*=facebook]:before {
  content: "\ea90";
}

.icon-instagram:before, .socialMenu a[href*=instagram]:before {
  content: "\ea92";
}

.icon-youtube:before, .socialMenu a[href*=youtube]:before {
  content: "\ea9d";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-github:before {
  content: "\eab0";
}

.icon-linkedin:before, .socialMenu a[href*=linkedin]:before {
  content: "\eaca";
}

.icon-pinterest:before {
  content: "\ead1";
}

/**
 * Functions
 *
 * @package starter
 */
/* Font-size handling
 ======================================================== */
/* Encode color # for SVG
 ======================================================== */
/* Media queries handling
 ======================================================== */
/* from... */
/* to... */
/* from... to... */
/* at... */
/**
 * Classes
 *
 * @package starter
 */
/* Misc
 ======================================== */
.hidden {
  display: none;
}

/* Font-weight
 ======================================== */
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/* Acceleration
 ======================================== */
.acceleration, a.modal_close .modal_close_cross, a.modal_close, .modal_inner, .modal_bg, .modal, a.backToTop, .fullpageSearch_inner, .fullpageSearch, .searchResult a, .select::before, .burger-icon span,
.burger-icon span:before,
.burger-icon span:after, .accordeons.is-initialized .accordeons_accordeon_contenu, .accordeons_accordeon_titre_toggle::before, .accordeons_accordeon_titre_toggle::after,
.accordeons_accordeon_titre_toggle span::before,
.accordeons_accordeon_titre_toggle span::after, .accordeons_accordeon_titre, .accordeons_accordeon, ul.wp-block-social-links .wp-block-social-link, .wp-block-button__link.has-spinner .spinner, a,
.collapse {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Transitions
 ======================================== */
.transition, a.backToTop, .searchResult a::after, .search-form button[type=submit], input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
input[type=search],
input[type=password],
textarea, .swiper-pagination .swiper-pagination-bullet, .accordeons_accordeon_titre_toggle::before, .accordeons_accordeon_titre_toggle::after,
.accordeons_accordeon_titre_toggle span::before,
.accordeons_accordeon_titre_toggle span::after, .accordeons_accordeon_titre, .accordeons_accordeon, .wp-block-button__link.has-spinner .spinner, a {
  transition: all ease 150ms;
}

/* Spacings
 ======================================== */
.gluedToNextBlock {
  margin-bottom: 0 !important;
}
.gluedToNextBlock + * {
  margin-top: 0 !important;
}

@media screen and (max-width: 781px) {
  .gluedToNextBlock__mobile {
    margin-bottom: 0 !important;
  }
  .gluedToNextBlock__mobile + * {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 782px) {
  .gluedToNextBlock__desktop {
    margin-bottom: 0 !important;
  }
  .gluedToNextBlock__desktop + * {
    margin-top: 0 !important;
  }
}

.verticalPadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.verticalPadding_min {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.verticalPadding_large, .error404_content, .wp-block-pullquote.has-background.alignfull {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_large, .error404_content, .wp-block-pullquote.has-background.alignfull {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalPadding_large, .error404_content, .wp-block-pullquote.has-background.alignfull {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.verticalPadding_xlarge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_xlarge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalPadding_xlarge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.verticalPadding_top {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_top {
    padding-top: 3rem;
  }
}

.verticalPadding_top_large {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_top_large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalPadding_top_large {
    padding-top: 5rem;
  }
}

.verticalPadding_top_xlarge {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_top_xlarge {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalPadding_top_xlarge {
    padding-top: 8rem;
  }
}

.verticalPadding_bottom {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_bottom {
    padding-bottom: 3rem;
  }
}

.verticalPadding_bottom_large, .blogPage, .pageContent.pageContent__paddingBottom {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_bottom_large, .blogPage, .pageContent.pageContent__paddingBottom {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalPadding_bottom_large, .blogPage, .pageContent.pageContent__paddingBottom {
    padding-bottom: 5rem;
  }
}

.verticalPadding_bottom_xlarge {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalPadding_bottom_xlarge {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalPadding_bottom_xlarge {
    padding-bottom: 8rem;
  }
}

.verticalMargin, .wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin, .wp-block-separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
h2 + .verticalMargin, h2 + .wp-block-separator, h3 + .verticalMargin, h3 + .wp-block-separator, h4 + .verticalMargin, h4 + .wp-block-separator, h5 + .verticalMargin, h5 + .wp-block-separator, h6 + .verticalMargin, h6 + .wp-block-separator {
  margin-top: 0 !important;
}

.verticalMargin_min {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h2 + .verticalMargin_min, h3 + .verticalMargin_min, h4 + .verticalMargin_min, h5 + .verticalMargin_min, h6 + .verticalMargin_min {
  margin-top: 0 !important;
}

.verticalMargin_large, .newspocket, .colonnes-retractables, .dockedNav, .sitemap, .wp-block-pullquote, .is-style-starter-focus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_large, .newspocket, .colonnes-retractables, .dockedNav, .sitemap, .wp-block-pullquote, .is-style-starter-focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalMargin_large, .newspocket, .colonnes-retractables, .dockedNav, .sitemap, .wp-block-pullquote, .is-style-starter-focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
h2 + .verticalMargin_large, h2 + .newspocket, h2 + .colonnes-retractables, h2 + .dockedNav, h2 + .sitemap, h2 + .wp-block-pullquote, h2 + .is-style-starter-focus, h3 + .verticalMargin_large, h3 + .newspocket, h3 + .colonnes-retractables, h3 + .dockedNav, h3 + .sitemap, h3 + .wp-block-pullquote, h3 + .is-style-starter-focus, h4 + .verticalMargin_large, h4 + .newspocket, h4 + .colonnes-retractables, h4 + .dockedNav, h4 + .sitemap, h4 + .wp-block-pullquote, h4 + .is-style-starter-focus, h5 + .verticalMargin_large, h5 + .newspocket, h5 + .colonnes-retractables, h5 + .dockedNav, h5 + .sitemap, h5 + .wp-block-pullquote, h5 + .is-style-starter-focus, h6 + .verticalMargin_large, h6 + .newspocket, h6 + .colonnes-retractables, h6 + .dockedNav, h6 + .sitemap, h6 + .wp-block-pullquote, h6 + .is-style-starter-focus {
  margin-top: 0 !important;
}
@media screen and (min-width: 1200px) {
  h2 + .verticalMargin_large, h2 + .newspocket, h2 + .colonnes-retractables, h2 + .dockedNav, h2 + .sitemap, h2 + .wp-block-pullquote, h2 + .is-style-starter-focus, h3 + .verticalMargin_large, h3 + .newspocket, h3 + .colonnes-retractables, h3 + .dockedNav, h3 + .sitemap, h3 + .wp-block-pullquote, h3 + .is-style-starter-focus, h4 + .verticalMargin_large, h4 + .newspocket, h4 + .colonnes-retractables, h4 + .dockedNav, h4 + .sitemap, h4 + .wp-block-pullquote, h4 + .is-style-starter-focus, h5 + .verticalMargin_large, h5 + .newspocket, h5 + .colonnes-retractables, h5 + .dockedNav, h5 + .sitemap, h5 + .wp-block-pullquote, h5 + .is-style-starter-focus, h6 + .verticalMargin_large, h6 + .newspocket, h6 + .colonnes-retractables, h6 + .dockedNav, h6 + .sitemap, h6 + .wp-block-pullquote, h6 + .is-style-starter-focus {
    margin-top: 3rem !important;
  }
}

.verticalMargin_xlarge {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_xlarge {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalMargin_xlarge {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
h2 + .verticalMargin_xlarge, h3 + .verticalMargin_xlarge, h4 + .verticalMargin_xlarge, h5 + .verticalMargin_xlarge, h6 + .verticalMargin_xlarge {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  h2 + .verticalMargin_xlarge, h3 + .verticalMargin_xlarge, h4 + .verticalMargin_xlarge, h5 + .verticalMargin_xlarge, h6 + .verticalMargin_xlarge {
    margin-top: 3rem !important;
  }
}

.verticalMargin_top {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_top {
    margin-top: 3rem;
  }
}

.verticalMargin_top_large {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_top_large {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalMargin_top_large {
    margin-top: 5rem;
  }
}

.verticalMargin_top_xlarge {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_top_xlarge {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalMargin_top_xlarge {
    margin-top: 8rem;
  }
}

.verticalMargin_bottom, .accordeons_accordeon .wp-block-media-text, .onglets__associations .onglets_onglet .wp-block-media-text, .onglets_onglet .wp-block-media-text, .wp-block-embed {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_bottom, .accordeons_accordeon .wp-block-media-text, .onglets__associations .onglets_onglet .wp-block-media-text, .onglets_onglet .wp-block-media-text, .wp-block-embed {
    margin-bottom: 3rem;
  }
}

.verticalMargin_bottom_large, .dockedNav_content_section:not(:last-child), .sitemap .campus {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_bottom_large, .dockedNav_content_section:not(:last-child), .sitemap .campus {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .verticalMargin_bottom_large, .dockedNav_content_section:not(:last-child), .sitemap .campus {
    margin-bottom: 5rem;
  }
}

.verticalMargin_bottom_xlarge {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .verticalMargin_bottom_xlarge {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .verticalMargin_bottom_xlarge {
    margin-bottom: 8rem;
  }
}

/* Children margins
 ======================================== */
.firstChildMt0 > *:first-child {
  margin-top: 0;
}

.lastChildMb0 > *:last-child {
  margin-bottom: 0;
}

/* Object-fit: cover; pour les images
 ======================================== */
.objectFitCover {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .iframe-googlemap {
    height: 250px;
  }
}

/* Box-shadow
 ======================================== */
.is-style-box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

/* Sticky
 ======================================== */
.is-position-sticky {
  position: sticky;
  top: calc(var(--wp--custom--header--height) + 2rem);
  z-index: 99;
}
.admin-bar .is-position-sticky {
  top: calc(var(--wp--custom--header--height) + 2rem + 32px);
}

/* Justify-content
 ======================================== */
.is-content-justification-center {
  justify-content: center;
}

.is-content-justification-left {
  justify-content: left;
}

.is-content-justification-right {
  justify-content: right;
}

.is-content-justification-space-between {
  justify-content: space-between;
}

/** 
 * Permet la césure
 */
.is-style-hyphens {
  hyphens: auto;
  /**
   * 10 : nombre minimum de caractères du mot à tronquer (les mots < 10 caractères ne sont pas tronqués) 
   *  3 : nombre minimum de caractères avant la césure
   *  4 : nombre minimum de caractères après la césure
   */
  hyphenate-limit-chars: 10 3 4;
}

/** 
 * Image en ligne
 */
.is-style-image-inline img {
  position: relative;
  top: 12px;
  right: 10px;
}

/* Text align
 ======================================== */
@media screen and (max-width: 600px) {
  .wp-block-heading.has-text-align-center {
    text-align: left;
  }
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .colonnes-retractables-col-content:before, .accordeons_accordeon_contenu:before, .onglets_onglet_contenu:before,
.cf:after,
.colonnes-retractables-col-content:after,
.accordeons_accordeon_contenu:after,
.onglets_onglet_contenu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after, .colonnes-retractables-col-content:after, .accordeons_accordeon_contenu:after, .onglets_onglet_contenu:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .colonnes-retractables-col-content, .accordeons_accordeon_contenu, .onglets_onglet_contenu {
  *zoom: 1;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 *
 * @package starter
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-margin-top: 0;
}

html, body {
  min-height: 100%;
  height: 100%;
  overflow-x: clip;
}

@media screen and (min-width: 1200px) {
  /*html {
      font-size: $body_font_size;
  }*/
}
/**
 * Relax the definition a bit, to allow components to override it manually.
 */
* {
  margin-block-start: 0px;
  scroll-margin-top: 12rem;
}
*, *::before, *::after {
  box-sizing: inherit;
  text-rendering: optimizeLegibility;
}

body {
  color: #181818;
  text-align: left;
}

.layout-container {
  width: 100%;
  min-height: 100%;
}
.layout-container.blur_effect:before {
  content: "";
  background: rgba(233, 238, 207, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1175px;
  width: 100%;
  backdrop-filter: blur(30px);
}
@-moz-document url-prefix() {
  .layout-container.blur_effect:before {
    background: rgba(233, 238, 230, 0.9);
  }
}

button {
  cursor: pointer;
}

/* Remove native hover effect on touch devices
 ========================================================================== */
a,
input[type=submit],
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/******************************************/
/***** Scrollbar CHROME SAFARI ******
*******************************************/
/**
 * Clearfix hack
 * http://nicolasgallagher.com/micro-clearfix-hack/
 * 
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * @package starter
 */
.cf::before, .colonnes-retractables-col-content::before, .accordeons_accordeon_contenu::before, .onglets_onglet_contenu::before, .cf::after, .colonnes-retractables-col-content::after, .accordeons_accordeon_contenu::after, .onglets_onglet_contenu::after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf::after, .colonnes-retractables-col-content::after, .accordeons_accordeon_contenu::after, .onglets_onglet_contenu::after {
  clear: both;
}

/**
 * Responsive medias
 *
 * @package starter
 */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  iframe.iframe-rdv {
    height: 2040px !important;
  }
  iframe.iframe-rdv-international {
    height: 2630px !important;
  }
}
@media screen and (min-width: 1200px) {
  iframe.iframe-rdv {
    height: 1690px !important;
  }
  iframe.iframe-rdv-international {
    height: 2040px !important;
  }
}
@media screen and (max-width: 1200px) {
  iframe.iframe-rdv-bordeaux,
  iframe.iframe-rdv-la-reunion,
  iframe.iframe-rdv-lille,
  iframe.iframe-rdv-lyon,
  iframe.iframe-rdv-marseilles,
  iframe.iframe-rdv-montpellier,
  iframe.iframe-rdv-mulhouse,
  iframe.iframe-rdv-moulins,
  iframe.iframe-rdv-nancy,
  iframe.iframe-rdv-nantes,
  iframe.iframe-rdv-nice,
  iframe.iframe-rdv-paris,
  iframe.iframe-rdv-rennes,
  iframe.iframe-rdv-strasbourg,
  iframe.iframe-rdv-toulouse {
    height: 2330px !important;
  }
}
@media screen and (min-width: 1200px) {
  iframe.iframe-rdv-bordeaux,
  iframe.iframe-rdv-la-reunion,
  iframe.iframe-rdv-lille,
  iframe.iframe-rdv-lyon,
  iframe.iframe-rdv-marseilles,
  iframe.iframe-rdv-montpellier,
  iframe.iframe-rdv-mulhouse,
  iframe.iframe-rdv-moulins,
  iframe.iframe-rdv-nancy,
  iframe.iframe-rdv-nantes,
  iframe.iframe-rdv-nice,
  iframe.iframe-rdv-paris,
  iframe.iframe-rdv-rennes,
  iframe.iframe-rdv-strasbourg,
  iframe.iframe-rdv-toulouse {
    height: 1820px !important;
  }
}
/**
 * Links
 *
 * @package starter
 */
a {
  cursor: pointer;
  color: inherit;
  text-underline-offset: 0.1em;
  text-decoration-skip-ink: all;
}
a:hover {
  text-decoration: none;
}

/*.has-white-color a {
    color: $white;
}*/
/* Icon links
 ==================================================== */
a.icon {
  font-size: 0;
  text-decoration: none;
}
a.icon i {
  font-size: 1.5rem;
}

/**
 * Medias
 *
 * @package starter
 */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img.img-rounded {
  border-radius: 999px;
}

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
object {
  max-width: 100%;
  margin-bottom: 2rem;
}

iframe {
  display: block;
  border: none;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  text-align: center;
}
.alignleft figcaption, .alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/**
 * Misc
 * Over here, place any elements that do not need to have their own file. 
 *
 * @package starter
 */
body {
  background-color: #F2F4F8;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

mark.has-background-color {
  padding: 1rem 2rem;
  border-radius: 10px;
}

sub {
  font-size: 100%;
  font-weight: 500;
  position: relative;
  bottom: 8px;
}
@media screen and (min-width: 782px) {
  sub {
    bottom: 17px;
  }
}

sup {
  font-size: 33%;
  font-weight: 500;
  top: -1.65em;
  margin-left: 5px;
}

.content-size {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-block-button__link) {
  border-radius: initial;
}

.blog .wp-site-blocks > main,
.archive .wp-site-blocks > main,
.single-post .wp-site-blocks > main,
.search .wp-site-blocks > main {
  padding-top: var(--wp--preset--spacing--xxl);
  padding-bottom: var(--wp--preset--spacing--xxl);
}
.blog .wp-site-blocks > main > *,
.archive .wp-site-blocks > main > *,
.single-post .wp-site-blocks > main > *,
.search .wp-site-blocks > main > * {
  margin-block-start: var(--wp--preset--spacing--xxl);
}
.blog .wp-site-blocks > main > *:first-child,
.archive .wp-site-blocks > main > *:first-child,
.single-post .wp-site-blocks > main > *:first-child,
.search .wp-site-blocks > main > *:first-child {
  margin-block-start: 0;
}

/* removed per design: unwanted top gap above first block
.entry-content.is-layout-constrained > * {
  margin-block-start: var(--wp--preset--spacing--xxl);
}
*/
.entry-content.is-layout-constrained > *:first-child.hero-home {
  margin-block-start: 0 !important;
}

.entry-content {
  padding-bottom: var(--wp--preset--spacing--xxl);
}

/**
 * Lists
 *
 * @package starter
 */
.entry-content ul,
.entry-content ol {
  margin-bottom: 2rem;
  padding-left: 0rem;
}
.entry-content li:not(:last-child) {
  margin-bottom: 0.75em;
}
.entry-content ol {
  padding-left: 1em;
}
.entry-content ol li {
  padding-left: 0.5em;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.entry-content ul li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0.9rem;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
}
.entry-content ul li ul {
  margin-top: 1rem;
}
.entry-content .has-blue-background-color ul li::before,
.entry-content .has-darkblue-background-color ul li::before,
.entry-content .has-orange-background-color ul li::before {
  border-color: #F2F4F8;
}

/* Liste checkboxes 
 ============================================= */
ul.is-style-starter-list-checkboxes {
  padding-left: 0;
}
ul.is-style-starter-list-checkboxes li {
  padding-left: 42px;
}
ul.is-style-starter-list-checkboxes li:not(:last-child) {
  margin-bottom: 2em;
}
ul.is-style-starter-list-checkboxes li::before {
  border-radius: 0;
  width: 27px;
  height: 25px;
  top: 0;
  border: none;
  background: url("https://www.epitech.eu/wp-content/themes/epitech-refonte/dist/images/list-checkbox.svg") no-repeat;
}
.has-blue-background-color ul.is-style-starter-list-checkboxes li::before, .has-darkblue-background-color ul.is-style-starter-list-checkboxes li::before, .has-orange-background-color ul.is-style-starter-list-checkboxes li::before {
  background: url("https://www.epitech.eu/wp-content/themes/epitech-refonte/dist/images/list-checkbox-blanc.svg") no-repeat;
}

/* Liste Transport 
 ============================================= */
ul.is-style-transport li:not(:last-child) {
  margin-bottom: 1em;
}
ul.is-style-transport li mark {
  padding-top: 2px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

/* espacer
 ============================================= */
ul.is-style-space li:not(:last-child) {
  margin-bottom: 2rem;
}

ul.has-background {
  background: transparent !important;
  padding: 0;
}
ul.has-secondary-background-color li::before {
  background-color: var(--wp--preset--color--secondary);
}
ul.has-terciary-background-color li::before {
  background-color: var(--wp--preset--color--terciary);
}
ul.has-terciary-transparent-background-color li::before {
  background-color: var(--wp--preset--color--terciary);
}
ul.has-purple-background-color li::before {
  background-color: var(--wp--preset--color--purple);
}
ul.has-grey-background-color li::before {
  background-color: var(--wp--preset--color--grey);
}
ul.has-white-background-color li::before {
  background-color: #F2F4F8;
}
ul.has-black-background-color li::before {
  background-color: black;
}

/**
 * Paragraph
 *
 * @package starter
 */
/* Lead & Balises
 ============================================= */
.is-style-lead, .is-style-lead-balises {
  font-size: var(--wp--preset--font-size--heading-xxs);
  margin-bottom: var(--wp--preset--spacing--l);
}

p.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech p.is-style-balises::before {
  color: #00ff97;
}

p.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together p.is-style-balises::before {
  color: #ff5f3a;
}

p.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow p.is-style-balises::before {
  color: #ff1ef7;
}

p.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

p.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech p.is-style-lead-balises::before {
  color: #00ff97;
}

p.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together p.is-style-lead-balises::before {
  color: #ff5f3a;
}

p.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow p.is-style-lead-balises::before {
  color: #ff1ef7;
}

p.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h1.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h1.is-style-balises::before {
  color: #00ff97;
}

h1.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h1.is-style-balises::before {
  color: #ff5f3a;
}

h1.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h1.is-style-balises::before {
  color: #ff1ef7;
}

h1.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h1.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h1.is-style-lead-balises::before {
  color: #00ff97;
}

h1.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h1.is-style-lead-balises::before {
  color: #ff5f3a;
}

h1.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h1.is-style-lead-balises::before {
  color: #ff1ef7;
}

h1.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h2.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h2.is-style-balises::before {
  color: #00ff97;
}

h2.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h2.is-style-balises::before {
  color: #ff5f3a;
}

h2.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h2.is-style-balises::before {
  color: #ff1ef7;
}

h2.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h2.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h2.is-style-lead-balises::before {
  color: #00ff97;
}

h2.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h2.is-style-lead-balises::before {
  color: #ff5f3a;
}

h2.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h2.is-style-lead-balises::before {
  color: #ff1ef7;
}

h2.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h3.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h3.is-style-balises::before {
  color: #00ff97;
}

h3.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h3.is-style-balises::before {
  color: #ff5f3a;
}

h3.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h3.is-style-balises::before {
  color: #ff1ef7;
}

h3.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h3.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h3.is-style-lead-balises::before {
  color: #00ff97;
}

h3.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h3.is-style-lead-balises::before {
  color: #ff5f3a;
}

h3.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h3.is-style-lead-balises::before {
  color: #ff1ef7;
}

h3.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h4.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h4.is-style-balises::before {
  color: #00ff97;
}

h4.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h4.is-style-balises::before {
  color: #ff5f3a;
}

h4.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h4.is-style-balises::before {
  color: #ff1ef7;
}

h4.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h4.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h4.is-style-lead-balises::before {
  color: #00ff97;
}

h4.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h4.is-style-lead-balises::before {
  color: #ff5f3a;
}

h4.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h4.is-style-lead-balises::before {
  color: #ff1ef7;
}

h4.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h5.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h5.is-style-balises::before {
  color: #00ff97;
}

h5.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h5.is-style-balises::before {
  color: #ff5f3a;
}

h5.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h5.is-style-balises::before {
  color: #ff1ef7;
}

h5.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h5.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h5.is-style-lead-balises::before {
  color: #00ff97;
}

h5.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h5.is-style-lead-balises::before {
  color: #ff5f3a;
}

h5.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h5.is-style-lead-balises::before {
  color: #ff1ef7;
}

h5.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h6.is-style-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h6.is-style-balises::before {
  color: #00ff97;
}

h6.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h6.is-style-balises::before {
  color: #ff5f3a;
}

h6.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h6.is-style-balises::before {
  color: #ff1ef7;
}

h6.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

h6.is-style-lead-balises::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h6.is-style-lead-balises::before {
  color: #00ff97;
}

h6.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together h6.is-style-lead-balises::before {
  color: #ff5f3a;
}

h6.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow h6.is-style-lead-balises::before {
  color: #ff1ef7;
}

h6.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

p.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech p.is-style-balises::after {
  color: #00ff97;
}

p.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together p.is-style-balises::after {
  color: #ff5f3a;
}

p.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow p.is-style-balises::after {
  color: #ff1ef7;
}

p.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

p.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech p.is-style-lead-balises::after {
  color: #00ff97;
}

p.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together p.is-style-lead-balises::after {
  color: #ff5f3a;
}

p.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow p.is-style-lead-balises::after {
  color: #ff1ef7;
}

p.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h1.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h1.is-style-balises::after {
  color: #00ff97;
}

h1.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h1.is-style-balises::after {
  color: #ff5f3a;
}

h1.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h1.is-style-balises::after {
  color: #ff1ef7;
}

h1.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h1.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h1.is-style-lead-balises::after {
  color: #00ff97;
}

h1.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h1.is-style-lead-balises::after {
  color: #ff5f3a;
}

h1.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h1.is-style-lead-balises::after {
  color: #ff1ef7;
}

h1.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h2.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h2.is-style-balises::after {
  color: #00ff97;
}

h2.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h2.is-style-balises::after {
  color: #ff5f3a;
}

h2.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h2.is-style-balises::after {
  color: #ff1ef7;
}

h2.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h2.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h2.is-style-lead-balises::after {
  color: #00ff97;
}

h2.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h2.is-style-lead-balises::after {
  color: #ff5f3a;
}

h2.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h2.is-style-lead-balises::after {
  color: #ff1ef7;
}

h2.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h3.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h3.is-style-balises::after {
  color: #00ff97;
}

h3.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h3.is-style-balises::after {
  color: #ff5f3a;
}

h3.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h3.is-style-balises::after {
  color: #ff1ef7;
}

h3.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h3.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h3.is-style-lead-balises::after {
  color: #00ff97;
}

h3.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h3.is-style-lead-balises::after {
  color: #ff5f3a;
}

h3.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h3.is-style-lead-balises::after {
  color: #ff1ef7;
}

h3.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h4.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h4.is-style-balises::after {
  color: #00ff97;
}

h4.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h4.is-style-balises::after {
  color: #ff5f3a;
}

h4.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h4.is-style-balises::after {
  color: #ff1ef7;
}

h4.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h4.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h4.is-style-lead-balises::after {
  color: #00ff97;
}

h4.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h4.is-style-lead-balises::after {
  color: #ff5f3a;
}

h4.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h4.is-style-lead-balises::after {
  color: #ff1ef7;
}

h4.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h5.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h5.is-style-balises::after {
  color: #00ff97;
}

h5.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h5.is-style-balises::after {
  color: #ff5f3a;
}

h5.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h5.is-style-balises::after {
  color: #ff1ef7;
}

h5.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h5.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h5.is-style-lead-balises::after {
  color: #00ff97;
}

h5.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h5.is-style-lead-balises::after {
  color: #ff5f3a;
}

h5.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h5.is-style-lead-balises::after {
  color: #ff1ef7;
}

h5.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h6.is-style-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h6.is-style-balises::after {
  color: #00ff97;
}

h6.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h6.is-style-balises::after {
  color: #ff5f3a;
}

h6.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h6.is-style-balises::after {
  color: #ff1ef7;
}

h6.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

h6.is-style-lead-balises::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech h6.is-style-lead-balises::after {
  color: #00ff97;
}

h6.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together h6.is-style-lead-balises::after {
  color: #ff5f3a;
}

h6.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow h6.is-style-lead-balises::after {
  color: #ff1ef7;
}

h6.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color p.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech p.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color p.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color p.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together p.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color p.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color p.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow p.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color p.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech p.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color p.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color p.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together p.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color p.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color p.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow p.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h1.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h1.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h1.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h1.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h1.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h1.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h1.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h1.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h1.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h1.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h1.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h1.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h1.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h1.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h2.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h2.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h2.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h2.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h2.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h2.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h2.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h2.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h2.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h2.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h2.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h2.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h2.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h2.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h3.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h3.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h3.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h3.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h3.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h3.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h3.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h3.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h3.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h3.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h3.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h3.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h3.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h3.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h4.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h4.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h4.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h4.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h4.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h4.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h4.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h4.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h4.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h4.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h4.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h4.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h4.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h4.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h5.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h5.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h5.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h5.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h5.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h5.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h5.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h5.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h5.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h5.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h5.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h5.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h5.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h5.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h6.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h6.is-style-balises::before {
  color: #00ff97;
}

.has-primary-background-color h6.is-style-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h6.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h6.is-style-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h6.is-style-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h6.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h6.is-style-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-lead-balises::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h6.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h6.is-style-lead-balises::before {
  color: #00ff97;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h6.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h6.is-style-lead-balises::before {
  color: #ff5f3a;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h6.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h6.is-style-lead-balises::before {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color p.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech p.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color p.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color p.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together p.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color p.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color p.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow p.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color p.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech p.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color p.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color p.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together p.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color p.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color p.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow p.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color p.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h1.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h1.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h1.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h1.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h1.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h1.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h1.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h1.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h1.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h1.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h1.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h1.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h1.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h1.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h1.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h2.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h2.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h2.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h2.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h2.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h2.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h2.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h2.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h2.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h2.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h2.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h2.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h2.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h2.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h2.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h3.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h3.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h3.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h3.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h3.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h3.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h3.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h3.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h3.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h3.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h3.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h3.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h3.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h3.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h3.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h4.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h4.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h4.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h4.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h4.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h4.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h4.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h4.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h4.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h4.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h4.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h4.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h4.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h4.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h4.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h5.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h5.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h5.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h5.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h5.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h5.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h5.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h5.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h5.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h5.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h5.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h5.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h5.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h5.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h5.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h6.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h6.is-style-balises::after {
  color: #00ff97;
}

.has-primary-background-color h6.is-style-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h6.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h6.is-style-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h6.is-style-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h6.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h6.is-style-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-lead-balises::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color h6.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech h6.is-style-lead-balises::after {
  color: #00ff97;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color h6.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together h6.is-style-lead-balises::after {
  color: #ff5f3a;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color h6.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow h6.is-style-lead-balises::after {
  color: #ff1ef7;
}

.has-primary-background-color h6.is-style-lead-balises.pixel-tomorrow::after {
  color: #ff1ef7;
}

div.is-style-balises > p:first-of-type::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech div.is-style-balises > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-balises.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-balises .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-balises > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

div.is-style-balises > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together div.is-style-balises > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-balises.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-balises .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-balises > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-balises > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow div.is-style-balises > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-balises.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-balises .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-balises > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-balises > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

div.is-style-lead-balises > p:first-of-type::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech div.is-style-lead-balises > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-lead-balises.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-lead-balises .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

div.is-style-lead-balises > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

div.is-style-lead-balises > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together div.is-style-lead-balises > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-lead-balises.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-lead-balises .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-lead-balises > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

div.is-style-lead-balises > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow div.is-style-lead-balises > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-lead-balises.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-lead-balises .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-lead-balises > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

div.is-style-lead-balises > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > p:first-of-type::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color div.is-style-balises > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech div.is-style-balises > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color div.is-style-balises > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together div.is-style-balises > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color div.is-style-balises > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow div.is-style-balises > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > p:first-of-type::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color div.is-style-lead-balises > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech div.is-style-lead-balises > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .has-primary-background-color div.is-style-lead-balises > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together div.is-style-lead-balises > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color div.is-style-lead-balises > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow div.is-style-lead-balises > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

div.is-style-balises > p:last-of-type::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech div.is-style-balises > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-balises.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-balises .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-balises > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

div.is-style-balises > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together div.is-style-balises > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-balises.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-balises .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-balises > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-balises > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow div.is-style-balises > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-balises.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-balises .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-balises > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-balises > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

div.is-style-lead-balises > p:last-of-type::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech div.is-style-lead-balises > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-lead-balises.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-lead-balises .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

div.is-style-lead-balises > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

div.is-style-lead-balises > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together div.is-style-lead-balises > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-lead-balises.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-lead-balises .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-lead-balises > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

div.is-style-lead-balises > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow div.is-style-lead-balises > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-lead-balises.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-lead-balises .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-lead-balises > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

div.is-style-lead-balises > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > p:last-of-type::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color div.is-style-balises > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech div.is-style-balises > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-balises > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color div.is-style-balises > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together div.is-style-balises > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-balises > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color div.is-style-balises > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow div.is-style-balises > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-balises > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > p:last-of-type::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .has-primary-background-color div.is-style-lead-balises > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color.pixel-tech div.is-style-lead-balises > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.has-primary-background-color div.is-style-lead-balises > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .has-primary-background-color div.is-style-lead-balises > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color.pixel-together div.is-style-lead-balises > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.has-primary-background-color div.is-style-lead-balises > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .has-primary-background-color div.is-style-lead-balises > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color.pixel-tomorrow div.is-style-lead-balises > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.has-primary-background-color div.is-style-lead-balises > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.has-body-s-font-size,
.has-body-normal-font-size,
.has-body-l-font-size,
.has-body-xl-font-size {
  line-height: inherit;
  font-weight: normal;
  font-family: var(--wp--preset--font-family--primary), sans-serif;
}

.has-heading-xxs-font-size,
.has-heading-xs-font-size,
.has-heading-s-font-size,
.has-heading-m-font-size,
.has-heading-l-font-size,
.has-heading-xl-font-size,
.has-heading-xxl-font-size {
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), sans-serif;
}

.has-secondary-font-family {
  font-weight: 400;
}

.is-style-underscore::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .is-style-underscore::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.is-style-underscore.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .is-style-underscore::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.is-style-underscore.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .is-style-underscore::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-underscore.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

/* Focus
 ============================================= */
.is-style-starter-focus {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 900;
  color: #00ff97;
}
p + .is-style-starter-focus {
  margin-top: 2rem;
}
.is-style-starter-focus:not(.has-text-align-right):not(.has-text-align-left) {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .is-style-starter-focus {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .is-style-starter-focus {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .is-style-starter-focus {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-starter-focus {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 1120px) {
  .is-style-starter-focus {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-starter-focus {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1672px) {
  .is-style-starter-focus {
    font-size: 4.375rem;
  }
}

.is-style-badge {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(1, 58, 251, 0.5);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.is-style-badge.has-primary-background-color {
  background-color: rgba(1, 58, 251, 0.5) !important;
}
.is-style-badge.has-tech-background-color {
  background-color: rgba(0, 255, 151, 0.5) !important;
}
.is-style-badge.has-tomorrow-background-color {
  background-color: rgba(255, 30, 247, 0.5) !important;
}
.is-style-badge.has-primary-background-color {
  background-color: rgba(255, 95, 58, 0.5);
}

/**
 * Blockquote
 *
 * @package starter
 */
.wp-block-quote {
  border-left: 0;
  padding-left: 0;
}
.wp-block-quote > *:first-child:before, .wp-block-quote > *:first-child:after, .wp-block-quote > *:last-child:before, .wp-block-quote > *:last-child:after {
  color: var(--wp--preset--color--primary, #013AFB);
  font-weight: 700;
}
.wp-block-quote > *:first-child:before {
  content: '" ';
}
.wp-block-quote > *:last-child:after {
  content: ' "';
}
.pixel-tech .wp-block-quote:before, .pixel-tech .wp-block-quote:after, .wp-block-quote.pixel-tech:before, .wp-block-quote.pixel-tech:after {
  color: #00ff97;
}
.pixel-tomorrow .wp-block-quote:before, .pixel-tomorrow .wp-block-quote:after, .wp-block-quote.pixel-tomorrow:before, .wp-block-quote.pixel-tomorrow:after {
  color: #ff1ef7;
}
.pixel-together .wp-block-quote:before, .pixel-together .wp-block-quote:after, .wp-block-quote.pixel-together:before, .wp-block-quote.pixel-together:after {
  color: #ff5f3a;
}

/**
 * Headings
 *
 * @package starter
 */
/**
 * Details
 *
 * @package starter
 */
.wp-block-details {
  background-color: #F2F4F8;
  padding: var(--wp--preset--spacing--l);
}
.wp-block-details summary {
  list-style: none;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  padding-right: 2em;
  line-height: 1.2;
}
.wp-block-details summary::-webkit-details-marker, .wp-block-details summary::marker {
  display: none;
}
.wp-block-details summary::before, .wp-block-details summary::after {
  content: "";
  position: absolute;
  right: 0.1em;
  height: 1.414em;
  width: 1px;
  background: currentcolor;
  transform-origin: 0 0;
  top: 0.4em;
  transition: all 250ms ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wp-block-details summary::before {
  margin-right: 1em;
  transform: rotate(-45deg) scaleY(0.52);
}
.wp-block-details summary::after {
  transform-origin: 100% 0;
  transform: rotate(45deg) scaleY(0.52);
}
.wp-block-details summary + * {
  margin-top: 1rem;
}
.wp-block-details[open] summary::before {
  transform: translateY(-13%) rotate(-45deg) scaleY(1);
}
.wp-block-details[open] summary::after {
  transform: translateY(-13%) rotate(45deg) scaleY(1);
}
@media screen and (min-width: 1280px) {
  .wp-block-details summary::before, .wp-block-details summary::after {
    height: 1.767em;
    top: 0.2em;
  }
  .wp-block-details summary::before {
    margin-right: 1.25em;
    transform: rotate(-45deg) scaleY(0.515);
  }
  .wp-block-details summary::after {
    transform: rotate(45deg) scaleY(0.515);
  }
}

/**
 * Tableaux
 *
 * @package starter
 */
table,
.wp-block-table table {
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
table td,
table th,
.wp-block-table table td,
.wp-block-table table th {
  padding: 0.75rem 1rem;
}
table tr,
.wp-block-table table tr {
  border-bottom: 1px solid #849AA6;
}
table thead td,
table th,
.wp-block-table table thead td,
.wp-block-table table th {
  line-height: 1.25;
  font-weight: bold;
  color: var(--wp--preset--color--primary, #013AFB);
  text-transform: uppercase;
  text-align: center;
}

.wp-block-table {
  margin: 0 calc(-2rem - 2px) 2rem;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table thead,
.wp-block-table tfoot {
  border: none;
}

@media screen and (min-width: 992px) {
  .wp-block-table {
    overflow: visible;
    margin: 0 0 2rem;
  }
}
/* Style rayures
   ========================================================================== */
.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes table tfoot td {
  background: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
}

/* Style tarifs
   ========================================================================== */
.wp-block-table.is-style-tarifs {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-table.is-style-tarifs table {
  border: none;
}
.wp-block-table.is-style-tarifs table th,
.wp-block-table.is-style-tarifs table td {
  border: none;
}
.wp-block-table.is-style-tarifs table tr {
  border-bottom: none;
}
.wp-block-table.is-style-tarifs table tr th {
  text-transform: none;
  font-weight: 900;
}
.wp-block-table.is-style-tarifs table tr td:first-child {
  font-weight: 900;
}
.wp-block-table.is-style-tarifs table tr td:not(:first-child) {
  text-align: center;
  font-weight: normal;
}
.wp-block-table.is-style-tarifs table tr + tr {
  border-top: 1px solid rgba(31, 72, 94, 0.5);
}
.wp-block-table.is-style-tarifs .wp-block-details {
  display: none;
  margin-bottom: 1rem;
}
.wp-block-table.is-style-tarifs .wp-block-details summary::before, .wp-block-table.is-style-tarifs .wp-block-details summary::after {
  content: unset;
}
.wp-block-table.is-style-tarifs .wp-block-details summary {
  text-align: center;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10px;
  padding: 0.5rem;
}
.wp-block-table.is-style-tarifs .wp-block-details table {
  margin-top: 0.5rem;
}
.wp-block-table.is-style-tarifs .wp-block-details[open] summary {
  background-color: var(--wp--preset--color--primary);
  color: #F2F4F8;
}
@media screen and (max-width: 991px) {
  .wp-block-table.is-style-tarifs > table {
    display: none;
  }
  .wp-block-table.is-style-tarifs .wp-block-details {
    display: block;
  }
}

/**
 * Button
 *
 * @package starter
 */
.wp-block-buttons.is-vertical {
  display: inline-flex;
  align-items: stretch;
  gap: 16px;
}
.wp-block-buttons.is-vertical a {
  width: 100%;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  transition: all 0.3s;
}
.wp-block-button__link::after {
  content: "";
  transition: all 0.3s ease;
}
.wp-block-button__link.has-white-background-color, .wp-block-button__link.has-tech-background-color {
  color: #181818;
}
.wp-block-button__link {
  /* Style plein
  ======================================================== */
}
.wp-block-button:not(.is-style-arrow-link, .is-style-arrow-up-right) > .wp-block-button__link {
  background: var(--wp--preset--color--primary, #013AFB);
}
.wp-block-button:not(.is-style-arrow-link, .is-style-arrow-up-right) > .wp-block-button__link:hover {
  background-color: rgb(121.5, 151, 249.5) !important;
}
.wp-block-button:not(.is-style-arrow-link, .is-style-arrow-up-right) > .wp-block-button__link.has-tech-background-color:hover {
  background-color: rgb(121, 249.5, 199.5) !important;
}
.wp-block-button:not(.is-style-arrow-link, .is-style-arrow-up-right) > .wp-block-button__link.has-white-background-color:hover {
  background-color: rgb(121.5, 151, 249.5) !important;
}
.wp-block-button__link {
  /* Loading */
}
.wp-block-button__link.has-spinner .spinner {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
}
.wp-block-button__link.has-spinner.is-loading {
  padding-left: 3.5em;
}
.wp-block-button__link.has-spinner.is-loading .spinner {
  opacity: 1;
}
.is-style-arrow-link .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  background: none;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 0;
  color: var(--wp--preset--color--primary, #013AFB);
  text-transform: uppercase;
  max-height: 50px;
}
.is-style-arrow-link .wp-block-button__link:after {
  display: inline-block;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9291 2.00002L10.7305 3.19861L19.6088 12.0769L20.8073 10.8783L11.9291 2.00002Z" fill="currentColor"/><path d="M19.5815 12.0515L10.8315 20.8014L12.0301 22L20.7801 13.2501L19.5815 12.0515Z" fill="currentColor"/><path d="M19.6101 11.1884H2.021V12.8835H19.6101V11.1884Z" fill="currentColor"/><path d="M21.9792 12.0513L20.8081 10.8802L19.5981 12.0903L20.7691 13.2614L21.9792 12.0513Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  width: 24px;
  height: 24px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  margin-left: 16px;
  transition: all 0.3s;
}
.is-style-arrow-link .wp-block-button__link:hover {
  background-color: rgb(121.5, 151, 249.5) !important;
  color: #F2F4F8;
}
.is-style-arrow-link .wp-block-button__link:hover:after {
  background-color: #F2F4F8;
}
.is-style-arrow-link .wp-block-button__link.has-white-color {
  color: #F2F4F8;
}
.is-style-arrow-link .wp-block-button__link.has-white-color:after {
  background-color: #F2F4F8;
}
.is-style-arrow-up-right .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  background: none;
  border-radius: 0;
  font-weight: 400;
  padding: 16px 0;
  color: var(--wp--preset--color--primary, #013AFB);
  height: 50px;
  text-transform: initial;
}
.is-style-arrow-up-right .wp-block-button__link:after {
  display: inline-block;
  mask: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.8625 2H2.56885V3.68621H20.8625V2Z" fill="currentColor"/><path d="M22.507 3.68622H20.8208V21.9379H22.507V3.68622Z" fill="currentColor"/><path d="M20.2352 3.06176L2.48926 20.8077L3.68159 22L21.4275 4.2541L20.2352 3.06176Z" fill="currentColor"/><path d="M22.5103 2H20.8628V3.70233H22.5103V2Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  width: 25px;
  height: 24px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  margin-left: 4px;
  transition: all 0.3s;
}
.is-style-arrow-up-right .wp-block-button__link:hover {
  color: #181818;
}
.is-style-arrow-up-right .wp-block-button__link:hover:after {
  background-color: #181818;
}

/**
 * Galleries
 */
.wp-block-gallery {
  gap: 0 !important;
  margin-bottom: 2rem;
}

ul.blocks-gallery-grid {
  padding: 0;
  margin: 0;
}
ul.blocks-gallery-grid li {
  padding: 0;
}
ul.blocks-gallery-grid li::before, ul.blocks-gallery-grid li::after {
  display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  max-width: 216px !important;
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: space-between !important;
}

/**
 * Séparateur
 *
 * @package starter
 */
/* Style par défaut
 ============================================= */
/**
 * Groups
 *
 * @package starter
 */
:where(.wp-block-group.has-background) {
  padding: var(--wp--preset--spacing--m);
}

/* Query loop blog
 ============================================= */
.blog-loop > ul > li::before {
  display: none;
}
.blog-loop > ul > li > .wp-block-group {
  height: 100% !important;
}

/* Shadow
 ============================================= */
.wp-block-group.alignfull.has-shadow-background-color {
  position: relative;
}
.wp-block-group.alignfull.has-shadow-background-color iframe {
  min-height: 200px;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.alignfull.has-shadow-background-color iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
}

/* Box shadow
 ============================================= */
.wp-block-group.has-box-shadow-border-color {
  border-width: 0px !important;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.16);
}

/* Group overflow-hidden
 ============================================= */
.wp-block-group.is-style-overflow-hidden {
  overflow: hidden;
}

/* Group fit-content
 ============================================= */
.wp-block-group.is-style-fit-content {
  width: fit-content;
}

/* Group fit-content
 ============================================= */
@media screen and (min-width: 480px) {
  .wp-block-group.is-style-fit-content-not-mobile {
    width: fit-content;
  }
}

/* Group position-relative
 ============================================= */
.wp-block-group.is-style-position-relative {
  position: relative;
  height: 20vh;
}

/* Group position-relative
 ============================================= */
@media screen and (max-width: 600px) {
  .wp-block-group.is-style-16-9 img {
    aspect-ratio: 16/9 !important;
    object-fit: cover;
    object-position: top;
  }
}

/* Bannière haut de page
 ============================================= */
.wp-block-group.is-style-top-banner {
  max-height: 100vh;
  margin-top: calc(var(--wp--style--root--padding-top) * -1) !important;
  overflow: hidden;
}
.wp-block-group.is-style-top-banner .wp-block-columns {
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-top-banner {
    margin-top: calc((var(--wp--style--root--padding-top) + var(--wp--custom--header-height)) * -1) !important;
  }
}

/* Chiffres clés
 ============================================= */
.wp-block-group.is-style-key-number .wp-block-group.has-border-color .has-xxx-small-font-size ~ .has-xxx-large-font-size {
  font-size: min(max(60px, 6vw), 100px) !important;
}
.wp-block-group.is-style-key-number .wp-block-group.has-border-color {
  position: relative;
}
.wp-block-group.is-style-key-number .wp-block-group.has-border-color:before {
  content: url(../../assets/images/triangle-deco-mini.svg);
  position: absolute;
  bottom: -7px;
  left: 21%;
  rotate: 0deg;
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-key-number .wp-block-group.has-border-color:before {
    content: url(../../assets/images/triangle-deco.svg);
  }
}
.wp-block-group.is-style-key-number .swiper-slide img {
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.wp-block-group.is-style-key-number .swiper-slide.swiper-slide-visible img {
  transform: translateX(0px);
}

/* Bannière CTA
 ============================================= */
.wp-block-group.is-style-banner-cta {
  overflow: hidden;
}
.wp-block-group.is-style-banner-cta .wp-block-columns {
  position: relative;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
}
.wp-block-group.is-style-banner-cta .wp-block-columns .wp-block-image {
  pointer-events: none;
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  max-height: 390px;
}
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-banner-cta .wp-block-columns .wp-block-image {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-banner-cta .wp-block-columns {
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--10);
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns p {
    text-align: center;
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns .has-xx-large-font-size {
    margin-bottom: 11rem !important;
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns .is-layout-flex {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .wp-block-group.is-style-banner-cta .wp-block-columns .has-xx-large-font-size {
    margin-bottom: 10rem !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-banner-cta {
    padding-top: var(--wp--preset--spacing--20);
    overflow: visible;
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns .wp-block-image {
    bottom: 0px;
    left: -20px;
    width: 35%;
    max-height: none;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-banner-cta {
    padding-top: var(--wp--preset--spacing--50);
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns .wp-block-image {
    left: -70px;
  }
  .wp-block-group.is-style-banner-cta .wp-block-columns .wp-block-group.is-content-justification-right {
    margin-right: 20%;
  }
}

/* Rejoindre Epitech
 ============================================= */
.wp-block-group.is-style-rejoindre-epitech {
  position: relative;
}
.wp-block-group.is-style-rejoindre-epitech .has-xx-large-font-size {
  font-size: min(max(28px, 5vw), 87px) !important;
}
.wp-block-group.is-style-rejoindre-epitech .has-xxxx-large-font-size {
  font-size: min(max(33px, 6vw), 102px) !important;
}
.wp-block-group.is-style-rejoindre-epitech .is-style-fit-content.has-terciary-background-color {
  border-radius: 3px !important;
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech .is-style-fit-content.has-terciary-background-color {
    border-radius: 10px !important;
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-image {
  position: relative;
  transform: scale(0.8);
  transform-origin: bottom;
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image {
    transform: scale(1);
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-image:before {
  content: "";
  background: #E5F4FB;
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image:before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-group.has-white-background-color {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 479px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.has-white-background-color {
    padding: 10px !important;
  }
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.has-white-background-color .wp-block-buttons {
    gap: 10px !important;
  }
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.has-white-background-color .wp-block-buttons .wp-block-button__link {
    font-size: 11.5px !important;
  }
}
@media screen and (max-width: 360px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.has-white-background-color .wp-block-buttons .wp-block-button__link {
    font-size: 10.75px !important;
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-10deg);
  width: max-content;
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type {
    top: 66%;
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
  content: "";
  background-color: #00ff97;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-80%, -10px);
  height: 50px;
  width: 70px;
  border-radius: 3px;
  z-index: -3;
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
    height: 90px;
    width: 130px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
    transform: translate(-80%, -20px);
    height: 120px;
    width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
    transform: translate(-80%, -20px);
    height: 120px;
    width: 210px;
  }
}
@media screen and (min-width: 1700px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
    transform: translate(-80%, -30px);
    height: 120px;
    width: 240px;
  }
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::before {
    transform: translate(-80%, -30px);
    height: 140px;
    width: 280px;
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-115%, 4px) rotate(0deg) scale(0.35);
  background: url(../../assets/images/arrow-rejoindre.svg) 15% 50% no-repeat;
  height: 60px;
  width: 60px;
  transform-origin: center;
  z-index: -2;
  transition: all 0.4s ease;
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-170%, -10px) rotate(0deg) scale(0.7);
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-225%, -30px) rotate(0deg) scale(0.9);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-255%, -40px) rotate(0deg) scale(1);
  }
}
@media screen and (min-width: 1700px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-280%, -55px) rotate(0deg) scale(1);
  }
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-group.is-style-fit-content p {
  transform: skew(10deg);
}
.wp-block-group.is-style-rejoindre-epitech .wp-block-group.is-style-fit-content + .wp-block-group.is-style-fit-content {
  position: relative;
  transform: translateY(-10px);
  z-index: -1;
  margin-right: 20% !important;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.is-style-fit-content + .wp-block-group.is-style-fit-content {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 1700px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-group.is-style-fit-content + .wp-block-group.is-style-fit-content {
    transform: translateY(-30px);
  }
}
.wp-block-group.is-style-rejoindre-epitech:hover .wp-block-group.is-style-fit-content + .wp-block-group.is-style-fit-content {
  margin-right: 0 !important;
}
.wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
  transform: translate(-115%, 4px) rotate(95deg) scale(0.35);
}
@media screen and (min-width: 601px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-170%, -10px) rotate(100deg) scale(0.7);
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-225%, -30px) rotate(100deg) scale(0.9);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-255%, -40px) rotate(100deg) scale(1);
  }
}
@media screen and (min-width: 1700px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-280%, -55px) rotate(100deg) scale(1);
  }
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image ~ .wp-block-group:first-of-type::after {
    transform: translate(-320%, -60px) rotate(100deg) scale(1);
  }
}
@media screen and (max-width: 600px) {
  .wp-block-group.is-style-rejoindre-epitech:hover .wp-block-image:before {
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-button__width-100 {
    width: fit-content !important;
    flex-basis: auto !important;
    min-width: 215px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-rejoindre-epitech .wp-block-button__width-100 {
    min-width: 350px;
  }
}

/* Prendre RDV
 ============================================= */
.wp-block-group.is-style-prendre-rdv {
  position: relative;
}
.wp-block-group.is-style-prendre-rdv .wp-block-columns .wp-block-column > .wp-block-image:first-of-type {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-prendre-rdv .wp-block-columns .wp-block-column > .wp-block-image:first-of-type {
    display: block;
    position: absolute;
    top: -100px;
    right: -230px;
    z-index: -1;
    scale: 0.8;
    transform-origin: top right;
  }
}
@media screen and (min-width: 1120px) {
  .wp-block-group.is-style-prendre-rdv .wp-block-columns .wp-block-column > .wp-block-image:first-of-type {
    scale: 0.9;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-prendre-rdv .wp-block-columns .wp-block-column > .wp-block-image:first-of-type {
    scale: 1;
  }
}

/* Animation epitech
 ============================================= */
.wp-block-group.is-style-epitech-animation > p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateX(-10.5vw);
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group {
  z-index: 0;
  position: relative;
  width: fit-content;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(1) {
  position: absolute;
  top: 0;
  opacity: 0;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(2) {
  position: relative;
  -webkit-text-stroke: 2px #0091d3;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(3) {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(4) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 33%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(5) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group p:nth-child(6) {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group s {
  text-decoration: none;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-group mark {
  padding: 0rem;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation .wp-block-columns {
  overflow: hidden;
  max-height: 0;
  max-width: 1075px;
  transition: all 0.5s ease;
}
.wp-block-group.is-style-epitech-animation.anim p:nth-child(3) {
  opacity: 1;
}
.wp-block-group.is-style-epitech-animation.anim s {
  margin-right: 7.55vw;
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-epitech-animation.anim s {
    margin-right: 5.65vw;
  }
}
.wp-block-group.is-style-epitech-animation.anim mark {
  margin-right: 10.75vw;
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-epitech-animation.anim mark {
    margin-right: 8.05vw;
  }
}
.wp-block-group.is-style-epitech-animation.active > p {
  max-height: 300px;
  opacity: 1;
  transform: translateX(0px);
}
.wp-block-group.is-style-epitech-animation.active p:nth-child(3) {
  opacity: 1;
}
.wp-block-group.is-style-epitech-animation.active s {
  margin-right: 7.55vw;
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-epitech-animation.active s {
    margin-right: 5.65vw;
  }
}
.wp-block-group.is-style-epitech-animation.active mark {
  margin-right: 10.75vw;
}
@media screen and (min-width: 2560px) {
  .wp-block-group.is-style-epitech-animation.active mark {
    margin-right: 8.05vw;
  }
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group {
  width: auto;
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(1) {
  opacity: 1;
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(2) {
  opacity: 0;
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(3) {
  transform: translateX(17.3vw);
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(4) {
  opacity: 1;
  top: 10.5vw;
  transform: translateX(5.4vw);
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(5) {
  opacity: 1;
  top: 10.5vw;
  transform: translateX(5.4vw);
}
.wp-block-group.is-style-epitech-animation.active .wp-block-group p:nth-child(6) {
  opacity: 1;
  top: 9.3vw;
  transform: translateX(4vw);
}
.wp-block-group.is-style-epitech-animation.active .wp-block-columns {
  margin-top: 5rem;
  max-height: 550px;
}
.wp-block-group.is-style-epitech-animation.active .wp-block-columns .wp-block-column + .wp-block-column p {
  margin-top: 0px !important;
}
@media screen and (min-width: 992px) {
  .wp-block-group.is-style-epitech-animation.active .wp-block-columns {
    margin-top: 24px;
    max-height: 360px;
  }
  .wp-block-group.is-style-epitech-animation.active .wp-block-columns .wp-block-column + .wp-block-column p {
    margin-top: 9rem !important;
  }
}

/* Margin negatif top
 ============================================= */
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-margin-negatif {
    position: relative;
    z-index: 2;
    margin-top: calc(var(--wp--preset--spacing--60) * -1 - 3rem) !important;
  }
}

/* Margin negatif top min
 ============================================= */
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-margin-negatif-min {
    position: relative;
    z-index: 2;
    margin-top: calc(var(--wp--preset--spacing--40) * -1 - 3rem) !important;
  }
}

/* Margin negatif top max
 ============================================= */
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-margin-negatif-max {
    position: relative;
    z-index: 2;
    margin-top: calc(var(--wp--preset--spacing--40) * -1 - 3rem) !important;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-group.is-style-margin-negatif-max {
    margin-top: calc(var(--wp--preset--spacing--60) * -1 - 14rem) !important;
  }
}

/* Bloc centrer avec celui en dessous 
 ============================================= */
.wp-block-group.is-style-bloc-center {
  margin-top: calc(var(--margin-top-negatif) * -1 - 3rem) !important;
}

/* Bloc centrer avec celui en dessous Desktop
 ============================================= */
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-bloc-center-desktop {
    position: relative;
    z-index: 9;
    height: 0;
  }
  .wp-block-group.is-style-bloc-center-desktop > .wp-block-group {
    z-index: 1;
    position: relative;
    transform: translateY(-50%);
  }
}

/* Bloc statistiques
 ============================================= */
.wp-block-group.is-style-stats,
.wp-block-group.is-style-stats-2 {
  position: relative;
  width: 100%;
}
.wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop),
.wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) {
  gap: 0;
}
.wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) .has-heading-m-font-size,
.wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) .has-heading-m-font-size {
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  line-height: 1;
}
.wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) .has-heading-m-font-size sub,
.wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) .has-heading-m-font-size sub {
  font-size: 0.6em;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop),
  .wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) {
    position: absolute;
    width: 200px;
    margin-top: 0;
    transform: translateY(calc(-1 * var(--wp--preset--font-size--heading-m)));
  }
  .wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) p:not(.has-heading-m-font-size),
  .wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) p:not(.has-heading-m-font-size) {
    font-size: var(--wp--preset--font-size--body-s);
  }
}
@media screen and (min-width: 1120px) {
  .wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop),
  .wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) {
    width: 300px;
  }
  .wp-block-group.is-style-stats > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) p:not(.has-heading-m-font-size),
  .wp-block-group.is-style-stats-2 > .wp-block-group:not(.is-style-starter-hide-mobile, .is-style-starter-hide-desktop) p:not(.has-heading-m-font-size) {
    font-size: var(--wp--preset--font-size--body-m);
  }
}

.wp-block-group.is-style-stats {
  max-width: 620px;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(3),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(4) {
    right: calc(100% - 50px);
    text-align: right;
    align-items: flex-end;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(3) {
    top: 15%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(4) {
    top: 57.5%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(5),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(6),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(7) {
    left: calc(100% - 50px);
    text-align: left;
    align-items: flex-start;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(5) {
    top: 15%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(6) {
    top: 53%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(7) {
    top: 90%;
  }
}
@media screen and (min-width: 1120px) {
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(3),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(4) {
    right: 100%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(3) {
    top: 19%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(4) {
    top: 61.5%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(5),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(6),
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(7) {
    left: 100%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(5) {
    top: 19%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(6) {
    top: 57%;
  }
  .wp-block-group.is-style-stats > .wp-block-group:nth-child(7) {
    top: 94%;
  }
}

/* Bloc statistiques 2
 ============================================= */
.wp-block-group.is-style-stats-2 {
  max-width: 814px;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(3),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(5),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(7) {
    right: calc(80% - 50px);
    text-align: right;
    align-items: flex-end;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(3) {
    top: 0.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(5) {
    top: 39.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(7) {
    top: 81.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(4),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(6),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(8) {
    right: calc(100% - 50px);
    text-align: right;
    align-items: flex-end;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(4) {
    top: 14%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(6) {
    top: 57.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(8) {
    top: 97%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(9),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(11),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(13) {
    left: calc(80% - 50px);
    text-align: left;
    align-items: flex-start;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(9) {
    top: 0.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(11) {
    top: 39.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(13) {
    top: 81.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(10),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(12),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(14) {
    left: calc(100% - 50px);
    text-align: left;
    align-items: flex-start;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(10) {
    top: 14%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(12) {
    top: 54%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(14) {
    top: 97%;
  }
}
@media screen and (min-width: 1120px) {
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(3),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(5),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(7) {
    right: 80%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(3) {
    top: 3.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(5) {
    top: 42.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(7) {
    top: 84.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(4),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(6),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(8) {
    right: 100%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(4) {
    top: 17%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(6) {
    top: 60.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(8) {
    top: 100%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(9),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(11),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(13) {
    left: 80%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(9) {
    top: 3.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(11) {
    top: 42.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(13) {
    top: 84.5%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(10),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(12),
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(14) {
    left: 100%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(10) {
    top: 17%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(12) {
    top: 57%;
  }
  .wp-block-group.is-style-stats-2 > .wp-block-group:nth-child(14) {
    top: 100%;
  }
}

/* Contenu inversé mobile
 ============================================= */
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-content-reverse {
    flex-direction: column-reverse;
  }
}

/* Accolades
 ============================================= */
.wp-block-group.is-style-braces {
  background: none !important;
  position: relative;
}
.wp-block-group.is-style-braces::before, .wp-block-group.is-style-braces::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #F2F4F8;
  z-index: -1;
}
.wp-block-group.is-style-braces::before {
  left: 0;
  border-top-right-radius: var(--border-radius-braces);
}
.wp-block-group.is-style-braces::after {
  right: 0;
  border-top-left-radius: var(--border-radius-braces);
}
.wp-block-group.is-style-braces.has-primary-background-color::before, .wp-block-group.is-style-braces.has-primary-background-color::after {
  background: var(--wp--preset--color--primary);
}
.wp-block-group.is-style-braces.has-secondary-background-color::before, .wp-block-group.is-style-braces.has-secondary-background-color::after {
  background: var(--wp--preset--color--secondary);
}
.wp-block-group.is-style-braces.has-terciary-background-color::before, .wp-block-group.is-style-braces.has-terciary-background-color::after {
  background: var(--wp--preset--color--terciary);
}
.wp-block-group.is-style-braces.has-white-background-color::before, .wp-block-group.is-style-braces.has-white-background-color::after {
  border-radius: 10px;
}
.wp-block-group.is-style-braces.has-white-background-color::before {
  border-top-right-radius: var(--border-radius-braces);
  border-bottom-right-radius: 0;
}
.wp-block-group.is-style-braces.has-white-background-color::after {
  border-top-left-radius: var(--border-radius-braces);
  border-bottom-left-radius: 0;
}

/* CTA détails programmes
 ============================================= */
.wp-block-group.is-style-details-programmes-cta {
  overflow: hidden;
}
.wp-block-group.is-style-details-programmes-cta .wp-block-group {
  position: relative;
  z-index: 10;
}
.wp-block-group.is-style-details-programmes-cta .wp-block-group .wp-block-image {
  display: none;
  position: absolute;
  bottom: calc(var(--wp--preset--spacing--10) * -1);
  z-index: -1;
}

/* Dernier élément aligné en bas
 ============================================= */
.wp-block-group.is-style-last-child-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-group.is-style-last-child-bottom .alignleft {
  align-self: flex-start;
}
.wp-block-group.is-style-last-child-bottom .alignright {
  align-self: flex-end;
}
.wp-block-group.is-style-last-child-bottom > *:last-child {
  margin-top: auto !important;
}

/* Iframe rezise
 ============================================= */
.wp-block-group.is-style-iframe-resize iframe {
  height: 1880px !important;
}
@media screen and (min-width: 1120px) {
  .wp-block-group.is-style-iframe-resize iframe {
    height: 1580px !important;
  }
}

/* Admission
 ============================================= */
@media screen and (max-width: 1119px) {
  .wp-block-group.is-style-admission .is-content-justification-left {
    justify-content: center;
  }
  .wp-block-group.is-style-admission .is-content-justification-left .is-style-fit-content {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .wp-block-group.is-style-admission .wp-block-heading {
    text-align: center;
  }
}

/* Formation home
 ============================================= */
.wp-block-group.is-style-formation-home .wp-block-group {
  position: relative;
}
.wp-block-group.is-style-formation-home .wp-block-group .wp-block-image {
  position: absolute;
  top: -80px;
  right: 21px;
}
@media screen and (max-width: 1119px) {
  .wp-block-group.is-style-formation-home .wp-block-group .wp-block-image {
    scale: 0.65;
    transform-origin: right;
  }
}
.wp-block-group.is-style-formation-home .wp-block-buttons {
  width: 100%;
}

/* Concours formulaire
 ============================================= */
.wp-block-group.is-style-concours-form {
  position: relative;
}
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-concours-form .wp-block-columns .wp-block-column:first-of-type p:last-of-type {
    margin-bottom: 8rem;
  }
}
.wp-block-group.is-style-concours-form .wp-block-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  scale: 1.75;
  transform-origin: bottom left;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-concours-form .wp-block-image {
    bottom: -50px;
    left: -100px;
    transform: translateX(0);
    scale: 0.7;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-group.is-style-concours-form .wp-block-image {
    scale: 0.7;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-concours-form .wp-block-image {
    scale: 0.8;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-group.is-style-concours-form .wp-block-image {
    scale: 0.9;
  }
}

.wp-block-group.is-style-width-100 {
  width: 100%;
}
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-width-100 {
    aspect-ratio: 16/9 !important;
    object-fit: cover;
    object-position: top;
    height: fit-content;
    overflow: hidden;
    border-radius: 10px;
  }
}

/* Animation carte
 ============================================= */
.wp-block-group.is-style-map-animation {
  position: relative;
  top: -120px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-group.is-style-map-animation .wp-block-image {
  position: absolute;
}
.wp-block-group.is-style-map-animation .wp-block-video {
  position: absolute;
  opacity: 0.25;
  clip-path: polygon(53.115% 0.027%, 51.558% 2.801%, 48.444% 2.801%, 46.887% 5.576%, 48.444% 8.351%, 46.887% 11.125%, 43.773% 11.125%, 42.215% 13.9%, 39.101% 13.9%, 37.544% 16.674%, 39.101% 19.449%, 37.544% 22.223%, 34.43% 22.223%, 32.873% 19.449%, 29.759% 19.449%, 28.202% 16.674%, 25.088% 16.674%, 23.531% 19.449%, 25.088% 22.224%, 23.531% 24.998%, 25.088% 27.773%, 23.531% 30.547%, 20.417% 30.547%, 18.859% 27.773%, 15.745% 27.773%, 14.188% 24.998%, 11.075% 24.998%, 9.517% 27.773%, 6.403% 27.773%, 4.846% 30.547%, 1.732% 30.547%, 0.175% 33.322%, 1.732% 36.097%, 4.846% 36.097%, 6.403% 38.871%, 9.517% 38.871%, 11.075% 41.646%, 14.189% 41.646%, 15.746% 44.42%, 18.86% 44.42%, 20.417% 47.195%, 18.86% 49.97%, 20.417% 52.744%, 23.531% 52.744%, 25.088% 55.519%, 28.202% 55.519%, 29.759% 58.294%, 28.202% 61.068%, 29.759% 63.843%, 28.202% 66.617%, 29.759% 69.392%, 28.202% 72.167%, 29.759% 74.941%, 28.202% 77.716%, 25.088% 77.716%, 23.531% 80.491%, 25.088% 83.265%, 23.531% 86.04%, 25.088% 88.814%, 28.202% 88.814%, 29.759% 91.589%, 32.873% 91.589%, 34.43% 94.363%, 37.544% 94.363%, 39.101% 97.138%, 42.215% 97.138%, 43.772% 94.363%, 46.887% 94.363%, 48.444% 91.589%, 51.558% 91.589%, 53.115% 94.363%, 51.558% 97.138%, 53.115% 99.912%, 56.229% 99.912%, 57.786% 97.138%, 60.9% 97.138%, 62.458% 94.363%, 60.9% 91.589%, 62.458% 88.814%, 65.572% 88.814%, 67.129% 86.04%, 70.243% 86.04%, 71.8% 88.814%, 74.915% 88.814%, 76.472% 91.589%, 79.586% 91.589%, 81.143% 88.814%, 84.257% 88.814%, 85.814% 86.04%, 84.257% 83.265%, 85.814% 80.491%, 88.928% 80.491%, 90.485% 83.265%, 93.599% 83.265%, 95.156% 80.491%, 93.599% 77.716%, 90.485% 77.716%, 88.928% 74.941%, 90.485% 72.167%, 88.928% 69.392%, 90.485% 66.617%, 88.928% 63.843%, 90.485% 61.068%, 88.928% 58.294%, 90.485% 55.519%, 88.928% 52.744%, 85.813% 52.744%, 84.256% 55.519%, 81.142% 55.519%, 79.586% 52.744%, 81.142% 49.97%, 84.256% 49.97%, 85.813% 47.195%, 88.928% 47.195%, 90.485% 44.42%, 88.928% 41.646%, 90.485% 38.871%, 93.599% 38.871%, 95.155% 36.097%, 93.598% 33.322%, 95.155% 30.547%, 98.269% 30.547%, 99.826% 27.773%, 98.269% 24.998%, 95.155% 24.998%, 93.598% 22.224%, 90.485% 22.224%, 88.928% 19.449%, 85.813% 19.449%, 84.256% 22.224%, 81.142% 22.224%, 79.586% 19.449%, 76.471% 19.449%, 74.915% 16.674%, 71.801% 16.674%, 70.243% 13.9%, 67.129% 13.9%, 65.572% 11.125%, 62.458% 11.125%, 60.901% 8.351%, 57.787% 8.351%, 56.23% 5.576%, 57.787% 2.802%, 56.229% 0.027%, 53.115% 0.027%);
  width: fit-content;
  height: fit-content;
  margin: 0;
}
.wp-block-group.is-style-map-animation .wp-block-video video {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-map-animation {
    top: 0px;
  }
  .wp-block-group.is-style-map-animation .wp-block-video {
    scale: 0.97078;
  }
}

/* Retour concours
 ============================================= */
.wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) {
  position: relative;
}
.wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) > .wp-block-image {
  width: 570px;
  right: 200px;
  position: relative;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) > .wp-block-image {
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) > .wp-block-image {
    right: unset;
  }
}
.wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group {
  position: absolute;
  right: 0;
  top: 20px;
  width: 210px;
  border-radius: 24px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group {
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    border-radius: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group {
    right: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group {
    right: 170px;
  }
}
.wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group::before {
  content: url(../../assets/images/dialog-shape.svg);
  position: absolute;
  top: 190px;
  left: -40px;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(1) .wp-block-group::before {
    top: 170px;
    left: -60px;
  }
}
.wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(2) {
  position: relative;
  margin-top: -70px;
}
@media screen and (min-width: 782px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(2) {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-group.is-style-retour-concours > .wp-block-group:nth-child(2) .wp-block-columns {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

/* Menu Dropdown
 ============================================= */
.wp-block-navigation.is-style-menu-dropdown {
  display: block !important;
  z-index: 99;
  margin-bottom: var(--wp--preset--spacing--s);
}
.wp-block-navigation.is-style-menu-dropdown li {
  padding: 0 !important;
}
.wp-block-navigation.is-style-menu-dropdown > ul {
  margin-bottom: 0;
  padding-left: 0;
}
.wp-block-navigation.is-style-menu-dropdown > ul button {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--s);
  align-items: center;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s) !important;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  width: 100%;
}
.wp-block-navigation.is-style-menu-dropdown > ul button span {
  color: #181818;
  font-weight: 700;
}
.wp-block-navigation.is-style-menu-dropdown > ul button:after {
  content: "";
  display: inline-block;
  mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 10px;
  height: 16px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  transform: rotate(90deg);
  transition: all 0.3s;
}
.wp-block-navigation.is-style-menu-dropdown > ul button[aria-expanded=true] {
  border-bottom: 0;
}
.wp-block-navigation.is-style-menu-dropdown > ul button[aria-expanded=true]:after {
  transform: rotate(270deg);
}
.wp-block-navigation.is-style-menu-dropdown > ul ul {
  display: flex !important;
  background-color: #F2F4F8 !important;
  border-right: 1px solid var(--wp--preset--color--primary, #013AFB);
  border-bottom: 1px solid var(--wp--preset--color--primary, #013AFB);
  border-left: 1px solid var(--wp--preset--color--primary, #013AFB);
  margin: 0 !important;
  width: 100% !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wp-block-navigation.is-style-menu-dropdown > ul ul > li {
  width: 50%;
  flex: 0 1 50%;
  margin-bottom: 0;
}
.wp-block-navigation.is-style-menu-dropdown > ul a {
  text-transform: uppercase;
  display: block !important;
  color: #181818 !important;
  padding: var(--wp--preset--spacing--xs);
  text-align: center;
}
.wp-block-navigation.is-style-menu-dropdown > ul a:hover {
  background-color: #00ff97;
}

.wp-block-group.is-style-section > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-section > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-section.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-section .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-section > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-section > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-section > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-section.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-section .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-section > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-section > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-section > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-section.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-section .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-section > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-section > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-section > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  margin-bottom: var(--wp--preset--spacing--l);
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-section.has-primary-background-color {
  color: #F2F4F8;
  position: relative;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull)::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull)::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull) {
  position: relative;
  padding-left: var(--wp--preset--spacing--xl);
  padding-right: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull):before {
  top: -58px;
  right: -58px;
  z-index: 1;
  box-shadow: -116px 116px 0 #F2F4F8;
}
.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull):after {
  content: "";
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  background-color: #F2F4F8;
  z-index: 1;
  opacity: 0.25;
}
.wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-tech:after, .pixel-tech .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull):after, .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-tomorrow:after, .pixel-tomorrow .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull):after, .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull).pixel-together:after, .pixel-together .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull):after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-section.has-primary-background-color:not(.alignfull) > .wp-block-heading:first-child {
    margin-right: 116px !important;
  }
}
.wp-block-group.is-style-section.has-primary-background-color ul li:before {
  background-color: #F2F4F8;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child,
.wp-block-group.is-style-hero-form > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  margin-bottom: var(--wp--preset--spacing--l);
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-hero-v2.has-primary-background-color,
.wp-block-group.is-style-hero-form.has-primary-background-color {
  color: #F2F4F8;
  position: relative;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull)::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull)::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull)::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull)::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull)::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull),
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull) {
  position: relative;
  padding-left: var(--wp--preset--spacing--xl);
  padding-right: var(--wp--preset--spacing--xl);
}
.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull):before,
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull):before {
  top: -58px;
  right: -58px;
  z-index: 1;
  box-shadow: -116px 116px 0 #F2F4F8;
}
.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull):after,
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull):after {
  content: "";
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  background-color: #F2F4F8;
  z-index: 1;
  opacity: 0.25;
}
.wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-tech:after, .pixel-tech .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull):after, .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-tomorrow:after, .pixel-tomorrow .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull):after, .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull).pixel-together:after, .pixel-together .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull):after,
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-tech:after,
.pixel-tech .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull):after,
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-tomorrow:after,
.pixel-tomorrow .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull):after,
.wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull).pixel-together:after,
.pixel-together .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull):after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-hero-v2.has-primary-background-color:not(.alignfull) > .wp-block-heading:first-child,
  .wp-block-group.is-style-hero-form.has-primary-background-color:not(.alignfull) > .wp-block-heading:first-child {
    margin-right: 116px !important;
  }
}
.wp-block-group.is-style-hero-v2.has-primary-background-color ul li:before,
.wp-block-group.is-style-hero-form.has-primary-background-color ul li:before {
  background-color: #F2F4F8;
}
.wp-block-group.is-style-hero-v2,
.wp-block-group.is-style-hero-form {
  gap: var(--wp--preset--spacing--l);
  justify-content: center;
}
.wp-block-group.is-style-hero-v2 > *,
.wp-block-group.is-style-hero-form > * {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
}
.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child, .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child,
.wp-block-group.is-style-hero-form > .wp-block-heading:first-child,
.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  margin-bottom: var(--wp--preset--spacing--l);
  text-transform: uppercase;
}
.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-tech .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-together .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child .pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .pixel-tomorrow .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-tech .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-together .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child .pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .pixel-tomorrow .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child, .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child,
.wp-block-group.is-style-hero-form > .wp-block-heading:first-child,
.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child {
  position: relative;
}
.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child.pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-group:first-child p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child:before, .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child:before {
  top: -5px;
  left: -80px;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-v2 > .wp-block-image::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2.pixel-tech > .wp-block-image::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 .pixel-tech > .wp-block-image::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .pixel-tech .wp-block-image::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-v2 > .wp-block-image.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-v2 > .wp-block-image::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2.pixel-together > .wp-block-image::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 .pixel-together > .wp-block-image::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .pixel-together .wp-block-image::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-v2 > .wp-block-image.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-v2 > .wp-block-image::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2.pixel-tomorrow > .wp-block-image::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 .pixel-tomorrow > .wp-block-image::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .pixel-tomorrow .wp-block-image::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-image.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-v2 > .wp-block-image {
  position: relative;
  position: relative;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: #F2F4F8;
  z-index: 1;
  width: 116px;
  height: 116px;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image {
  padding-top: 48px;
  padding-bottom: 48px;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image img {
  width: calc(50vw - 20px);
  max-width: 700px;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image:after, .wp-block-group.is-style-hero-v2 > .wp-block-image:before {
  z-index: 1;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image:before {
  bottom: 0;
  left: -20px;
}
.wp-block-group.is-style-hero-v2 > .wp-block-image:after {
  bottom: 116px;
  left: 96px;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-hero-v2 {
    flex-direction: column-reverse;
  }
  .entry-content .wp-block-group.is-style-hero-v2:first-child {
    padding-top: 0;
  }
  .wp-block-group.is-style-hero-v2 > .wp-block-heading:first-child:before, .wp-block-group.is-style-hero-v2 > .wp-block-group:first-child > .wp-block-heading:first-child:before {
    left: -40px;
    top: -72px;
  }
  .wp-block-group.is-style-hero-v2 > .wp-block-image:last-child {
    margin-left: calc(var(--wp--style--root--padding-right) * -1);
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    z-index: -2;
  }
  .wp-block-group.is-style-hero-v2 > .wp-block-image:last-child img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .wp-block-group.is-style-hero-v2 > .wp-block-image:last-child:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .wp-block-group.is-style-hero-v2 > .wp-block-image:last-child:after {
    left: 116px;
    bottom: 32px;
  }
}

.wp-block-group.is-style-hero-form > .wp-block-heading:first-child:before, .wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child:before {
  top: -5px;
  left: 0;
  width: 301px;
  height: 126px;
  background: #00ff97;
}
.wp-block-group.is-style-hero-form > .wp-block-group:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child {
  position: relative;
}
.wp-block-group.is-style-hero-form > .wp-block-group:first-child::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: #00ff97;
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:first-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:first-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:first-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:first-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tech::after {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:first-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:first-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:first-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:first-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-together::after {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:first-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:first-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:first-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:first-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child.pixel-tomorrow::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:first-child {
  position: relative;
}
.wp-block-group.is-style-hero-form > .wp-block-group:first-child:before {
  top: -121px;
  left: 301px;
}
.wp-block-group.is-style-hero-form > .wp-block-group:first-child:after {
  left: 417px;
  top: -5px;
}
.wp-block-group.is-style-hero-form > .wp-block-group:first-child > .wp-block-heading:first-child {
  margin-left: 0 !important;
  max-width: 417px;
}
.wp-block-group.is-style-hero-form > .wp-block-group:last-child::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: #00ff97;
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-group.is-style-hero-form > .wp-block-group:last-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form.pixel-tech > .wp-block-group:last-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form .pixel-tech > .wp-block-group:last-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .pixel-tech .wp-block-group:last-child::after {
  background-color: #00ff97;
}

.wp-block-group.is-style-hero-form > .wp-block-group:last-child.pixel-tech::after {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-hero-form > .wp-block-group:last-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form.pixel-together > .wp-block-group:last-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form .pixel-together > .wp-block-group:last-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .pixel-together .wp-block-group:last-child::after {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-hero-form > .wp-block-group:last-child.pixel-together::after {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-hero-form > .wp-block-group:last-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form.pixel-tomorrow > .wp-block-group:last-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form .pixel-tomorrow > .wp-block-group:last-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .pixel-tomorrow .wp-block-group:last-child::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:last-child.pixel-tomorrow::after {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-hero-form > .wp-block-group:last-child {
  position: relative;
  padding: var(--wp--preset--spacing--l);
  background-color: var(--wp--preset--color--primary, #013AFB);
}
@media screen and (min-width: 1024px) {
  .wp-block-group.is-style-hero-form > .wp-block-group:last-child {
    margin-left: var(--wp--preset--spacing--l);
    width: calc(100% - var(--wp--preset--spacing--l));
  }
}
.wp-block-group.is-style-hero-form > .wp-block-group:last-child:after {
  bottom: -58px;
  right: -58px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-hero-form {
    flex-direction: column;
  }
  .page-id-46561 .entry-content .wp-block-group.is-style-hero-form:first-child {
    padding-top: 0;
  }
  .wp-block-group.is-style-hero-form > .wp-block-group:first-child {
    position: relative;
  }
  .wp-block-group.is-style-hero-form > .wp-block-group:first-child:before {
    top: 121px;
    left: 301px;
  }
  .wp-block-group.is-style-hero-form > .wp-block-group:first-child:after {
    left: 185px;
    top: 237px;
  }
  .wp-block-group.is-style-hero-form > .wp-block-group:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.is-style-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  padding: var(--wp--preset--spacing--l);
}
.is-style-card > * {
  margin-left: initial !important;
  margin-right: initial !important;
}
.is-style-card > .wp-block-image.is-style-fullsize:first-child {
  width: 100%;
}
.is-style-card > .wp-block-image.is-style-fullsize:first-child img {
  width: calc(100% + 2 * var(--wp--preset--spacing--l));
  margin-top: calc(-1 * var(--wp--preset--spacing--l)) !important;
  margin-left: calc(-1 * var(--wp--preset--spacing--l)) !important;
  max-width: none;
}
.is-style-card > .wp-block-image.is-style-fullsize:first-child + .is-style-badge {
  margin-top: calc(-1 * (var(--wp--preset--spacing--m) + var(--wp--preset--spacing--xs)));
}
.is-style-card > .wp-block-image ~ .wp-block-heading:first-of-type {
  min-height: initial;
}
.is-style-card > .wp-block-image ~ .wp-block-heading:first-of-type:before {
  display: none;
}
.is-style-card > .wp-block-buttons:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.is-style-card.has-primary-background-color {
  color: #F2F4F8;
}
.is-style-card > .wp-block-heading:first-of-type::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .is-style-card > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.is-style-card.pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.is-style-card .pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.is-style-card > .pixel-tech .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.is-style-card > .wp-block-heading:first-of-type.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .is-style-card > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.is-style-card.pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.is-style-card .pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.is-style-card > .pixel-together .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.is-style-card > .wp-block-heading:first-of-type.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .is-style-card > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-card.pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-card .pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-card > .pixel-tomorrow .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-card > .wp-block-heading:first-of-type.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.is-style-card > .wp-block-heading:first-of-type {
  font-size: var(--wp--preset--font-size--heading-xs);
}

.wp-block-group.is-style-cards,
.wp-block-group.is-style-cards-2,
.wp-block-group.is-style-cards-3,
.wp-block-group.is-style-cards-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--wp--preset--spacing--s);
}
.wp-block-group.is-style-cards + *,
.wp-block-group.is-style-cards-2 + *,
.wp-block-group.is-style-cards-3 + *,
.wp-block-group.is-style-cards-4 + * {
  margin-top: 1.5rem;
}
.wp-block-group.is-style-cards + .wp-block-group.is-style-cards,
.wp-block-group.is-style-cards + .wp-block-group.is-style-cards-2,
.wp-block-group.is-style-cards + .wp-block-group.is-style-cards-3,
.wp-block-group.is-style-cards + .wp-block-group.is-style-cards-4,
.wp-block-group.is-style-cards-2 + .wp-block-group.is-style-cards,
.wp-block-group.is-style-cards-2 + .wp-block-group.is-style-cards-2,
.wp-block-group.is-style-cards-2 + .wp-block-group.is-style-cards-3,
.wp-block-group.is-style-cards-2 + .wp-block-group.is-style-cards-4,
.wp-block-group.is-style-cards-3 + .wp-block-group.is-style-cards,
.wp-block-group.is-style-cards-3 + .wp-block-group.is-style-cards-2,
.wp-block-group.is-style-cards-3 + .wp-block-group.is-style-cards-3,
.wp-block-group.is-style-cards-3 + .wp-block-group.is-style-cards-4,
.wp-block-group.is-style-cards-4 + .wp-block-group.is-style-cards,
.wp-block-group.is-style-cards-4 + .wp-block-group.is-style-cards-2,
.wp-block-group.is-style-cards-4 + .wp-block-group.is-style-cards-3,
.wp-block-group.is-style-cards-4 + .wp-block-group.is-style-cards-4 {
  margin-top: 16px;
}
.wp-block-group.is-style-cards > .wp-block-group,
.wp-block-group.is-style-cards-2 > .wp-block-group,
.wp-block-group.is-style-cards-3 > .wp-block-group,
.wp-block-group.is-style-cards-4 > .wp-block-group {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  padding: var(--wp--preset--spacing--l);
}
.wp-block-group.is-style-cards > .wp-block-group > *,
.wp-block-group.is-style-cards-2 > .wp-block-group > *,
.wp-block-group.is-style-cards-3 > .wp-block-group > *,
.wp-block-group.is-style-cards-4 > .wp-block-group > * {
  margin-left: initial !important;
  margin-right: initial !important;
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-image.is-style-fullsize:first-child,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child {
  width: 100%;
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-image.is-style-fullsize:first-child img,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child img,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child img,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child img {
  width: calc(100% + 2 * var(--wp--preset--spacing--l));
  margin-top: calc(-1 * var(--wp--preset--spacing--l)) !important;
  margin-left: calc(-1 * var(--wp--preset--spacing--l)) !important;
  max-width: none;
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-image.is-style-fullsize:first-child + .is-style-badge,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child + .is-style-badge,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child + .is-style-badge,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-image.is-style-fullsize:first-child + .is-style-badge {
  margin-top: calc(-1 * (var(--wp--preset--spacing--m) + var(--wp--preset--spacing--xs)));
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type {
  min-height: initial;
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type:before,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type:before,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type:before,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-image ~ .wp-block-heading:first-of-type:before {
  display: none;
}
.wp-block-group.is-style-cards > .wp-block-group > .wp-block-buttons:last-child,
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-buttons:last-child,
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-buttons:last-child,
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-buttons:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.wp-block-group.is-style-cards > .wp-block-group.has-primary-background-color,
.wp-block-group.is-style-cards-2 > .wp-block-group.has-primary-background-color,
.wp-block-group.is-style-cards-3 > .wp-block-group.has-primary-background-color,
.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color {
  color: #F2F4F8;
}
.wp-block-group.is-style-cards > .wp-block-group,
.wp-block-group.is-style-cards-2 > .wp-block-group,
.wp-block-group.is-style-cards-3 > .wp-block-group,
.wp-block-group.is-style-cards-4 > .wp-block-group {
  min-width: 0;
  flex: 1;
  margin-left: initial !important;
  margin-right: initial !important;
  margin-block-start: 0;
}
.wp-block-group.is-style-cards.is-style-cards-borderless > .wp-block-group,
.wp-block-group.is-style-cards-2.is-style-cards-borderless > .wp-block-group,
.wp-block-group.is-style-cards-3.is-style-cards-borderless > .wp-block-group,
.wp-block-group.is-style-cards-4.is-style-cards-borderless > .wp-block-group {
  border: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-group.is-style-cards > .wp-block-group,
  .wp-block-group.is-style-cards-2 > .wp-block-group,
  .wp-block-group.is-style-cards-3 > .wp-block-group,
  .wp-block-group.is-style-cards-4 > .wp-block-group {
    flex: 0 0 100% !important;
  }
}

.wp-block-group.is-style-cards-2 {
  gap: var(--wp--preset--spacing--l);
}
.wp-block-group.is-style-cards-2 > .wp-block-group {
  flex: 0 0 calc((100% - var(--wp--preset--spacing--l)) / 2);
}
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2.pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 .pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 > .pixel-tech .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-tech .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2.pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 .pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 > .pixel-together .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-together .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2.pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 .pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 > .pixel-tech .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-tech > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-tech > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-tech .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2.pixel-together > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 .pixel-together > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 > .pixel-together .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-together > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-together > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-together .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-2 > .wp-block-group > .wp-block-heading:first-of-type {
  position: relative;
  min-height: 76px;
}

.wp-block-group.is-style-cards-3 {
  gap: var(--wp--preset--spacing--l);
}
.wp-block-group.is-style-cards-3 > .wp-block-group {
  flex: 0 0 calc((100% - 3 * var(--wp--preset--spacing--l)) / 3);
}
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3.pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 .pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 > .pixel-tech .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-tech .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3.pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 .pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 > .pixel-together .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-together .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3.pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 .pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 > .pixel-tech .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-tech > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-tech > .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-tech .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3.pixel-together > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 .pixel-together > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 > .pixel-together .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-together > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-together > .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-together .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-3 > .wp-block-group > .wp-block-heading:first-of-type {
  position: relative;
  min-height: 76px;
}

.wp-block-group.is-style-cards-4 {
  gap: var(--wp--preset--spacing--m);
}
.wp-block-group.is-style-cards-4 > .wp-block-group {
  flex: 0 0 calc((100% - 3 * var(--wp--preset--spacing--m)) / 4);
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-cards-4 > .wp-block-group {
    flex: 0 0 calc((100% - var(--wp--preset--spacing--m)) / 2);
  }
}
.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4.pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 .pixel-tech > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .pixel-tech .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group .pixel-tech > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .pixel-tech .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4.pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 .pixel-together > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .pixel-together .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group .pixel-together > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .pixel-together .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group > .wp-block-heading:first-of-type {
  font-size: var(--wp--preset--font-size--heading-xxs);
}
.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-4.pixel-tech > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-4 .pixel-tech > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-4 > .pixel-tech .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color).pixel-tech .wp-block-heading:first-of-type::before {
  background-color: #00ff97;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-4.pixel-together > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-4 .pixel-together > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-4 > .pixel-together .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color).pixel-together .wp-block-heading:first-of-type::before {
  background-color: #ff5f3a;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4.pixel-tomorrow > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4 .pixel-tomorrow > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4 > .pixel-tomorrow .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color).pixel-tomorrow .wp-block-heading:first-of-type::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-group.is-style-cards-4 > .wp-block-group:not(.has-primary-background-color) .wp-block-heading:first-of-type {
  position: relative;
  min-height: 76px;
}
.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#00ff97, #00ff97);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4.pixel-tech > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 .pixel-tech > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .pixel-tech .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color.pixel-tech .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4.pixel-together > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 .pixel-together > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .pixel-together .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color.pixel-together .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4.pixel-tomorrow > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 .pixel-tomorrow > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .pixel-tomorrow .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color.pixel-tomorrow .wp-block-heading:first-of-type::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-cards-4 > .wp-block-group.has-primary-background-color .wp-block-heading:first-of-type.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  counter-reset: card;
}
.wp-block-group.is-style-numbered-cards > .wp-block-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  margin-left: initial !important;
  margin-right: initial !important;
  margin-block-start: 0;
  counter-increment: card;
  padding: 40px;
}
.wp-block-group.is-style-numbered-cards > .wp-block-group > * {
  margin-left: initial !important;
  margin-right: initial !important;
}
.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards.pixel-tech > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards .pixel-tech > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards > .pixel-tech .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards.pixel-together > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards .pixel-together > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards > .pixel-together .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards.pixel-tomorrow > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards .pixel-tomorrow > .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .pixel-tomorrow .wp-block-group > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.wp-block-group.is-style-numbered-cards > .wp-block-group:before {
  content: counter(card);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 255, 151, 0.5);
  margin-bottom: 16px;
  width: 114px;
  height: 114px;
  font-size: clamp(40px, 2.5vw, 64px);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  color: #181818;
}
.wp-block-group.is-style-numbered-cards > .wp-block-group > .wp-block-buttons:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.wp-block-group.is-style-numbered-cards > .wp-block-group.has-primary-background-color {
  color: #F2F4F8;
}

.wp-block-group.is-style-slim-box {
  padding: var(--wp--preset--spacing--l);
  background-color: #F2F4F8;
  max-width: 734px;
  position: relative;
  z-index: 0;
}
.wp-block-group.is-style-slim-box .wp-block-heading::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-group.is-style-slim-box .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-slim-box.pixel-tech .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-group.is-style-slim-box .wp-block-heading.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-group.is-style-slim-box .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-slim-box.pixel-together .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-group.is-style-slim-box .wp-block-heading.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-group.is-style-slim-box .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-slim-box.pixel-tomorrow .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-slim-box .wp-block-heading.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-group.is-style-slim-box .wp-block-heading {
  font-size: var(--wp--preset--font-size--heading-xs);
}

.wp-block-group.is-style-bge-card {
  padding: var(--wp--preset--spacing--l) 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--m);
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ff5f3a;
}

/**
 * Columns
 *
 * @package starter
 */
/* Deuxième colonne décalée
 ============================================== */
@media screen and (min-width: 1700px) {
  .wp-block-columns.is-style-second-column-decalee .wp-block-column + .wp-block-column {
    transform: translateY(20%);
  }
}

/* Box shadow
 ============================================= */
.wp-block-columns.has-box-shadow-border-color {
  border-width: 0px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

/* Sticky plus large 
 ============================================= */
.wp-block-columns.is-style-sticky-wider {
  gap: var(--wp--preset--spacing--20);
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-sticky-wider .wp-block-column:first-child .wp-block-group.is-position-sticky {
    margin-left: calc(100% - 50vw + var(--wp--preset--spacing--20) / 2);
  }
  .wp-block-columns.is-style-sticky-wider .wp-block-column:last-child .wp-block-group.is-position-sticky {
    margin-right: calc(100% - 50vw + var(--wp--preset--spacing--20) / 2);
  }
}

/* Hero page interne
 ============================================= */
.wp-block-columns.is-style-hero-page-interne {
  margin-top: calc(var(--wp--style--root--padding-top) * -1);
  margin-bottom: var(--wp--preset--spacing--70);
}
@media screen and (max-width: 1023px) {
  .wp-block-columns.is-style-hero-page-interne {
    flex-direction: column-reverse;
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-cover {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.is-style-hero-page-interne {
    gap: 0 var(--wp--preset--spacing--40);
    /** Positionne le visuel jusqu'au bord droit de l'écran */
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-cover {
    margin-right: calc(100% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:10%"] .wp-block-cover {
    margin-right: calc(500% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:15%"] .wp-block-cover {
    margin-right: calc(333.3333333% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:20%"] .wp-block-cover {
    margin-right: calc(250% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:25%"] .wp-block-cover {
    margin-right: calc(200% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:30%"] .wp-block-cover {
    margin-right: calc(166.6666667% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:35%"] .wp-block-cover {
    margin-right: calc(142% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:40%"] .wp-block-cover {
    margin-right: calc(125% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:45%"] .wp-block-cover {
    margin-right: calc(111% - 50vw);
  }
  .wp-block-columns.is-style-hero-page-interne .wp-block-column[style*="flex-basis:50%"] .wp-block-cover {
    margin-right: calc(100% - 50vw);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-columns.is-style-hero-page-interne {
    min-height: 720px;
  }
}
@media screen and (min-width: 1920px) {
  .wp-block-columns.is-style-hero-page-interne {
    min-height: 880px;
  }
}
@media screen and (min-width: 2560px) {
  .wp-block-columns.is-style-hero-page-interne {
    min-height: 1080px;
  }
}

/* Colonnes inversé mobile
 ============================================= */
@media screen and (max-width: 781px) {
  .wp-block-columns.is-style-reverse-mobile {
    flex-direction: column-reverse;
  }
}

/* Ligne de séparation
 ============================================= */
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-line-separator .wp-block-column + .wp-block-column {
    position: relative;
  }
  .wp-block-columns.is-style-line-separator .wp-block-column + .wp-block-column:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #fffc9a;
    position: absolute;
    left: -50px;
    top: 0;
  }
}

/* colonne deco
 ============================================== */
.wp-block-columns.is-style-deco .wp-block-column:not(:last-child) p.has-heading-2-font-size::after {
  content: "";
  background: url(../../assets/images/arrow-pointille.svg) no-repeat;
  position: absolute;
  right: 0;
  top: calc(100% - 15px);
  width: 205px;
  height: 10px;
  transform: translateX(calc(100% + 15px)) translateY(-50%);
  z-index: 1;
}
.wp-block-columns.is-style-deco .wp-block-column p.has-heading-2-font-size {
  line-height: 1;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1699px) {
  .wp-block-columns.is-style-deco {
    flex-wrap: wrap !important;
    justify-content: center;
    width: 984px;
  }
  .wp-block-group.alignwide .wp-block-columns.is-style-deco {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wp-block-columns.is-style-deco .wp-block-column {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1024px) {
  .wp-block-columns.is-style-deco .wp-block-column:nth-child(3n) p.has-heading-2-font-size::after {
    content: unset;
  }
}
@media screen and (max-width: 1699px) {
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group {
    width: 317px;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-columns.is-style-deco {
    width: 317px;
    margin-top: calc(var(--wp--preset--spacing--40) * -1 - 3rem) !important;
    z-index: 11;
    position: relative;
  }
  .wp-block-columns.is-style-deco .wp-block-column {
    position: relative;
  }
  .wp-block-columns.is-style-deco .wp-block-column:not(:last-child)::after {
    content: "";
    position: absolute;
    background: url(../../assets/images/arrow-pointille-vertical.svg) no-repeat;
    width: 10px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
  }
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group {
    min-height: 257px !important;
    width: 257px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group > .wp-block-group {
    min-height: 213px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group > .wp-block-group p.has-xxxx-small-font-size {
    font-size: 17px !important;
  }
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group > .wp-block-group p.has-xx-small-font-size {
    font-size: 14px !important;
  }
  .wp-block-columns.is-style-deco .wp-block-column > .wp-block-group > .wp-block-group p.has-mini-font-size {
    font-size: 10px !important;
  }
  .wp-block-columns.is-style-deco .wp-block-column p.has-heading-2-font-size::after {
    content: unset !important;
  }
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter.pixel-tech > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter .pixel-tech > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter > .pixel-tech .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child.pixel-tech > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child .pixel-tech > .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .pixel-tech .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter.pixel-together > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter .pixel-together > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter > .pixel-together .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child.pixel-together > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child .pixel-together > .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .pixel-together .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter.pixel-tomorrow > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter .pixel-tomorrow > .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .pixel-tomorrow .wp-block-column:first-child > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child.pixel-tomorrow > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child .pixel-tomorrow > .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .pixel-tomorrow .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-text-twitter > .wp-block-column:first-child > .wp-block-heading {
  font-size: var(--wp--preset--font-size--heading-xs);
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.is-style-text-twitter .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-columns.is-style-text-twitter .wp-block-column:first-child {
    flex: 1 1 calc(67% - 40px);
  }
  .wp-block-columns.is-style-text-twitter .wp-block-column:last-child {
    flex: 1 1 33%;
  }
}
.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text.pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text .pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .pixel-tech .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text.pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text .pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .pixel-together .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text.pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text .pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .pixel-tomorrow .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text.pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text .pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .pixel-tech .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text.pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text .pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .pixel-together .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text.pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text .pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .pixel-tomorrow .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box.pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box .pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tech .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box.pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box .pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .pixel-together .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box.pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box .pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tomorrow .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box.pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box .pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tech .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box.pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box .pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .pixel-together .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box.pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box .pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tomorrow .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture.pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture .pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .pixel-tech .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture.pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture .pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .pixel-together .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture.pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture .pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .pixel-tomorrow .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture.pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture .pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .pixel-tech .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture.pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture .pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .pixel-together .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture.pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture .pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .pixel-tomorrow .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture.pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture .pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tech .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture.pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture .pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .pixel-together .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture.pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture .pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tomorrow .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture.pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture .pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tech .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture.pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture .pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .pixel-together .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture.pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture .pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tomorrow .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas.pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas .pixel-tech > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .pixel-tech .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas.pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas .pixel-together > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .pixel-together .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas.pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas .pixel-tomorrow > .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .pixel-tomorrow .wp-block-column:first-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas.pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas .pixel-tech > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .pixel-tech .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-tech > .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas.pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas .pixel-together > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .pixel-together .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-together > .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas.pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas .pixel-tomorrow > .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .pixel-tomorrow .wp-block-column:last-child > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-tomorrow > .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child, .wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child, .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child, .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child, .wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child, .wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child, .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child, .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child, .wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child, .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child {
  position: relative;
}
.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-text > .wp-block-column:last-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-picture > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-image:first-child::before {
  top: -58px;
}
.wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  top: initial;
  bottom: -58px;
}
.wp-block-columns.is-style-picture-text > .wp-block-column:first-child > .wp-block-image:first-child::before, .wp-block-columns.is-style-picture-text-box > .wp-block-column:first-child > .wp-block-image:first-child::before {
  left: -58px;
}
.wp-block-columns.is-style-text-picture > .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-columns.is-style-text-picture > .wp-block-column:last-child > .wp-block-image:first-child::before {
  right: -58px;
}
.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child {
  background-color: var(--wp--preset--color--primary, #013AFB);
  padding: var(--wp--preset--spacing--l);
  color: #F2F4F8;
}
.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type::before {
  content: "< ";
  color: #F2F4F8;
}

.pixel-tech .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture.pixel-tech > .wp-block-column:first-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture .pixel-tech > .wp-block-column:first-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tech .wp-block-column:first-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture.pixel-together > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture .pixel-together > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .pixel-together .wp-block-column:first-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture.pixel-tomorrow > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture .pixel-tomorrow > .wp-block-column:first-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tomorrow .wp-block-column:first-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type::after {
  content: " />";
  color: #F2F4F8;
}

.pixel-tech .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture.pixel-tech > .wp-block-column:first-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture .pixel-tech > .wp-block-column:first-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tech .wp-block-column:first-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture.pixel-together > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture .pixel-together > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .pixel-together .wp-block-column:first-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture.pixel-tomorrow > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture .pixel-tomorrow > .wp-block-column:first-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .pixel-tomorrow .wp-block-column:first-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-text-box-picture > .wp-block-column:first-child > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child {
  background-color: var(--wp--preset--color--primary, #013AFB);
  padding: var(--wp--preset--spacing--l);
  color: #F2F4F8;
}
.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type::before {
  content: "< ";
  color: #F2F4F8;
}

.pixel-tech .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box.pixel-tech > .wp-block-column:last-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box .pixel-tech > .wp-block-column:last-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tech .wp-block-column:last-child > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tech > p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tech p:first-of-type::before {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box.pixel-together > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box .pixel-together > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .pixel-together .wp-block-column:last-child > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-together > p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-together p:first-of-type::before {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box.pixel-tomorrow > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box .pixel-tomorrow > .wp-block-column:last-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tomorrow .wp-block-column:last-child > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tomorrow > p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tomorrow p:first-of-type::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:first-of-type.pixel-tomorrow::before {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type::after {
  content: " />";
  color: #F2F4F8;
}

.pixel-tech .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box.pixel-tech > .wp-block-column:last-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box .pixel-tech > .wp-block-column:last-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tech .wp-block-column:last-child > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tech > p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tech p:last-of-type::after {
  color: #00ff97;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box.pixel-together > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box .pixel-together > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .pixel-together .wp-block-column:last-child > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-together > p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-together p:last-of-type::after {
  color: #ff5f3a;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box.pixel-tomorrow > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box .pixel-tomorrow > .wp-block-column:last-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .pixel-tomorrow .wp-block-column:last-child > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child.pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child .pixel-tomorrow > p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > .pixel-tomorrow p:last-of-type::after {
  color: #ff1ef7;
}

.wp-block-columns.is-style-picture-text-box > .wp-block-column:last-child > p:last-of-type.pixel-tomorrow::after {
  color: #ff1ef7;
}

@media screen and (max-width: 1023px) {
  .wp-block-columns.is-style-text-picture, .wp-block-columns.is-style-picture-text-box {
    flex-direction: column-reverse;
  }
  .wp-block-columns.is-style-picture-text, .wp-block-columns.is-style-picture-ctas, .wp-block-columns.is-style-text-box-picture {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child {
    height: 100%;
    position: relative;
  }
  .wp-block-columns.is-style-text-box-picture > .wp-block-column:last-child > .wp-block-image:first-child > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.wp-block-columns.is-style-picture-ctas > .wp-block-column:first-child > .wp-block-image::before {
  z-index: 1 !important;
  right: calc(-1 * var(--wp--preset--spacing--l));
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child {
    padding-left: var(--wp--preset--spacing--l);
  }
}
.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas.pixel-tech > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas .pixel-tech > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas > .pixel-tech .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas.pixel-together > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas .pixel-together > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas > .pixel-together .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas.pixel-tomorrow > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas .pixel-tomorrow > .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .pixel-tomorrow .wp-block-column:last-child > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  margin-bottom: var(--wp--preset--spacing--l);
  text-transform: uppercase;
}
.wp-block-columns.is-style-picture-ctas > .wp-block-column:last-child > .wp-block-buttons {
  margin-block-start: 0;
}
.wp-block-columns.is-style-steps {
  position: relative;
  counter-reset: step;
}
.wp-block-columns.is-style-steps > .wp-block-column {
  counter-increment: card;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.wp-block-columns.is-style-steps > .wp-block-column:before {
  content: counter(card);
  display: block;
  justify-content: center;
  align-items: center;
  background: rgba(0, 255, 151, 0.5);
  margin-bottom: var(--wp--preset--spacing--xs);
  width: 114px;
  height: 114px;
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  color: #181818;
  text-align: center;
  line-height: 100px;
}
.wp-block-columns.is-style-steps > .wp-block-column > .wp-block-group {
  margin-top: calc(-1 * var(--wp--preset--spacing--m));
  padding: 0 var(--wp--preset--spacing--s);
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.is-style-steps:before {
    content: "";
    width: calc(100% - (20% - 114px));
    border-top: 3px dotted rgba(0, 255, 151, 0.5);
    position: absolute;
    top: 64px;
    left: calc((20% - 114px) / 2);
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-columns.is-style-steps {
    flex-direction: column;
  }
  .wp-block-columns.is-style-steps > .wp-block-column {
    position: relative;
    margin-top: var(--wp--preset--spacing--l);
    padding-bottom: var(--wp--preset--spacing--s);
  }
  .wp-block-columns.is-style-steps > .wp-block-column:after {
    content: "";
    height: var(--wp--preset--spacing--l);
    border-left: 3px dotted #00ff97;
    position: absolute;
    top: calc(-1 * var(--wp--preset--spacing--l));
    left: 50%;
    margin-left: -1.5px;
  }
  .wp-block-columns.is-style-steps > .wp-block-column:first-child {
    margin-top: 0;
  }
  .wp-block-columns.is-style-steps > .wp-block-column:first-child:after {
    display: none;
  }
  .wp-block-columns.is-style-steps > .wp-block-column > .wp-block-group {
    margin-top: calc(-1 * var(--wp--preset--spacing--l));
  }
}

/**
 * Column
 *
 * @package starter
 */
.wp-block-columns .is-style-columns-dotted {
  position: relative;
}
.wp-block-columns .is-style-columns-dotted::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, transparent 0, #F2F4F8 1px, transparent 1px, transparent 5px);
  background-position: left;
  background-size: 1px auto;
  background-repeat: repeat-y;
}
.wp-block-columns .is-style-columns-dotted::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, transparent 0, #F2F4F8 1px, transparent 1px, transparent 5px);
  background-position: left;
  background-size: 1px auto;
  background-repeat: repeat-y;
}
.wp-block-columns .is-style-columns-dotted-left {
  position: relative;
}
.wp-block-columns .is-style-columns-dotted-left::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, transparent 0, #F2F4F8 1px, transparent 1px, transparent 5px);
  background-position: left;
  background-size: 1px auto;
  background-repeat: repeat-y;
}
.wp-block-columns .is-style-columns-dotted-right {
  position: relative;
}
.wp-block-columns .is-style-columns-dotted-right::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, transparent 0, #F2F4F8 1px, transparent 1px, transparent 5px);
  background-position: left;
  background-size: 1px auto;
  background-repeat: repeat-y;
}

/**
 * Block media text 
 *
 * @package starter
 */
.wp-block-media-text__content .wp-block-heading {
  margin-top: var(--wp--preset--spacing--l);
  margin-bottom: var(--wp--preset--spacing--xs);
}
.wp-block-media-text__content .wp-block-heading::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .wp-block-media-text__content .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-media-text__content.pixel-tech .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.wp-block-media-text__content .wp-block-heading.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .wp-block-media-text__content .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-media-text__content.pixel-together .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.wp-block-media-text__content .wp-block-heading.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .wp-block-media-text__content .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-media-text__content.pixel-tomorrow .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-media-text__content .wp-block-heading.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.wp-block-media-text__content .wp-block-heading {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.wp-block-media-text__content .wp-block-heading:first-child {
  margin-top: 0;
}
.wp-block-media-text__content .wp-block-heading:before {
  content: "";
  display: block;
  mask: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.8625 2H2.56885V3.68621H20.8625V2Z" fill="currentColor"/><path d="M22.507 3.68622H20.8208V21.9379H22.507V3.68622Z" fill="currentColor"/><path d="M20.2352 3.06176L2.48926 20.8077L3.68159 22L21.4275 4.2541L20.2352 3.06176Z" fill="currentColor"/><path d="M22.5103 2H20.8628V3.70233H22.5103V2Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  width: 40px;
  height: 40px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  margin-bottom: var(--wp--preset--spacing--xs);
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 2rem 0 0;
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 200px;
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    min-height: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 0;
  }
  .wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
    padding-left: var(--wp--preset--spacing--40);
  }
  .wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
    padding-right: var(--wp--preset--spacing--40);
  }
}

/* Background
 ============================================== */
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: 2rem;
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--40);
  }
}

/* Image masquée sur mobile
 ===================================================================== */
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-style-media-text-hide-media-mobile .wp-block-media-text__media {
    display: none;
  }
  .wp-block-media-text.is-style-media-text-hide-media-mobile:not(.has-background) .wp-block-media-text__content {
    padding-top: 0;
  }
}

/* Bords arrondis sur l'image
 ===================================================================== */
.wp-block-media-text.is-style-image-rounded .wp-block-media-text__media {
  border-radius: 10px;
}

/* Média accolade mobile
 ===================================================================== */
.wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content > .wp-block-heading:first-child {
    margin-right: -90%;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content > .wp-block-heading:first-child {
    margin-right: -30%;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content {
    position: relative;
    padding-top: var(--wp--preset--spacing--20);
  }
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content::before, .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content::after {
    content: "";
    position: absolute;
    top: -50px;
    width: 50%;
    height: 100%;
    background: #F2F4F8;
    z-index: -1;
  }
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content::before {
    left: 0;
    border-top-right-radius: var(--border-radius-braces);
  }
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__content::after {
    right: 0;
    border-top-left-radius: var(--border-radius-braces);
  }
  .wp-block-media-text.is-style-braces-mobile.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media {
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media {
    margin-right: -50%;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media {
    margin-right: unset;
    width: 100%;
    z-index: -2;
  }
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media > img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: 0% 0%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media {
    position: relative;
    text-align: right;
  }
  .wp-block-media-text.is-style-braces-mobile .wp-block-media-text__media > img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-media-text.is-style-braces-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Page header
 ===================================================================== */
.wp-block-media-text.is-style-page-header .wp-block-media-text__content {
  padding: 2rem 0;
}
.wp-block-media-text.is-style-page-header .wp-block-media-text__media {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.wp-block-media-text.is-style-page-header .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wp--preset--color--secondary);
  opacity: 0.2;
}
.wp-block-media-text.is-style-page-header .wp-block-media-text__media::after {
  content: "";
  position: absolute;
  background: #F2F4F8;
  width: 86px;
  height: 60px;
  left: 50%;
  bottom: -1px;
  margin-left: -43px;
  clip-path: path("M 0 60 L 86 60 C 62.159 60 43 31.966 43 0 C 43 31.966 23.841 60 0 60");
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-page-header {
    min-height: calc(100vh - var(--wp--custom--header-height));
    grid-template-columns: auto 40% !important;
  }
  .wp-block-media-text.is-style-page-header .wp-block-media-text__content {
    padding: 4rem 0;
  }
  .wp-block-media-text.is-style-page-header .wp-block-media-text__content > * {
    max-width: 700px;
  }
  .wp-block-media-text.is-style-page-header .wp-block-media-text__media {
    margin-left: 0;
    margin-right: 0;
    margin-right: calc(125% - 50vw);
  }
  .wp-block-media-text.is-style-page-header .wp-block-media-text__media::after {
    width: 165px;
    height: 230px;
    top: 50%;
    bottom: auto;
    left: -1px;
    margin-left: 0;
    margin-top: -115px;
    clip-path: path("M0,0V236.032C0,170.6,77.335,118.016,165.519,118.016,77.335,118.016,0,65.434,0,0");
  }
}

/* Media sticky
 ===================================================================== */
.wp-block-media-text.is-style-media-sticky {
  /** Media */
}
.wp-block-media-text.is-style-media-sticky .wp-block-media-text__media {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky {
    position: relative;
    grid-template-columns: 1fr 1fr !important;
    gap: var(--wp--preset--spacing--20);
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky .wp-block-media-text__media {
    position: sticky;
    top: var(--wp--custom--sticky-margin-top);
  }
  .wp-block-media-text.is-style-media-sticky.is-image-fill .wp-block-media-text__media {
    height: calc(100vh - var(--wp--custom--sticky-margin-top) - var(--wp--preset--spacing--50));
  }
  .wp-block-media-text.is-style-media-sticky:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
    padding-left: 0;
  }
  .wp-block-media-text.is-style-media-sticky {
    /** Media on the right
     ------------------------------------------------ */
  }
  .wp-block-media-text.is-style-media-sticky.has-media-on-the-right {
    /** Content */
  }
  .wp-block-media-text.is-style-media-sticky.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-media-sticky.alignfull {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky.alignfull {
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky.alignfull .wp-block-media-text__media {
    margin-left: calc(100% - 50vw);
    border-radius: 0 10px 10px 0;
  }
  .wp-block-media-text.is-style-media-sticky.alignfull {
    /** Media on the right
     ------------------------------------------------ */
  }
  .wp-block-media-text.is-style-media-sticky.alignfull.has-media-on-the-right {
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky.alignfull.has-media-on-the-right .wp-block-media-text__media {
    margin-left: 0;
    margin-right: calc(100% - 50vw);
    border-radius: 10px 0 0 10px;
  }
}

/* Media sticky avec scrollbar
 ===================================================================== */
.wp-block-media-text.is-style-media-sticky-scrollbar {
  /** Media */
}
.wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media {
  border-radius: 10px;
}
.wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media img,
.wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media video {
  border-radius: inherit;
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar {
    position: relative;
    grid-template-columns: 1fr 1fr !important;
    gap: var(--wp--preset--spacing--20);
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media {
    height: calc(100vh - var(--wp--custom--sticky-margin-top) * 2);
    position: sticky;
    top: var(--wp--custom--sticky-margin-top);
    z-index: 2;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media img,
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media video {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media::before {
    content: "";
    position: absolute;
    top: calc(var(--wp--custom--sticky-margin-top) * -1);
    left: 100%;
    bottom: calc(var(--wp--custom--sticky-margin-top) * -1);
    width: 50vw;
    border-top: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top)) solid #F2F4F8;
    border-bottom: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top)) solid #F2F4F8;
    pointer-events: none;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar {
    /** Scrollbar - créée dans global.js APP.mediaText.stickyScrollbar() */
    /** Content */
    /** Media on the right
     ------------------------------------------------ */
  }
}
@media screen and (min-width: 601px) and (min-height: 1000px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar {
    margin-top: calc(var(--wp--custom--sticky-margin-top) * 1.5) !important;
    margin-bottom: calc(var(--wp--custom--sticky-margin-top) * 1.5) !important;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media {
    height: calc(100vh - var(--wp--custom--sticky-margin-top) * 3);
    top: calc(var(--wp--custom--sticky-margin-top) * 1.5);
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media::before {
    top: calc(var(--wp--custom--sticky-margin-top) * -1.5);
    bottom: calc(var(--wp--custom--sticky-margin-top) * -1.5);
    border-top: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top) * 1.5) solid #F2F4F8;
    border-bottom: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top) * 1.5) solid #F2F4F8;
  }
}
@media screen and (min-width: 601px) and (min-height: 1200px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar {
    margin-top: calc(var(--wp--custom--sticky-margin-top) * 2.5) !important;
    margin-bottom: calc(var(--wp--custom--sticky-margin-top) * 2.5) !important;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media {
    height: calc(100vh - var(--wp--custom--sticky-margin-top) * 5);
    top: calc(var(--wp--custom--sticky-margin-top) * 2.5);
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media::before {
    top: calc(var(--wp--custom--sticky-margin-top) * -2.5);
    bottom: calc(var(--wp--custom--sticky-margin-top) * -2.5);
    border-top: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top) * 2.5) solid #F2F4F8;
    border-bottom: calc(var(--wp--preset--spacing--30) + var(--wp--custom--sticky-margin-top) * 2.5) solid #F2F4F8;
  }
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__scrollbar {
    position: absolute;
    width: 3px;
    top: var(--wp--preset--spacing--30);
    bottom: var(--wp--preset--spacing--30);
    right: calc(-50vw + var(--wp--style--root--padding-right) - var(--wp--preset--spacing--20) / 2);
    margin-right: -1px;
    background: currentColor;
    transform-origin: 0 0;
    transform: scaleY(0.1);
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__content {
    position: relative;
    margin-top: var(--wp--preset--spacing--30);
    margin-bottom: var(--wp--preset--spacing--30);
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__content::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background: currentColor;
    opacity: 0.5;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
    padding-left: calc(var(--wp--preset--spacing--50) - var(--wp--preset--spacing--20));
    padding-right: var(--wp--preset--spacing--50);
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right {
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right .wp-block-media-text__media::before {
    left: auto;
    right: 100%;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right {
    /** Scrollbar */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right .wp-block-media-text__scrollbar {
    right: auto;
    left: calc(var(--wp--preset--spacing--50) * -1);
    margin-right: auto;
    margin-left: -2px;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right {
    /** Content */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-media-on-the-right .wp-block-media-text__content {
    padding-left: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--50);
    margin-right: calc(var(--wp--preset--spacing--50) - var(--wp--preset--spacing--20));
  }
}
@media screen and (min-width: 1704px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar {
    /** Scrollbar */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar:not(.alignwide) .wp-block-media-text__scrollbar {
    right: calc(1544px * -1 / 2 - var(--wp--preset--spacing--20) / 2);
  }
}
.wp-block-media-text.is-style-media-sticky-scrollbar.alignwide {
  /** Scrollbar */
}
@media screen and (min-width: 1200px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignwide .wp-block-media-text__scrollbar {
    right: calc(-50vw + var(--wp--preset--spacing--20) / 2);
  }
}
@media screen and (min-width: 1720px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignwide .wp-block-media-text__scrollbar {
    right: calc(1640px * -1 / 2 - var(--wp--preset--spacing--20) / 2);
  }
}
.wp-block-media-text.is-style-media-sticky-scrollbar.alignfull {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignfull {
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignfull .wp-block-media-text__media {
    margin-left: calc(100% - 50vw + var(--wp--preset--spacing--20) / 2);
    border-radius: 0 10px 10px 0;
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignfull {
    /** Media on the right
     ------------------------------------------------ */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignfull.has-media-on-the-right {
    /** Media */
  }
  .wp-block-media-text.is-style-media-sticky-scrollbar.alignfull.has-media-on-the-right .wp-block-media-text__media {
    margin-left: 0;
    margin-right: calc(100% - 50vw + var(--wp--preset--spacing--20) / 2);
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.is-style-media-sticky-scrollbar.has-primary-background-color .wp-block-media-text__media::before, .has-primary-background-color .wp-block-media-text.is-style-media-sticky-scrollbar .wp-block-media-text__media::before {
    border-top-color: var(--wp--preset--color--primary);
    border-bottom-color: var(--wp--preset--color--primary);
  }
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: unset;
}

/**
 * Images
 *
 * @package starter
 */
/* Align center
   ========================================================================== */
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image img[data-dominant-color]:not(.has-transparency) {
  background: transparent !important;
}

/* Box shadow
 ============================================= */
.wp-block-image img.has-box-shadow-border-color {
  border-width: 0px !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

/* Grande ombre
 ============================================= */
.wp-block-image.is-style-big-shadow {
  filter: drop-shadow(-50px 50px 50px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 1280px) {
  .wp-block-image.is-style-big-shadow {
    filter: drop-shadow(-100px 100px 100px rgba(0, 0, 0, 0.4));
  }
}

/* Image débordante
 ============================================= */
.wp-block-image.is-style-image-debordement {
  display: block;
  height: 0;
}
.wp-block-image.is-style-image-debordement > img {
  transform: translateY(-50%);
  width: clamp(200px, 21vw, 400px);
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .wp-block-image.is-style-image-debordement > img {
    transform: translateX(-20%) translateY(-50%);
  }
}

/* Image réduite sur mobile 50%
 ============================================= */
@media screen and (max-width: 781px) {
  .wp-block-image.is-style-image-mobile-min > img {
    max-width: 50%;
  }
}

/* Image réduite sur mobile 156px
 ============================================= */
@media screen and (max-width: 781px) {
  .wp-block-image.is-style-image-mobile-min-2 > img {
    max-width: 156px;
  }
}

/* Image débordante
 ============================================= */
.wp-block-image.is-style-image-debordement-2 {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 781px) {
  .wp-block-image.is-style-image-debordement-2 {
    top: unset;
    transform: translateY(-50%) translateX(-10%);
  }
}
@media screen and (min-width: 782px) and (max-width: 1023px) {
  .wp-block-image.is-style-image-debordement-2 {
    position: unset;
    transform: unset;
    top: unset;
  }
}

.wp-block-column:has(.wp-block-image.is-style-image-debordement-2) {
  min-height: 200px;
}
@media screen and (min-width: 480px) and (max-width: 781px) {
  .wp-block-column:has(.wp-block-image.is-style-image-debordement-2) {
    min-height: 280px;
  }
}

/**
 * Embed
 *
 * @package starter
 */
.wp-block-embed__wrapper {
  background: rgb(0, 0, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* Aligné au centre 
 ================================================== */
.entry-content > .wp-block-embed.aligncenter .wp-block-embed__wrapper {
  max-width: 525px;
  margin: 0 auto;
}

/* Style ombre + bords arrondis 
 ================================================== */
.wp-block-embed.is-style-starter-shadow-round .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .wp-block-embed.is-style-starter-shadow-round .wp-block-embed__wrapper {
    border-radius: 15px;
  }
}

/**
 * Cover
 *
 * @package starter
 */
.wp-block-cover {
  flex: 1;
  width: inherit;
  padding: var(--wp--preset--spacing--40);
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .is-style-cover-16-9-mobile {
    min-height: unset !important;
    aspect-ratio: 16/9;
  }
}

.page-id-2078 .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
  display: none;
}
@media screen and (min-width: 1280px) {
  .page-id-2078 .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    display: block;
    position: absolute;
    top: 0%;
    left: 55%;
    transform: translate(15%, 0);
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-id-2078 .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    transform: translate(0%, 0%);
  }
}
.page-id-2078 .is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image.alignright {
  margin-inline-start: 0em !important;
}
.page-id-2078 .is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image:first-child img {
  float: right;
}
.page-id-2078 .is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image img {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .page-id-2078 .is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image img {
    width: 100%;
  }
}

.is-style-cover-expert {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .is-style-cover-expert {
    overflow: visible;
  }
}
.is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translate(25%, 0%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 601px) {
  .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    top: 5%;
    left: 40%;
    transform: translate(25%, 0);
  }
}
@media screen and (min-width: 992px) {
  .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    top: 5%;
    left: 60%;
    transform: translate(20%, 0);
  }
}
@media screen and (min-width: 1280px) {
  .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    top: 0%;
    left: 55%;
    transform: translate(15%, 0);
  }
}
@media screen and (min-width: 1440px) {
  .is-style-cover-expert .wp-block-cover__inner-container > .wp-block-image {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    transform: translate(0%, 0%);
  }
}
.is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image:first-child img {
  float: right;
}
.is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image img {
  width: 80%;
}
@media screen and (min-width: 601px) {
  .is-style-cover-expert .wp-block-group.has-terciary-background-color .wp-block-image img {
    width: 100%;
  }
}
.is-style-cover-expert .wp-block-buttons {
  width: 100%;
}
.is-style-cover-expert .wp-block-button.is-style-hook .wp-block-button__link.has-white-color.has-primary-background-color:hover {
  color: #fffc9a !important;
}
.is-style-cover-expert .wp-block-button.is-style-hook .wp-block-button__link.has-primary-background-color:hover span:before {
  border-top: 2px solid #fffc9a !important;
  border-right: 2px solid #fffc9a !important;
}
.is-style-cover-expert .wp-block-button.is-style-hook .wp-block-button__link.has-primary-background-color:hover span:after {
  background: #fffc9a !important;
}
.is-style-cover-expert .swiper-pagination-wrapper .swiper-pagination {
  border: 10px solid #F2F4F8;
  box-sizing: content-box;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .is-style-cover-expert .swiper-pagination-wrapper .d-flex {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .is-style-cover-jpo .wp-block-group.has-secondary-background-color {
    padding: 0px !important;
    background-color: transparent !important;
  }
}

.is-style-cover-deco {
  position: relative;
  overflow: hidden;
}
.is-style-cover-deco:before {
  content: url(../../assets/images/accolade-deco-big-mobile.svg);
  position: absolute;
  bottom: -6px;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .is-style-cover-deco:before {
    content: url(../../assets/images/accolade-deco-big.svg);
  }
}

/* Box shadow
 ============================================= */
.wp-block-cover.has-box-shadow-border-color {
  border-width: 0px !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

/* Accolades
 ============================================= */
.wp-block-cover.is-style-braces {
  min-height: clamp(200px, 45vw, 400px);
}
.wp-block-cover.is-style-braces::before {
  content: "";
  position: absolute;
  background: #F2F4F8;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .wp-block-cover.is-style-braces::before {
    width: 86px;
    height: 60px;
    left: 6rem;
    bottom: -1px;
    margin-left: -43px;
    clip-path: path("M 0 60 L 86 60 C 62.159 60 43 31.966 43 0 C 43 31.966 23.841 60 0 60");
  }
  .wp-block-cover.is-style-braces span.wp-block-cover__background {
    opacity: 0.7 !important;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-cover.is-style-braces {
    height: 100%;
  }
  .wp-block-cover.is-style-braces::before {
    width: 165px;
    height: 230px;
    top: 50%;
    bottom: auto;
    left: -1px;
    margin-left: 0;
    margin-top: -115px;
    clip-path: path("M0,0V236.032C0,170.6,77.335,118.016,165.519,118.016,77.335,118.016,0,65.434,0,0");
  }
}

/* Accolades Haut
 ============================================= */
.wp-block-cover.is-style-braces-top:before {
  content: "";
  background: url(../../assets/images/accolade.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 165px;
  width: 235px;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .wp-block-cover.is-style-braces-top:before {
    height: 42px;
    width: 60px;
  }
}

/* Accolades Mobile
 ============================================= */
.wp-block-cover.is-style-braces-mobile > img {
  left: auto;
  width: 40%;
}
@media (max-width: 1350px) {
  .wp-block-cover.is-style-braces-mobile > img {
    width: 53%;
  }
}
@media screen and (max-width: 991px) {
  .wp-block-cover.is-style-braces-mobile > img {
    width: 100%;
    height: clamp(200px, 65vw, 480px);
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .wp-block-cover.is-style-braces-mobile {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .wp-block-cover.is-style-braces-mobile .wp-block-cover__inner-container {
    position: relative;
    padding-top: clamp(0px, 2vw, 50px);
  }
  .wp-block-cover.is-style-braces-mobile .wp-block-cover__inner-container::before, .wp-block-cover.is-style-braces-mobile .wp-block-cover__inner-container::after {
    content: "";
    position: absolute;
    top: -50px;
    width: 50%;
    height: 100%;
    background: #F2F4F8;
    z-index: -1;
  }
  .wp-block-cover.is-style-braces-mobile .wp-block-cover__inner-container::before {
    left: 0;
    border-top-right-radius: var(--border-radius-braces);
  }
  .wp-block-cover.is-style-braces-mobile .wp-block-cover__inner-container::after {
    right: 0;
    border-top-left-radius: var(--border-radius-braces);
  }
}

/* style multiply
 ============================================= */
.wp-block-cover.is-style-image-devant-fond > .wp-block-cover__image-background {
  z-index: 1;
  opacity: 1 !important;
}
.wp-block-cover.is-style-image-devant-fond:not(.is-repeated) > .wp-block-cover__image-background {
  background: transparent !important;
}

/* Overflow visible
 ============================================= */
.wp-block-cover.is-style-overflow-visible {
  overflow: visible;
}

/* Banniere cacher mobile
 ============================================= */
@media screen and (max-width: 781px) {
  .wp-block-cover.is-style-hide-on-mobile > .wp-block-cover__image-background {
    display: none;
  }
}

/* style multiply
 ============================================= */
.wp-block-cover.is-style-people-right {
  overflow: visible;
}
@media screen and (max-width: 781px) {
  .wp-block-cover.is-style-people-right {
    padding-bottom: 0 !important;
  }
  .wp-block-cover.is-style-people-right .wp-block-cover__inner-container .wp-block-column figure:first-child img {
    max-width: 50%;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-cover.is-style-people-right .wp-block-cover__inner-container .wp-block-column figure:first-child img {
    position: absolute;
    bottom: 0;
    right: -3%;
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-cover.is-style-people-right .wp-block-cover__inner-container .wp-block-column figure:first-child img {
    width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-cover.is-style-people-right .wp-block-cover__inner-container .wp-block-column figure:first-child img {
    width: 30%;
  }
}

/* fond 50
 ============================================= */
.wp-block-cover.is-style-fond-50 {
  margin-top: -10rem !important;
  padding-top: 20rem !important;
}
.wp-block-cover.is-style-fond-50 > .wp-block-cover__image-background {
  height: calc(50% + 6rem);
  z-index: -1;
}

/* style width 100%
 ============================================= */
.wp-block-cover.is-style-width-100 {
  width: 100%;
}

/**
 * Pullquote
 *
 * @package starter
 */
.wp-block-pullquote {
  border: none;
  text-align: left;
  padding: 0;
}
.wp-block-pullquote.has-blue-background-color {
  background: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
}
.wp-block-pullquote.has-darkblue-background-color {
  background: #2E3947;
  color: #F2F4F8;
}
.wp-block-pullquote.has-background:not(.alignfull) {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-pullquote.has-background:not(.alignfull) {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-pullquote.has-background:not(.alignfull) {
    padding: 5rem;
  }
}
.wp-block-pullquote blockquote {
  font-size: 1.25rem;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote cite {
  border-left: 4px solid currentcolor;
  margin: 0;
}
.wp-block-pullquote blockquote p {
  padding-left: 1em;
  font-size: 1em;
  line-height: 1.125;
  font-weight: bold;
}
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: 0.7em;
  text-transform: none;
  padding-top: 0.5em;
  padding-left: 1.4em;
}
@media screen and (min-width: 601px) {
  .wp-block-pullquote blockquote {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-pullquote blockquote {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-pullquote blockquote {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-pullquote blockquote {
    font-size: 2.5rem;
  }
}
/**
 * Social icons
 *
 * @package starter
 */
ul.wp-block-social-links li {
  padding-left: 0;
}
ul.wp-block-social-links li:not(:last-child) {
  margin-bottom: 0;
}
ul.wp-block-social-links li::before {
  display: none;
}
ul.wp-block-social-links a:hover {
  opacity: 1 !important;
}

/**
 * Site header
 *
 * @package starter
 */
@media screen and (min-width: 1120px) {
  .site-header-toggle {
    display: none;
  }
}
body .wp-site-blocks {
  margin-top: 60px;
}
@media screen and (min-width: 1120px) {
  body .wp-site-blocks {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1120px) {
  body .site-header .site-header-campus {
    z-index: 999;
    position: fixed;
    inset: 0px 0 auto;
  }
}
@media screen and (min-width: 1120px) {
  body .site-header .site-header-main {
    inset: 70px 0 auto;
  }
}

.site-header a {
  color: #181818;
}
.site-header .is-style-arrow-up-right a {
  color: var(--wp--preset--color--primary, #013AFB);
}
@media screen and (min-width: 1120px) {
  .site-header > .site-header-megaMenu .site-header-megaMenu-side {
    display: none;
  }
}
.site-header {
  /** CAMPUS */
}
.site-header .site-header-campus {
  display: none;
}
@media screen and (min-width: 1120px) {
  .site-header .site-header-campus {
    display: block;
    inset: 105px 0 auto;
    transition: all ease 300ms;
    background: #F2F4F8;
  }
  .admin-bar .site-header .site-header-campus {
    top: 137px;
  }
  .site-header .site-header-campus .site-header-campus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .site-header .site-header-campus .site-header-campus-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--body-s);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    border-bottom: 1px solid #00ff97;
    text-transform: uppercase;
  }
  .site-header .site-header-campus .site-header-campus-menu a {
    display: block;
    padding: var(--wp--preset--spacing--xs);
    text-decoration: none;
    color: #181818;
    text-wrap: nowrap;
  }
  .site-header .site-header-campus .site-header-campus-menu a:hover {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  .site-header .site-header-campus .site-header-campus-menu ul {
    display: flex;
    list-style: none;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1519px) {
  .site-header .site-header-campus .site-header-campus-menu {
    max-width: 80%;
  }
  .site-header .site-header-campus .site-header-campus-menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.site-header {
  /** LANGs */
}
.site-header .site-header-langs {
  display: flex;
  gap: 4px;
  color: var(--wp--preset--color--primary, #013AFB);
}
.site-header .site-header-langs a {
  color: var(--wp--preset--color--primary, #013AFB);
  text-decoration: none;
  text-underline-offset: 2px;
  padding: 4px;
  border-bottom: 1px solid transparent;
}
.site-header .site-header-langs a:first-child {
  border-bottom-color: var(--wp--preset--color--primary, #013AFB);
  font-weight: 700;
}
.site-header .site-header-langs a:first-child:hover {
  border-bottom-color: #181818;
}
.site-header .site-header-langs a:hover {
  color: #181818;
}
.site-header > .site-header-main {
  display: block;
  position: fixed;
  z-index: 999;
  inset: 0 0 auto;
  transition: transform ease 300ms, opacity ease 300ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #F2F4F8;
}
body:not(.site-header-megaMenu__open) .site-header > .site-header-main {
  border-bottom: 1px solid var(--wp--preset--color--primary, #013AFB);
}
.admin-bar .site-header > .site-header-main {
  top: 32px;
}
.site-header > .site-header-main .site-header-main-container {
  display: flex;
  height: 59px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1119px) {
  .site-header > .site-header-main .site-header-main-menu,
  .site-header > .site-header-main .is-style-arrow-up-right,
  .site-header > .site-header-main .site-header-langs {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  .site-header > .site-header-main .site-header-main-menu {
    display: block;
  }
  .site-header > .site-header-main .site-header-main-menu > ul {
    list-style: none;
    display: flex;
    gap: 16px;
  }
  .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-ancestor a {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  .site-header > .site-header-main .site-header-main-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    overflow: hidden;
  }
  .site-header > .site-header-main .site-header-main-menu a::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: currentColor;
    transition: transform ease 200ms;
    transform: translateY(150%);
  }
  .site-header > .site-header-main .site-header-main-menu a span {
    display: inline-block;
    transition: transform ease 100ms;
  }
  body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-item > a, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-ancestor > a, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-parent > a, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current_page_item > a, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current_page_parent > a, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-page-ancestor > a,
  .site-header > .site-header-main .site-header-main-menu > ul > li.sub-menu-open > a {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-item > a::after, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-ancestor > a::after, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-menu-parent > a::after, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current_page_item > a::after, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current_page_parent > a::after, body:not(.site-header-megaMenu__innerNav) .site-header > .site-header-main .site-header-main-menu > ul > li.current-page-ancestor > a::after,
  .site-header > .site-header-main .site-header-main-menu > ul > li.sub-menu-open > a::after {
    transform: translateY(0);
  }
  .no-touch .site-header > .site-header-main .site-header-main-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.current_page_item):not(.current_page_parent):not(.current-page-ancestor):not(.sub-menu-open) a:hover {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  .site-header > .site-header-main .site-header-main-menu ul.sub-menu {
    display: none !important;
  }
}

/** Logo */
.site-header-logo {
  max-width: 108px;
  transition: max-width ease 300ms;
}
.site-header-logo a {
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--primary, #013AFB);
}
.site-header-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-header-logo svg path {
  fill: currentColor;
}

.site-header-megaMenu {
  position: fixed;
  inset: 0;
  z-index: 888;
  background: var(--wp--preset--color--secondary);
  color: #F2F4F8;
  transform: translateY(-100%);
  transition: all ease 400ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding-top: 104px;
  padding-bottom: var(--wp--preset--spacing--l);
  overflow-y: auto;
  overflow-x: clip;
  background: #F2F4F8;
  display: none;
}
.admin-bar .site-header-megaMenu {
  top: 32px;
}
.site-header-megaMenu__open .site-header-megaMenu {
  transform: translateY(0);
  display: block;
}
@media screen and (min-width: 1120px) {
  .site-header-megaMenu .site-header-megaMenu-inner {
    position: relative;
  }
  .site-header-megaMenu .site-header-megaMenu-inner > .site-header-langs, .site-header-megaMenu .site-header-megaMenu-inner > .site-header-megaMenu-campus, .site-header-megaMenu .site-header-megaMenu-inner > .site-header-megaMenu-right {
    display: none;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul {
    list-style: none;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li.sub-menu-close {
    display: none;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > a {
    display: none;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu {
    list-style: none;
    box-sizing: border-box;
    display: flex;
    gap: 4rem;
    justify-content: center;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 8px;
    cursor: default;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > a:after {
    content: "";
    display: inline;
    background-color: var(--wp--preset--color--primary, #013AFB);
    padding: 1px 4px;
    line-height: 0;
    font-size: 0;
    position: relative;
    top: 1px;
    left: 1px;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu {
    display: flex !important;
    list-style: none;
    flex-direction: column;
    gap: 8px;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu > .prev_menu {
    display: none;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover, .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a:focus {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  .site-header-megaMenu .site-header-megaMenu-menu > ul > li > .sub-menu > .menu-item > .sub-menu > .menu-item > a:before {
    content: "";
    display: inline-block;
    mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 7px;
    height: 12px;
    background-color: var(--wp--preset--color--primary, #013AFB);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1119px) {
  .site-header-megaMenu {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .site-header-megaMenu .site-header-megaMenu-campus,
  .site-header-megaMenu .site-header-megaMenu-right {
    display: none;
  }
  .site-header-megaMenu > .site-header-megaMenu-side {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--wp--preset--spacing--s);
    margin-block-end: auto;
    width: 100%;
  }
  .site-header-megaMenu > .site-header-megaMenu-side > .site-header-ctas {
    width: 100%;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
  }
  .site-header-megaMenu > .site-header-megaMenu-side > .site-header-ctas .wp-block-button a {
    display: block;
    height: auto;
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
    background-color: var(--wp--preset--color--primary, #013AFB);
    color: #F2F4F8;
    font-size: var(--wp--preset--font-size--s);
  }
  .site-header-megaMenu > .site-header-megaMenu-side > .site-header-ctas .wp-block-button a:after {
    display: none;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner {
    width: 100%;
    margin-top: 0 !important;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu {
    margin-top: var(--wp--preset--spacing--l)/2-var(--wp--preset--spacing--s);
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li {
    padding: 0 var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
    width: 50%;
    float: left;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > a {
    display: flex;
    text-decoration: none;
    font-weight: 700;
    padding: 0 var(--wp--preset--spacing--s);
    border: 1px solid var(--wp--preset--color--primary, #013AFB);
    align-items: center;
    justify-content: center;
    gap: var(--wp--preset--spacing--xs);
    height: 90px;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > a:after {
    content: "";
    display: inline-block;
    mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 14px;
    height: 24px;
    background-color: var(--wp--preset--color--primary, #013AFB);
    transition: all 0.3s;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu {
    display: none;
    inset: 0;
    background: #F2F4F8;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    position: absolute;
    z-index: 100;
    padding: 0 calc(var(--wp--preset--spacing--l) - var(--wp--preset--spacing--xs));
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > li {
    padding: 0 var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
    width: 50%;
    float: left;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > li > a {
    display: flex;
    text-decoration: none;
    font-weight: 700;
    padding: 0 var(--wp--preset--spacing--s);
    border: 1px solid var(--wp--preset--color--primary, #013AFB);
    align-items: center;
    justify-content: center;
    gap: var(--wp--preset--spacing--xs);
    height: 90px;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > li > a:after {
    content: "";
    display: inline-block;
    mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 14px;
    height: 24px;
    background-color: var(--wp--preset--color--primary, #013AFB);
    transition: all 0.3s;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open {
    transform: translateX(0%);
    transition: transform 300ms ease-out;
    position: absolute;
    top: 140px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .home_menu {
    display: none;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu {
    display: none;
    inset: 0;
    background: #F2F4F8;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    position: absolute;
    z-index: 100;
    padding: 0 var(--wp--preset--spacing--l) var(--wp--preset--spacing--l);
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open {
    display: flex !important;
    transform: translateX(0%);
    transition: transform 300ms ease-out;
    list-style: none;
    flex-direction: column;
    gap: 8px;
    padding-top: 1rem;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .prev_menu {
    display: none;
    color: #181818;
    font-weight: 700;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .prev_menu:after {
    content: "";
    display: inline;
    background-color: var(--wp--preset--color--primary, #013AFB);
    padding: 1px 4px;
    line-height: 0;
    font-size: 0;
    position: relative;
    top: 1px;
    left: 1px;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .menu-item > a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .menu-item > a:hover, .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .menu-item > a:focus {
    color: var(--wp--preset--color--primary, #013AFB);
  }
  .site-header-megaMenu > .site-header-megaMenu-inner > .site-header-megaMenu-menu > ul > li > .sub-menu.menu-open > .menu-item > .sub-menu.menu-open > .menu-item > a:before {
    content: "";
    display: inline-block;
    mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 7px;
    height: 12px;
    background-color: var(--wp--preset--color--primary, #013AFB);
    transition: all 0.3s;
  }
}

.site-header-megaMenu-close {
  position: absolute;
  right: 0;
  top: 2px;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: var(--wp--preset--color--primary, #013AFB) !important;
}
@media screen and (max-width: 1119px) {
  .site-header-megaMenu-close {
    display: none;
  }
}
.site-header-megaMenu-close::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
}
.site-header-megaMenu-close::before,
.site-header-megaMenu-close span {
  transition: transform ease 200ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.site-header-megaMenu-close span {
  font-size: 0;
  position: relative;
  display: block;
  width: 22px;
  height: 1px;
}
.site-header-megaMenu-close span::before, .site-header-megaMenu-close span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
}
.site-header-megaMenu-close span::before {
  transform: rotate(-45deg);
}
.site-header-megaMenu-close span::after {
  transform: rotate(45deg);
}
.no-touch .site-header-megaMenu-close:hover::before {
  transform: scale(1.1);
}
.no-touch .site-header-megaMenu-close:hover span {
  transform: rotate(90deg);
}

.site-header-breadcrumb {
  height: 36px;
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.site-header-breadcrumb > a {
  display: inline-flex;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  align-items: center;
  margin-right: 0.5rem;
}
.site-header-breadcrumb > a:before {
  content: "";
  display: inline-block;
  mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 14px;
  height: 24px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  transition: all 0.3s;
  transform: rotate(180deg);
  margin: 0 0.5rem;
}
.site-header-breadcrumb > a:first-child:before {
  margin-left: 0;
}

/**
* Hero home
*
* @package starter
*/
.hero-home {
  background-color: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
  overflow: hidden;
}

.hero-home_inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
@media screen and (max-width: 1023px) {
  .hero-home_inner {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.hero-home_image {
  position: absolute;
  top: calc(var(--wp--preset--spacing--xl) + var(--wp--preset--spacing--l));
  left: 250px;
  width: 100%;
}
.hero-home_image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .hero-home_image {
    position: static;
    width: 100%;
  }
  .hero-home_image img {
    width: calc(100% + 2 * var(--wp--style--root--padding-right));
    margin-top: calc(-1 * var(--wp--preset--spacing--xl));
    margin-left: calc(-1 * var(--wp--style--root--padding-right));
    max-width: none;
  }
}

.hero-home_content {
  position: relative;
  width: 540px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--l);
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .hero-home_content {
    margin-top: calc(-1 * var(--wp--preset--spacing--xl));
    padding-bottom: var(--wp--preset--spacing--xl);
  }
}

.hero-home_punchline {
  font-size: var(--wp--preset--font-size--heading-xl);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.hero-home_punchline > span {
  display: block;
}
.hero-home_punchline > .switch::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#F2F4F8, #F2F4F8);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .hero-home_punchline > .switch::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_punchline.pixel-tech > .switch::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_punchline .pixel-tech > .switch::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_punchline > .pixel-tech .switch::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_punchline > .switch.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .hero-home_punchline > .switch::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_punchline.pixel-together > .switch::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_punchline .pixel-together > .switch::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_punchline > .pixel-together .switch::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_punchline > .switch.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .hero-home_punchline > .switch::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_punchline.pixel-tomorrow > .switch::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_punchline .pixel-tomorrow > .switch::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_punchline > .pixel-tomorrow .switch::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_punchline > .switch.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_title {
  position: relative;
  width: 400px;
  max-width: 100%;
  font-size: var(--wp--preset--font-size--heading-xxs);
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .hero-home_title {
    position: relative;
  }
  .hero-home_title::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.5;
    background-color: #F2F4F8;
    z-index: 1;
    width: 116px;
    height: 116px;
  }
  .hero-home_title:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-1 * var(--wp--preset--spacing--l));
    left: 0;
    width: calc(100% + var(--wp--preset--spacing--l));
    height: calc(100% + 2 * var(--wp--preset--spacing--l));
    background-color: var(--wp--preset--color--primary, #013AFB);
    opacity: 0.5;
    z-index: -1;
  }
  .hero-home_title:after {
    left: calc(100% + var(--wp--preset--spacing--l));
    top: calc(100% + var(--wp--preset--spacing--l));
  }
}

.hero-home_description::before {
  content: "< ";
  color: #00ff97;
}

.pixel-tech .hero-home_description::before {
  color: #00ff97;
}

.hero-home_description.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .hero-home_description::before {
  color: #ff5f3a;
}

.hero-home_description.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .hero-home_description::before {
  color: #ff1ef7;
}

.hero-home_description.pixel-tomorrow::before {
  color: #ff1ef7;
}

.hero-home_description::after {
  content: " />";
  color: #00ff97;
}

.pixel-tech .hero-home_description::after {
  color: #00ff97;
}

.hero-home_description.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .hero-home_description::after {
  color: #ff5f3a;
}

.hero-home_description.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .hero-home_description::after {
  color: #ff1ef7;
}

.hero-home_description.pixel-tomorrow::after {
  color: #ff1ef7;
}

.hero-home_description {
  width: 250px;
  padding-right: var(--wp--preset--spacing--s);
}

.hero-home_signature {
  position: relative;
  width: fit-content;
  padding: var(--wp--preset--spacing--s) calc(var(--wp--preset--spacing--l) + 14px) var(--wp--preset--spacing--s) var(--wp--preset--spacing--l);
}
.hero-home_signature:before, .hero-home_signature:after {
  content: "";
  display: block;
  position: absolute;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="76" viewBox="0 0 24 76" fill="none"><path d="M7.30666 70.396V43.3669C7.30666 40.8047 5.61411 39.0326 2.75022 38.1646C2.53226 38.0868 2.3086 38.0241 2.07737 37.9728C1.84614 37.9082 1.6168 37.857 1.38556 37.819C1.15433 37.781 0.924992 37.7487 0.693759 37.7221C0.462525 37.6955 0.233187 37.6765 0.00195312 37.6651C4.30821 37.5113 7.30856 35.2568 7.30856 31.9824V4.9514C7.30666 1.81184 10.4018 -0.0190909 16.3797 -9.78165e-05L23.0514 0.0188953V2.50509H21.7436C15.8983 2.4861 14.7061 3.44905 14.7061 7.45659V31.5778C14.7061 34.8731 11.3608 37.3574 6.82335 37.6651C11.3608 37.9918 14.7061 40.478 14.7061 43.7524V67.8927C14.7061 71.9002 15.7827 72.8632 21.7436 72.8442H23.0514V75.3304H16.2641C10.362 75.3304 7.30477 73.4994 7.30477 70.3978L7.30666 70.396Z" fill="currentColor"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 24px;
  height: 76px;
  background-color: #00ff97;
}
.hero-home_signature:before {
  top: 0;
  left: 0;
}
.hero-home_signature:after {
  bottom: -5px;
  right: 0;
  transform: rotate(180deg);
}
.hero-home_signature .hero-home_signature_inner {
  position: initial !important;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--heading-xxs);
}
.hero-home_signature .hero-home_signature_inner::before {
  content: "< ";
  color: #F2F4F8;
}

.pixel-tech .hero-home_signature .hero-home_signature_inner::before {
  color: #00ff97;
}

.hero-home_signature.pixel-tech .hero-home_signature_inner::before {
  color: #00ff97;
}

.hero-home_signature .hero-home_signature_inner.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .hero-home_signature .hero-home_signature_inner::before {
  color: #ff5f3a;
}

.hero-home_signature.pixel-together .hero-home_signature_inner::before {
  color: #ff5f3a;
}

.hero-home_signature .hero-home_signature_inner.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .hero-home_signature .hero-home_signature_inner::before {
  color: #ff1ef7;
}

.hero-home_signature.pixel-tomorrow .hero-home_signature_inner::before {
  color: #ff1ef7;
}

.hero-home_signature .hero-home_signature_inner.pixel-tomorrow::before {
  color: #ff1ef7;
}

.hero-home_signature .hero-home_signature_inner::after {
  content: " />";
  color: #F2F4F8;
}

.pixel-tech .hero-home_signature .hero-home_signature_inner::after {
  color: #00ff97;
}

.hero-home_signature.pixel-tech .hero-home_signature_inner::after {
  color: #00ff97;
}

.hero-home_signature .hero-home_signature_inner.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .hero-home_signature .hero-home_signature_inner::after {
  color: #ff5f3a;
}

.hero-home_signature.pixel-together .hero-home_signature_inner::after {
  color: #ff5f3a;
}

.hero-home_signature .hero-home_signature_inner.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .hero-home_signature .hero-home_signature_inner::after {
  color: #ff1ef7;
}

.hero-home_signature.pixel-tomorrow .hero-home_signature_inner::after {
  color: #ff1ef7;
}

.hero-home_signature .hero-home_signature_inner.pixel-tomorrow::after {
  color: #ff1ef7;
}

.hero-home_signature .hero-home_signature_inner:before, .hero-home_signature .hero-home_signature_inner:after {
  position: absolute;
}
.hero-home_signature .hero-home_signature_inner:before {
  top: var(--wp--preset--spacing--s);
  left: 22px;
}
.hero-home_signature .hero-home_signature_inner:after {
  bottom: var(--wp--preset--spacing--s);
  right: 25px;
}
.hero-home_signature .hero-home_signature_inner > span {
  display: block;
}
.hero-home_signature.tech:before, .hero-home_signature.tech:after {
  background-color: #00ff97;
}
.hero-home_signature.tech .tech {
  color: #00ff97;
}
.hero-home_signature.tomorrow:before, .hero-home_signature.tomorrow:after {
  background-color: #ff1ef7;
}
.hero-home_signature.tomorrow .tomorrow {
  color: #ff1ef7;
}
.hero-home_signature.together:before, .hero-home_signature.together:after {
  background-color: #ff5f3a;
}
.hero-home_signature.together .together {
  color: #ff5f3a;
}

.hero-home_card {
  position: relative;
  width: 386px;
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--l);
  gap: var(--wp--preset--spacing--m);
  background-color: #F2F4F8;
  color: #181818;
}
.hero-home_card > * {
  margin: 0 !important;
}
.hero-home_card > .has-heading-xl-font-size,
.hero-home_card > .has-heading-l-font-size,
.hero-home_card > .has-heading-m-font-size,
.hero-home_card > .has-heading-s-font-size {
  line-height: 1;
}
.hero-home_card > .has-heading-xl-font-size::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#00ff97, #00ff97);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .hero-home_card > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card.pixel-tech > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card .pixel-tech > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .pixel-tech .has-heading-xl-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .has-heading-xl-font-size.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .hero-home_card > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card.pixel-together > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card .pixel-together > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .pixel-together .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .has-heading-xl-font-size.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .hero-home_card > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card.pixel-tomorrow > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card .pixel-tomorrow > .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .pixel-tomorrow .has-heading-xl-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-xl-font-size.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-l-font-size::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#00ff97, #00ff97);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .hero-home_card > .has-heading-l-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card.pixel-tech > .has-heading-l-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card .pixel-tech > .has-heading-l-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .pixel-tech .has-heading-l-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .has-heading-l-font-size.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .hero-home_card > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card.pixel-together > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card .pixel-together > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .pixel-together .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .has-heading-l-font-size.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .hero-home_card > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card.pixel-tomorrow > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card .pixel-tomorrow > .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .pixel-tomorrow .has-heading-l-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-l-font-size.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-m-font-size::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#00ff97, #00ff97);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .hero-home_card > .has-heading-m-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card.pixel-tech > .has-heading-m-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card .pixel-tech > .has-heading-m-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .pixel-tech .has-heading-m-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .has-heading-m-font-size.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .hero-home_card > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card.pixel-together > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card .pixel-together > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .pixel-together .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .has-heading-m-font-size.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .hero-home_card > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card.pixel-tomorrow > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card .pixel-tomorrow > .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .pixel-tomorrow .has-heading-m-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-m-font-size.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-s-font-size::after {
  content: "";
  display: inline;
  background-image: linear-gradient(#00ff97, #00ff97);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .hero-home_card > .has-heading-s-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card.pixel-tech > .has-heading-s-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card .pixel-tech > .has-heading-s-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .pixel-tech .has-heading-s-font-size::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.hero-home_card > .has-heading-s-font-size.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .hero-home_card > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card.pixel-together > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card .pixel-together > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .pixel-together .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.hero-home_card > .has-heading-s-font-size.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .hero-home_card > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card.pixel-tomorrow > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card .pixel-tomorrow > .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .pixel-tomorrow .has-heading-s-font-size::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-s-font-size.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.hero-home_card > .has-heading-xs-font-size,
.hero-home_card > .has-heading-xxs-font-size {
  font-weight: 400;
}
.hero-home_card .wp-block-columns p {
  margin: 0.5em;
}
.hero-home_card .wp-block-columns a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  color: var(--wp--preset--color--primary, #013AFB);
}
.hero-home_card .wp-block-columns a:hover {
  background-color: rgba(0, 255, 151, 0.5);
  color: #181818;
}
.hero-home_card .wp-block-columns a:before {
  content: "";
  display: inline-block;
  mask: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.854218 1.95472e-05L0.130859 0.723389L5.4226 6.01521L6.14596 5.29184L0.854218 1.95472e-05Z" fill="currentColor"/><path d="M5.42366 6.01107L0.158203 11.2766L0.881564 12L6.14703 6.73444L5.42366 6.01107Z" fill="currentColor"/><path d="M6.14529 6.73851L6.86865 6.01514L6.14529 5.29177L5.42193 6.01513L6.14529 6.73851Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 7px;
  height: 12px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  transition: all 0.3s;
}

/**
 * Cover
 *
 * @package starter
 */
.campusSlider {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .campusSlider {
    flex-direction: column;
    gap: var(--wp--preset--spacing--l);
  }
}
@media screen and (min-width: 1024px) {
  .campusSlider {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

/** Cards */
.campusSlider_card_content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--m);
}
.campusSlider_card_content > * {
  flex: 1 1 100%;
}

.campusSlider_card_titre {
  font-size: var(--wp--preset--font-size--heading-xs);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: var(--wp--preset--spacing--s);
}

.campusSlider_card_excerpt p:first-child::before {
  content: "< ";
  color: #ff5f3a;
}

.pixel-tech .campusSlider_card_excerpt p:first-child::before {
  color: #00ff97;
}

.campusSlider_card_excerpt.pixel-tech p:first-child::before {
  color: #00ff97;
}

.campusSlider_card_excerpt p:first-child.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .campusSlider_card_excerpt p:first-child::before {
  color: #ff5f3a;
}

.campusSlider_card_excerpt.pixel-together p:first-child::before {
  color: #ff5f3a;
}

.campusSlider_card_excerpt p:first-child.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .campusSlider_card_excerpt p:first-child::before {
  color: #ff1ef7;
}

.campusSlider_card_excerpt.pixel-tomorrow p:first-child::before {
  color: #ff1ef7;
}

.campusSlider_card_excerpt p:first-child.pixel-tomorrow::before {
  color: #ff1ef7;
}

.campusSlider_card_excerpt p:last-child::after {
  content: " />";
  color: #ff5f3a;
}

.pixel-tech .campusSlider_card_excerpt p:last-child::after {
  color: #00ff97;
}

.campusSlider_card_excerpt.pixel-tech p:last-child::after {
  color: #00ff97;
}

.campusSlider_card_excerpt p:last-child.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .campusSlider_card_excerpt p:last-child::after {
  color: #ff5f3a;
}

.campusSlider_card_excerpt.pixel-together p:last-child::after {
  color: #ff5f3a;
}

.campusSlider_card_excerpt p:last-child.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .campusSlider_card_excerpt p:last-child::after {
  color: #ff1ef7;
}

.campusSlider_card_excerpt.pixel-tomorrow p:last-child::after {
  color: #ff1ef7;
}

.campusSlider_card_excerpt p:last-child.pixel-tomorrow::after {
  color: #ff1ef7;
}

/** Slider */
.campusSlider_slider {
  max-width: 535px;
  margin: auto;
}
.campusSlider_slider .swiper-pagination {
  margin-top: var(--wp--preset--spacing--l);
}

/** Map */
.campusSlider_map_wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--l);
}

@media screen and (min-width: 1024px) {
  .campusSlider_map_wrapper .select-container {
    display: none;
  }
}

.campusSlider_map {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.campusSlider_map > svg {
  width: 100%;
  height: auto;
}
.campusSlider_map ul {
  margin: 0;
}
.campusSlider_map ul li {
  position: static;
  margin: 0;
}
.campusSlider_map ul li:before {
  display: none;
}
.campusSlider_map a {
  position: absolute;
  z-index: 8;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #ff5f3a;
  background-color: #F2F4F8;
  transition: all 0.2s ease-in-out;
}
.campusSlider_map a span {
  display: none;
}
.campusSlider_map a::before {
  content: "";
  display: block;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20" fill="none"><path d="M9.42116 0.0099848C11.5214 0.112951 13.5169 0.982778 15.0132 2.46006C16.4581 3.88686 17.212 5.48377 17.4114 7.14257C17.6091 8.78823 17.2547 10.4383 16.5817 11.9828C15.2427 15.056 12.5842 17.8502 10.0362 19.6675L10.0352 19.6665C9.73303 19.8829 9.37147 20 8.99984 20C8.62797 20 8.26578 19.8831 7.9635 19.6665V19.6675C5.41526 17.8512 2.75596 15.0571 1.41697 11.9838C0.744141 10.4394 0.390577 8.78913 0.588296 7.14357C0.787721 5.48478 1.54159 3.88781 2.98646 2.46106L2.98746 2.46006C4.59104 0.882697 6.75048 -0.000954447 8.99984 7.73634e-07L9.42116 0.0099848ZM8.99884 1.59744C7.16889 1.59675 5.41223 2.31594 4.10766 3.59924C2.90513 4.78713 2.32747 6.05554 2.17376 7.33427C2.01847 8.62667 2.28975 9.98725 2.88163 11.3458C3.99803 13.9082 6.20323 16.3402 8.44273 18.0371L8.89101 18.3666L8.89301 18.3686C8.92406 18.3909 8.96161 18.4026 8.99984 18.4026C9.03801 18.4025 9.07566 18.3909 9.10667 18.3686L9.10866 18.3666C11.4974 16.6629 13.9262 14.0779 15.117 11.3448C15.709 9.98615 15.9802 8.62569 15.8249 7.33327C15.6712 6.05432 15.0941 4.78539 13.891 3.59725C12.596 2.31868 10.8359 1.5975 8.99984 1.59744H8.99884ZM10.2458 7.95527C10.2458 7.62487 10.114 7.30834 9.88043 7.07468C9.64681 6.84106 9.33022 6.70933 8.99984 6.70927C8.66938 6.70927 8.35192 6.84101 8.11825 7.07468C7.88482 7.30832 7.75383 7.62499 7.75383 7.95527C7.75383 8.28555 7.88482 8.60223 8.11825 8.83586C8.35192 9.06954 8.66938 9.20128 8.99984 9.20128C9.33022 9.20122 9.64681 9.06948 9.88043 8.83586C10.114 8.6022 10.2458 8.28568 10.2458 7.95527ZM11.8433 7.95527C11.8433 8.70935 11.5438 9.43282 11.0106 9.96606C10.4774 10.4993 9.75389 10.7987 8.99984 10.7987C8.24576 10.7987 7.52229 10.4992 6.98905 9.96606C6.4558 9.43281 6.15639 8.7094 6.15639 7.95527C6.15639 7.20114 6.4558 6.47774 6.98905 5.94449C7.52229 5.41131 8.24576 5.11182 8.99984 5.11182C9.75389 5.11188 10.4774 5.41129 11.0106 5.94449C11.5438 6.47773 11.8433 7.2012 11.8433 7.95527Z" fill="currentColor"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 18px;
  height: 20px;
  background-color: #ff5f3a;
  transition: all 0.2s ease-in-out;
}
.campusSlider_map a[href*=paris] {
  top: 21%;
  left: 55%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=bordeaux] {
  top: 61%;
  left: 18%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=lille] {
  top: 1%;
  left: 65%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=lyon] {
  top: 56%;
  left: 75%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=la-reunion] {
  bottom: 0;
  left: 100%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=marseille] {
  top: 87%;
  left: 75%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=montpellier] {
  top: 82%;
  left: 62%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=moulins] {
  top: 42%;
  left: 61%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=mulhouse] {
  top: 36%;
  left: 93%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=strasbourg] {
  top: 24%;
  left: 98%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=nancy] {
  top: 24%;
  left: 84%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=nantes] {
  top: 34%;
  left: 22%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=nice] {
  top: 81%;
  left: 94%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=rennes] {
  top: 20%;
  left: 22%;
  transform: translateX(-50%);
}
.campusSlider_map a[href*=toulouse] {
  top: 79%;
  left: 34%;
  transform: translateX(-50%);
}
.campusSlider_map .active a,
.campusSlider_map a:hover {
  background-color: #ff5f3a;
  color: #F2F4F8;
  border-color: #F2F4F8;
}
.campusSlider_map .active a::before,
.campusSlider_map a:hover::before {
  background-color: #F2F4F8;
}

/**
 * Partenaires
 *
 * @package starter
 */
.partenaires .gmaps-map {
  height: 400px;
  background: #8AB4F8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.partenaires .filters {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 61px;
}
@media screen and (min-width: 782px) {
  .partenaires .filters {
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.partenaires .filters li {
  padding: 0;
  margin: 0;
  width: -webkit-fill-available;
}
.partenaires .filters li::before {
  content: none;
}
.partenaires .filters li a {
  color: var(--wp--preset--color--primary, #013AFB);
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  border-radius: 10px;
  padding: 1rem;
  transition: color 0.3s ease;
  display: block;
  text-align: center;
}
.partenaires .filters li a.active {
  color: #fffc9a;
  background-color: var(--wp--preset--color--primary, #013AFB);
}
.partenaires .partenaire-container .country {
  position: relative;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  margin: 10px;
}
.partenaires .partenaire-container .country:before {
  position: relative;
  top: 8px;
  right: 8px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 782px) {
  .partenaires .partenaire-container .country {
    text-align: right;
  }
}
.partenaires .partenaire-container:hover .country:before {
  right: 12px;
}
.partenaires .partenaire-container .country-canada:before {
  content: url(../../assets/images/flags/canada-flag.svg);
}
.partenaires .partenaire-container .country-etats-unis:before {
  content: url(../../assets/images/flags/us-flag.svg);
}
.partenaires .partenaire-container .country-belgique:before {
  content: url(../../assets/images/flags/belgium-flag.svg);
}
.partenaires .partenaire-container .country-afrique-du-sud:before {
  content: url(../../assets/images/flags/south-africa-flag.svg);
}
.partenaires .partenaire-container .country-australie:before {
  content: url(../../assets/images/flags/australia-flag.svg);
}
.partenaires .partenaire-container .country-argentine:before {
  content: url(../../assets/images/flags/argentina-flag.svg);
}
.partenaires .partenaire-container .country-bahrein:before {
  content: url(../../assets/images/flags/bahrain-flag.svg);
}
.partenaires .partenaire-container .country-allemagne:before {
  content: url(../../assets/images/flags/germany-flag.svg);
}
.partenaires .partenaire-container .country-bresil:before {
  content: url(../../assets/images/flags/brasil-flag.svg);
}
.partenaires .partenaire-container .country-chili:before {
  content: url(../../assets/images/flags/chili-flag.svg);
}
.partenaires .partenaire-container .country-chine:before {
  content: url(../../assets/images/flags/china-flag.svg);
}
.partenaires .partenaire-container .country-colombie:before {
  content: url(../../assets/images/flags/colombia-flag.svg);
}
.partenaires .partenaire-container .country-coree-du-sud:before {
  content: url(../../assets/images/flags/south-corea-flag.svg);
}
.partenaires .partenaire-container .country-croatie:before {
  content: url(../../assets/images/flags/croatia-flag.svg);
}
.partenaires .partenaire-container .country-danemark:before {
  content: url(../../assets/images/flags/denmark-flag.svg);
}
.partenaires .partenaire-container .country-espagne:before {
  content: url(../../assets/images/flags/spain-flag.svg);
}
.partenaires .partenaire-container .country-finlande:before {
  content: url(../../assets/images/flags/finland-flag.svg);
}
.partenaires .partenaire-container .country-hongrie:before {
  content: url(../../assets/images/flags/hungary-flag.svg);
}
.partenaires .partenaire-container .country-inde:before {
  content: url(../../assets/images/flags/india-flag.svg);
}
.partenaires .partenaire-container .country-indonesie:before {
  content: url(../../assets/images/flags/indonesia-flag.svg);
}
.partenaires .partenaire-container .country-irlande:before {
  content: url(../../assets/images/flags/irland-flag.svg);
}
.partenaires .partenaire-container .country-japon:before {
  content: url(../../assets/images/flags/japan-flag.svg);
}
.partenaires .partenaire-container .country-lettonie:before {
  content: url(../../assets/images/flags/latvia-flag.svg);
}
.partenaires .partenaire-container .country-lituanie:before {
  content: url(../../assets/images/flags/lithuania-flag.svg);
}
.partenaires .partenaire-container .country-malaisie:before {
  content: url(../../assets/images/flags/malaysia-flag.svg);
}
.partenaires .partenaire-container .country-mexique:before {
  content: url(../../assets/images/flags/mexico-flag.svg);
}
.partenaires .partenaire-container .country-pays-bas:before {
  content: url(../../assets/images/flags/netherlands-flag.svg);
}
.partenaires .partenaire-container .country-pologne:before {
  content: url(../../assets/images/flags/poland-flag.svg);
}
.partenaires .partenaire-container .country-tchequie:before {
  content: url(../../assets/images/flags/czech-republic-flag.svg);
}
.partenaires .partenaire-container .country-roumanie:before {
  content: url(../../assets/images/flags/romania-flag.svg);
}
.partenaires .partenaire-container .country-pays-de-galles:before {
  content: url(../../assets/images/flags/wales-flag.svg);
}
.partenaires .partenaire-container .country-ecosse:before {
  content: url(../../assets/images/flags/scotland-flag.svg);
}
.partenaires .partenaire-container .country-angleterre:before {
  content: url(../../assets/images/flags/uk-flag.svg);
}
.partenaires .partenaire-container .country-singapour:before {
  content: url(../../assets/images/flags/singapore-flag.svg);
}
.partenaires .partenaire-container .country-suede:before {
  content: url(../../assets/images/flags/sweden-flag.svg);
}
.partenaires .partenaire-container .country-taiwan:before {
  content: url(../../assets/images/flags/taiwan-flag.svg);
}
.partenaires .partenaire-container .country-turquie:before {
  content: url(../../assets/images/flags/turkey-flag.svg);
}
.partenaires .partenaire-container .country-vietnam:before {
  content: url(../../assets/images/flags/vietnam-flag.svg);
}
.partenaires .partenaire-container .partenaire-card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: relative;
  padding: clamp(2rem, 4vw, 2.5rem);
  min-height: 370px;
}
.partenaires .partenaire-container .partenaire-card img {
  display: block;
  margin: 0 auto;
}
.partenaires .partenaire-container .partenaire-card .title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: 2rem 0rem;
}
.partenaires .partenaire-container .partenaire-card .city {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0rem 0rem 2rem 0rem;
}
.partenaires .partenaire-container .partenaire-card .link {
  display: block;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .partenaires .partenaire-container .partenaire-card .link {
    text-align: right;
  }
}
.partenaires .swiper-slide {
  display: none;
}
.partenaires .swiper-slide.is-active {
  display: block;
}

/**
 * Sliders vidéos
 *
 * @package starter
 */
.sliderVideos {
  overflow: hidden;
  position: relative;
}
.sliderVideos img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.sliderVideos .videoLink {
  text-decoration: none;
}
.sliderVideos .videoLink_titre {
  display: inline-block;
  background-color: rgba(0, 255, 151, 0.5);
  padding: var(--wp--preset--spacing--xs);
  margin-top: calc(-1 * var(--wp--preset--spacing--xs));
  font-weight: 700;
}
.sliderVideos a.videoLink {
  display: block;
}
.sliderVideos a.videoLink .videoLink_image {
  display: block;
  background-color: var(--wp--preset--color--primary, #013AFB);
}
.sliderVideos a.videoLink .videoLink_image:before, .sliderVideos a.videoLink .videoLink_image:after,
.sliderVideos a.videoLink .videoLink_image img {
  z-index: 1;
  transition: all ease 300ms;
}
.sliderVideos a.videoLink .videoLink_image img {
  opacity: 0.75;
}
.sliderVideos a.videoLink .videoLink_image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--wp--preset--color--primary, #013AFB);
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.sliderVideos a.videoLink .videoLink_image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #F2F4F8;
  border-style: solid;
  border-width: 12px 0 12px 17px;
  margin-left: -8px;
  margin-top: -12px;
}
.sliderVideos a.videoLink:hover .videoLink_image:before, .sliderVideos a.videoLink:hover .videoLink_image:after {
  transform: scale(1.3);
}
.sliderVideos a.videoLink:hover .videoLink_image img {
  opacity: 0.5;
}
@media screen and (min-width: 782px) {
  .sliderVideos .swiper-slide.swiper-slide-multiple .videoLink_image:before {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110px;
    width: 110px;
  }
  .sliderVideos .swiper-slide.swiper-slide-multiple .videoLink_image:after {
    top: 45%;
    left: 50%;
  }
}
.sliderVideos .swiper-nav {
  margin-top: 1.5rem;
}
.sliderVideos.is-style-overflow-visible {
  overflow: visible;
}
.sliderVideos.is-style-overflow-visible .swiper {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  /*&.alignfull, [data-align=full] {
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw + 2.5px) !important;
  }*/
}
.pagesSimilaires_pages {
  display: flex;
  flex-direction: column;
}
.pagesSimilaires_pages .page {
  position: relative;
}
.pagesSimilaires_pages .page:hover img {
  transform: scale(1.08);
}
.pagesSimilaires_pages .page:hover .has-secondary-background-color::before {
  width: 100% !important;
}
.pagesSimilaires_pages .page:hover .has-secondary-background-color::after {
  right: -35px;
}
.pagesSimilaires_pages .page .page_image {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -190px 100px -90px rgb(0, 0, 0);
}
.pagesSimilaires_pages .page .page_image img {
  position: relative;
  z-index: -1;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all 0.3s ease;
}
.pagesSimilaires_pages .page .page_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1em 1em;
  pointer-events: none;
}
.pagesSimilaires_pages .page .page_content .wp-block-button {
  width: fit-content;
}
.pagesSimilaires_pages .page .page_label {
  width: fit-content;
  color: #fffc9a;
  background-color: #2E3947;
  font-size: 1.875rem;
  margin-bottom: 10px;
}
.pagesSimilaires_pages .page .page_titre {
  color: #F2F4F8;
  font-size: 1.375rem;
}

@media screen and (min-width: 480px) {
  .pagesSimilaires_pages {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagesSimilaires_pages .page {
    flex: 0 0 50%;
  }
  .pagesSimilaires_pages .page .page_content {
    padding: 1em 2em;
  }
  .pagesSimilaires_pages .page .page_titre {
    color: #F2F4F8;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagesSimilaires_pages {
    flex-wrap: nowrap;
  }
  .pagesSimilaires_pages .page {
    flex: 0 0 33.333333%;
  }
  .pagesSimilaires_pages .page .page_content {
    padding: 2em 4em;
  }
  .pagesSimilaires_pages .page .page_titre {
    color: #F2F4F8;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .pagesSimilaires_pages .page .page_titre {
    color: #F2F4F8;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .pagesSimilaires_pages .page .page_titre {
    color: #F2F4F8;
    font-size: 2.1875rem;
  }
}
/**
 * Chiffres clés
 *
 * @package starter
 */
.chiffres-cles__swiper {
  width: 100%;
}

/* Desktop / tablette */
@media screen and (min-width: 601px) {
  .chiffres-cles__swiper {
    overflow: visible;
  }
  .chiffres-cles__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--l);
  }
  .chiffres-cles__swiper .swiper-slide {
    width: auto;
  }
  .chiffres-cles__swiper .swiper-pagination {
    display: none;
  }
}
/* Desktop */
@media screen and (min-width: 992px) {
  .chiffres-cles__swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .chiffres-cles__swiper {
    padding-bottom: 2rem !important;
  }
  .chiffres-cles__swiper .swiper-slide {
    width: 85%;
  }
  .chiffres-cles__swiper .swiper-pagination {
    top: inherit !important;
    bottom: 0 !important;
  }
}
.chiffres-cles-item-content {
  position: relative;
  padding-top: 21px;
}

.chiffres-cles-item-chiffre {
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  font-size: var(--wp--preset--font-size--heading-xl);
  line-height: 1.1;
}

.chiffres-cles-item-texte--avant {
  position: absolute;
  top: 0;
  height: 21px;
  font-weight: 700;
}

.chiffres-cles-item-texte--apres::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .chiffres-cles-item-texte--apres::before {
  background-color: #00ff97;
}

.chiffres-cles-item-texte--apres.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .chiffres-cles-item-texte--apres::before {
  background-color: #ff5f3a;
}

.chiffres-cles-item-texte--apres.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .chiffres-cles-item-texte--apres::before {
  background-color: #ff1ef7;
}

.chiffres-cles-item-texte--apres.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.chiffres-cles-item-texte--apres {
  position: relative;
  padding-top: var(--wp--preset--spacing--s);
  margin-top: calc(-1 * var(--wp--preset--spacing--s));
}
.chiffres-cles-item-texte--apres::before {
  top: -5px;
}

/**
 * Onglets
 *
 * @package starter
 */
.onglets {
  position: relative;
}

/* Navigation
 ========================================================================== */
.onglets_nav_container {
  position: relative;
  /*    &:before {
          content: "";
          background: url(../../assets/images/select-location-icon-white.svg);
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 32%;
          transform: translateY(-50%);
          left: 13px;
          height: 36px;
          width: 25px;
          z-index: 1;
      }*/
}
.onglets_nav_container:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 7.59111L20.7944 6.3855L11.9747 15.2052L13.1804 16.4108L22 7.59111Z' fill='%23013AFB'/%3E%3Cpath d='M11.9815 15.2071L3.20557 6.43115L1.99995 7.63677L10.7758 16.4127L11.9815 15.2071Z' fill='%23013AFB'/%3E%3Cpath d='M10.769 16.4091L11.9746 17.6147L13.1802 16.4091L11.9746 15.2035L10.769 16.4091Z' fill='%23013AFB' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 1;
}
.onglets_nav_container select.onglets_nav {
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  width: 100%;
  padding: 16px;
  background-color: #F2F4F8;
  font-family: var(--wp--preset--font-family--primary), sans-serif;
  font-size: 15px;
  color: #181818;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.onglets_nav_container select.onglets_nav:focus {
  outline: none;
}

ul.onglets_nav {
  display: flex;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  ul.onglets_nav {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  ul.onglets_nav {
    overflow-x: scroll;
  }
}
ul.onglets_nav li {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1;
}
ul.onglets_nav li:not(:last-child) {
  margin-bottom: 0;
}
ul.onglets_nav li::before {
  opacity: 0;
  transition: all 0.3s ease;
}
ul.onglets_nav li a {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #181818;
  padding: 12px 8px;
  transition: all 0.3s ease;
}

.js .onglets.is-initialized::before {
  display: none;
}
.js .onglets.is-initialized ul.onglets_nav {
  opacity: 1;
}

/* Onglets
 ========================================================================== */
.onglets_onglet {
  scroll-margin-top: 350px;
}
@media screen and (min-width: 601px) {
  .onglets_onglet {
    scroll-margin-top: 500px;
  }
}
.onglets_onglet .wp-block-media-text {
  margin-left: 0;
  margin-right: 0;
}

.onglets__accordeons .onglets_onglet_titre {
  font-size: 15px;
}

.no-js .onglets > .onglets_onglets > .onglets_onglet:first-child > .onglets_onglet_titre {
  margin-top: 0;
}

.onglets_onglet_titre_sous_titre {
  font-weight: normal;
  font-size: 0.75em;
}

.onglets_onglet_contenu > *:first-child {
  margin-top: 0;
}
.onglets_onglet_contenu > *:last-child {
  margin-bottom: 0;
}

/* Style campus
 ========================================================================== */
.onglets__campus ul.onglets_nav {
  border-bottom: 1px solid #00ff97;
}
.onglets__campus ul.onglets_nav li a:hover {
  background: rgba(0, 255, 151, 0.5);
}
.onglets__campus ul.onglets_nav li.is-active a {
  background: rgba(0, 255, 151, 0.5);
}
@media screen and (min-width: 1280px) {
  .onglets__campus ul.onglets_nav {
    font-size: 12px;
  }
}

/* Style associations
 ========================================================================== */
.onglets__associations .onglets_onglet {
  scroll-margin-top: 150px;
}
@media screen and (min-width: 601px) {
  .onglets__associations .onglets_onglet {
    scroll-margin-top: 200px;
  }
}
.onglets__associations .onglets_onglet .wp-block-media-text {
  margin-left: 0;
  margin-right: 0;
}
.onglets__associations ul.onglets_nav {
  display: flex;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .onglets__associations ul.onglets_nav {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .onglets__associations ul.onglets_nav {
    overflow-x: scroll;
  }
}
.onglets__associations ul.onglets_nav li {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1;
}
.onglets__associations ul.onglets_nav li:before {
  display: none;
}
.onglets__associations ul.onglets_nav li:not(:last-child) {
  margin-bottom: 0;
}
.onglets__associations ul.onglets_nav li a {
  display: block;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.56px;
  transition: all 0.3s;
  border: 1px solid #181818;
  text-align: center;
}
.onglets__associations ul.onglets_nav li a:hover {
  border-color: var(--wp--preset--color--primary, #013AFB);
  background-color: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
}
.onglets__associations ul.onglets_nav li.is-active a {
  border-color: #00ff97;
  background-color: #00ff97;
  color: #181818;
}
.onglets__associations ul.onglets_nav li + li {
  margin-left: 10px;
}
.onglets__associations .onglets_nav_container {
  position: relative;
}
.onglets__associations .onglets_nav_container:before {
  background: none;
}
.onglets__associations .onglets_nav_container:after {
  content: "";
  background: url(../../assets/images/select-arrow-icon-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  right: 25px;
  height: 8px;
  width: 14.5px;
  z-index: 1;
}
.onglets__associations .onglets_nav_container select.onglets_nav {
  position: relative;
  margin-bottom: 2rem;
  border: 0px solid #F2F4F8;
  width: 100%;
  padding: 18px 25px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  font-family: var(--wp--preset--font-family--primary), sans-serif;
  font-size: 15px;
  color: #F2F4F8;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.onglets__associations .onglets_nav_container select.onglets_nav:focus {
  outline: none;
}

/**
 * Accordéons
 *
 * @package starter
 */
.accordeons {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordeons_accordeon {
  border-left: 5px solid var(--wp--preset--color--primary, #013AFB);
}
.accordeons_accordeon:not(:last-child) {
  margin-bottom: 1rem;
}
.accordeons_accordeon .wp-block-media-text {
  margin-left: 0;
  margin-right: 0;
}
.accordeons_accordeon:hover {
  border-left: 5px solid #00ff97;
}

.accordeons_accordeon_titre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
  margin: 0;
  background: #F2F4F8;
  color: #181818;
  font-size: var(--wp--preset--font-size--body-xl);
  cursor: pointer;
}

.accordeons_accordeon_titre_toggle {
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.accordeons_accordeon_titre_toggle::before, .accordeons_accordeon_titre_toggle::after,
.accordeons_accordeon_titre_toggle span::before,
.accordeons_accordeon_titre_toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.accordeons_accordeon_titre_toggle {
  /** Chevron vers le bas */
}
.accordeons_accordeon_titre_toggle::before {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-20%) rotate(45deg);
}

.accordeons_accordeon_contenu {
  padding: 1.5rem;
}
.accordeons_accordeon:last-child .accordeons_accordeon_contenu {
  padding-bottom: 0;
}
.accordeons_accordeon_contenu > *:first-child {
  margin-top: 0;
}
.accordeons_accordeon_contenu > *:last-child {
  margin-bottom: 0;
}

/** État ouvert */
.accordeons_accordeon.is-active {
  border-left: 5px solid #00ff97;
}
.accordeons_accordeon.is-active > .accordeons_accordeon_titre {
  background: #00ff97;
}
.accordeons_accordeon.is-active > .accordeons_accordeon_titre .accordeons_accordeon_titre_toggle {
  /** Chevron */
}
.accordeons_accordeon.is-active > .accordeons_accordeon_titre .accordeons_accordeon_titre_toggle::before {
  transform: translateY(20%) rotate(225deg);
}

@media screen and (min-width: 601px) {
  .accordeons_accordeon_contenu {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .accordeons_accordeon_titre_toggle {
    border: 1px solid transparent;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
  .accordeons_accordeon_titre_toggle::after {
    display: block;
  }
  .accordeons_accordeon_contenu {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .accordeons_accordeon_titre_toggle {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}
/* Style compact
 ========================================================================== */
.accordeons.accordeons__compact .accordeons_accordeon {
  position: relative;
  /** Bordures */
}
.accordeons.accordeons__compact .accordeons_accordeon::before, .accordeons.accordeons__compact .accordeons_accordeon::after {
  content: "";
  position: absolute;
  height: 1px;
  inset: 0 0 auto;
  background: repeating-linear-gradient(to right, currentColor 0, currentColor 1px, transparent 1px, transparent 5px);
}
.accordeons.accordeons__compact .accordeons_accordeon::after {
  inset: auto 0 0;
}
.accordeons.accordeons__compact .accordeons_accordeon:not(:last-child) {
  margin-bottom: 0;
}
.accordeons.accordeons__compact .accordeons_accordeon:not(:last-child)::after {
  display: none;
}
.accordeons.accordeons__compact .accordeons_accordeon_titre {
  padding: 1em 0;
  min-height: 0;
  box-shadow: none;
  background: transparent;
  color: inherit;
}
.accordeons.accordeons__compact .accordeons_accordeon_contenu {
  padding: 0 0 1.5rem;
}
.accordeons.accordeons__compact .accordeons_accordeon_contenu p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .accordeons.accordeons__compact .accordeons_accordeon_titre_toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    /** Croix */
  }
  .accordeons.accordeons__compact .accordeons_accordeon_titre_toggle span::before,
  .accordeons.accordeons__compact .accordeons_accordeon_titre_toggle span::after {
    width: 20px;
    margin-left: -10px;
  }
}

/**
 * Tarifs
 *
 * @package starter
 */
@media screen and (max-width: 991px) {
  .tarifs table.table_desktop {
    display: none;
  }
}
.tarifs table tr {
  border-bottom: unset;
}
.tarifs table tr th {
  text-transform: unset;
  font-weight: 900;
}
.tarifs table tr td:first-child {
  font-weight: 900;
  width: 120px;
}
.tarifs table tr td:not(:first-child) {
  text-align: center;
  font-weight: normal;
}
.tarifs table tr + tr {
  border-top: 1px solid rgba(31, 72, 94, 0.5);
}
.tarifs .tarif-onglets {
  display: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .tarifs .tarif-onglets {
    display: block;
  }
}
.tarifs .tarif-onglets summary::before, .tarifs .tarif-onglets summary::after {
  content: unset;
}
.tarifs .tarif-onglets summary .tarifs-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.tarifs .tarif-onglets summary .tarifs-content table tr td:first-child {
  font-size: 15px;
}
.tarifs .tarif-onglets summary .tarifs-content table tr td:not(:first-child) {
  font-size: 18px;
}
.tarifs .tarif-onglets summary .annee {
  text-align: center;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10px;
  padding: 0.5rem;
}
.tarifs .tarif-onglets[open] summary::before, .tarifs .tarif-onglets[open] summary::after {
  content: unset;
}
.tarifs .tarif-onglets[open] summary .tarifs-content {
  height: unset;
  opacity: 1;
  pointer-events: auto;
}
.tarifs .tarif-onglets[open] summary .annee {
  background-color: var(--wp--preset--color--primary);
  color: #F2F4F8;
}

/**
 * "En savoir plus"
 *
 * @package starter
 */
.showMore_content_inner > *:first-child {
  margin-top: 0;
}
.showMore_content_inner > *:last-child {
  margin-bottom: 0;
}

/* Sur mobile 
 ============================================ */
@media screen and (max-width: 991px) {
  .showMore {
    position: relative;
    padding-bottom: 2rem;
  }
  .showMore .showMore_content {
    position: relative;
    z-index: 1;
    max-height: 250px;
    transition: max-height 1s cubic-bezier(0.1, 0.9, 0.13, 1);
    overflow: hidden;
  }
  .showMore .showMore_content::after {
    content: "";
    position: absolute;
    height: 175px;
    inset: auto 0 0;
    background: linear-gradient(transparent, white);
    transition: opacity 500ms ease;
    pointer-events: none;
    z-index: 10;
  }
  .showMore .showMore_content_inner > *:first-child {
    margin-top: 0;
  }
  .showMore .showMore_content_inner > *:last-child {
    margin-bottom: 0;
  }
  .showMore .showMore_content_inner {
    padding-bottom: 4rem;
  }
  .showMore .showMore_lirePlus {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
    border-radius: 99px;
    width: 68px;
    height: 68px;
    background: #F2F4F8;
    box-shadow: 0 0 30px rgba(1, 58, 251, 0.6);
    z-index: 20;
    cursor: pointer;
  }
  .showMore .showMore_lirePlus::before, .showMore .showMore_lirePlus::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: opacity 1s ease;
  }
  .showMore .showMore_lirePlus::before {
    width: 1px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
  }
  .showMore .showMore_lirePlus::after {
    width: 17px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
  }
  .showMore {
    /** Etat ouvert */
  }
  .showMore.is-open .showMore_content,
  .showMore.is-open .showMore_content::after {
    transition-duration: 3s;
  }
  .showMore.is-open .showMore_content {
    max-height: 5000px !important;
    transition-timing-function: linear;
  }
  .showMore.is-open .showMore_content::after {
    opacity: 0;
  }
  .showMore.is-open .showMore_lirePlus::before {
    opacity: 0;
  }
  .has-blue-background-color > .showMore .showMore_lirePlus, .has-darkblue-background-color > .showMore .showMore_lirePlus, .has-orange-background-color > .showMore .showMore_lirePlus, .has-grey-light-background-color > .showMore .showMore_lirePlus {
    border: 5px solid #F2F4F8;
  }
  .has-blue-background-color > .showMore:last-child, .has-darkblue-background-color > .showMore:last-child, .has-orange-background-color > .showMore:last-child, .has-grey-light-background-color > .showMore:last-child {
    padding-bottom: 0;
  }
  .has-blue-background-color > .showMore:last-child .showMore_content_inner, .has-darkblue-background-color > .showMore:last-child .showMore_content_inner, .has-orange-background-color > .showMore:last-child .showMore_content_inner, .has-grey-light-background-color > .showMore:last-child .showMore_content_inner {
    padding-bottom: 2rem;
  }
  .has-blue-background-color > .showMore:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore:last-child .showMore_lirePlus, .has-orange-background-color > .showMore:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore:last-child .showMore_lirePlus {
    margin-bottom: -17px;
    bottom: -2rem;
  }
  .showMore {
    /* Alignements large et pleine largeur */
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .has-blue-background-color > .showMore:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore:last-child .showMore_lirePlus, .has-orange-background-color > .showMore:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 1024px) {
  .has-blue-background-color > .showMore:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore:last-child .showMore_lirePlus, .has-orange-background-color > .showMore:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore:last-child .showMore_lirePlus {
    bottom: -5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .wp-block-group.has-background.is-style-starter-border-radius > .showMore:last-child .showMore_lirePlus, .wp-block-group.has-background.is-style-starter-border-radius-large-padding > .showMore:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  .wp-block-group.has-background.is-style-starter-border-radius-large-padding > .showMore:last-child .showMore_lirePlus {
    bottom: -4rem;
  }
}
@media screen and (max-width: 991px) {
  .wp-block-group.alignwide.has-background > .showMore:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .wp-block-group.alignwide.has-background > .showMore:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  .wp-block-group.alignwide.has-background > .showMore:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore:last-child .showMore_lirePlus {
    bottom: -5rem;
  }
}
@media screen and (max-width: 991px) {
  .has-blue-background-color > .showMore .showMore_content::after {
    background: linear-gradient(transparent, var(--wp--preset--color--primary, #013AFB));
  }
  .has-blue-background-color > .showMore .showMore_lirePlus {
    background: var(--wp--preset--color--primary, #013AFB);
  }
  .has-darkblue-background-color > .showMore .showMore_content::after {
    background: linear-gradient(transparent, #2E3947);
  }
  .has-darkblue-background-color > .showMore .showMore_lirePlus {
    background: #2E3947;
    box-shadow: 0 0 30px rgba(46, 57, 71, 0.6);
  }
  .has-orange-background-color > .showMore .showMore_content::after {
    background: linear-gradient(transparent, #00ff97);
  }
  .has-orange-background-color > .showMore .showMore_lirePlus {
    background: #00ff97;
    box-shadow: 0 0 30px rgba(0, 255, 151, 0.6);
  }
  .has-clearblue-background-color > .showMore .showMore_content::after {
    background: linear-gradient(transparent, #2A64A5);
  }
  .has-clearblue-background-color > .showMore .showMore_lirePlus {
    background: #2A64A5;
  }
  .has-grey-light-background-color > .showMore .showMore_content::after {
    background: linear-gradient(transparent, #F6F6F6);
  }
  .has-grey-light-background-color > .showMore .showMore_lirePlus {
    border: none;
    background: #F6F6F6;
  }
}
/* Actif sur desktop 
 ============================================ */
@media screen and (min-width: 992px) {
  .showMore.showMore__desktopOn {
    position: relative;
    padding-bottom: 2rem;
  }
  .showMore.showMore__desktopOn .showMore_content {
    position: relative;
    z-index: 1;
    max-height: 250px;
    transition: max-height 1s cubic-bezier(0.1, 0.9, 0.13, 1);
    overflow: hidden;
  }
  .showMore.showMore__desktopOn .showMore_content::after {
    content: "";
    position: absolute;
    height: 175px;
    inset: auto 0 0;
    background: linear-gradient(transparent, white);
    transition: opacity 500ms ease;
    pointer-events: none;
    z-index: 10;
  }
  .showMore.showMore__desktopOn .showMore_content_inner > *:first-child {
    margin-top: 0;
  }
  .showMore.showMore__desktopOn .showMore_content_inner > *:last-child {
    margin-bottom: 0;
  }
  .showMore.showMore__desktopOn .showMore_content_inner {
    padding-bottom: 4rem;
  }
  .showMore.showMore__desktopOn .showMore_lirePlus {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
    border-radius: 99px;
    width: 68px;
    height: 68px;
    background: #F2F4F8;
    box-shadow: 0 0 30px rgba(1, 58, 251, 0.6);
    z-index: 20;
    cursor: pointer;
  }
  .showMore.showMore__desktopOn .showMore_lirePlus::before, .showMore.showMore__desktopOn .showMore_lirePlus::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: opacity 1s ease;
  }
  .showMore.showMore__desktopOn .showMore_lirePlus::before {
    width: 1px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
  }
  .showMore.showMore__desktopOn .showMore_lirePlus::after {
    width: 17px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
  }
  .showMore.showMore__desktopOn {
    /** Etat ouvert */
  }
  .showMore.showMore__desktopOn.is-open .showMore_content,
  .showMore.showMore__desktopOn.is-open .showMore_content::after {
    transition-duration: 3s;
  }
  .showMore.showMore__desktopOn.is-open .showMore_content {
    max-height: 5000px !important;
    transition-timing-function: linear;
  }
  .showMore.showMore__desktopOn.is-open .showMore_content::after {
    opacity: 0;
  }
  .showMore.showMore__desktopOn.is-open .showMore_lirePlus::before {
    opacity: 0;
  }
  .has-blue-background-color > .showMore.showMore__desktopOn .showMore_lirePlus, .has-darkblue-background-color > .showMore.showMore__desktopOn .showMore_lirePlus, .has-orange-background-color > .showMore.showMore__desktopOn .showMore_lirePlus, .has-grey-light-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    border: 5px solid #F2F4F8;
  }
  .has-blue-background-color > .showMore.showMore__desktopOn:last-child, .has-darkblue-background-color > .showMore.showMore__desktopOn:last-child, .has-orange-background-color > .showMore.showMore__desktopOn:last-child, .has-grey-light-background-color > .showMore.showMore__desktopOn:last-child {
    padding-bottom: 0;
  }
  .has-blue-background-color > .showMore.showMore__desktopOn:last-child .showMore_content_inner, .has-darkblue-background-color > .showMore.showMore__desktopOn:last-child .showMore_content_inner, .has-orange-background-color > .showMore.showMore__desktopOn:last-child .showMore_content_inner, .has-grey-light-background-color > .showMore.showMore__desktopOn:last-child .showMore_content_inner {
    padding-bottom: 2rem;
  }
  .has-blue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-orange-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    margin-bottom: -17px;
    bottom: -2rem;
  }
  .showMore.showMore__desktopOn {
    /* Alignements large et pleine largeur */
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .has-blue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-orange-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1024px) {
  .has-blue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-darkblue-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-orange-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .has-grey-light-background-color > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -5rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .wp-block-group.has-background.is-style-starter-border-radius > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .wp-block-group.has-background.is-style-starter-border-radius-large-padding > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .wp-block-group.has-background.is-style-starter-border-radius-large-padding > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -4rem;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group.alignwide.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .wp-block-group.alignwide.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -3rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .wp-block-group.alignwide.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus, .wp-block-group.alignfull.has-background > .showMore.showMore__desktopOn:last-child .showMore_lirePlus {
    bottom: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .has-blue-background-color > .showMore.showMore__desktopOn .showMore_content::after {
    background: linear-gradient(transparent, var(--wp--preset--color--primary, #013AFB));
  }
  .has-blue-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    background: var(--wp--preset--color--primary, #013AFB);
  }
  .has-darkblue-background-color > .showMore.showMore__desktopOn .showMore_content::after {
    background: linear-gradient(transparent, #2E3947);
  }
  .has-darkblue-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    background: #2E3947;
    box-shadow: 0 0 30px rgba(46, 57, 71, 0.6);
  }
  .has-orange-background-color > .showMore.showMore__desktopOn .showMore_content::after {
    background: linear-gradient(transparent, #00ff97);
  }
  .has-orange-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    background: #00ff97;
    box-shadow: 0 0 30px rgba(0, 255, 151, 0.6);
  }
  .has-clearblue-background-color > .showMore.showMore__desktopOn .showMore_content::after {
    background: linear-gradient(transparent, #2A64A5);
  }
  .has-clearblue-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    background: #2A64A5;
  }
  .has-grey-light-background-color > .showMore.showMore__desktopOn .showMore_content::after {
    background: linear-gradient(transparent, #F6F6F6);
  }
  .has-grey-light-background-color > .showMore.showMore__desktopOn .showMore_lirePlus {
    border: none;
    background: #F6F6F6;
  }
}
/* Inactif sur desktop 
 ============================================ */
@media screen and (min-width: 992px) {
  .showMore:not(.showMore__desktopOn) .showMore_content {
    max-height: none !important;
  }
}
/**
 * Slider
 *
 * @package starter
 */
.slider {
  overflow: hidden;
}
.slider .swiper-slide {
  height: initial;
  box-sizing: border-box;
}
.slider .swiper-slide > *:first-child {
  margin-top: 0;
}
.slider .swiper-slide > *:last-child {
  margin-bottom: 0;
}
.slider .swiper-slide > .wp-block-group:only-child {
  height: 100%;
}
.slider .swiper-nav {
  margin-top: 2rem;
}
.slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
  margin-top: -2rem;
}
.slider .swiper:not(.swiper-initialized) .swiper-slide {
  margin-top: 2rem;
}
.slider .swiper:not(.swiper-initialized) .swiper-nav {
  display: none;
}
.slider .swiper:not(.swiper-initialized)[data-slidesperview-mobile="1"] .swiper-slide {
  flex: 0 0 100%;
}
.slider .swiper:not(.swiper-initialized)[data-slidesperview-mobile="2"] .swiper-slide {
  flex: 0 0 50%;
}
.slider .swiper:not(.swiper-initialized)[data-slidesperview-mobile="3"] .swiper-slide {
  flex: 0 0 33.3333%;
}
.slider .swiper:not(.swiper-initialized)[data-slidesperview-mobile="4"] .swiper-slide {
  flex: 0 0 25%;
}
@media screen and (min-width: 480px) {
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-tablet="1"] .swiper-slide {
    flex: 0 0 100%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-tablet="2"] .swiper-slide {
    flex: 0 0 50%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-tablet="3"] .swiper-slide {
    flex: 0 0 33.3333%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-tablet="4"] .swiper-slide {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 992px) {
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop="1"] .swiper-slide {
    flex: 0 0 100%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop="2"] .swiper-slide {
    flex: 0 0 50%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop="3"] .swiper-slide {
    flex: 0 0 33.3333%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop="4"] .swiper-slide {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1200px) {
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop-large="1"] .swiper-slide {
    flex: 0 0 100%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop-large="2"] .swiper-slide {
    flex: 0 0 50%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop-large="3"] .swiper-slide {
    flex: 0 0 33.3333%;
  }
  .slider .swiper:not(.swiper-initialized)[data-slidesperview-desktop-large="4"] .swiper-slide {
    flex: 0 0 25%;
  }
}

.js-swiper_gutenberg_auto .swiper-wrapper {
  transition: linear;
  pointer-events: none;
}

@media screen and (max-width: 479px) {
  .slider .swiper-slide {
    height: 0;
  }
  .slider .swiper-slide.swiper-slide-active {
    height: 100%;
  }
}
/* Overflow: visible
 =============================================================== */
.slider__overflowVisible,
.slider__overflowVisible .swiper {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .slider__overflowVisible,
  .slider__overflowVisible .swiper {
    overflow: visible;
  }
}
.slider__overflowVisible {
  /** 
   * Masque les slides hors conteneur
   * 
   * Utilise la classe swiper-slide-visible ajoutée par le paramètre 'watchSlidesProgress'
   */
}
.slider__overflowVisible .swiper-watch-progress:not(.swiper-creative) .swiper-slide {
  transition: opacity ease 300ms;
}
.slider__overflowVisible .swiper-watch-progress:not(.swiper-creative).swiper-initialized .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}

.js-swiper_association:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.js-swiper_association:not(.swiper-initialized) .swiper-wrapper > .swiper-slide {
  padding: 0 var(--wp--preset--spacing--m);
}

@media screen and (min-width: 1440px) {
  .js-swiper_association.swiper-grid-column .swiper-wrapper {
    margin: 0 auto !important;
    flex-direction: row !important;
    justify-content: center !important;
  }
  .js-swiper_association.swiper-grid-column .swiper-wrapper .swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .js-swiper_association.swiper-grid-column .swiper-wrapper .swiper-slide:nth-child(7) {
    margin-left: 2px !important;
  }
  .js-swiper_association.swiper-grid-column .swiper-nav {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .js-swiper_international.swiper-grid-column .swiper-wrapper {
    max-width: 1540px;
    margin: 0 auto !important;
    flex-direction: row !important;
  }
  .js-swiper_international.swiper-grid-column .swiper-wrapper .swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    max-width: 380px;
  }
  .js-swiper_international.swiper-grid-column .swiper-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1700px) {
  .js-swiper_international.swiper-grid-column .swiper-wrapper {
    justify-content: center !important;
  }
}

.js-swiper_gutenberg {
  width: calc(100% + 2 * var(--wp--preset--spacing--m)) !important;
  margin-left: calc(-1 * var(--wp--preset--spacing--m)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--m)) !important;
}
.js-swiper_gutenberg .swiper-wrapper > * {
  padding: calc(var(--wp--preset--spacing--m));
}
.js-swiper_gutenberg .swiper-nav {
  padding-left: var(--wp--preset--spacing--m);
  padding-right: var(--wp--preset--spacing--m);
}

.js-swiper_videos-cards {
  width: calc(100% + 2 * var(--wp--preset--spacing--l)) !important;
  margin-left: calc(-1 * var(--wp--preset--spacing--l)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing-l)) !important;
}

/**
 * Slider
 *
 * @package starter
 */
/* Slider 
 ======================================================================== */
.slider-annees {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.slider-annees .swiper-wrapper {
  overflow: hidden;
}

.slider-annees-slider {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.slider-annees-slider .swiper {
  overflow: visible;
}
.slider-annees-slider {
  /** Slides */
}
.slider-annees-slider .swiper-slide {
  height: initial;
  box-sizing: border-box;
  overflow: visible;
  padding: 0 100px;
}
.slider-annees-slider .swiper-slide:before {
  content: "";
  display: block;
  float: right;
  width: 480px;
  height: 170px;
}
.slider-annees-slider .swiper-slide > .wp-block-heading:first-child::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.slider-annees-slider.pixel-tech .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.slider-annees-slider .swiper-slide.pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.slider-annees-slider .swiper-slide .pixel-tech > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.slider-annees-slider .swiper-slide > .pixel-tech .wp-block-heading:first-child::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.slider-annees-slider.pixel-together .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.slider-annees-slider .swiper-slide.pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.slider-annees-slider .swiper-slide .pixel-together > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.slider-annees-slider .swiper-slide > .pixel-together .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider.pixel-tomorrow .swiper-slide > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider .swiper-slide.pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider .swiper-slide .pixel-tomorrow > .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider .swiper-slide > .pixel-tomorrow .wp-block-heading:first-child::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child {
  font-size: var(--wp--preset--font-size--heading-s);
}
.slider-annees-slider .swiper-slide > .wp-block-heading:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider.pixel-tech .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide.pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide .pixel-tech > .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .pixel-tech .wp-block-heading:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider.pixel-together .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide.pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide .pixel-together > .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .pixel-together .wp-block-heading:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .slider-annees-slider .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider.pixel-tomorrow .swiper-slide > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide.pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide .pixel-tomorrow > .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .pixel-tomorrow .wp-block-heading:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-heading:first-child {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 170px;
}
.slider-annees-slider .swiper-slide > .wp-block-columns {
  gap: 60px !important;
}
.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  width: 116px;
  height: 116px;
}

.pixel-tech .slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider.pixel-tech .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide.pixel-tech > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide .pixel-tech > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .pixel-tech .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-columns.pixel-tech > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-columns .pixel-tech > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .pixel-tech .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child.pixel-tech .wp-block-image:first-child::before {
  background-color: #00ff97;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider.pixel-together .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide.pixel-together > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide .pixel-together > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .pixel-together .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-columns.pixel-together > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-columns .pixel-together > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .pixel-together .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child.pixel-together .wp-block-image:first-child::before {
  background-color: #ff5f3a;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider.pixel-tomorrow .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide.pixel-tomorrow > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide .pixel-tomorrow > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .pixel-tomorrow .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns.pixel-tomorrow > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns .pixel-tomorrow > .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .pixel-tomorrow .wp-block-column:last-child .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child.pixel-tomorrow .wp-block-image:first-child::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child {
  position: relative;
}
.slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child:before {
  z-index: 1;
  bottom: -58px;
  left: -58px;
}
.slider-annees-slider {
  /** Navigation */
}
.slider-annees-slider .swiper-nav {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 5;
}
.slider-annees-slider .swiper-nav .swiper-button-prev,
.slider-annees-slider .swiper-nav .swiper-button-next {
  position: absolute;
  top: 70px;
}
.slider-annees-slider .swiper-nav .swiper-button-prev {
  left: 0;
}
.slider-annees-slider .swiper-nav .swiper-button-next {
  right: 0;
}
.slider-annees-slider .swiper-nav .swiper-pagination-wrapper {
  position: absolute;
  top: 0;
  right: 100px;
}
.slider-annees-slider .swiper-pagination-annees {
  display: flex;
  font-family: "Anton", sans-serif;
  font-size: 120px;
  font-weight: 400;
}
.slider-annees-slider .swiper-pagination-annees a {
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--primary, #013AFB);
  opacity: 0.5;
  padding: 16px;
}
.slider-annees-slider .swiper-pagination-annees a:after {
  content: "Année";
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 10px;
}
.slider-annees-slider .swiper-pagination-annees a.active {
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .slider-annees-slider .swiper-nav {
    height: initial;
    margin-bottom: var(--wp--preset--spacing--l);
  }
  .slider-annees-slider .swiper-nav .swiper-pagination-wrapper {
    position: static;
  }
  .slider-annees-slider .swiper-nav .swiper-button-prev,
  .slider-annees-slider .swiper-nav .swiper-button-next {
    display: none;
  }
  .slider-annees-slider .swiper-slide {
    padding: 0;
  }
  .slider-annees-slider .swiper-slide:before {
    display: none;
  }
  .slider-annees-slider .swiper-slide > .wp-block-heading:first-child {
    min-height: initial;
  }
  .slider-annees-slider .swiper-slide > .wp-block-columns {
    flex-direction: column;
  }
  .slider-annees-slider .swiper-slide > .wp-block-columns > .wp-block-column:last-child .wp-block-image:first-child:before {
    bottom: initial;
    left: initial;
    right: calc(var(--wp--style--root--padding-right) * -1);
    top: calc(var(--wp--style--root--padding-right) * -0.5);
  }
}

.slider-annees-CTAsection {
  background: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
}
.slider-annees-CTAsection .content-size {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
  font-size: 24px;
  gap: 40px;
}
.slider-annees-CTAsection .slider-annees-CTAsection-texte::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.5;
  background-color: var(--wp--preset--color--primary, #013AFB);
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 64px;
}

.pixel-tech .slider-annees-CTAsection .slider-annees-CTAsection-texte::before {
  background-color: #00ff97;
}

.slider-annees-CTAsection.pixel-tech .slider-annees-CTAsection-texte::before {
  background-color: #00ff97;
}

.slider-annees-CTAsection .slider-annees-CTAsection-texte.pixel-tech::before {
  background-color: #00ff97;
}

.pixel-together .slider-annees-CTAsection .slider-annees-CTAsection-texte::before {
  background-color: #ff5f3a;
}

.slider-annees-CTAsection.pixel-together .slider-annees-CTAsection-texte::before {
  background-color: #ff5f3a;
}

.slider-annees-CTAsection .slider-annees-CTAsection-texte.pixel-together::before {
  background-color: #ff5f3a;
}

.pixel-tomorrow .slider-annees-CTAsection .slider-annees-CTAsection-texte::before {
  background-color: #ff1ef7;
}

.slider-annees-CTAsection.pixel-tomorrow .slider-annees-CTAsection-texte::before {
  background-color: #ff1ef7;
}

.slider-annees-CTAsection .slider-annees-CTAsection-texte.pixel-tomorrow::before {
  background-color: #ff1ef7;
}

.slider-annees-CTAsection .slider-annees-CTAsection-texte {
  position: relative;
}
.slider-annees-CTAsection .slider-annees-CTAsection-texte:before {
  top: -10px;
  left: 50%;
  margin-left: -80px;
}
.slider-annees-CTAsection .slider-annees-CTAsection-texte *:last-child {
  margin-bottom: 0;
}
.slider-annees-CTAsection .wp-block-button__link {
  color: #F2F4F8;
  background-color: transparent !important;
}
.slider-annees-CTAsection .wp-block-button__link:hover {
  background-color: transparent !important;
}
.slider-annees-CTAsection .wp-block-button__link:after {
  background-color: #F2F4F8 !important;
}

/**
 * IconBlock
 *
 * @package starter
 */
.iconblock {
  padding: var(--wp--preset--spacing--l);
  background-color: #F2F4F8;
}
.iconblock .wp-block-heading {
  position: relative;
  z-index: 0;
}
.iconblock .wp-block-heading::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .iconblock .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.iconblock.pixel-tech .wp-block-heading::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.iconblock .wp-block-heading.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .iconblock .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.iconblock.pixel-together .wp-block-heading::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.iconblock .wp-block-heading.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .iconblock .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.iconblock.pixel-tomorrow .wp-block-heading::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.iconblock .wp-block-heading.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.iconblock .wp-block-heading {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.iconblock {
  /** Image */
}
.iconblock .iconblock-image {
  text-align: center;
  width: 50%;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 782px) {
  .iconblock .iconblock-image {
    padding: 1.5rem;
    aspect-ratio: 1;
    max-width: 79px;
    float: right;
    margin-top: calc(var(--wp--preset--spacing--40) * -1) !important;
    margin-right: calc(var(--wp--preset--spacing--40) * -1) !important;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  .iconblock .iconblock-image {
    max-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .iconblock .iconblock-image {
    max-width: 160px;
  }
}
@media screen and (min-width: 1440px) {
  .iconblock .iconblock-image {
    max-width: 230px;
  }
}
@media screen and (min-width: 1700px) {
  .iconblock .iconblock-image {
    max-width: 240px;
  }
}

/* Height 100%
 ======================================================= */
@media screen and (min-width: 782px) {
  .iconblock__height_100 {
    height: 100%;
  }
}

/* Grosse icône
 ======================================================= */
.iconblock__big_icone .iconblock-image {
  max-width: clamp(180px, 23vw, 400px);
}
.iconblock__big_icone .iconblock-image img {
  width: clamp(180px, 23vw, 400px);
}

/* Icône Décaler
 ======================================================= */
@media screen and (min-width: 782px) {
  .iconblock__icone_decaler .iconblock-image {
    margin-top: calc(var(--wp--preset--spacing--40) * -2.5) !important;
  }
}

/* Petite icône 
 ======================================================= */
.iconblock__small_icone .iconblock-image {
  max-width: 120px;
}
@media screen and (min-width: 782px) {
  .iconblock__small_icone .iconblock-image {
    max-width: 175px;
  }
}

/* Icône non flottante
 ======================================================= */
@media screen and (min-width: 782px) {
  .iconblock__nofloat_icone .iconblock-image + * {
    clear: both;
  }
}

/**
 * Sitemap
 *
 * @package starter
 */
.sitemap > *:first-child {
  margin-top: 0;
}
.sitemap > *:last-child {
  margin-bottom: 0;
}
.sitemap a {
  text-decoration: none;
}
.sitemap > ul {
  padding-left: 0;
}
.sitemap > ul > li {
  padding-left: 0;
}
.sitemap > ul > li::before, .sitemap > ul > li::after {
  display: none;
}
.sitemap > ul > li > a {
  font-weight: bold;
  color: var(--wp--preset--color--primary, #013AFB);
  font-size: 1.125rem;
}
.sitemap > ul > li > ul > li::after {
  display: none;
}
.sitemap > ul > li > ul > li > ul > li::after {
  display: none;
}
.sitemap .campus li {
  display: inline-block;
  margin-right: 1em;
}
.sitemap .campus li:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 601px) {
  .sitemap > ul:not(.campus) {
    column-count: 2;
    column-gap: 2rem;
  }
  .sitemap > ul:not(.campus) li {
    break-inside: avoid-column;
  }
}
@media screen and (min-width: 992px) {
  .sitemap > ul:not(.campus) {
    column-count: 3;
  }
}
/**
 * Actualités
 *
 * @package starter
 */
.actualites {
  margin-top: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--70);
  max-width: var(--wp--style--global--content-size) !important;
}
.actualites .swiper-slide {
  height: auto;
}
.actualites .swiper-nav .d-flex {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .actualites .swiper-nav .d-flex {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .actualites .swiper-nav .d-flex .swiper-button-prev, .actualites .swiper-nav .d-flex .swiper-button-next {
    display: none;
  }
}

/**
 * Onglets
 *
 * @package starter
 */
.dockedNav {
  position: relative;
}

/* Navigation
 ========================================================================== */
.dockedNav_nav {
  font-size: 1rem;
  margin-bottom: 2rem;
  display: none;
}
.dockedNav_nav .dockedNav_nav_inner {
  padding: 1rem;
  background-color: #00ff97;
}
.dockedNav_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dockedNav_nav ul li {
  padding: 0;
  margin: 0;
}
.dockedNav_nav ul li::before {
  display: none;
}
.dockedNav_nav ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.dockedNav_nav a {
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #F2F4F8;
  padding-left: 1em;
  transition-property: color, opacity;
  transition: all 0.3s ease;
}
.dockedNav_nav a::before {
  content: "/";
  color: #F2F4F8;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.dockedNav_nav a:hover {
  color: var(--wp--preset--color--primary, #013AFB);
}
.dockedNav_nav a:hover::before {
  color: var(--wp--preset--color--primary, #013AFB);
}

@media screen and (min-width: 768px) {
  .dockedNav_nav {
    display: block;
  }
}
/* Sections
 ========================================================================== */
.dockedNav_content_section {
  position: relative;
}
.dockedNav_content_section_titre {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .dockedNav_content_section_titre {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .dockedNav_content_section_titre {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 1440px) {
  .dockedNav_content_section_titre {
    font-size: 3.25rem;
    padding: 1rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 80%;
    left: -53.8%;
    transform: translate(0%, -50%);
  }
  .dockedNav_content_section_titre::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00ff97;
    border-radius: 4px;
    height: 100%;
    width: 85px;
    z-index: -1;
  }
  .dockedNav_content_section_titre::after {
    content: url(https://www.epitech.eu/wp-content/themes/epitech-refonte/assets/images/nav-big-arrow.svg);
    position: relative;
    top: 5px;
  }
}
.dockedNav_content_section_inner > *:first-child {
  margin-top: 0;
}
.dockedNav_content_section_inner > *:last-child {
  margin-bottom: 0;
}
.dockedNav_content_section_inner ul {
  padding-left: 0;
}
.dockedNav_content_section_inner ul li a {
  color: #2A64A5;
}
@media screen and (min-width: 1440px) {
  .dockedNav_content_section_inner .wp-block-group {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: 1rem;
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .js .dockedNav_content_section_titre {
    margin-top: 0;
  }
}
/* Layout
 ========================================================================== */
@media screen and (min-width: 768px) {
  .dockedNav {
    display: flex;
    align-items: flex-start;
  }
  .dockedNav_nav {
    position: sticky;
    top: 120px;
    z-index: 9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  }
  .dockedNav_content {
    flex: 0 0 65%;
    width: 65%;
    margin-left: auto;
  }
}
/* Onglets + scroll
 ========================================================================== */
@media screen and (min-width: 768px) {
  .dockedNav__tabs_scroll .dockedNav_content_section {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity ease 200ms, transform ease 200ms;
    transform: translateX(10px);
  }
  .dockedNav__tabs_scroll .dockedNav_content_section:not(:last-child) {
    margin-bottom: 0;
  }
  .dockedNav__tabs_scroll .dockedNav_content_section {
    /* Etat actif, ouvert */
  }
  .dockedNav__tabs_scroll .dockedNav_content_section.is-active {
    height: 400px;
    overflow: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .dockedNav__tabs_scroll .dockedNav_content_section_inner {
    height: 100%;
    overflow-y: auto;
    mask-image: linear-gradient(180deg, #000 300px, transparent);
    -webkit-mask-image: linear-gradient(180deg, #000 300px, transparent);
    padding-bottom: 50px;
    padding-right: 2rem;
    /* Scrollbar */
  }
  .dockedNav__tabs_scroll .dockedNav_content_section_inner {
    scrollbar-width: auto;
    scrollbar-color: var(--wp--preset--color--primary, #013AFB) #F2F4F8;
  }
  .dockedNav__tabs_scroll .dockedNav_content_section_inner::-webkit-scrollbar {
    width: 6px;
  }
  .dockedNav__tabs_scroll .dockedNav_content_section_inner::-webkit-scrollbar-track {
    background: #F2F4F8;
  }
  .dockedNav__tabs_scroll .dockedNav_content_section_inner::-webkit-scrollbar-thumb {
    background-color: var(--wp--preset--color--primary, #013AFB);
    border-radius: 0px;
    border: 0px none #F2F4F8;
  }
}

/* Scroll naturel + scroll dans les onglets
 ========================================================================== */
@media screen and (min-width: 768px) {
  .dockedNav__natural_scroll .dockedNav_content_section_inner {
    max-height: 390px;
    overflow-y: auto;
    mask-image: linear-gradient(180deg, #000 300px, transparent);
    -webkit-mask-image: linear-gradient(180deg, #000 300px, transparent);
    padding-bottom: 50px;
    padding-right: 2rem;
    /* Scrollbar */
  }
  .dockedNav__natural_scroll .dockedNav_content_section_inner {
    scrollbar-width: auto;
    scrollbar-color: var(--wp--preset--color--primary, #013AFB) #F2F4F8;
  }
  .dockedNav__natural_scroll .dockedNav_content_section_inner::-webkit-scrollbar {
    width: 6px;
  }
  .dockedNav__natural_scroll .dockedNav_content_section_inner::-webkit-scrollbar-track {
    background: #F2F4F8;
  }
  .dockedNav__natural_scroll .dockedNav_content_section_inner::-webkit-scrollbar-thumb {
    background-color: var(--wp--preset--color--primary, #013AFB);
    border-radius: 0px;
    border: 0px none #F2F4F8;
  }
}

/**
 * Groupe fléché avec lien +
 *
 * @package starter
 */
.group-fleche-plus {
  border: 2px solid #fffc9a;
  border-right: none;
  color: #F2F4F8;
  padding: 1.5rem;
  border-radius: 4px;
  position: relative;
  min-height: 100px;
}
.group-fleche-plus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, #fffc9a 23px, transparent 23px, transparent 63px, #fffc9a 63px, #fffc9a 100%);
}
.group-fleche-plus::after {
  position: absolute;
  left: 100%;
  top: 22px;
  content: "";
  width: 50px;
  height: 50px;
  border: 3px solid #fffc9a;
  border-radius: 0 6px 0 0;
  border-left: none;
  border-bottom: none;
  transform-origin: 0 0;
  transform: scaleY(0.6) rotate(45deg);
}

.group-fleche-plus-lien {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px;
  font-family: Arial;
  font-size: 0;
  text-decoration: none;
  color: #F2F4F8;
  background: #fffc9a;
  width: 38px;
  height: 38px;
  border-radius: 4px;
}
.group-fleche-plus-lien::before {
  content: "+";
  font-size: 1.75rem;
}
.group-fleche-plus-lien::after {
  content: "";
  position: absolute;
  inset: -0.5rem;
}
.group-fleche-plus-lien:hover {
  background: rgb(229.5, 226.8, 138.6);
}

/**
 * Colonnes rétractables
 *
 * @package starter
 */
/* Layout général
   ================================================================= */
.colonnes-retractables-col {
  background: linear-gradient(90deg, rgb(28, 52, 95) 0%, rgb(36, 136, 122) 100%);
  color: #F2F4F8;
  min-height: 400px;
  padding: var(--colonnes-retractables-padding);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .colonnes-retractables {
    display: flex;
  }
  .colonnes-retractables-col {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
  .colonnes-retractables-col:not(.is-open) {
    cursor: pointer;
  }
}
/* Animation
   ================================================================= */
@media screen and (min-width: 1024px) {
  .colonnes-retractables-col-closed-content,
  .colonnes-retractables-col-content,
  .colonnes-retractables-col-img,
  .colonnes-retractables-col-close {
    transition: all 300ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .colonnes-retractables-col-closed-content {
    transition-delay: 150ms;
  }
  .colonnes-retractables-col-close {
    opacity: 0;
  }
  .colonnes-retractables-col-content {
    opacity: 0;
    transform: translateX(20px);
  }
  .colonnes-retractables-col {
    transition: all 300ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: calc(var(--colonnes-retractables-padding) * 2 + var(--colonnes-retractables-open-width));
  }
  .colonnes-retractables-col.is-open {
    flex: 0 0 calc(var(--colonnes-retractables-padding) * 2 + var(--colonnes-retractables-open-width));
  }
  .colonnes-retractables-col.is-open .colonnes-retractables-col-img,
  .colonnes-retractables-col.is-open .colonnes-retractables-col-closed-content {
    opacity: 0;
  }
  .colonnes-retractables-col.is-open .colonnes-retractables-col-closed-content {
    transition-delay: 0ms;
    transform: translate(-50%, calc(-50% + 20px));
  }
  .colonnes-retractables-col.is-open .colonnes-retractables-col-close {
    opacity: 1;
    transition-delay: 250ms;
  }
  .colonnes-retractables-col.is-open .colonnes-retractables-col-content {
    opacity: 1;
    transition-delay: 250ms;
    transform: translateX(0px);
  }
}
/** Image */
.colonnes-retractables-col-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** Header */
.colonnes-retractables-col-header {
  margin-bottom: 2rem;
}

.colonnes-retractables-col-sur-titre {
  color: #2A64A5;
  font-weight: 600;
  font-size: 1rem;
}
.colonnes-retractables-col-sur-titre span {
  display: inline-block;
}

.colonnes-retractables-col-sur-titre-chiffre {
  font-size: 4.18em;
  position: relative;
}
.colonnes-retractables-col-sur-titre-chiffre sup {
  position: absolute;
  top: 0.9em;
  left: 100%;
}

.colonnes-retractables-col-titre {
  color: #00ff97;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

/** Bouton de fermeture et d'ouverture */
.colonnes-retractables-col-close,
.colonnes-retractables-col-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.colonnes-retractables-col-close::before,
.colonnes-retractables-col-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all ease 150ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 2px solid #00ff97;
  border-radius: 99px;
}
.colonnes-retractables-col-close:hover::before,
.colonnes-retractables-col-arrow:hover::before {
  transform: scale(1.05);
}

.colonnes-retractables-col-close {
  display: none;
}

@media screen and (min-width: 1024px) {
  .colonnes-retractables-col-close {
    position: absolute;
    display: flex;
    right: 2rem;
    top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .colonnes-retractables-col-close {
    right: 3rem;
    top: 3rem;
  }
}
/* Contenu en position fermé
   ================================================================= */
.colonnes-retractables-col-closed-content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .colonnes-retractables-col-closed-content {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 2rem);
  }
  .colonnes-retractables-col-closed-content .colonnes-retractables-col-line {
    display: block;
    width: 1px;
    height: 90px;
    margin: 1rem auto;
    background: #2A64A5;
  }
  .colonnes-retractables-col-closed-content .colonnes-retractables-col-arrow {
    margin: 0 auto;
  }
}

/* Contenu en position ouvert
   ================================================================= */
.colonnes-retractables-col-content {
  position: relative;
  z-index: 1;
}
.colonnes-retractables-col-content > *:first-child {
  margin-top: 0;
}
.colonnes-retractables-col-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .colonnes-retractables-col-content {
    width: var(--colonnes-retractables-open-width);
    flex: 0 0 var(--colonnes-retractables-open-width);
  }
  .colonnes-retractables-col-content .colonnes-retractables-col-header {
    display: flex;
    align-items: flex-end;
  }
  .colonnes-retractables-col-content .colonnes-retractables-col-header .colonnes-retractables-col-sur-titre {
    font-size: 1.5625rem;
    margin-bottom: -0.9em;
    margin-top: -0.7em;
    margin-right: 0.5em;
  }
  .colonnes-retractables-col-content .colonnes-retractables-col-header .colonnes-retractables-col-titre {
    font-size: 1.5625rem;
  }
  .colonnes-retractables-col-content .colonnes-retractables-col-header .colonnes-retractables-col-titre br {
    display: none;
  }
}

/**
 * Video circle
 *
 * @package starter
 */
.video-circle {
  display: block;
  text-decoration: none;
  pointer-events: none;
  color: inherit;
  max-width: 540px;
}

.swiper-slide .video-circle {
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  .swiper-slide .video-circle {
    padding: 40px;
  }
}

.video-circle-circle {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  margin: 0 auto;
  z-index: 10;
  text-decoration: none;
  pointer-events: auto;
  width: 100%;
}
.video-circle-circle span,
.video-circle-circle img,
.video-circle-circle video {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all ease 300ms;
}
.video-circle-circle::before, .video-circle-circle::after,
.video-circle-circle span::before,
.video-circle-circle span::after {
  content: "";
  position: absolute;
  transition: all ease 300ms;
  pointer-events: none;
}
.video-circle-circle {
  /** Flèche */
}
.video-circle-circle::after {
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #F2F4F8;
  top: 50%;
  left: 50.5%;
  margin-top: -13px;
  margin-left: -10px;
}
.video-circle-circle {
  /** Fond bleu derrière flèche */
}
.video-circle-circle::before {
  content: "";
  background-color: var(--wp--preset--color--primary, #013AFB);
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-circle-circle span {
  background: #AAA;
}
.video-circle-circle span::before, .video-circle-circle span::after {
  border-radius: inherit;
}
.video-circle-circle span {
  /** Overlay bleue */
}
.video-circle-circle span::before {
  background: var(--wp--preset--color--primary, #013AFB);
  opacity: 0.3;
  z-index: 1;
  transition: all ease 300ms;
  width: 100%;
  height: 100%;
}
.video-circle-circle span {
  /** Loader */
}
.video-circle-circle span::after {
  inset: 0;
  background: linear-gradient(110deg, rgba(242, 244, 248, 0.3) 0, rgba(242, 244, 248, 0.3) 15%, rgba(242, 244, 248, 0.03) 35%, rgba(242, 244, 248, 0.03) 65%, rgba(242, 244, 248, 0.3) 85%, rgba(242, 244, 248, 0.3) 100%);
  background-size: 150% 100%;
  animation: placeHolderShimmer 2s infinite linear;
  opacity: 0;
}
.video-circle-circle img,
.video-circle-circle video {
  object-fit: cover;
  overflow: hidden;
  transition: all ease 300ms;
}

/** Contenu */
.video-circle-title::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .video-circle-title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.video-circle-title.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .video-circle-title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.video-circle-title.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .video-circle-title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.video-circle-title.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.video-circle-title {
  font-size: var(--wp--preset--font-size--heading-m);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: var(--wp--custom--display--font-weight);
  margin-bottom: var(--wp--preset--spacing--l);
  text-transform: uppercase;
  text-align: center;
}
.wp-block-columns .video-circle-title {
  display: inline-block;
  font-size: var(--wp--preset--font-size--body-normal);
  font-family: var(--wp--preset--font-family--primary), sans-serif;
  font-weight: 700;
  padding: var(--wp--preset--spacing--xs);
  background-color: rgba(1, 58, 251, 0.5);
  margin-top: calc(-1 * var(--wp--preset--spacing--xs));
  position: relative;
  z-index: 10;
  text-transform: initial;
}
.pixel-tech .wp-block-columns .video-circle-title, .wp-block-columns .pixel-tech .video-circle-title {
  background-color: #00ff97;
}
.pixel-together .wp-block-columns .video-circle-title, .wp-block-columns .pixel-together .video-circle-title {
  background-color: #ff5f3a;
}
.pixel-tomorrow .wp-block-columns .video-circle-title, .wp-block-columns .pixel-tomorrow .video-circle-title {
  background-color: #ff1ef7;
}
.swiper-slide .video-circle-title {
  font-size: var(--wp--preset--font-size--heading-xs);
  font-family: var(--wp--preset--font-family--primary), sans-serif;
  font-weight: 700;
  text-transform: initial;
}

.video-circle-text::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .video-circle-text::before {
  color: #00ff97;
}

.video-circle-text.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .video-circle-text::before {
  color: #ff5f3a;
}

.video-circle-text.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .video-circle-text::before {
  color: #ff1ef7;
}

.video-circle-text.pixel-tomorrow::before {
  color: #ff1ef7;
}

.video-circle-text::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .video-circle-text::after {
  color: #00ff97;
}

.video-circle-text.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .video-circle-text::after {
  color: #ff5f3a;
}

.video-circle-text.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .video-circle-text::after {
  color: #ff1ef7;
}

.video-circle-text.pixel-tomorrow::after {
  color: #ff1ef7;
}

/** Survol */
.no-touch .video-circle:hover .video-circle-circle {
  /** Fond bleu derrière flèche */
}
.no-touch .video-circle:hover .video-circle-circle::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.3);
}
.no-touch .video-circle:hover .video-circle-circle::after {
  transform: scale(1.3);
}
.no-touch .video-circle:hover .video-circle-circle {
  /* Overlay bleu */
}
.no-touch .video-circle:hover .video-circle-circle span::before {
  opacity: 0.5;
}

.touch .video-circle .video-circle-circle {
  /** Fond bleu derrière flèche */
}
.touch .video-circle .video-circle-circle::before {
  transition-delay: 0;
}

.touch .video-circle:active .video-circle-circle {
  /** Fond bleu derrière flèche */
}
.touch .video-circle:active .video-circle-circle::before {
  transform: scale(0.9);
}

/** Loading */
.video-circle.is-loading .video-circle-circle,
.video-circle.is-loading .video-circle-content {
  pointer-events: none;
}
.video-circle.is-loading .video-circle-circle {
  /** Fond bleu derrière flèche */
}
.video-circle.is-loading .video-circle-circle::before {
  transform: scale(0);
  transition-delay: 0;
}
.video-circle.is-loading .video-circle-circle {
  /* Loader */
}
.video-circle.is-loading .video-circle-circle span::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .no-touch .video-circle:hover .video-circle-circle {
    /* Overlay bleue */
  }
  .no-touch .video-circle:hover .video-circle-circle span::before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .no-touch .video-circle:hover.has-text-on-the-right .video-circle-content {
    transform: translateX(40px);
  }
}
/** Alignements */
body .is-layout-constrained > .video-circle.alignleft,
body .is-layout-flow > .video-circle.alignleft,
body .is-layout-constrained > .video-circle.alignright,
body .is-layout-flow > .video-circle.alignright {
  float: none;
  width: fit-content;
}

body .is-layout-constrained > .video-circle.alignleft,
body .is-layout-flow > .video-circle.alignleft {
  margin-left: 0;
  margin-right: auto;
}

body .is-layout-constrained > .video-circle.alignright,
body .is-layout-flow > .video-circle.alignright {
  margin-left: auto;
  margin-right: 0;
}

/* Text on the right 
 ======================================================================== */
.video-circle.has-text-on-the-right {
  color: var(--wp--preset--color--secondary);
}
@media screen and (min-width: 992px) {
  .video-circle.has-text-on-the-right {
    display: flex;
    align-items: center;
  }
  .video-circle.has-text-on-the-right::before,
  .video-circle.has-text-on-the-right .video-circle-circle,
  .video-circle.has-text-on-the-right .video-circle-content {
    flex: 1;
  }
  .video-circle.has-text-on-the-right::before {
    content: "";
    display: block;
    padding-right: 2rem;
  }
  .video-circle.has-text-on-the-right .video-circle-circle {
    margin: 0;
    min-width: 300px;
  }
  .video-circle.has-text-on-the-right .video-circle-content {
    max-width: none;
    padding-top: 0;
    padding-left: 2rem;
    margin: 0;
    text-align: left;
  }
  .video-circle.has-text-on-the-right .video-circle-title {
    font-size: var(--wp--preset--font-size--heading-xs);
    margin-bottom: 0;
  }
}

/** Alignements */
@media screen and (min-width: 992px) {
  body .is-layout-constrained > .video-circle.has-text-on-the-right.alignleft,
  body .is-layout-flow > .video-circle.has-text-on-the-right.alignleft,
  body .is-layout-constrained > .video-circle.has-text-on-the-right.alignright,
  body .is-layout-flow > .video-circle.has-text-on-the-right.alignright {
    width: auto;
  }
}

@media screen and (min-width: 782px) {
  body .is-layout-constrained > .video-circle.has-text-on-the-right.alignleft::before,
  body .is-layout-flow > .video-circle.has-text-on-the-right.alignleft::before {
    display: none;
  }
}

body .is-layout-constrained > .video-circle.has-text-on-the-right.alignright .video-circle-content,
body .is-layout-flow > .video-circle.has-text-on-the-right.alignright .video-circle-content {
  flex: 0 1 auto;
}

@media screen and (min-width: 992px) {
  .wp-block-column > .video-circle.has-text-on-the-right {
    justify-content: center;
  }
  .wp-block-column > .video-circle.has-text-on-the-right::before {
    display: none;
  }
  .wp-block-column > .video-circle.has-text-on-the-right .video-circle-content {
    flex: 0 1 auto;
  }
}

/**
 * Learn Different
 *
 * @package starter
 */
.learn-different svg {
  display: block;
  max-width: 100%;
}
.learn-different g {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/**
 * Expert tech
 * 
 * Animation gérée avec deux classes : expert-tech__step1 & expert-tech__step2
 * Activation des classes gérée par GSAP dans le fichier /blocks/expert-tech/assets/js/expert-tech.js
 *
 * @package starter
 */
.expert-tech {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--terciary);
  padding-top: var(--wp--preset--spacing--70);
  padding-right: var(--wp--style--root--padding-right);
  padding-bottom: var(--wp--preset--spacing--70);
  padding-left: var(--wp--style--root--padding-left);
}

.expert-tech-titre-mobile {
  position: relative;
  margin-top: 4rem;
}
.expert-tech-titre-mobile h2 {
  font-size: 51px;
  line-height: 0.9;
  color: #00ff97;
  text-transform: uppercase;
}
.expert-tech-titre-mobile h2 span {
  color: #fffc9a;
}
.expert-tech-titre-mobile::before {
  content: url(../../assets/images/casque-vr.png);
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.5);
  transform-origin: top right;
  margin-top: -4rem;
}

@media screen and (min-width: 480px) {
  .expert-tech-titre-mobile {
    display: none;
  }
}
.expert-tech-titre {
  display: none;
}

@media screen and (min-width: 480px) {
  /* Titre
  Positionnement par défaut EPITECH
  ================================================================== */
  .expert-tech-titre {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--wp--preset--color--secondary);
    font-size: clamp(40px, 11vw, 215px);
    padding: 0.5em 0;
    line-height: 1;
    text-align: center;
  }
  .expert-tech-titre h2 {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: inherit;
    transform: translateX(-0.73em);
  }
  .expert-tech-titre h2,
  .expert-tech-titre span,
  .expert-tech-titre span::after {
    transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: color, opacity, transform;
  }
  .expert-tech-titre span::after {
    transition-property: opacity, transform;
  }
  /** 5 ans pour devenir */
  .expert-tech-titre-5ans {
    font-size: 0.42em;
    font-weight: 400;
    display: block;
    left: 0em;
    position: absolute;
    bottom: 100%;
    opacity: 0;
    transform: translateX(-20%);
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  .expert-tech-titre-5ans {
    font-size: 0.21em;
    left: 0.2em;
  }
}
@media screen and (min-width: 480px) {
  .expert-tech-titre-ligne1,
  .expert-tech-titre-ligne2 {
    display: block;
  }
  .expert-tech-titre-ligne1 span,
  .expert-tech-titre-ligne2 span {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  /** Ligne 1 */
  .expert-tech-titre-ligne1 {
    display: block;
  }
  .expert-tech-titre-ligne1 .un {
    position: absolute;
    right: calc(100% + 0.15em);
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
  }
  .expert-tech-titre-ligne1 .expert .ex {
    transform: translateX(0.73em);
  }
  .expert-tech-titre-ligne1 .expert .x {
    color: var(--wp--preset--color--terciary);
    opacity: 0;
    margin-left: 0.05em;
  }
  .expert-tech-titre-ligne1 .expert .p {
    position: relative;
    z-index: 1;
  }
  .expert-tech-titre-ligne1 .expert .p::after {
    content: "i";
    display: inline-block;
  }
  .expert-tech-titre-ligne1 .expert .ert {
    color: var(--wp--preset--color--terciary);
    transform: translateX(-1.29em);
    opacity: 0;
  }
  /** Ligne 2 */
  .expert-tech-titre-ligne2 span {
    position: absolute;
  }
  .expert-tech-titre-ligne2 .de,
  .expert-tech-titre-ligne2 .la {
    font-size: 0.6em;
    top: 1.53em;
    transform: translateX(-50%);
    opacity: 0;
  }
  .expert-tech-titre-ligne2 .de {
    left: 2.28em;
  }
  .expert-tech-titre-ligne2 .la {
    left: 3.95em;
  }
  .expert-tech-titre-ligne2 .tech {
    top: 0;
    left: calc(100% - 0.637em);
    transform: translateX(-1.29em);
  }
  /* ANIMATION
  Step 1 : EPITECH -> EXPERT
  ================================================================== */
  .expert-tech__step1 .expert-tech-titre-ligne1 .ex {
    transform: translateX(0);
  }
  .expert-tech__step1 .expert-tech-titre-ligne1 .x {
    opacity: 1;
  }
  .expert-tech__step1 .expert-tech-titre-ligne1 .ert {
    transform: translateX(-0.31em);
    opacity: 1;
  }
  .expert-tech__step1 .expert-tech-titre-ligne2 .tech {
    transform: translateX(-0.31em);
  }
  /* ANIMATION
  Step 2 : EXPERT -> Titre complet
  ================================================================== */
  .expert-tech__step2 .expert-tech-titre h2,
  .expert-tech__step2 > h2 {
    transform: translateX(-0.05em);
  }
  .expert-tech__step2 .expert-tech-titre-5ans {
    opacity: 1;
    transform: translateX(0);
  }
  .expert-tech__step2 .expert-tech-titre-ligne1 .un {
    opacity: 1;
    transform: translateX(0%);
  }
  .expert-tech__step2 .expert-tech-titre-ligne1 .expert .ex {
    color: var(--wp--preset--color--terciary);
  }
  .expert-tech__step2 .expert-tech-titre-ligne1 .expert .p {
    color: var(--wp--preset--color--terciary);
  }
  .expert-tech__step2 .expert-tech-titre-ligne1 .expert .p::after {
    opacity: 0;
  }
  .expert-tech__step2 .expert-tech-titre-ligne2 .de,
  .expert-tech__step2 .expert-tech-titre-ligne2 .la {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 100ms;
  }
  .expert-tech__step2 .expert-tech-titre-ligne2 .la {
    transition-delay: 150ms;
  }
  .expert-tech__step2 .expert-tech-titre-ligne2 .tech {
    transform: translateY(0.85em) translateX(-0.31em);
    color: var(--wp--preset--color--terciary);
  }
}
/* Content
 ================================================================== */
@media screen and (max-width: 781px) {
  .expert-tech-blocks {
    margin-top: var(--wp--preset--spacing--30);
  }
  .expert-tech-blocks .wp-block-image {
    max-width: 160px;
  }
}
/**
 * Shortcode
 *
 * @package starter
 */
.block-timeline {
  position: relative;
}

.block-timeline_row > div {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.block-timeline_image {
  width: 80px;
  height: 80px;
  border: 4px solid #00ff97;
  flex: 0 0 80px;
  border-radius: 50%;
}

.block-timeline_year {
  display: inline-flex;
  width: 50px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background-color: #00ff97;
  color: #181818;
  flex: 0 0 50px;
}

.block-timeline_content {
  flex-shrink: 1;
  flex-grow: 1;
}
.has-primary-background-color .block-timeline_content {
  color: #F2F4F8;
}
.block-timeline_content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .block-timeline {
    padding-bottom: 16px;
  }
  .block-timeline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 100%;
    margin-left: -16px;
    background-color: rgba(0, 255, 151, 0.5);
    border: 1px solid #00ff97;
  }
  .block-timeline_titles,
  .block-timeline_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
  }
  .block-timeline_title-1,
  .block-timeline_title-2 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
  }
  .has-primary-background-color .block-timeline_title-1,
  .has-primary-background-color .block-timeline_title-2 {
    color: #F2F4F8;
  }
  .block-timeline_title-1 {
    padding-right: 32px;
  }
  .block-timeline_title-2 {
    padding-left: 32px;
  }
  .block-timeline_row > div {
    border-bottom: 1px solid #00ff97;
  }
  .block-timeline_row > div.block-timeline_left-block {
    grid-column: 1;
    padding-right: 32px;
    flex-direction: row-reverse;
  }
  .block-timeline_row > div.block-timeline_right-block {
    grid-column: 2;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .block-timeline_title-1,
  .block-timeline_title-2 {
    display: inline-block;
    font-weight: 700;
    padding: 8px;
  }
  .block-timeline_title-1 {
    background-color: #00ff97;
  }
  .block-timeline_title-2 {
    background-color: #F2F4F8;
  }
  .block-timeline:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 39px;
    bottom: 16px;
    width: 0;
    height: calc(100% - 32px);
    border-right: 3px dotted #00ff97;
    z-index: -1;
  }
  .block-timeline_row > div {
    flex-direction: row-reverse;
  }
}
.accueilHeader {
  background-color: var(--wp--preset--color--primary, #013AFB);
}

/**
 * Block animations
 *
 * @package starter
 */
/**
 * Text-animation
 * ======================================================================================= */
.is-style-gsap-text .line span[style*="text-decoration: underline"],
.is-style-gsap-text-clip .line span[style*="text-decoration: underline"] {
  text-decoration: none !important;
}
.is-style-gsap-text .line span[style*="text-decoration: underline"]::after,
.is-style-gsap-text-clip .line span[style*="text-decoration: underline"]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.07em;
  background: currentColor;
  transform-origin: 0 0;
  transform: scaleX(var(--scaleX));
}

#gsap-scale {
  transform: scale(0.9);
}

#gsap-scale-reverse {
  transform: scale(1.1);
}

#gsap-scale-reverse-2 > img {
  transform: scale(1.3);
  transform-origin: 50% 25%;
}

@media screen and (min-width: 601px) {
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column .overflow-column-inner {
    transform: translateY(0%);
    position: absolute;
    top: 0px;
  }
}
@media screen and (min-width: 601px) {
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column + .wp-block-column {
    overflow-y: scroll;
    pointer-events: none;
    position: relative;
  }
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column + .wp-block-column::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #F6F6F6;
    z-index: 1;
  }
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column + .wp-block-column::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    height: 10%;
    width: 5px;
    background-color: var(--wp--preset--color--primary, #013AFB);
    z-index: 2;
  }
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column + .wp-block-column::-webkit-scrollbar {
    display: none;
  }
  #gsap-scroll-inner-div .wp-block-columns .wp-block-column + .wp-block-column {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

#gsap-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

#gsap-parallax img {
  height: 100vh;
  max-height: 100vh;
  min-height: 20vh;
}

#gsap-text-up .wp-block-group {
  --scale: scalex(0);
  --transform-origin: left center;
}
#gsap-text-up .wp-block-group p {
  display: block;
  position: relative;
}
#gsap-text-up .wp-block-group p mark {
  padding: 0;
}
#gsap-text-up .wp-block-group p::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00ff97;
  left: 0;
  transform: var(--scale);
  transform-origin: var(--transform-origin);
}
#gsap-text-up img {
  opacity: 0;
}
#gsap-text-up .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fffc9a;
}

#gsap-text-up-2 .wp-block-group {
  --scale: scalex(1);
  --transform-origin: left center;
  --transform-origin-2: center left;
  overflow: hidden;
}
#gsap-text-up-2 .wp-block-group p:nth-child(odd) {
  display: block;
  position: relative;
  transform: translateX(8vw);
}
#gsap-text-up-2 .wp-block-group p:nth-child(odd) mark {
  padding: 0;
}
#gsap-text-up-2 .wp-block-group p:nth-child(odd)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00ff97;
  left: 0;
  transform: var(--scale);
  transform-origin: var(--transform-origin);
}
#gsap-text-up-2 .wp-block-group p:nth-child(even) {
  display: block;
  position: relative;
  transform: translateX(-8vw);
}
#gsap-text-up-2 .wp-block-group p:nth-child(even) mark {
  padding: 0;
}
#gsap-text-up-2 .wp-block-group p:nth-child(even)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00ff97;
  left: 0;
  transform: var(--scale);
  transform-origin: var(--transform-origin-2);
}
#gsap-text-up-2 .wp-block-group.has-terciary-background-color p:nth-child(odd)::after {
  background-color: #fffc9a !important;
}
#gsap-text-up-2 .wp-block-group.has-terciary-background-color p:nth-child(even)::after {
  background-color: #fffc9a !important;
}
#gsap-text-up-2 .wp-block-group.has-white-background-color {
  background-color: transparent !important;
}
#gsap-text-up-2 .wp-block-group.has-white-background-color p:nth-child(odd)::after {
  background-color: #F2F4F8 !important;
}
#gsap-text-up-2 .wp-block-group.has-white-background-color p:nth-child(even)::after {
  background-color: #F2F4F8 !important;
}
#gsap-text-up-2 img {
  opacity: 0;
}
#gsap-text-up-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fffc9a;
}

#gsap-text-up-3 .wp-block-group {
  --scale: scalex(1);
  --transform-origin: left center;
  --transform-origin-2: center left;
  overflow: hidden;
}
#gsap-text-up-3 .wp-block-group p:nth-child(odd) {
  display: block;
  position: relative;
  transform: translateX(8vw);
}
#gsap-text-up-3 .wp-block-group p:nth-child(odd) mark {
  padding: 0;
}
#gsap-text-up-3 .wp-block-group p:nth-child(odd)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00ff97;
  left: 0;
  transform: var(--scale);
  transform-origin: var(--transform-origin);
}
#gsap-text-up-3 .wp-block-group p:nth-child(even) {
  display: block;
  position: relative;
  transform: translateX(-8vw);
}
#gsap-text-up-3 .wp-block-group p:nth-child(even) mark {
  padding: 0;
}
#gsap-text-up-3 .wp-block-group p:nth-child(even)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00ff97;
  left: 0;
  transform: var(--scale);
  transform-origin: var(--transform-origin-2);
}
#gsap-text-up-3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fffc9a;
}

#gsap-text-3d .wp-block-group {
  perspective: 600px;
}
#gsap-text-3d .wp-block-group p mark {
  padding: 0;
}
#gsap-text-3d .wp-block-group p:nth-child(even) {
  transform: rotateY(3deg);
}
#gsap-text-3d .wp-block-group p:nth-child(odd) {
  transform: rotateY(-3deg);
}

#gsap-image-3d,
.gsap-image-3d,
.is-style-gsap-image-3d {
  perspective: 900px;
}
#gsap-image-3d .wp-block-image,
.gsap-image-3d .wp-block-image,
.is-style-gsap-image-3d .wp-block-image {
  perspective: 900px;
}

/**
 * Block visibility
 *
 * @package starter
 */
/* Display
 ======================================== */
/** Cacher en desktop */
@media screen and (min-width: 1024px) {
  .is-style-starter-hide-desktop {
    display: none !important;
  }
}

/** Cacher en tablette */
@media screen and (max-width: 1023px) {
  .is-style-starter-hide-tablet {
    display: none !important;
  }
}

/** Cacher en mobile */
@media screen and (max-width: 1023px) {
  .is-style-starter-hide-mobile {
    display: none !important;
  }
}

.is-style-starter-display-mobile {
  width: 100%;
}
@media screen and (min-width: 782px) {
  .is-style-starter-display-mobile {
    display: none !important;
  }
}

.is-style-starter-display-tablet {
  display: none !important;
}
@media screen and (min-width: 782px) {
  .is-style-starter-display-tablet {
    width: 100%;
    display: block !important;
  }
}

/**
 * Block Alignments 
 *
 * @package starter
 */
/**
 * Align wide
 * ======================================================================================= */
@media screen and (min-width: 1720px) {
  body .is-layout-constrained > .alignwide {
    margin-left: calc(50% - var(--wp--style--global--wide-size) / 2) !important;
    margin-right: calc(50% - var(--wp--style--global--wide-size) / 2) !important;
  }
}
/**
 * Alignfull in columns
 * ======================================================================================= */
@media screen and (min-width: 782px) {
  .wp-block-columns .wp-block-column:first-child .alignfull {
    margin-left: calc(100% - 50vw);
  }
  .wp-block-columns .wp-block-column:last-child .alignfull {
    margin-right: calc(100% - 50vw);
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Config */
:root {
  --sk-size: 40px;
  --sk-color: #333;
}

/* Utility class for centering */
.sk-center {
  margin: auto;
}

/*  Plane

      <div class="sk-plane"></div>
 */
.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*  Chase

      <div class="sk-chase">
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
      </div>
 */
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
/*  Bounce

      <div class="sk-bounce">
        <div class="sk-bounce-dot"></div>
        <div class="sk-bounce-dot"></div>
      </div>
  */
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
/*  Wave

      <div class="sk-wave">
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
      </div>
 */
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*  Pulse

      <div class="sk-pulse"></div>
 */
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*  Flow

      <div class="sk-flow">
        <div class="sk-flow-dot"></div>
        <div class="sk-flow-dot"></div>
        <div class="sk-flow-dot"></div>
      </div>
 */
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
/*  Swing

      <div class="sk-swing">
        <div class="sk-swing-dot"></div>
        <div class="sk-swing-dot"></div>
      </div>
 */
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
/*  Circle

      <div class="sk-circle">
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
      </div>
 */
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*  Circle Fade

      <div class="sk-circle-fade">
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
      </div>
 */
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
/*  Grid

    <div class="sk-grid">
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
    </div>
 */
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
  /* Cube positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
/*  Fold

      <div class="sk-fold">
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
      </div>
 */
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*  Wander

      <div class="sk-wander">
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
      </div>
 */
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% { /* Make FF rotate in the right direction */
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**
 * Container 
 *
 * @package starter
 */
.container, .wp-block-pullquote.alignfull blockquote {
  width: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container, .wp-block-pullquote.alignfull blockquote {
    max-width: calc(1544px + 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .container, .wp-block-pullquote.alignfull blockquote {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: calc(1544px + 8rem);
  }
}

/* Large container
 ============================================= */
.container.container__large, .wp-block-pullquote.alignfull blockquote.container__large {
  max-width: calc(1640px + 4rem);
}
@media screen and (min-width: 992px) {
  .container.container__large, .wp-block-pullquote.alignfull blockquote.container__large {
    max-width: calc(1640px + 8rem);
  }
}

/* Medium container
 ============================================= */
.container.container__medium, .wp-block-pullquote.alignfull blockquote.container__medium {
  max-width: calc(1120px + 4rem);
}
@media screen and (min-width: 992px) {
  .container.container__medium, .wp-block-pullquote.alignfull blockquote.container__medium {
    max-width: calc(1120px + 10rem);
  }
}

/* Small container
 ============================================= */
.container.container__small, .wp-block-pullquote.alignfull blockquote.container__small {
  max-width: calc(525px + 4rem);
}
@media screen and (min-width: 1200px) {
  .container.container__small, .wp-block-pullquote.alignfull blockquote.container__small {
    max-width: calc(525px + 8rem);
  }
}

/* Full width
 ============================================= */
.container.container__fullWidth, .wp-block-pullquote.alignfull blockquote.container__fullWidth {
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .container.container__fullWidth, .wp-block-pullquote.alignfull blockquote.container__fullWidth {
    max-width: none;
  }
}

/**
 * Grid
 *
 * Grille Bootstrap
 *
 * @package starter
 */
.row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
 * Sliders
 *
 * @package starter
 */
.swiper-disabled .swiper-wrapper {
  height: auto;
  transform: none !important;
  transition: none !important;
  flex-wrap: wrap;
}
.swiper-disabled .swiper-slide {
  margin-top: 2rem;
}
.swiper-disabled .swiper-nav {
  display: none;
}

.swiper:not(.swiper-initialized) .swiper-nav {
  display: none;
}

.swiper-wrapper {
  height: auto;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

/* Slides
 ======================================================= */
.swiper-slide {
  box-sizing: border-box;
}

/* Prev/next 
 ======================================================= */
.swiper-nav .d-flex {
  margin-top: var(--wp--preset--spacing--m);
  margin-bottom: var(--wp--preset--spacing--l);
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

/* Prev/next 
 ======================================================= */
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  inset: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  color: #F2F4F8;
  background-color: var(--wp--preset--color--primary, #013AFB);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: inline-block;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9291 2.00002L10.7305 3.19861L19.6088 12.0769L20.8073 10.8783L11.9291 2.00002Z" fill="currentColor"/><path d="M19.5815 12.0515L10.8315 20.8014L12.0301 22L20.7801 13.2501L19.5815 12.0515Z" fill="currentColor"/><path d="M19.6101 11.1884H2.021V12.8835H19.6101V11.1884Z" fill="currentColor"/><path d="M21.9792 12.0513L20.8081 10.8802L19.5981 12.0903L20.7691 13.2614L21.9792 12.0513Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  width: 24px;
  height: 24px;
  background-color: #F2F4F8;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
  cursor: pointer;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .no-touch .swiper-button-prev:hover,
  .no-touch .swiper-button-next:hover {
    opacity: 0.7;
  }
}
/* Pagination
 ======================================================= */
.swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  color: #F2F4F8;
  position: relative;
  background: currentColor;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  transform: translateY(2px);
  color: var(--wp--preset--color--primary, #013AFB);
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.swiper-nav .swiper-pagination {
  width: auto;
  inset: auto;
  position: relative;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 5px;
  background: none;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wp--preset--color--primary, #013AFB);
  opacity: 0.5;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--wp--preset--color--primary, #013AFB);
  top: 0;
  height: 5px;
}

/*.is-style-image-devant-fond {
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: $terciary;
    }
}*/
/**
 * Burger button
 *
 * @package ipsa
 *
 * Common burger button, with animation from burger to cross (.burger__active).
 * The HTML markup is:
   <a href="" class="burger">
     <span class="burger_label">Menu</span>
     <span class="burger_icon_wrapper">
       <span class="burger_icon">
         <span></span>
       </span>
     </span>
   </a>
 */
a.burger,
.burger {
  display: flex;
  align-items: center;
  border: none;
  text-decoration: none;
}

.burger_label {
  color: currentcolor;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-left: 0.5em;
}

.burger_icon_wrapper {
  display: flex;
  align-items: center;
}

.burger-icon {
  padding: 8px;
  position: relative;
  border: 1px solid transparent;
  display: inline-block;
  width: 36px;
  height: 42px;
  outline: 0;
  font-size: 0;
  text-align: center;
}
.burger-icon span {
  position: absolute;
  top: 18px;
  left: 10%;
  vertical-align: middle;
  background: var(--wp--preset--color--primary, #013AFB);
}
.burger-icon span,
.burger-icon span:before,
.burger-icon span:after {
  width: 80%;
  height: 4px;
}
.burger-icon span:before,
.burger-icon span:after {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  transition: transform ease 300ms;
  background: var(--wp--preset--color--primary, #013AFB);
}
.burger-icon span:before {
  top: -8px;
}
.burger-icon span:after {
  bottom: -8px;
}

.burger__cross .burger-icon span,
.burger__active .burger-icon span,
.site-header-megaMenu__open .burger-icon span {
  background: transparent !important;
}
.burger__cross .burger-icon span:before,
.burger__cross .burger-icon span:after,
.burger__active .burger-icon span:before,
.burger__active .burger-icon span:after,
.site-header-megaMenu__open .burger-icon span:before,
.site-header-megaMenu__open .burger-icon span:after {
  height: 1px;
}
.burger__cross .burger-icon span:before,
.burger__active .burger-icon span:before,
.site-header-megaMenu__open .burger-icon span:before {
  transform: translateY(15px) translateX(1px) rotate(45deg);
}
.burger__cross .burger-icon span:after,
.burger__active .burger-icon span:after,
.site-header-megaMenu__open .burger-icon span:after {
  transform: translateY(-4px) translateX(1px) rotate(-45deg);
}

/**
 * event
 *
 * @package starter
 */
span[class^=eventdb-] {
  display: block;
}
span[class^=eventdb-] > p {
  margin-bottom: 0.75em;
  line-height: 1.3;
}
span[class^=eventdb-] > p a {
  text-decoration: none;
}
span[class^=eventdb-] > p a:hover {
  text-decoration: underline;
}

.event {
  margin: 40px auto 0;
}
.event .date {
  color: #181818;
  background: rgba(0, 255, 151, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 8px;
  width: fit-content;
  margin-bottom: 8px;
}
.event .event-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #181818;
}
.event .event-container .label {
  color: #181818;
  font-size: min(max(24px, 4vw), 32px);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .event .event-container .label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .event {
    max-width: 734px;
    margin: 64px auto 0;
  }
  .event .event-container {
    flex: 1;
    flex-wrap: nowrap;
  }
}

/**
 * blog/archive
 *
 * @package Webacademie
 */
.blog .wp-block-query-title, .archive .wp-block-query-title, .search .wp-block-query-title {
  font-size: var(--wp--preset--font-size--heading-s);
  font-weight: 400;
}
.blog .wp-block-query-title span, .archive .wp-block-query-title span, .search .wp-block-query-title span {
  font-size: var(--wp--preset--font-size--heading-l);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  display: block;
}
.blog .wp-block-query-title span::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .blog .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog.pixel-tech .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog .wp-block-query-title.pixel-tech span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog .wp-block-query-title span.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .blog .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog.pixel-together .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog .wp-block-query-title.pixel-together span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog .wp-block-query-title span.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .blog .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog.pixel-tomorrow .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-query-title.pixel-tomorrow span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-query-title span.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-query-title span::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .archive .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive.pixel-tech .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive .wp-block-query-title.pixel-tech span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive .wp-block-query-title span.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .archive .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive.pixel-together .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive .wp-block-query-title.pixel-together span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive .wp-block-query-title span.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .archive .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive.pixel-tomorrow .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-query-title.pixel-tomorrow span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-query-title span.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-query-title span::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .search .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search.pixel-tech .wp-block-query-title span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search .wp-block-query-title.pixel-tech span::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search .wp-block-query-title span.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .search .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search.pixel-together .wp-block-query-title span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search .wp-block-query-title.pixel-together span::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search .wp-block-query-title span.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .search .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search.pixel-tomorrow .wp-block-query-title span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-query-title.pixel-tomorrow span::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-query-title span.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-post-template, .archive .wp-block-post-template, .search .wp-block-post-template {
  gap: var(--wp--preset--spacing--l);
}
@media screen and (max-width: 1023px) {
  .blog .wp-block-post-template, .archive .wp-block-post-template, .search .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .blog .wp-block-post-template, .archive .wp-block-post-template, .search .wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog .wp-block-post > .is-style-card, .archive .wp-block-post > .is-style-card, .search .wp-block-post > .is-style-card {
  height: 100%;
  border: 0;
}
.blog .wp-block-post > .is-style-card > figure:first-child, .archive .wp-block-post > .is-style-card > figure:first-child, .search .wp-block-post > .is-style-card > figure:first-child {
  width: 100%;
}
.blog .wp-block-post > .is-style-card > figure:first-child > a,
.blog .wp-block-post > .is-style-card > figure:first-child > img, .archive .wp-block-post > .is-style-card > figure:first-child > a,
.archive .wp-block-post > .is-style-card > figure:first-child > img, .search .wp-block-post > .is-style-card > figure:first-child > a,
.search .wp-block-post > .is-style-card > figure:first-child > img {
  width: calc(100% + var(--wp--preset--spacing--l) * 2);
  margin-top: calc(-1 * var(--wp--preset--spacing--l));
  margin-left: calc(-1 * var(--wp--preset--spacing--l));
}
.blog .wp-block-post > .is-style-card > figure:first-child img, .archive .wp-block-post > .is-style-card > figure:first-child img, .search .wp-block-post > .is-style-card > figure:first-child img {
  object-fit: cover;
  display: block;
  aspect-ratio: 16/10;
}
.blog .wp-block-post-title, .archive .wp-block-post-title, .search .wp-block-post-title {
  font-size: var(--wp--preset--font-size--heading-xs);
}
.blog .wp-block-post-title a::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .blog .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog.pixel-tech .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog .wp-block-post-title.pixel-tech a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.blog .wp-block-post-title a.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .blog .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog.pixel-together .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog .wp-block-post-title.pixel-together a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.blog .wp-block-post-title a.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .blog .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog.pixel-tomorrow .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-post-title.pixel-tomorrow a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-post-title a.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-post-title a::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .archive .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive.pixel-tech .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive .wp-block-post-title.pixel-tech a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.archive .wp-block-post-title a.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .archive .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive.pixel-together .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive .wp-block-post-title.pixel-together a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.archive .wp-block-post-title a.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .archive .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive.pixel-tomorrow .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-post-title.pixel-tomorrow a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.archive .wp-block-post-title a.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-post-title a::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .search .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search.pixel-tech .wp-block-post-title a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search .wp-block-post-title.pixel-tech a::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search .wp-block-post-title a.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .search .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search.pixel-together .wp-block-post-title a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search .wp-block-post-title.pixel-together a::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search .wp-block-post-title a.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .search .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search.pixel-tomorrow .wp-block-post-title a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-post-title.pixel-tomorrow a::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-post-title a.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.blog .wp-block-post-excerpt p::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .blog .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.blog.pixel-tech .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.blog .wp-block-post-excerpt.pixel-tech p::before {
  color: #00ff97;
}

.blog .wp-block-post-excerpt p.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .blog .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.blog.pixel-together .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.blog .wp-block-post-excerpt.pixel-together p::before {
  color: #ff5f3a;
}

.blog .wp-block-post-excerpt p.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .blog .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.blog.pixel-tomorrow .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.blog .wp-block-post-excerpt.pixel-tomorrow p::before {
  color: #ff1ef7;
}

.blog .wp-block-post-excerpt p.pixel-tomorrow::before {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt p::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .archive .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.archive.pixel-tech .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.archive .wp-block-post-excerpt.pixel-tech p::before {
  color: #00ff97;
}

.archive .wp-block-post-excerpt p.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .archive .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.archive.pixel-together .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.archive .wp-block-post-excerpt.pixel-together p::before {
  color: #ff5f3a;
}

.archive .wp-block-post-excerpt p.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .archive .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.archive.pixel-tomorrow .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt.pixel-tomorrow p::before {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt p.pixel-tomorrow::before {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt p::before {
  content: "< ";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .search .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.search.pixel-tech .wp-block-post-excerpt p::before {
  color: #00ff97;
}

.search .wp-block-post-excerpt.pixel-tech p::before {
  color: #00ff97;
}

.search .wp-block-post-excerpt p.pixel-tech::before {
  color: #00ff97;
}

.pixel-together .search .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.search.pixel-together .wp-block-post-excerpt p::before {
  color: #ff5f3a;
}

.search .wp-block-post-excerpt.pixel-together p::before {
  color: #ff5f3a;
}

.search .wp-block-post-excerpt p.pixel-together::before {
  color: #ff5f3a;
}

.pixel-tomorrow .search .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.search.pixel-tomorrow .wp-block-post-excerpt p::before {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt.pixel-tomorrow p::before {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt p.pixel-tomorrow::before {
  color: #ff1ef7;
}

.blog .wp-block-post-excerpt p::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .blog .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.blog.pixel-tech .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.blog .wp-block-post-excerpt.pixel-tech p::after {
  color: #00ff97;
}

.blog .wp-block-post-excerpt p.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .blog .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.blog.pixel-together .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.blog .wp-block-post-excerpt.pixel-together p::after {
  color: #ff5f3a;
}

.blog .wp-block-post-excerpt p.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .blog .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.blog.pixel-tomorrow .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.blog .wp-block-post-excerpt.pixel-tomorrow p::after {
  color: #ff1ef7;
}

.blog .wp-block-post-excerpt p.pixel-tomorrow::after {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt p::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .archive .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.archive.pixel-tech .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.archive .wp-block-post-excerpt.pixel-tech p::after {
  color: #00ff97;
}

.archive .wp-block-post-excerpt p.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .archive .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.archive.pixel-together .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.archive .wp-block-post-excerpt.pixel-together p::after {
  color: #ff5f3a;
}

.archive .wp-block-post-excerpt p.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .archive .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.archive.pixel-tomorrow .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt.pixel-tomorrow p::after {
  color: #ff1ef7;
}

.archive .wp-block-post-excerpt p.pixel-tomorrow::after {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt p::after {
  content: " />";
  color: var(--wp--preset--color--primary, #013AFB);
}

.pixel-tech .search .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.search.pixel-tech .wp-block-post-excerpt p::after {
  color: #00ff97;
}

.search .wp-block-post-excerpt.pixel-tech p::after {
  color: #00ff97;
}

.search .wp-block-post-excerpt p.pixel-tech::after {
  color: #00ff97;
}

.pixel-together .search .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.search.pixel-together .wp-block-post-excerpt p::after {
  color: #ff5f3a;
}

.search .wp-block-post-excerpt.pixel-together p::after {
  color: #ff5f3a;
}

.search .wp-block-post-excerpt p.pixel-together::after {
  color: #ff5f3a;
}

.pixel-tomorrow .search .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.search.pixel-tomorrow .wp-block-post-excerpt p::after {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt.pixel-tomorrow p::after {
  color: #ff1ef7;
}

.search .wp-block-post-excerpt p.pixel-tomorrow::after {
  color: #ff1ef7;
}

.blog .wp-block-read-more, .archive .wp-block-read-more, .search .wp-block-read-more {
  margin-top: auto;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  background: none;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 0;
  color: var(--wp--preset--color--primary, #013AFB);
  text-transform: uppercase;
  max-height: 50px;
}
.blog .wp-block-read-more:after, .archive .wp-block-read-more:after, .search .wp-block-read-more:after {
  content: "";
  display: inline-block;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.9291 2.00002L10.7305 3.19861L19.6088 12.0769L20.8073 10.8783L11.9291 2.00002Z" fill="currentColor"/><path d="M19.5815 12.0515L10.8315 20.8014L12.0301 22L20.7801 13.2501L19.5815 12.0515Z" fill="currentColor"/><path d="M19.6101 11.1884H2.021V12.8835H19.6101V11.1884Z" fill="currentColor"/><path d="M21.9792 12.0513L20.8081 10.8802L19.5981 12.0903L20.7691 13.2614L21.9792 12.0513Z" fill="currentColor" fill-opacity="0.5"/></svg>');
  mask-size: contain;
  width: 24px;
  height: 24px;
  background-color: var(--wp--preset--color--primary, #013AFB);
  margin-left: 16px;
  transition: all 0.3s;
}
.blog .wp-block-read-more:hover, .archive .wp-block-read-more:hover, .search .wp-block-read-more:hover {
  background-color: rgb(121.5, 151, 249.5) !important;
  color: #F2F4F8;
}
.blog .wp-block-read-more:hover:after, .archive .wp-block-read-more:hover:after, .search .wp-block-read-more:hover:after {
  background-color: #F2F4F8;
}

.search .wp-block-query-title {
  font-size: var(--wp--preset--font-size--heading-l);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  display: block;
}
.search .wp-block-query-title::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .search .wp-block-query-title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search.pixel-tech .wp-block-query-title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.search .wp-block-query-title.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .search .wp-block-query-title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search.pixel-together .wp-block-query-title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.search .wp-block-query-title.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .search .wp-block-query-title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search.pixel-tomorrow .wp-block-query-title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.search .wp-block-query-title.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.single-post .entry-content {
  margin-block-start: 0;
}
.single-post .entry-content > * {
  margin-block-start: var(--wp--preset--spacing--l) !important;
}
.single-post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--heading-l);
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  font-weight: 400;
  display: block;
}
.single-post .wp-block-post-title::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .single-post .wp-block-post-title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.single-post.pixel-tech .wp-block-post-title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.single-post .wp-block-post-title.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .single-post .wp-block-post-title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.single-post.pixel-together .wp-block-post-title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.single-post .wp-block-post-title.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .single-post .wp-block-post-title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.single-post.pixel-tomorrow .wp-block-post-title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.single-post .wp-block-post-title.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.single-post .wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--s);
}
.single-post .wp-block-latest-posts__list > * {
  flex: 1 1 100%;
}

/**
 * Social Menu
 *
 * @package epita
 */
.socialMenu {
  display: flex;
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.socialMenu li {
  margin: 0;
  padding: 0;
}
.socialMenu a {
  display: block;
  color: inherit;
  text-decoration: none !important;
  font-size: 0;
  padding: 8px;
}
.socialMenu a:hover {
  color: #00ff97;
}
.socialMenu a::before {
  font-size: 1rem;
}
.socialMenu__color a[href*=facebook] {
  color: #3B5998;
}
.socialMenu__color a[href*=twitter] {
  color: #55ACEE;
}
.socialMenu__color a[href*=linkedin] {
  color: #007bb5;
}
.socialMenu__color a[href*=tiktok] {
  color: #000000;
}
.socialMenu__color a[href*=youtube] {
  color: #ff0000;
}

.socialMenu__colorHover a:hover {
  opacity: 1;
}
.socialMenu__colorHover a[href*=facebook]:hover {
  color: #3B5998;
}
.socialMenu__colorHover a[href*=twitter]:hover {
  color: #55ACEE;
}
.socialMenu__colorHover a[href*=linkedin]:hover {
  color: #007bb5;
}
.socialMenu__colorHover a[href*=tiktok]:hover {
  color: #000000;
}
.socialMenu__colorHover a[href*=twitch]:hover {
  color: #3B5998;
}
.socialMenu__colorHover a[href*=youtube]:hover {
  color: #ff0000;
}
.socialMenu__colorHover a[href*=instagram]:hover {
  color: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1200px) {
  .socialMenu a svg {
    max-height: 30px;
    max-width: 30px;
  }
}
/**
 * Breadcrumb
 *
 * @package starter
 */
.yoast-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.yoast-breadcrumbs a:hover {
  text-decoration: underline;
}

/**
 * Page contact
 *
 * @package starter
 */
.pageContent > *:first-child {
  margin-top: 0;
}
.pageContent > *:last-child {
  margin-bottom: 0;
}
.pageContent {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1920px) {
  .pageContent {
    padding-top: 3rem;
  }
}
.pageContent > .entry-content > *:first-child {
  margin-top: 0;
}
.pageContent > .entry-content > .wp-block-cover.alignfull:last-child,
.pageContent > .entry-content > .has-background.alignfull:last-child,
.pageContent > .entry-content > .is-style-starter-white-border.alignfull:last-child {
  margin-bottom: 0;
}
.pageContent.pageContent__noPaddingTop {
  padding-top: 0;
}
.pageContent.pageContent__noPadding {
  padding-top: 0;
}
.pageContent.pageContent__noPadding .entry-content > *:last-child {
  margin-bottom: 0;
}
.home .pageContent {
  padding-top: 0;
}

/**
 * Footer
 *
 * @package starter
 */
footer.wp-block-template-part {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--wp--preset--color--primary);
}
footer.wp-block-template-part .wp-block-button,
footer.wp-block-template-part .wp-block-button__link {
  min-width: 100%;
}
@media screen and (max-width: 600px) {
  footer.wp-block-template-part .has-primary-background-color {
    padding-bottom: 4rem !important;
  }
  footer.wp-block-template-part .wp-block-column:nth-of-type(2) .has-xxxx-small-font-size {
    text-align: center;
  }
  footer.wp-block-template-part .wp-block-buttons {
    justify-content: center !important;
    flex-direction: column-reverse;
  }
  footer.wp-block-template-part .wp-block-button,
  footer.wp-block-template-part .wp-block-button__link {
    min-width: 250px;
    max-width: 250px;
  }
  footer.wp-block-template-part .wp-block-social-links {
    justify-content: center !important;
  }
}

/* Partie école
 =================================================================== */
.footer_ecoles {
  text-align: center;
  font-size: 14px;
}
.footer_ecoles a {
  color: inherit;
  text-decoration: none;
}
.footer_ecoles a:hover {
  text-decoration: underline;
}
.footer_ecoles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_ecoles ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

/* Block navigation
 =================================================================== */
footer .wp-block-navigation {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  color: #F2F4F8;
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content span {
  line-height: normal;
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.354 6-.723.723 5.292 5.292.723-.723L9.354 6Z' fill='%23F2F4F8'/%3E%3Cpath d='m13.924 12.011-5.266 5.266.724.723 5.265-5.265-.723-.724Z' fill='%23F2F4F8'/%3E%3Cpath d='m14.645 12.739.724-.724-.724-.723-.723.723.723.723Z' fill='%2300FF97'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  text-decoration: underline !important;
}
footer .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover::before {
  transform: scale(1.5);
}

footer .wp-block-social-links {
  gap: 8px;
}
footer .wp-block-social-links .wp-block-social-link-anchor {
  border: 1px solid #F2F4F8;
  width: 40px;
  height: 40px;
}
footer .wp-block-social-links .wp-block-social-link-anchor:hover {
  border-bottom: solid 1px #F2F4F8;
}

.footer-title-pixel-underscore {
  font-weight: bold;
}
.footer-title-pixel-underscore::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .footer-title-pixel-underscore::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.footer-title-pixel-underscore.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .footer-title-pixel-underscore::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.footer-title-pixel-underscore.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .footer-title-pixel-underscore::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.footer-title-pixel-underscore.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.footer-title-pixel-underscore:after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

/**
 * Forms
 *
 * @package starter
 */
input {
  display: block;
  margin: 0;
  font-weight: normal;
}

/* Remove clear button on IE & Edge */
::-ms-clear {
  display: none;
}

/* Label 
 ======================================================= */
label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* Inputs 
 ======================================================= */
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
input[type=search],
input[type=password],
textarea {
  padding: 0 1rem;
  display: block;
  height: 2rem;
  font-size: 1rem;
  max-width: 100%;
  border: 1px solid var(--wp--preset--color--primary, #013AFB);
  outline: 0;
  background: #F2F4F8;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=date].error,
input[type=number].error,
input[type=search].error,
input[type=password].error,
textarea.error {
  border-color: red;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B0B0B0;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B0B0B0;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B0B0B0;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B0B0B0;
}

/* Select 
 ======================================================= */
select,
.select::before {
  color: inherit;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  transition: all ease 100ms;
}
select:hover,
.select::before:hover {
  box-shadow: 0 0 20px rgba(1, 58, 251, 0.2);
}

select {
  width: 100%;
  padding: 0.75em 1em 0.75em 1em;
}

.select {
  position: relative;
  cursor: pointer;
  line-height: 1.1;
}
.select::before, .select::after {
  content: "";
  position: absolute;
}
.select {
  /* Background */
}
.select::before {
  inset: 0;
  transition: all ease 150ms;
}
.select {
  /* Flèche */
}
.select::after {
  right: 1em;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  transform: rotate(45deg);
  margin-top: -7px;
  pointer-events: none;
  z-index: 3;
}
.select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  margin: 0;
  position: relative;
  z-index: 2;
  outline: 0;
}
.select select::-ms-expand {
  display: none;
}
.select:hover::before {
  transform: scale(1.01, 1.04);
  box-shadow: 0 0 20px rgba(1, 58, 251, 0.2);
}

/**
 * Landing page
 *
 * @package starter
 */
.page-template-wp-custom-template-landing-page .has-xxxxx-large-font-size {
  font-size: min(max(60px, 8vw), 135px) !important;
}
.page-template-wp-custom-template-landing-page .wp-site-blocks {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.page-template-wp-custom-template-landing-page iframe {
  max-width: 100% !important;
}
.page-template-wp-custom-template-landing-page iframe::-webkit-scrollbar {
  display: none;
}
.page-template-wp-custom-template-landing-page sup {
  top: -1em;
  font-size: 40%;
  font-weight: 300;
  line-height: 0;
  position: relative;
  left: 5px;
  vertical-align: baseline;
}
.page-template-wp-custom-template-landing-page .is-style-chiffres-cles .wp-block-column {
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-wp-custom-template-landing-page .is-style-chiffres-cles .wp-block-column {
    height: 242px;
  }
}
.page-template-wp-custom-template-landing-page .is-style-chiffres-cles .wp-block-column:before {
  content: url(../../assets/images/triangle-deco-chiffres-cles.svg);
  position: absolute;
  bottom: -29.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page .is-style-chiffres-cles .wp-block-column:before {
    content: url(../../assets/images/triangle-deco-chiffres-cles.svg);
    position: absolute;
    bottom: 33.5%;
    left: -14.5%;
    transform: rotate(90deg);
  }
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page .is-style-chiffres-cles .is-vertical {
    flex-direction: row;
    justify-content: flex-start;
  }
  .page-template-wp-custom-template-landing-page .is-style-chiffres-cles .has-text-align-center {
    text-align: left;
  }
}
.page-template-wp-custom-template-landing-page {
  /*.is-position-sticky {
      position: sticky;
      bottom: 0;
      z-index: 99;
  }*/
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.wp-block-group.has-terciary-transparent-background-color {
  backdrop-filter: blur(10px);
  background-color: rgba(242, 244, 248, 0.34) !important;
  transition: all 0.5s ease;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire {
  max-height: 110px;
  overflow: hidden;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.is-position-sticky {
  position: fixed;
  inset: auto 0 0;
  z-index: 99;
  transition: all 0.5s ease;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open {
  max-height: 100vh;
  height: 100vh;
  overflow: visible;
  overflow-y: scroll;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire .wp-block-button__link {
  transition: border-radius 0.5s ease, width 0.5s ease, height 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
  letter-spacing: 0px;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open.wp-block-group.has-terciary-transparent-background-color {
  backdrop-filter: blur(0px);
  background-color: rgba(255, 252, 154, 0.9) !important;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-button__link {
  position: relative;
  border-radius: 50px !important;
  width: 62px;
  height: 62px;
  font-size: 0 !important;
  background-color: #F2F4F8 !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-buttons {
  justify-content: end;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-button__link img {
  margin-left: 0;
  width: 0px !important;
  height: 0px !important;
  padding: 21px;
  border: 2px solid #0091d3;
  border-radius: 30px;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 17px;
  height: 2px;
  background: #0091d3;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 17px;
  height: 2px;
  background: #0091d3;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire .wp-block-button__link.has-secondary-background-color:hover {
  background-color: #006ea0 !important;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire.form-is-open .wp-block-button__link.has-secondary-background-color:hover {
  background-color: #F2F4F8 !important;
}
.page-template-wp-custom-template-landing-page .is-style-details {
  margin: 0 auto;
}
.page-template-wp-custom-template-landing-page .is-style-footer {
  max-width: 740px !important;
  margin: 0 auto;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-wp-custom-template-landing-page .is-style-formulaire .wp-block-button__link img {
  margin-left: 12px;
}
.page-template-wp-custom-template-landing-page .is-style-nav {
  position: fixed;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}
.page-template-wp-custom-template-landing-page .is-style-nav.scrolled {
  transform: translateY(0%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-template-wp-custom-template-landing-page {
  /* hero */
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .is-content-justification-right .is-style-overflow-hidden p {
  transform: translateX(-210px);
  transition: all 0.4s ease;
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size:hover ~ .is-content-justification-right .is-style-overflow-hidden p {
  transform: translateX(0px);
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size > mark:first-child {
  position: relative;
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size > mark:first-child:before {
  content: url(../../assets/images/star-icon.svg);
  position: absolute;
  top: -14px;
  right: -80px;
  transform: rotate(0deg) scale(0.45);
  transform-origin: center center;
  transition: all 0.4s ease;
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size:hover > mark:first-child:before {
  transform: rotate(90deg) scale(0.45);
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-buttons {
  height: 100px;
}
@media (min-width: 1280px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size > mark:first-child:before {
    top: 15px;
    right: -95px;
    transform: rotate(0deg) scale(0.8);
  }
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size:hover > mark:first-child:before {
    transform: rotate(90deg) scale(0.8);
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size > mark:first-child:before {
    top: 30px;
    right: -115px;
    transform: rotate(0deg) scale(1);
  }
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xxxxx-large-font-size:hover > mark:first-child:before {
    transform: rotate(90deg) scale(1);
  }
}
.page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .is-content-justification-right {
  gap: 10px !important;
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .is-content-justification-right {
    padding-right: 2.8rem !important;
  }
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .has-xx-medium-font-size {
    font-size: min(max(15px, 3vw), 33px) !important;
    color: #0091d3 !important;
  }
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:first-child {
    transform: scale(0.65);
    transform-origin: top left;
  }
}
.page-template-wp-custom-template-landing-page {
  /* boy fond hero */
}
@media (min-width: 601px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:last-child {
    position: absolute;
    bottom: 0%;
    right: -60%;
    transform: scale(0.77) rotate(-10deg);
    transform-origin: bottom right;
    z-index: -1;
  }
}
@media (min-width: 1280px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:last-child {
    position: absolute;
    bottom: -18%;
    right: -28%;
    transform: scale(0.7) rotate(0deg);
    transform-origin: bottom right;
    z-index: -1;
  }
}
@media (min-width: 1440px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:last-child {
    position: absolute;
    bottom: -38%;
    right: -28%;
    transform: scale(0.8) rotate(0deg);
    transform-origin: bottom right;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:last-child {
    position: absolute;
    bottom: -48%;
    right: -16%;
    transform: scale(0.86) rotate(0deg);
    transform-origin: bottom right;
    z-index: -1;
  }
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page .wp-block-cover.is-style-hero .wp-block-image:last-child {
    position: absolute;
    bottom: 0%;
    right: -95%;
    transform: scale(0.77) rotate(-10deg);
    transform-origin: bottom right;
    z-index: -1;
  }
}
.page-template-wp-custom-template-landing-page {
  /* details */
}
.page-template-wp-custom-template-landing-page details {
  position: relative;
}
.page-template-wp-custom-template-landing-page details summary {
  transition: all 0.3s ease;
}
.page-template-wp-custom-template-landing-page details summary ~ p {
  max-width: 745px;
}
.page-template-wp-custom-template-landing-page details:before {
  content: url("https://www.epitech.eu/wp-content/themes/epitech-refonte/dist/wp-content/themes/epitech-adn-theme/assets/images/icons/details-arrow.svg");
  position: absolute;
  top: 35px;
  right: 8%;
  pointer-events: none;
}
.page-template-wp-custom-template-landing-page details[open]:before {
  content: url("https://www.epitech.eu/wp-content/themes/epitech-refonte/dist/wp-content/themes/epitech-adn-theme/assets/images/icons/details-cross.svg");
}
@media (max-width: 601px) {
  .page-template-wp-custom-template-landing-page details:before {
    top: 18px;
    transform: scale(0.5);
    transform-origin: top right;
  }
  .page-template-wp-custom-template-landing-page details summary {
    max-width: 95%;
  }
}
.page-template-wp-custom-template-landing-page .footer_ecoles {
  display: none;
}

/**
 * Search form
 *
 * @package starter
 */
.search-form {
  display: flex;
}
.search-form input {
  flex: 1;
  border-right: none;
}
.search-form button[type=submit] {
  width: 50px;
  border: 1px solid #CCCCCC;
  border-left: none;
  background: #F2F4F8;
  position: relative;
  color: var(--wp--preset--color--primary, #013AFB);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form button[type=submit]:hover {
  color: #2A64A5;
}

/**
 * Résultats de recherche
 *
 * @package starter
 */
.searchResult {
  position: relative;
  z-index: 10;
}
.searchResult a {
  text-decoration: none;
  display: block;
  color: inherit;
  position: relative;
  padding: 1rem 0;
}
.searchResult a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  right: -1rem;
  bottom: 0;
  background: #F6F6F6;
  z-index: -1;
  opacity: 0;
}
.searchResult a:hover::after {
  opacity: 1;
}
.searchResult:not(:last-child) {
  margin-bottom: 0.5rem;
}

.searchResult_header {
  height: auto;
  margin-bottom: 0;
}
.searchResult_header h2 {
  margin: 0;
  color: var(--wp--preset--color--primary, #013AFB);
  font-size: 1.25rem;
}
.searchResult_header h2::before {
  display: none;
}
.searchResult_header h2 a {
  text-decoration: none;
}

.searchResult_link {
  color: #2A64A5;
  font-size: 0.8125rem;
}

.searchResult_metas {
  font-size: 0.8125rem;
  margin: 0.3em 0;
}
.searchResult_metas span {
  display: inline-block;
  margin-right: 0.5em;
}

.searchResult_postType {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.1em 0.4em;
  border-radius: 4px;
}

.searchResult_summary > *:first-child {
  margin-bottom: 0;
}

/**
 * Article
 *
 * @package starter
 */
.blog h1 {
  text-align: center !important;
}

.blog form.wp-block-search__button-inside input,
.post-template-default.single-post form.wp-block-search__button-inside input {
  height: unset;
  padding: unset;
  border: unset;
}

.article_categories {
  background: var(--wp--preset--color--primary, #013AFB);
  color: #F2F4F8;
  padding: 0.5em 0.6em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  z-index: 2;
}

.article_titre {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-left: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .article_titre {
    font-size: 1.125rem;
  }
}
.article.article__full .article_image {
  position: relative;
  margin-bottom: 2rem;
}
.article.article__full .article_image img {
  display: block;
}
.article.article__full .article_categories {
  position: absolute;
  top: 0;
  left: 0;
}
.article.article__full .article_titre {
  margin: 0;
  padding-left: 0;
}
.article.article__full .article_titre::before {
  display: none;
}
.article.article__full .article_metas {
  margin-bottom: 2rem;
}
/**
 * Newspocket style
 *
 * @package starter
 */
/** Block */
.newspocket .wp-block-columns {
  margin-bottom: 0;
}
.newspocket .wp-block-columns:not(:first-child) {
  margin-top: 2rem;
}

/** Article */
.newspocket_article {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/** Thumbnail */
.newspocket_article_thumbnail {
  height: 218px;
}
.newspocket_article_thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/** Contenu */
.newspocket_article_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.newspocket_article_content_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  .newspocket_article_content_inner {
    padding: 40px;
  }
}

/** Titre */
.newspocket_article_title {
  font-size: min(max(24px, 5vw), 32px);
  font-weight: 900;
  line-height: normal;
  color: #181818;
  margin: 0 0 16px 0;
}
.newspocket_article_title::after {
  content: "";
  display: inline;
  background-image: linear-gradient(var(--wp--preset--color--primary, #013AFB), var(--wp--preset--color--primary, #013AFB));
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 0 calc(100% - 0.15em);
  padding-right: 0.65em;
  margin-left: 0.15em;
  vertical-align: baseline;
}

.pixel-tech .newspocket_article_title::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.newspocket_article_title.pixel-tech::after {
  background-image: linear-gradient(#00ff97, #00ff97);
}

.pixel-together .newspocket_article_title::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.newspocket_article_title.pixel-together::after {
  background-image: linear-gradient(#ff5f3a, #ff5f3a);
}

.pixel-tomorrow .newspocket_article_title::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.newspocket_article_title.pixel-tomorrow::after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}

.newspocket_article_title:after {
  background-image: linear-gradient(#ff1ef7, #ff1ef7);
}
.newspocket_article_title > a {
  text-decoration: none;
  color: inherit;
}

/** Description / excerpt */
.newspocket_article_description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .newspocket_article_description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.newspocket_article_description > *:last-child {
  margin-bottom: 0;
}

/** Footer */
.newspocket_article_footer {
  display: block;
  margin-top: auto;
}
.newspocket_article_footer .wp-block-button__link {
  font-size: inherit;
}
.first-article .newspocket_article_footer .wp-block-button__link {
  color: #00ff97 !important;
  transform: translateX(0px);
}
.first-article .newspocket_article_footer .wp-block-button__link::after, .first-article .newspocket_article_footer .wp-block-button__link::before {
  right: 0px;
}
.first-article .newspocket_article_footer .wp-block-button__link::after {
  border-color: #00ff97;
  transform: rotate(0deg);
}
.first-article .newspocket_article_footer .wp-block-button__link::before {
  background: #00ff97;
  transform: rotate(-45deg) translateX(1px) translateY(2px);
}
@media screen and (min-width: 1120px) {
  .first-article .newspocket_article_footer .wp-block-button__link::after, .first-article .newspocket_article_footer .wp-block-button__link::before {
    right: -10px;
  }
  .first-article .newspocket_article_footer .wp-block-button__link::before {
    transform: rotate(0deg) translateX(1px);
  }
  .first-article .newspocket_article_footer .wp-block-button__link::after {
    transform: rotate(45deg);
  }
}

/* Prime 
 ======================================================== */
.newspocket_article.newspocket_article__prime .newspocket_article_title {
  font-size: 1.5rem;
}
@media screen and (min-width: 601px) {
  .newspocket_article.newspocket_article__prime .newspocket_article_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 782px) {
  .newspocket_article.newspocket_article__prime .newspocket_article_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .newspocket_article.newspocket_article__prime .newspocket_article_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1120px) {
  .newspocket_article.newspocket_article__prime .newspocket_article_title {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .newspocket_article.newspocket_article__prime .newspocket_article_title {
    font-size: 2.5rem;
  }
}

/* Full 
 ======================================================== */
.newspocket_article.newspocket_article__full .newspocket_article_title {
  font-size: 1.5rem;
}
@media screen and (min-width: 601px) {
  .newspocket_article.newspocket_article__full .newspocket_article_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 782px) {
  .newspocket_article.newspocket_article__full .newspocket_article_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .newspocket_article.newspocket_article__full .newspocket_article_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1120px) {
  .newspocket_article.newspocket_article__full .newspocket_article_title {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .newspocket_article.newspocket_article__full .newspocket_article_title {
    font-size: 2.5rem;
  }
}
/**
 * Recherche pleine page
 *
 * @package starter
 */
.fullpageSearch {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all ease 200ms 100ms;
}

.fullpageSearch_closeBg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.fullpageSearch_inner {
  width: 680px;
  padding: 40px;
  position: relative;
  z-index: 20;
  opacity: 0;
  transform: translateY(-20px);
  transition: all ease 200ms;
}
.fullpageSearch_inner .search-form {
  width: 100%;
  box-shadow: 0 5px 100px rgba(0, 0, 0, 0.7);
}
.fullpageSearch_inner .search-form input[type=text] {
  height: 70px;
  border: none;
}
.fullpageSearch_inner .search-form button[type=submit] {
  border: none;
  width: 70px;
  height: 70px;
  font-size: 28px;
}

a.fullpageSearch_close {
  position: absolute;
  color: #F2F4F8;
  text-decoration: none;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
}
a.fullpageSearch_close i {
  margin-left: 0.5em;
}
a.fullpageSearch_close:hover {
  opacity: 0.7;
}

.fullpageSearch__open .fullpageSearch {
  pointer-events: auto;
  opacity: 1;
  transition: all ease 200ms;
}
.fullpageSearch__open .fullpageSearch_inner {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 200ms 200ms;
}

/**
 * Back to top button
 *
 * @package Webacademie
 */
a.backToTop {
  position: fixed;
  z-index: 900;
  bottom: 100px;
  right: 21px;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0;
  background: rgba(46, 57, 71, 0.3);
  color: #F2F4F8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
a.backToTop::before {
  content: " ";
  display: block;
  border-bottom: 3px solid #F2F4F8;
  border-right: 3px solid #F2F4F8;
  height: 17px;
  width: 17px;
  transform: rotate(-135deg);
  margin-bottom: -0.6rem;
}
a.backToTop:hover {
  background: rgba(46, 57, 71, 0.4);
}

@media screen and (min-width: 1200px) {
  a.backToTop {
    bottom: 20px;
    right: 28px;
    width: 4rem;
    height: 4rem;
  }
}
/**
 * Modals
 *
 * @package Sand
 *
 * Modal windows styling. HTML markup:
   <div id="modal_ID" class="modal js-modal">
     <div class="modal_bg js-modal_close"></div>
     <div class="modal_inner">
       <a href="" class="modal_close js-modal_close">
         <span class="modal_close_cross"></span> Close
       </a>
       <div class="modal_inner_container"></div>
     </div>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.modal() in Gravel
 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  padding: 0.5rem;
  visibility: hidden;
  transition: all ease 250ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal_bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 250ms 300ms;
}

.modal_inner {
  position: relative;
  z-index: 10;
  max-width: 1544px;
  width: 100%;
  color: #F2F4F8;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all ease 250ms 50ms;
}

.modal_inner__small {
  max-width: 525px;
}

.modal_inner__xsmall {
  max-width: 584px;
}

.modal_inner_container {
  text-align: left;
}

.modal_inner_container__bg {
  padding: 2rem;
  background: #F2F4F8;
  color: #181818;
  box-shadow: 0 0 100px fade(#000, 20%);
}

.modal_inner_container__iframe {
  padding: 2rem;
  background: #F2F4F8;
  color: #181818;
  box-shadow: 0 0 100px fade(#000, 20%);
}
.modal_inner_container__iframe iframe {
  width: 100%;
  min-height: 80vh;
  margin: 0;
}

a.modal_close {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 0.5em;
  text-decoration: none;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--s);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.56px;
  gap: var(--wp--preset--spacing--xs);
}
a.modal_close .modal_close_cross {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  opacity: 1;
  transition: all ease 150ms;
}
a.modal_close .modal_close_cross::before, a.modal_close .modal_close_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
a.modal_close .modal_close_cross::before {
  transform: rotate(-45deg);
}
a.modal_close .modal_close_cross::after {
  transform: rotate(45deg);
}
.no-touch a.modal_close:hover .modal_close_cross {
  transform: rotate(90deg);
  transform-origin: 10px 8px;
}

@media screen and (min-width: 768px) {
  .modal_inner {
    width: 80%;
  }
  .modal_inner__xsmall {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .modal {
    padding: 4rem;
  }
}
/* Ouverture
 ======================================================== */
.modal.open {
  visibility: visible;
}
.modal.open .modal_bg {
  opacity: 1;
  visibility: visible;
  transition: all ease 250ms;
}
.modal.open .modal_inner {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: all ease 250ms 250ms;
}

/* Demande de brochure
 ======================================================== */
.modal__brochure {
  justify-content: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal__brochure .modal_inner {
  max-width: 579px;
}

/* Vidéo
 ======================================================== */
.modal_player_wrapper {
  background: #000;
}

/**
 * Header
 *
 * @package starter
 */
.wp-block-social-links .wp-block-social-link {
  background-color: transparent !important;
}
.wp-block-social-links .wp-block-social-link:hover {
  transform: scale(1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  font-family: icomoon;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor::before {
  transition: all 0.3s ease;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover::before {
  opacity: 0.5;
}
.wp-block-social-links .wp-block-social-link svg {
  display: none;
}

.icon-tiktok:before,
.wp-social-link-tiktok .wp-block-social-link-anchor::before {
  content: "\e901";
}

.icon-twitter:before, .socialMenu a[href*=twitter]:before,
.wp-social-link-twitter .wp-block-social-link-anchor::before {
  content: "\e900";
}

.icon-rss:before,
.wp-social-link-feed .wp-block-social-link-anchor::before {
  content: "\e9fe";
}

.icon-link:before,
.wp-social-link-chain .wp-block-social-link-anchor::before {
  content: "\e9fd";
}

.icon-facebook:before, .socialMenu a[href*=facebook]:before,
.wp-social-link-facebook .wp-block-social-link-anchor::before {
  content: "\ea90";
}

.icon-instagram:before, .socialMenu a[href*=instagram]:before,
.wp-social-link-instagram .wp-block-social-link-anchor::before {
  content: "\ea92";
}

.icon-youtube:before, .socialMenu a[href*=youtube]:before,
.wp-social-link-youtube .wp-block-social-link-anchor::before {
  content: "\ea9d";
}

.icon-twitch:before,
.wp-social-link-twitch .wp-block-social-link-anchor::before {
  content: "\ea9f";
}

.icon-vimeo:before,
.wp-social-link-vimeo .wp-block-social-link-anchor::before {
  content: "\eaa0";
}

.icon-github:before,
.wp-social-link-github .wp-block-social-link-anchor::before {
  content: "\eab0";
}

.icon-linkedin:before, .socialMenu a[href*=linkedin]:before,
.wp-social-link-linkedin .wp-block-social-link-anchor::before {
  content: "\eaca";
}

.icon-pinterest:before,
.wp-social-link-pinterest .wp-block-social-link-anchor::before {
  content: "\ead1";
}

/**
 * 404
 *
 * @package starter
 */
.error404_content {
  text-align: center;
}

/**
 * Blog
 *
 * @package starter
 */
/* Layout
 ============================================== */
/** Archive header */
.blogPage_intro {
  margin-bottom: 2rem;
}
.blogPage_intro > *:first-child {
  margin-top: 0;
}
.blogPage_intro > *:last-child {
  margin-bottom: 0;
}

/** Sidebar */
.blogPage_sidebar {
  margin-top: 4rem;
}
.blogPage_sidebar .widget:not(:last-child) {
  margin-bottom: 2rem;
}
.blogPage_sidebar h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.blogPage_sidebar h2::before {
  display: none;
}
.blogPage_sidebar ul {
  list-style: none;
}
.blogPage_sidebar ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blogPage_sidebar a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .blogPage_intro {
    margin-bottom: 3rem;
  }
  .blogPage_sidebar {
    display: flex;
    gap: 2rem;
  }
  .blogPage_sidebar .widget {
    flex: 1;
  }
  .blogPage_sidebar .widget:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .blogPage {
    display: flex;
    gap: 2rem;
  }
  /** Main */
  .blogPage_main {
    flex: 0 0 66.666667%;
  }
  /** Sidebar */
  .blogPage_sidebar {
    flex: 1;
    display: block;
    margin-top: 0;
  }
  .blogPage_sidebar .widget:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .blogPage {
    gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .blogPage {
    gap: 6rem;
  }
}
/* Blog home
 ============================================== */
.blog_prime {
  margin-bottom: 2rem;
}

.blog_postsList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog_postsList .newspocket_article {
  width: 100%;
}

.blog_navigation {
  text-align: center;
  margin-top: 2rem;
}

@media screen and (min-width: 601px) {
  .blog_postsList {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .blog_postsList .article,
  .blog_postsList .newspocket_article {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .blog_prime {
    margin-bottom: 4rem;
  }
  .blog_postsList {
    gap: 4rem;
  }
  .blog_postsList .article,
  .blog_postsList .newspocket_article {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
.js-infiniteScroll_trigger {
  color: #F2F4F8;
}

.single-article .article_categories {
  background: #004D7C;
  color: #F2F4F8;
  text-decoration: unset;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/**
 * Accessibility classes
 *
 * @package starter
 */
.screen-reader-text, .js .onglets > .onglets_onglets > .onglets_onglet > .onglets_onglet_titre {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
/**
 * Color palette
 *
 * @package starter
 */
/* Gutenberg colors 
   ================================================ */
.has-blue-background-color,
.has-darkblue-background-color,
.has-orange-background-color {
  color: #F2F4F8;
}
.has-blue-background-color a:not(.wp-block-button__link),
.has-darkblue-background-color a:not(.wp-block-button__link),
.has-orange-background-color a:not(.wp-block-button__link) {
  color: inherit;
}
.has-blue-background-color a:not(.wp-block-button__link):hover,
.has-darkblue-background-color a:not(.wp-block-button__link):hover,
.has-orange-background-color a:not(.wp-block-button__link):hover {
  opacity: 0.8;
}

/* Bleu */
.has-blue-background-color {
  background-color: var(--wp--preset--color--primary, #013AFB);
}

.has-blue-color {
  color: var(--wp--preset--color--primary, #013AFB);
}

/* Bleu foncé */
.has-darkblue-background-color {
  background-color: #2E3947;
}

.has-darkblue-color {
  color: #2E3947;
}

/* Orange */
.has-orange-background-color {
  background-color: #00ff97;
}

.has-orange-color {
  color: #00ff97;
}

/* Bleu clair */
.has-darkblue-background-color {
  background-color: #2A64A5;
}

.has-clearblue-color {
  color: #2E3947;
}

/* Gris light */
.has-grey-light-background-color {
  background-color: #F6F6F6;
}

.has-grey-light-color {
  color: #F6F6F6;
}

/* Gris */
.has-grey-background-color {
  background-color: #849AA6;
}

.has-grey-color {
  color: #849AA6;
}

.has-shadow-background-color {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.has-shadow-hover-background-color {
  transition: all 0.3s ease;
}
.has-shadow-hover-background-color:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

/**
 * Animation keyframes
 *
 * @package starter
 */
/**
 * Spin 
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Spin - videos_item
 */
@keyframes spin_videos_item {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 100em 0;
  }
}
/*@keyframes placeHolderShimmer{
    to {
        background-position: 100% 0;
    }
}*/
/**
 * Layout grid
 *
 * @package starter
 */
@media screen and (max-width: 479px) {
  .entry-content.has-global-padding,
  .site-header-main.has-global-padding,
  footer > .wp-block-group.has-global-padding {
    padding-right: clamp(1.5rem, 4vw, 2.5rem);
    padding-left: clamp(1.5rem, 4vw, 2.5rem);
  }
  footer > .wp-block-group.has-white-background-color.has-global-padding {
    padding-bottom: 150px !important;
  }
  .wp-block-post-title ~ .entry-content.has-global-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.layout-grid {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  pointer-events: none;
  padding-left: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--20);
  opacity: 0.1;
  display: none;
}

.layout-grid-container {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  flex: 1;
  display: flex;
  gap: var(--wp--preset--spacing--20);
}

.layout-grid-item {
  flex: 1;
  background: rgb(0, 240, 255);
}

@media screen and (max-width: 781px) {
  .layout-grid-item:nth-child(1),
  .layout-grid-item:nth-child(2),
  .layout-grid-item:nth-child(3),
  .layout-grid-item:nth-child(4),
  .layout-grid-item:nth-child(5),
  .layout-grid-item:nth-child(6),
  .layout-grid-item:nth-child(7),
  .layout-grid-item:nth-child(8) {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
