.Contact_footer__mb3H2,
.Contact_section__oKrVi {
  position: relative;
  padding: 4rem 8vw;
  overflow-x: hidden;
}
.Contact_bigArrow__yLVLE {
  position: absolute;
  right: -25rem;
  top: 0;
  width: 150%;
  height: 35%;
  z-index: -1;
}
.Contact_bigArrow__yLVLE img {
  object-position: left;
}
.Contact_titleWrapper__t3iD2 {
  margin-bottom: 3rem;
}
.Contact_title__GB3RW {
  position: relative;
  font-size: clamp(2rem, 2vw, 4rem);
  margin-bottom: 2.5rem;
  line-height: 1;
}
.Contact_description__g1vSO {
  font-size: clamp(1.2rem, 1.2vw, 3rem);
  line-height: 1.2;
}
.Contact_form__9DczJ {
  padding: 1rem;
  background-color: #fff;
  border: 3px solid var(--yellow);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Contact_wrapperForm__QuBCh {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  margin: 2rem 0;
}
.Contact_imageWrapper__GJAje {
  position: relative;
}
.Contact_imageWrapper__GJAje img {
  object-fit: contain;
  scale: 0.7;
}
.Contact_inputWrapper__2x_O7 {
  display: flex;
  flex-direction: column;
}
.Contact_inputWrapper__2x_O7 label {
  margin-bottom: 0.3rem;
}
.Contact_inputWrapper__2x_O7 input,
.Contact_inputWrapper__2x_O7 select {
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  font-size: 1rem;
}
.Contact_inputWrapper__2x_O7 select {
  cursor: pointer;
}
.Contact_button__KIiWc {
  position: relative;
  width: 100%;
  min-height: 3rem;
  background-color: var(--yellow);
  color: #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  border: 1px solid var(--yellow);
  font-size: 1rem;
  cursor: pointer;
  align-self: flex-end;
  transition: padding 0.3s ease-out, font-size 0.3s ease-out,
    background-color 0.3s ease-out, color 0.3s ease-out;
}
.Contact_button__KIiWc:hover {
  background-color: #fff;
  color: var(--yellow);
}
.Contact_confirmation__CRq6E {
  background-color: #fff;
  border: 3px solid var(--yellow);
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.Contact_confirmation__CRq6E p {
  margin: 1.5rem 0 2rem;
}
.Contact_error__UxSYx {
  grid-column: 1/-1;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 10px;
}
.Contact_footer__mb3H2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 1rem;
}
.Contact_footerImage__AHiaA {
  margin-bottom: 2rem;
}
.Contact_links__4eYwK {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.Contact_links__4eYwK li:first-of-type {
  margin-right: 0.5rem;
}
.Contact_links__4eYwK li:last-of-type {
  margin-left: 0.5rem;
}
.Contact_links__4eYwK a {
  transition: color 0.2s ease-out;
}
.Contact_links__4eYwK a:hover {
  color: var(--yellow);
}
.Contact_loader__toNXD {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateX(-50%) translateY(-50%);
}
.Contact_loaderPath__kMgXS {
  stroke: #000;
  stroke-linecap: round;
  animation: Contact_dash__ff_OQ 1.5s ease-in-out infinite;
}
@keyframes Contact_dash__ff_OQ {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media only screen and (min-width: 64em) {
  .Contact_footer__mb3H2,
  .Contact_section__oKrVi {
    padding: 7rem 8vw;
  }
  .Contact_bigArrow__yLVLE {
    top: unset;
    right: -10rem;
    bottom: 0;
    width: 65%;
    height: 80%;
  }
  .Contact_title__GB3RW {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .Contact_title__GB3RW:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -5vw;
    width: 5vw;
    height: 100%;
    background-image: url(../media/arrow-yellow.2fff28f0.svg);
    background-repeat: no-repeat;
  }
  .Contact_form__9DczJ {
    padding: 2rem;
  }
  .Contact_footer__mb3H2 {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .Contact_section__oKrVi {
    display: flex;
  }
  .Contact_imageWrapper__GJAje {
    translate: 5vw 0;
  }
  .Contact_imageWrapper__GJAje,
  .Contact_text__aeegz {
    flex: 1 1;
  }
  .Contact_wrapperForm__QuBCh {
    grid-template-columns: 1fr 1fr;
  }
}
.Header_header__kbMt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 8vw;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 5;
}
.Header_header__kbMt1 img {
  width: 6rem;
}
.Header_button__Do2J5 {
  background-color: var(--red);
  color: #fff;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  border: 1px solid var(--red);
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.Header_button__Do2J5:hover {
  background-color: #fff;
  color: var(--red);
}
@media only screen and (min-width: 64em) {
  .Header_header__kbMt1 img {
    width: unset;
  }
  .Header_button__Do2J5 {
    font-size: 1.1rem;
    padding: 1.5rem 3rem;
  }
}
.Hero_hero__RRF9V {
  background-color: var(--gray);
  overflow: hidden;
}
.Hero_text__TOWvq {
  position: relative;
  flex: 1 1;
  z-index: 1;
  padding: 3rem 8vw 0;
  background-color: var(--yellow);
}
.Hero_text__TOWvq:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8rem;
  left: 0;
  z-index: -1;
  background-image: url(../media/arrow-mobile.be97ebbf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.Hero_imageWrapper__oN98J {
  flex: 3 1;
  position: relative;
  background-color: var(--gray);
  height: 40vh;
  margin-top: 7rem;
}
.Hero_imageWrapper__oN98J img {
  object-fit: contain;
  height: 75% !important;
  margin: auto;
}
.Hero_title___sWgy {
  font-size: clamp(4rem, 7vw, 10rem);
  line-height: 1;
}
.Hero_description__BhNxQ {
  position: relative;
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-weight: 700;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: var(--red);
  line-height: 1.2;
}
.Hero_description__BhNxQ:after,
.Hero_description__BhNxQ:before {
  content: "";
  position: absolute;
  left: -14.8rem;
  width: 15rem;
  height: 2rem;
  background-image: url(../media/rectangle.9e1cf8c1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Hero_description__BhNxQ:before {
  top: 25%;
}
.Hero_description__BhNxQ:after {
  top: 65%;
}
@media only screen and (min-width: 36em) {
  .Hero_text__TOWvq:after {
    height: 150%;
    bottom: -16rem;
  }
  .Hero_imageWrapper__oN98J {
    margin-top: 14rem;
  }
}
@media only screen and (min-width: 48em) {
  .Hero_title___sWgy {
    font-size: clamp(7rem, 7vw, 10rem);
  }
  .Hero_description__BhNxQ {
    width: 80%;
    font-size: clamp(2rem, 2vw, 3rem);
  }
}
@media only screen and (min-width: 64em) {
  .Hero_hero__RRF9V {
    display: flex;
  }
  .Hero_text__TOWvq {
    padding: 6rem 0 6rem 8vw;
  }
  .Hero_text__TOWvq:after {
    background-image: url(../media/arrow-big.f5f2b973.svg);
    width: 100%;
    height: 101%;
    top: -3px;
    bottom: unset;
    left: 12rem;
    rotate: 180deg;
    background-position: unset;
  }
  .Hero_description__BhNxQ {
    width: 110%;
  }
  .Hero_imageWrapper__oN98J {
    height: unset;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 10rem;
  }
  .Hero_imageWrapper__oN98J img {
    width: 90% !important;
    height: 90% !important;
  }
}
@media only screen and (min-width: 100em) {
  .Hero_text__TOWvq:after {
    left: 13rem;
  }
}
.Formations_section___sExX {
  background-color: var(--gray);
  overflow: hidden;
}
.Formations_imageWrapper__wLCKa {
  position: relative;
}
.Formations_imageWrapper__wLCKa.Formations_isMobile__n1_Ev {
  width: 90%;
  height: 50vh;
}
.Formations_imageWrapper__wLCKa.Formations_isDesktop__k5_cw {
  display: none;
}
.Formations_imageWrapper__wLCKa img {
  object-fit: cover;
  object-position: 100%;
}
.Formations_textWrapper__emytj {
  padding: 3rem 8vw 3rem 4vw;
}
.Formations_titleWrapper__CDBX5 {
  position: relative;
  z-index: 1;
  margin: auto auto -2rem;
}
.Formations_description__rjlaj,
.Formations_title__ZzYx0 {
  font-family: komu-a;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: clamp(1.5rem, 2vw, 4rem);
  z-index: 0;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.Formations_title__ZzYx0 {
  background-color: #fff;
}
.Formations_title__ZzYx0:after,
.Formations_title__ZzYx0:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 0.2rem;
  height: 10rem;
  bottom: 100%;
}
.Formations_title__ZzYx0:before {
  left: 15%;
}
.Formations_title__ZzYx0:after {
  right: 15%;
}
.Formations_description__rjlaj {
  margin-top: -0.1rem;
  margin-left: 4rem;
  background-color: var(--yellow);
}
.Formations_content__D7sIY h3 {
  font-size: clamp(1.7rem, 1.6vw, 3rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.Formations_list__BGfsf {
  list-style: none;
  padding-left: 3rem;
  margin-top: 2rem;
}
.Formations_list__BGfsf li {
  position: relative;
  margin-bottom: 2rem;
}
.Formations_list__BGfsf li:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url(../media/arrow.4574f8d5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
  top: 0;
}
.Formations_list__BGfsf h4 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .Formations_section___sExX {
    display: flex;
  }
  .Formations_imageWrapper__wLCKa {
    flex: 3 1;
  }
  .Formations_imageWrapper__wLCKa.Formations_isMobile__n1_Ev {
    display: none;
  }
  .Formations_imageWrapper__wLCKa.Formations_isDesktop__k5_cw {
    display: flex;
  }
  .Formations_titleWrapper__CDBX5 {
    margin-bottom: 4rem;
  }
  .Formations_textWrapper__emytj {
    flex: 4 1;
    padding: 5rem 8vw 2rem 4vw;
  }
  .Formations_text__2AIvn {
    display: flex;
  }
  .Formations_content__D7sIY {
    padding-right: 10vw;
  }
  .Formations_content__D7sIY h3 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .Formations_content__D7sIY,
  .Formations_list__BGfsf {
    flex: 1 1;
  }
  .Formations_list__BGfsf {
    margin-top: 0;
    padding-left: 0;
  }
  .Formations_description__rjlaj {
    margin-left: 6rem;
  }
}
.StickyContact_block__NwjsH {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--red);
  padding: 0.5rem;
  margin: 2rem 0 -2rem auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  max-width: 7rem;
  line-height: 1.2;
  transition: background-color 0.2s ease-out;
}
.StickyContact_block__NwjsH img {
  margin-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.StickyContact_block__NwjsH:hover {
  background-color: #f39346;
}
@media only screen and (min-width: 64em) {
  .StickyContact_block__NwjsH {
    position: -webkit-sticky;
    position: sticky;
    top: 20vh;
    bottom: unset;
    margin: 4rem 0 -11rem auto;
    padding: 1rem;
    max-width: unset;
  }
  .StickyContact_block__NwjsH img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
}
.Tips_section__kJKKr {
  padding: 4rem 8vw;
}
.Tips_wrapperTitle__Tl1Mz {
  display: flex;
  align-items: center;
}
.Tips_wrapperTitle__Tl1Mz button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50px;
  padding: 0.5rem;
  margin-left: 1rem;
  transition: rotate 0.1s ease-out;
}
.Tips_text__XsRX_ {
  text-align: center;
}
.Tips_title__g8Mx_ {
  line-height: 0.9;
  font-size: clamp(2.5rem, 4vw, 6rem);
  color: var(--pink);
  margin-bottom: 1rem;
}
.Tips_description__ONw_B {
  margin-top: 0.5rem;
  font-size: clamp(1.3rem, 2vw, 4rem);
}
.Tips_tips__gpd6v {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 4rem;
  row-gap: 4rem;
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
.Tips_tip__nMtqA {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.Tips_tip__nMtqA.Tips_show__Yof09 .Tips_wrapperTitle__Tl1Mz button {
  rotate: 90deg;
}
.Tips_tip__nMtqA.Tips_show__Yof09 .Tips_textWrapper__sIl98 {
  display: block;
}
.Tips_tip__nMtqA:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 2rem;
  left: 1.5rem;
  z-index: -1;
  background-image: url(../media/pattern.7a7383cf.svg);
  background-color: var(--yellow);
  background-repeat: repeat;
  background-size: cover;
}
.Tips_tip__nMtqA:nth-of-type(2n) .Tips_tipNumber__oKNDJ {
  background-color: var(--pink);
}
.Tips_tip__nMtqA:nth-of-type(2n):after {
  background-image: url(../media/pattern-purple.9cf830bc.svg);
  background-color: var(--pink);
}
.Tips_tipNumber__oKNDJ {
  font-family: komu-a;
  font-size: clamp(1.5rem, 2vw, 4rem);
  background-color: var(--yellow);
  padding: 0.5rem 1rem;
}
.Tips_tipWrapper__IR7wM {
  background-color: #fff;
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
}
.Tips_tipNumber__oKNDJ,
.Tips_tipWrapper__IR7wM {
  border: 2px solid #000;
  border-radius: 5px;
}
.Tips_tipTitle__Jr89d {
  font-size: clamp(1.3rem, 1.6vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  width: 90%;
}
.Tips_textWrapper__sIl98 {
  display: none;
}
.Tips_seperator__vE5rn {
  margin: 1.5rem 0;
}
@media only screen and (min-width: 64em) {
  .Tips_section__kJKKr {
    padding: 4rem 8vw 7rem;
  }
  .Tips_text__XsRX_ {
    width: 90%;
    margin: auto;
  }
  .Tips_title__g8Mx_ {
    line-height: unset;
    margin-bottom: 0;
  }
  .Tips_tips__gpd6v {
    margin-top: 4rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 8rem;
  }
  .Tips_tip__nMtqA:after {
    left: 3rem;
  }
  .Tips_tipNumber__oKNDJ {
    padding: 1rem 2rem;
  }
  .Tips_wrapperTitle__Tl1Mz button {
    display: none;
  }
  .Tips_textWrapper__sIl98 {
    display: block;
  }
}
@media only screen and (min-width: 80em) {
  .Tips_tips__gpd6v {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page_stickyWrapper__ubKGR {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
