/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cta:disabled {
  opacity: 0.8;
}

.cta_green {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #03DB82;
  background-color: #03DB82;
}
.cta_green a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
}
.cta_green a span {
  margin-top: 4px;
}
.cta_green svg {
  width: 25px;
  height: auto;
}
.cta_green svg path {
  fill: #ffffff;
}
.cta_green:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
}
.cta_green:hover a {
  color: #03DB82;
}
.cta_green:hover svg path {
  fill: #03DB82;
}

.cta_green_invert {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.cta_green_invert a, .cta_green_invert span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #03DB82;
  padding: 15px 30px;
}
.cta_green_invert svg {
  width: 25px;
  height: auto;
}
.cta_green_invert svg path {
  fill: #03DB82;
}
.cta_green_invert:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #03DB82;
}
.cta_green_invert:hover a, .cta_green_invert:hover span {
  color: #ffffff;
}
.cta_green_invert:hover svg path {
  fill: #ffffff;
}

.cta_orange {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #FF6B00;
  background-color: #FF6B00;
}
.cta_orange a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
}
.cta_orange svg {
  width: 25px;
  height: auto;
}
.cta_orange svg path {
  fill: #ffffff;
}
.cta_orange:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
}
.cta_orange:hover a {
  color: #FF6B00;
}
.cta_orange:hover svg path {
  fill: #FF6B00;
}

.cta_orange_invert {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.cta_orange_invert a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #FF6B00;
  padding: 15px 30px;
}
.cta_orange_invert svg {
  width: 25px;
  height: auto;
}
.cta_orange_invert svg path {
  fill: #FF6B00;
}
.cta_orange_invert:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #FF6B00;
}
.cta_orange_invert:hover a {
  color: #ffffff;
}
.cta_orange_invert:hover svg path {
  fill: #ffffff;
}

.cta_blue {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #02B3E3;
  background-color: #02B3E3;
}
.cta_blue a, .cta_blue span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
}
.cta_blue svg {
  width: 25px;
  height: auto;
}
.cta_blue svg path {
  fill: #ffffff;
}
.cta_blue:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
}
.cta_blue:hover a, .cta_blue:hover span {
  color: #02B3E3;
}
.cta_blue:hover svg path {
  fill: #02B3E3;
}

.cta_blue_invert {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.cta_blue_invert a, .cta_blue_invert span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #02B3E3;
  padding: 15px 30px;
}
.cta_blue_invert svg {
  width: 25px;
  height: auto;
}
.cta_blue_invert svg path {
  fill: #02B3E3;
}
.cta_blue_invert:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #02B3E3;
}
.cta_blue_invert:hover a, .cta_blue_invert:hover span {
  color: #ffffff;
}
.cta_blue_invert:hover svg path {
  fill: #ffffff;
}

.cta_red {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: solid 1px #FF4338;
  background-color: #FF4338;
}
.cta_red a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
}
.cta_red svg {
  width: 25px;
  height: auto;
}
.cta_red svg path {
  fill: #ffffff;
}
.cta_red:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
}
.cta_red:hover a {
  color: #FF4338;
}
.cta_red:hover svg path {
  fill: #FF4338;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}
body.hidden {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.default.single {
  margin-top: 130px;
}
main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
main section.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner {
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  margin: 0 35px;
}
.inner.full {
  max-width: 100%;
  margin: 0;
}
.inner.small {
  max-width: 1000px;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.img__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hidden {
  opacity: 0;
  display: none;
  pointer-events: none;
}

.lazy {
  opacity: 0;
}
.lazy:not(.initial) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.lazy.initial, .lazy.loaded, .lazy.error {
  opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF6B00;
  opacity: 0.8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

::-moz-selection {
  color: #ffffff;
  background: #FF6B00;
}

::selection {
  color: #ffffff;
  background: #FF6B00;
}

.navbar {
  position: fixed;
  width: 100vw;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 13px 15px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 13px 15px 4px rgba(0, 0, 0, 0.15);
  height: 80px;
}
.navbar .logoContainer {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .logoContainer .logo {
  min-width: 89.24px;
  height: 50px;
}
.navbar .navigation {
  font-size: 14px;
}
.navbar .navigation--switcher, .navbar .navigation--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .navigation--switcher {
  width: 25%;
}
.navbar .menu-main-container, .navbar .menu-switcher-container, .navbar .menu-switcher-nl-1-container, .navbar .menu-switcher-fr-1-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .menu-main-container .menu, .navbar .menu-switcher-container .menu, .navbar .menu-switcher-nl-1-container .menu, .navbar .menu-switcher-fr-1-container .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.navbar .menu-main-container .menu-item, .navbar .menu-switcher-container .menu-item, .navbar .menu-switcher-nl-1-container .menu-item, .navbar .menu-switcher-fr-1-container .menu-item {
  display: inline;
  float: left;
  padding: 33px 1vw;
  white-space: nowrap;
  font-size: 14px;
}
.navbar .menu-main-container .menu-item-has-children, .navbar .menu-switcher-container .menu-item-has-children, .navbar .menu-switcher-nl-1-container .menu-item-has-children, .navbar .menu-switcher-fr-1-container .menu-item-has-children {
  overflow: hidden;
  text-align: center;
}
.navbar .menu-main-container .menu-item-has-children span, .navbar .menu-switcher-container .menu-item-has-children span, .navbar .menu-switcher-nl-1-container .menu-item-has-children span, .navbar .menu-switcher-fr-1-container .menu-item-has-children span {
  font-size: 9px;
}
.navbar .menu-main-container .menu-item-has-children .sub-menu, .navbar .menu-switcher-container .menu-item-has-children .sub-menu, .navbar .menu-switcher-nl-1-container .menu-item-has-children .sub-menu, .navbar .menu-switcher-fr-1-container .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 75px;
  z-index: 999;
  background-color: #ffffff;
}
.navbar .menu-main-container .menu-item-has-children .sub-menu .menu-item, .navbar .menu-switcher-container .menu-item-has-children .sub-menu .menu-item, .navbar .menu-switcher-nl-1-container .menu-item-has-children .sub-menu .menu-item, .navbar .menu-switcher-fr-1-container .menu-item-has-children .sub-menu .menu-item {
  padding: 15px;
}
.navbar .menu-main-container .menu-item-has-children:hover ul, .navbar .menu-switcher-container .menu-item-has-children:hover ul, .navbar .menu-switcher-nl-1-container .menu-item-has-children:hover ul, .navbar .menu-switcher-fr-1-container .menu-item-has-children:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (max-width: 768px) {
  .navbar .menu-main-container .menu-item-has-children:hover ul, .navbar .menu-switcher-container .menu-item-has-children:hover ul, .navbar .menu-switcher-nl-1-container .menu-item-has-children:hover ul, .navbar .menu-switcher-fr-1-container .menu-item-has-children:hover ul {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
.navbar .menu-main-container .menu-item.wpml-ls-first-item, .navbar .menu-switcher-container .menu-item.wpml-ls-first-item, .navbar .menu-switcher-nl-1-container .menu-item.wpml-ls-first-item, .navbar .menu-switcher-fr-1-container .menu-item.wpml-ls-first-item {
  padding-right: 25px;
}
.navbar .menu-main-container a, .navbar .menu-switcher-container a, .navbar .menu-switcher-nl-1-container a, .navbar .menu-switcher-fr-1-container a {
  display: block;
  color: #03DB82;
  text-decoration: none;
}
.navbar .menu-main-container a:hover, .navbar .menu-switcher-container a:hover, .navbar .menu-switcher-nl-1-container a:hover, .navbar .menu-switcher-fr-1-container a:hover {
  color: #FF6B00;
}
.navbar .navigation--mobile,
.navbar .burger {
  display: none;
}

.header {
  width: 100%;
}
.header__main {
  width: 100%;
  height: calc(100vh - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 80px;
}
.header__main .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
.header__main .header_content .container_item {
  text-align: center;
  color: #ffffff;
}
.header__main .header_content .container_item h1 {
  font-size: 6vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__main .header_content .container_item h1 {
    font-size: 12vw;
  }
}
.header__main .header_content .container_item h2 {
  font-size: 1.75vw;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px 0 44px 0;
}
@media (max-width: 768px) {
  .header__main .header_content .container_item h2 {
    font-size: 4vw;
  }
}
.header__main .header_content .container_item .cta_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .header__main .header_content .container_item .cta_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__main .header_content .container_arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .logoContainer {
    width: 85% !important;
    height: 80px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .logoContainer .logo {
    padding-left: 33px;
  }
  /* Hamburger Menu */
  .burger {
    display: block !important;
    position: absolute;
    top: 45px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 22.5px;
    cursor: pointer;
  }
  .burger b {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #03DB82;
    border-radius: 25px;
  }
  .burger b:nth-child(1) {
    top: 0;
  }
  .burger b:nth-child(2) {
    top: 50%;
  }
  .burger b:nth-child(3) {
    top: 100%;
  }
  .navigation--switcher {
    width: unset !important;
  }
  .navigation--desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 999;
    height: calc(100vh - 80px);
    background-color: #ffffff;
    width: 300px;
    position: absolute;
    top: 80px;
    right: -300px;
  }
  .navigation--desktop .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style-type: none;
    padding: 0;
  }
  .navigation--desktop .menu-item {
    padding: 20px 5vw !important;
  }
  .navigation--desktop .menu-item-has-children {
    text-align: left !important;
  }
  .navigation--desktop .menu-item-has-children .sub-menu {
    display: none;
  }
  .navigation--desktop .menu-item-has-children .sub-menu .menu-item {
    padding: 14px 5vw !important;
  }
  .navigation--desktop .menu-item:hover .sub-menu {
    width: 100%;
    text-align: left !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation--desktop a {
    display: block;
    color: #03DB82;
    text-decoration: none;
  }
  .navigation--desktop a:hover {
    color: #FF6B00;
  }
  .menu-switcher-container #menu-switcher, .menu-switcher-container #menu-switcher-nl-1, .menu-switcher-container #menu-switcher-fr-1, .menu-switcher-nl-1-container #menu-switcher, .menu-switcher-nl-1-container #menu-switcher-nl-1, .menu-switcher-nl-1-container #menu-switcher-fr-1, .menu-switcher-fr-1-container #menu-switcher, .menu-switcher-fr-1-container #menu-switcher-nl-1, .menu-switcher-fr-1-container #menu-switcher-fr-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.red {
  color: #FF4338;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  color: #707070;
}
.footer .inner a {
  color: #707070;
}
.footer .inner p {
  margin-bottom: 5px;
}
.footer .inner .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .inner .menu-item:not(:last-child):after {
  content: "    -    ";
}
@media (max-width: 480px) {
  .footer .inner .menu-item:not(:last-child):after {
    content: "";
    margin: 0;
  }
}
@media (max-width: 480px) {
  .footer .inner .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.who__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}
@media (max-width: 992px) {
  .who__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0;
  }
}
.who__container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  text-align: justify;
}
@media (max-width: 992px) {
  .who__container__item {
    width: 100% !important;
  }
}
.who__container__item .cta_who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.who__container__item.first_child {
  width: 40%;
}
.who__container__item.mobile {
  display: none;
}
@media (max-width: 992px) {
  .who__container__item.mobile {
    display: block;
  }
}
.who__container__item .who__img {
  max-width: 460px;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 992px) {
  .who__container__item .who__img {
    max-width: 693px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.who__container__item__title {
  color: #FF6B00;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
.who__container__item__title.desktop {
  display: block;
}
@media (max-width: 992px) {
  .who__container__item__title.desktop {
    display: none;
  }
}
.who__container__item__title.mobile {
  display: none;
  font-size: 32px !important;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .who__container__item__title.mobile {
    display: block;
  }
}
.who__container__item__desc {
  color: #707070;
  font-size: 16px;
  margin: 24px 0 36px 0;
  line-height: 23px;
}

#managed {
  background-color: #F5F5F5;
}

.managed {
  margin: 80px 0;
}
.managed__title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #02B3E3;
}
.managed__desc {
  font-size: 16px;
  color: #707070;
  margin: 24px 0 36px 0;
  line-height: 23px;
}
@media (max-width: 992px) {
  .managed__desc {
    width: 100%;
  }
}
.managed .service__container {
  display: inline-block;
  width: 100%;
}
.managed .service__container .splide {
  background-color: #F5F5F5;
}
.managed .service__container .splide__pagination li button {
  height: 12px;
  border-radius: 50%;
  background-color: #707070;
  border: none;
  margin: 10px;
}
.managed .service__container .splide__pagination li button.is-active {
  background-color: #02B3E3;
}
.managed .service__container__item {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 46px 27px;
  background-color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.managed .service__container__item:visited__title {
  color: initial;
}
.managed .service__container__item:visited__desc {
  color: initial;
}
.managed .service__container__item__title {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #02B3E3;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 23px;
}
.managed .service__container__item__desc {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #707070;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.managed .service__container__item:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #02B3E3;
}
.managed .service__container__item:hover .service__container__item__title {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff !important;
}
.managed .service__container__item:hover .service__container__item__desc {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff !important;
}
.managed .service__container__item:hover .service__container__item__desc b {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff !important;
}
.managed .service__container__item:hover #icon #background {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #ffffff;
}
.managed .service__container__item:hover #icon #draw {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #02B3E3;
}
.managed .service__container__item #icon {
  max-width: 120px;
  padding-bottom: 30px;
}
.managed .service__container__item #icon #background {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #02B3E3;
}
.managed .service__container__item #icon #draw {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #ffffff;
}
@media (max-width: 768px) {
  .managed .service__container__item {
    padding: 35px 20px;
  }
}
@media (max-width: 480px) {
  .managed .service__container__item {
    padding: 25px 10px;
  }
}

.self {
  background-color: #ffffff;
  padding: 5% 0%;
  position: relative;
}
@media (max-width: 768px) {
  .self {
    margin: 0 15px;
  }
}
.self__title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #FF6B00;
}
.self__desc {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  margin: 24px 0 36px 0;
  text-align: justify;
}
.self__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .self__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.self__container__item {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 10px;
  background-color: #FF6B00;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 45px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .self__container__item {
    max-width: 100%;
  }
}
.self__container__item:first-child {
  margin: 0 10px 0 0;
}
.self__container__item:last-child {
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  .self__container__item {
    margin: 0;
    padding: 56px 21px;
  }
  .self__container__item:first-child {
    margin: 20px 0;
  }
  .self__container__item:last-child {
    margin: 0;
  }
}
.self__container__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.self__container__item__content__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.self__container__item__content__subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.self__container__item__content__desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: justify;
}

.brands__container .brands {
  background-color: #03DB82;
  padding: 50px 0 60px 0;
}
@media (max-width: 768px) {
  .brands__container .brands {
    padding: 50px 20px 60px;
  }
}
.brands__container .brands__title {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .brands__container .brands__title {
    font-size: 30px;
  }
}
.brands__container .brands .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.brands__container .brands .splide__arrows .splide__arrow {
  background-color: #03DB82;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.brands__container .brands .splide__arrows .splide__arrow svg {
  fill: #ffffff;
}
.brands__container .brands .splide__arrows .splide__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.brands__container .brands .splide__track {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.brands__container .brands .splide__slide {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
}
.brands__container .brands .splide__slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 150px;
}

.different__container {
  background-color: #f5f5f5;
  padding: 5% 0;
}
.different__container .different {
  width: 100%;
  background-color: #f5f5f5;
}
.different__container .different__block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #707070;
}
.different__container .different__block__content__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #03DB82;
}
.different__container .different__block__content__text {
  font-size: 16px;
  line-height: 23px;
  margin: 24px 0 36px 0;
}
.different__container .different__block__content__text b {
  color: #03DB82;
}
.different__container .different__background img {
  mix-blend-mode: multiply;
  margin: auto;
}

.cases__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .cases__block {
    margin: 30px 0;
  }
}
.cases__block .loadmore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.cases__title {
  color: #02B3E3;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cases .content__cases {
  margin-top: 10px;
}

.cases__container, .content__cases:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  height: 100%;
  gap: 10px;
}
@media (max-width: 992px) {
  .cases__container, .content__cases:not(:empty) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cases__container .cases__container__item, .content__cases:not(:empty) .cases__container__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cases__container .cases__container__item:nth-child(4n+1), .content__cases:not(:empty) .cases__container__item:nth-child(4n+1) {
  width: 34%;
  height: 389px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .cases__container .cases__container__item:nth-child(4n+1), .content__cases:not(:empty) .cases__container__item:nth-child(4n+1) {
    width: 100%;
    height: 100%;
  }
}
.cases__container .cases__container__item:nth-child(4n+2), .content__cases:not(:empty) .cases__container__item:nth-child(4n+2) {
  width: 65%;
  height: 389px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .cases__container .cases__container__item:nth-child(4n+2), .content__cases:not(:empty) .cases__container__item:nth-child(4n+2) {
    width: 100%;
    height: 100%;
  }
}
.cases__container .cases__container__item:nth-child(4n+3), .content__cases:not(:empty) .cases__container__item:nth-child(4n+3) {
  width: 64%;
  height: 549px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .cases__container .cases__container__item:nth-child(4n+3), .content__cases:not(:empty) .cases__container__item:nth-child(4n+3) {
    width: 100%;
    height: 100%;
  }
}
.cases__container .cases__container__item:nth-child(4n+4), .content__cases:not(:empty) .cases__container__item:nth-child(4n+4) {
  width: 35%;
  height: 549px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .cases__container .cases__container__item:nth-child(4n+4), .content__cases:not(:empty) .cases__container__item:nth-child(4n+4) {
    width: 100%;
    height: 100%;
  }
}
.cases__container .cases__container__item__content, .content__cases:not(:empty) .cases__container__item__content {
  background-color: rgba(2, 179, 227, 0.95);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.cases__container .cases__container__item__content h3, .content__cases:not(:empty) .cases__container__item__content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 27px;
}
.cases__container .cases__container__item__content__cta, .content__cases:not(:empty) .cases__container__item__content__cta {
  margin-top: 27px;
}
.cases__container .cases__container__item:hover .cases__container__item__content, .content__cases:not(:empty) .cases__container__item:hover .cases__container__item__content {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}

.case h1 {
  font-size: 40px;
  font-weight: bold;
  color: #02B3E3;
  text-transform: uppercase;
}
.case h2 {
  font-size: 24px;
  font-weight: bold;
  color: #02B3E3;
}
.case p {
  font-size: 16px;
  color: #707070;
}
.case p b {
  color: #02B3E3;
}
.case .return_btn {
  background-color: #02B3E3;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  margin-left: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.case .return_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case .return_btn b {
  width: 30px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
}
.case .return_btn b:first-child {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.case .return_btn b:last-child {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.case .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 37px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .case .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.case .intro__img {
  width: 444px;
  height: auto;
}
@media (max-width: 768px) {
  .case .intro__img {
    width: 100%;
  }
}
.case .intro__img img {
  width: 100%;
  height: auto;
}
.case .intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.case .intro__content_pictos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.case .todo__container {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 10px 10px;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .case .todo__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .case .todo__container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.case .todo__container_item {
  text-align: center;
  border: #02B3E3 1px solid;
  padding: 15px 0;
}
.case .todo__container_item h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.case .results__container {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5px 5px;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .case .results__container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.case .results__container_item {
  color: #ffffff;
  text-align: center;
  background-color: #02B3E3;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .case .results__container_item {
    padding: 20px 10px;
  }
}
.case .results__container_item h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .case .results__container_item h2 {
    font-size: 36px;
  }
}
.case .results__container_item p {
  color: #ffffff;
}

.copyright {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  background-color: #02B3E3;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .copyright {
    padding: 10px;
  }
}
.copyright p {
  color: #ffffff;
  font-size: 14px;
}

.form {
  background-color: #02B3E3;
  padding: 5% 0%;
}
.form h2, .form h3, .form label, .form .mandatory {
  color: #ffffff;
}
.form h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.form h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.form__content {
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .form__content {
    max-width: 100%;
    padding: 0 25px;
  }
}
.form__content__home {
  width: 100%;
}
.form__content__home__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .form__content__home__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__content__home__row:last-child {
  margin-top: 30px;
}
.form__content__home__row--bloc {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.form__content__home__row--bloc:first-child {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .form__content__home__row--bloc {
    width: 100%;
  }
  .form__content__home__row--bloc:first-child {
    margin-right: 0;
  }
}
.form__content__home__row--bloc.subject, .form__content__home__row--bloc.message {
  width: 100%;
  margin-right: 0;
}
.form__content__home__row--bloc .input-text, .form__content__home__row--bloc .input-tel, .form__content__home__row--bloc .input-textarea {
  border: none;
  background-color: #ffffff;
  padding: 8px 15px;
  resize: none;
  margin-top: 5px;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.form__content__home__row--bloc .input-text:focus, .form__content__home__row--bloc .input-tel:focus, .form__content__home__row--bloc .input-textarea:focus {
  border: 2px solid #02B3E3;
}
.form__content__home__row--bloc .input-textarea {
  min-height: 150px;
}
@media (max-width: 768px) {
  .form__content__home__row--bloc .input-textarea {
    min-height: 285px;
  }
}
.form__content__home__row--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.orange {
  color: #FF6B00;
}

.blue {
  color: #02B3E3;
}

.green {
  color: #03DB82;
}

.services h1 {
  color: #02B3E3;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: bold;
}
.services h2 {
  color: #02B3E3;
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: bold;
}
.services p {
  color: #707070;
  margin: 15px 0;
}
.services .title {
  margin-bottom: 25px;
}
.services .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .services .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services .intro__img {
  width: 352px;
  height: 330px;
}
@media (max-width: 768px) {
  .services .intro__img {
    width: 100%;
    height: auto;
  }
}
.services .intro__img img {
  width: 100%;
  height: auto;
}
.services .intro__content {
  width: 69%;
}
@media (max-width: 768px) {
  .services .intro__content {
    width: 100%;
    height: auto;
  }
}
.services .usp1, .services .usp2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.services .usp1 ul, .services .usp2 ul {
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: none;
}
.services .usp1 ul li, .services .usp2 ul li {
  color: #707070;
}
.services .usp1 ul li::before, .services .usp2 ul li::before {
  content: "•";
  color: #02B3E3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.services .usp1 img, .services .usp2 img {
  width: 100%;
  height: auto;
}

.team h1 {
  color: #02B3E3;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.team .members__container {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 50px 15px;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .team .members__container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 480px) {
  .team .members__container {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.team .members__container_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.team .members__container_item--img {
  position: relative;
  max-width: 360px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.team .members__container_item--img .filter {
  background-color: #FF6B00;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.team .members__container_item--img .filter:hover {
  opacity: 0.5;
}
.team .members__container_item--details .name {
  color: #02B3E3;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.team .members__container_item--details .name:hover {
  color: #FF6B00;
}
.team .members__container_item--details p {
  color: #707070;
  font-size: 14px;
  margin: 10px 0;
}
.team .members__container_item--details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.team .members__container_item--details-social a {
  background-color: #02B3E3;
  color: #ffffff;
  text-decoration: none;
  padding: 7px 9px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.team .members__container_item--details-social a span {
  left: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  min-width: 130px;
}
.team .members__container_item--details-social a:hover {
  background-color: #FF6B00;
}
.team .members__container_item--details-social a img {
  display: inline-block;
  width: 23px;
  height: 23px;
}
.team .members__container_item--details-social a.tel {
  padding: 9px 8px;
}
.team .members__container_item--details-social a.tel:hover {
  width: 185px;
}

.member__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 480px) {
  .member__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member__description_side {
  width: 25%;
  position: relative;
}
@media (max-width: 992px) {
  .member__description_side {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .member__description_side {
    width: 90%;
  }
}
.member__description_side--info {
  background-color: #FF6B00;
  color: #ffffff;
  padding: 16px 25px;
  position: relative;
  width: 302px;
  bottom: 40px;
  right: -45px;
}
@media (max-width: 992px) {
  .member__description_side--info {
    width: 285px;
    right: -20px;
  }
}
@media (max-width: 768px) {
  .member__description_side--info {
    right: -75px;
  }
}
.member__description_side--info h1 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .member__description_side--info h1 {
    font-size: 20px;
  }
}
.member__description_side--info h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}
.member__description_side--info a {
  color: #ffffff;
}
.member__description_side--info a.mail {
  margin-bottom: 5px;
}
.member__description_side--info a.linkedin {
  margin-top: 25px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 7px 9px;
  border-radius: 50px;
  display: block;
}
.member__description_side--info a.linkedin img {
  display: inline-block;
  width: 23px;
  height: 23px;
}
.member__description_biography {
  width: 75%;
  color: #707070;
  font-size: 16px;
}
@media (max-width: 480px) {
  .member__description_biography {
    margin-top: -70px;
    width: 100%;
  }
}
.member__description_biography p {
  margin-bottom: 25px;
}
.member hr {
  border: #FF6B00 1px solid;
  margin-top: 40px;
  margin-bottom: 70px;
}
.member__cv {
  margin-bottom: 50px;
}
.member__cv_item {
  margin-bottom: 25px;
  color: #707070;
  font-size: 16px;
  line-height: 1.2;
}
.member__cv_item--date, .member__cv_item--poste {
  text-transform: uppercase;
  color: #FF6B00;
  font-weight: bold;
}
.member .return_btn {
  background-color: #FF6B00;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  margin-left: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.member .return_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.member .return_btn b {
  width: 30px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
}
.member .return_btn b:first-child {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.member .return_btn b:last-child {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.privacy {
  padding-top: 120px;
}
.privacy p {
  padding: 5px 0 15px 5px;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide-core.min.css ***!
  \***********************************************************************************************************************************************************************************************/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*# sourceMappingURL=app.css.map*/