:root {
  --logo-color: 255, 255, 255;
  --flamingo-logo: 255, 255, 255; }

.navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #f0f0f0;
  z-index: 50;
  -webkit-transform: translateX(-180px);
          transform: translateX(-180px);
  transition: all 0.3s ease-in-out; }
  .navigation.contact-navigation {
    background-color: transparent;
    background-image: linear-gradient(180deg, #81cce3 0%, #008c9a 100%); }
    .navigation.contact-navigation .menu-icon, .navigation.contact-navigation .menu-language {
      color: #FFF; }
    .navigation.contact-navigation ul li.hvr-underline-from-center::before {
      background-color: #FFF; }
    .navigation.contact-navigation ul li a {
      color: #FFF !important; }
  @media screen and (max-width: 1024px) {
    .navigation {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  .navigation .logo-small {
    position: absolute;
    top: 15px;
    right: 12px;
    opacity: 1;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    height: 40px;
    width: 40px; }
    .navigation .logo-small img {
      height: auto;
      max-width: 100%; }
  .navigation .navigation-inner {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-in-out; }
    .navigation .navigation-inner .navigation-top {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      text-align: center; }
      @media screen and (max-height: 460px) {
        .navigation .navigation-inner .navigation-top {
          position: static; } }
      .navigation .navigation-inner .navigation-top .logo-big {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        transition-duration: 0.3s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-timing-function: ease-out; }
        .navigation .navigation-inner .navigation-top .logo-big img {
          height: auto;
          width: 100px; }
    .navigation .navigation-inner ul {
      list-style-type: none;
      padding: 0;
      margin: 0 auto;
      font-size: 20px;
      width: 90%; }
      .navigation .navigation-inner ul li {
        text-align: center; }
        .navigation .navigation-inner ul li:hover {
          transition: .2s all ease-in-out; }
        .navigation .navigation-inner ul li a {
          color: #1D7FB7;
          width: 100%;
          height: 100%;
          display: inline-block;
          padding: 10px;
          text-transform: capitalize; }
          .navigation .navigation-inner ul li a:hover {
            text-decoration: none; }
    .navigation .navigation-inner .navigation-bottom {
      position: absolute;
      bottom: 75px;
      left: 0;
      right: 0; }
      .navigation .navigation-inner .navigation-bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        font-size: 16px; }
        .navigation .navigation-inner .navigation-bottom ul:hover li {
          opacity: 1;
          visibility: visible; }
        .navigation .navigation-inner .navigation-bottom ul li {
          position: relative;
          color: white;
          width: auto;
          opacity: 0;
          visibility: hidden;
          transition: opacity .5s ease-in-out;
          padding: 5px 10px; }
          .navigation .navigation-inner .navigation-bottom ul li:last-child {
            opacity: 1;
            visibility: visible; }
            .navigation .navigation-inner .navigation-bottom ul li:last-child a {
              width: auto;
              padding-right: 10px; }
          .navigation .navigation-inner .navigation-bottom ul li a {
            padding: 0 10px; }
            .navigation .navigation-inner .navigation-bottom ul li a.active-language {
              color: #035369; }
  .navigation .menu-language {
    bottom: 0px;
    font-size: 16px;
    right: 26px;
    text-transform: capitalize; }
  .navigation .menu-icon, .navigation .menu-language {
    position: absolute;
    color: #1D7FB7;
    visibility: visible;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.2s ease-in-out; }
  .navigation .menu-icon {
    top: 50%;
    right: 21px;
    font-size: 21px; }

.mobile-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  z-index: 49;
  border-bottom: none; }
  .mobile-nav.contact-navigation {
    background-color: transparent; }
  @media screen and (max-width: 1024px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav .logo-mobile, .mobile-nav .return-mobile {
    position: absolute;
    top: 50%;
    left: 18px;
    opacity: 1;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    height: auto;
    width: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mobile-nav .logo-mobile img, .mobile-nav .return-mobile img {
      height: auto;
      max-width: 100%; }
  .mobile-nav .return-mobile {
    display: none;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer; }
  .mobile-nav .mobile-menu-trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 29px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease-in-out; }
    .mobile-nav .mobile-menu-trigger > span {
      top: 50%;
      margin-top: -2px; }
    .mobile-nav .mobile-menu-trigger > span, .mobile-nav .mobile-menu-trigger > span:before, .mobile-nav .mobile-menu-trigger > span:after {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      background-color: #1D7FB7;
      transition: all 0.3s ease-in-out; }
    .mobile-nav .mobile-menu-trigger > span:before {
      top: -7px; }
    .mobile-nav .mobile-menu-trigger > span:after {
      bottom: -7px; }

@-webkit-keyframes moveclouds {
  from {
    right: -100%; }
  to {
    right: 220%; } }

@keyframes moveclouds {
  from {
    right: -100%; }
  to {
    right: 220%; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } }

@keyframes pulse {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes growing {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

@keyframes growing {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); } }

@-webkit-keyframes appear {
  0% {
    -webkit-transform: translate(-50%, -50%) scaleX(0);
            transform: translate(-50%, -50%) scaleX(0); }
  25% {
    -webkit-transform: translate(-50%, -50%) scaleX(0.25);
            transform: translate(-50%, -50%) scaleX(0.25); }
  50% {
    -webkit-transform: translate(-50%, -50%) scaleX(0.5);
            transform: translate(-50%, -50%) scaleX(0.5); }
  75% {
    -webkit-transform: translate(-50%, -50%) scaleX(1.1);
            transform: translate(-50%, -50%) scaleX(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
            transform: translate(-50%, -50%) scaleX(1); } }

@keyframes appear {
  0% {
    -webkit-transform: translate(-50%, -50%) scaleX(0);
            transform: translate(-50%, -50%) scaleX(0); }
  25% {
    -webkit-transform: translate(-50%, -50%) scaleX(0.25);
            transform: translate(-50%, -50%) scaleX(0.25); }
  50% {
    -webkit-transform: translate(-50%, -50%) scaleX(0.5);
            transform: translate(-50%, -50%) scaleX(0.5); }
  75% {
    -webkit-transform: translate(-50%, -50%) scaleX(1.1);
            transform: translate(-50%, -50%) scaleX(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
            transform: translate(-50%, -50%) scaleX(1); } }

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #FFF; } }
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #FFF; } }

.hvr-underline-from-center {
  vertical-align: middle;
  position: relative; }
  .hvr-underline-from-center:hover::before, .hvr-underline-from-center:focus::before, .hvr-underline-from-center:active::before {
    left: 30%;
    right: 30%; }
  .hvr-underline-from-center::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    z-index: -1;
    background: #2098D1;
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }

.hvr-underline-to-nothing {
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-underline-to-nothing:hover::before, .hvr-underline-to-nothing:focus::before, .hvr-underline-to-nothing:active::before, .hvr-underline-to-nothing.active::before {
    left: 100%;
    right: 100%; }
  .hvr-underline-to-nothing:hover, .hvr-underline-to-nothing:focus, .hvr-underline-to-nothing:active {
    color: #7f80c0; }
  .hvr-underline-to-nothing::before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0;
    z-index: -1;
    background: rgba(100, 100, 100, 0.5);
    height: 1px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }

@font-face {
  font-family: gothic-normal;
  src: url(../css/fonts/GOTHIC.woff); }

@font-face {
  font-family: gothic-bold;
  src: url(../css/fonts/GOTHICB.woff); }

html, body {
  height: 100%;
  width: 100%; }
  html.impressum, body.impressum {
    min-height: 100vh;
    height: auto; }

body {
  position: relative;
  font-family: gothic-normal !important; }
  body .page-cover {
    position: fixed;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 49;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    background-color: black; }
  @media screen and (max-width: 1024px) {
    body.Home .navigation, body.Home .mobile-nav {
      background-color: white; } }
  body.Home .navigation.transparent-background, body.Home .mobile-nav.transparent-background {
    background-color: transparent !important; }
  body.design + .animsition-loading {
    border-left: 5px solid white; }
  body.design .navigation {
    background-color: #eca593; }
    body.design .navigation .menu-icon, body.design .navigation .menu-language {
      color: #FFF; }
    body.design .navigation ul li.hvr-underline-from-center::before {
      background-color: #FFF; }
    body.design .navigation ul li a {
      color: #FFF; }
    body.design .navigation .navigation-bottom a.active-language {
      color: #cc5d46 !important; }
  body.design .mobile-nav {
    background-color: #eca593; }
    body.design .mobile-nav .mobile-menu-trigger > span, body.design .mobile-nav .mobile-menu-trigger > span:before, body.design .mobile-nav .mobile-menu-trigger > span:after {
      background-color: #FFF; }
  body.timeline .navigation .menu-icon, body.timeline .navigation .menu-language {
    color: #7f80c0; }
  body.timeline .navigation ul li.hvr-underline-from-center::before {
    background-color: #7f80c0; }
  body.timeline .navigation ul li a {
    color: #7f80c0; }
  body.timeline .navigation .navigation-bottom a.active-language {
    color: #7f80c0 !important; }
  body.timeline .mobile-nav .mobile-menu-trigger > span, body.timeline .mobile-nav .mobile-menu-trigger > span:before, body.timeline .mobile-nav .mobile-menu-trigger > span:after {
    background-color: #7f80c0; }
  @media screen and (max-width: 1024px) {
    body.timeline .logo-mobile {
      display: none; } }
  @media screen and (max-width: 1025px) {
    body.development {
      height: auto; } }
  body.development .navigation {
    background-color: black; }
    body.development .navigation .menu-icon, body.development .navigation .menu-language {
      color: #FFF; }
    body.development .navigation ul li.hvr-underline-from-center::before {
      background-color: #FFF; }
    body.development .navigation ul li a {
      color: #FFF; }
    body.development .navigation .navigation-bottom a.active-language {
      color: #505050 !important; }
  body.development .mobile-nav {
    background-color: black; }
    body.development .mobile-nav .return-mobile {
      color: #FFF; }
    body.development .mobile-nav .mobile-menu-trigger > span, body.development .mobile-nav .mobile-menu-trigger > span:before, body.development .mobile-nav .mobile-menu-trigger > span:after {
      background-color: #FFF; }
  body.development + .animsition-loading {
    border-left: 5px solid black; }
  body.consulting .navigation {
    background-color: #006b8d; }
    body.consulting .navigation .menu-icon, body.consulting .navigation .menu-language {
      color: #FFF; }
    body.consulting .navigation ul li.hvr-underline-from-center::before {
      background-color: #FFF; }
    body.consulting .navigation ul li a {
      color: #FFF; }
    body.consulting .navigation .navigation-bottom a.active-language {
      color: #67c5df !important; }
  body.consulting .mobile-nav .mobile-menu-trigger > span, body.consulting .mobile-nav .mobile-menu-trigger > span:before, body.consulting .mobile-nav .mobile-menu-trigger > span:after {
    background-color: #FFF; }
  @media screen and (max-width: 1024px) {
    body.consulting .navigation, body.consulting .mobile-nav {
      background-color: #006b8d; } }
  @media screen and (max-width: 1024px) {
    body.impressum .navigation, body.impressum .mobile-nav {
      background-color: white; } }
  @media screen and (max-width: 1024px) {
    body.Press .navigation, body.Press .mobile-nav {
      background-color: white; } }
  body.menu-open .navigation {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    body.menu-open .navigation .navigation-inner {
      opacity: 1;
      visibility: visible; }
    body.menu-open .navigation .menu-icon, body.menu-open .navigation .menu-language {
      opacity: 0;
      visibility: hidden; }
    body.menu-open .navigation .logo-small {
      opacity: 0; }
    body.menu-open .navigation .logo-big {
      -webkit-animation-name: hvr-icon-pop;
              animation-name: hvr-icon-pop;
      -webkit-animation-duration: .6s;
              animation-duration: .6s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
  body.menu-open .mobile-menu-trigger {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    body.menu-open .mobile-menu-trigger > span {
      background: transparent !important; }
    body.menu-open .mobile-menu-trigger > span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.menu-open .mobile-menu-trigger > span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  body.menu-open .page-cover {
    opacity: .3;
    visibility: visible; }
  body .edutec-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
    display: none;
    opacity: 0;
    z-index: 1;
    transition: 1s opacity ease-in-out; }
    body .edutec-logo.show {
      opacity: 1; }
  body .show {
    display: block; }
  body .hide {
    display: none; }
  body .hide-from-desktop {
    display: none; }
    @media screen and (max-width: 1024px) {
      body .hide-from-desktop {
        display: block; } }
  body .display-opacity {
    opacity: 1 !important;
    transition: 1s opacity ease-in-out; }
  body .hide-opacity {
    opacity: 0 !important;
    transition: 1s opacity ease-in-out; }
  body .white-nav {
    background: white;
    color: black; }
    body .white-nav:after {
      background: #c8c8c8; }
  body .arrow::before, body .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% + 1.5px);
    left: 50%;
    width: 40%;
    height: 3px;
    background-color: white; }
  body .arrow::before {
    -webkit-transform: translate(-50%, -100%) rotate(40deg);
            transform: translate(-50%, -100%) rotate(40deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  body .arrow::after {
    -webkit-transform: translate(-50%, -50%) rotate(-40deg);
            transform: translate(-50%, -50%) rotate(-40deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  body .arrow.right {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  body #back, body .back {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    padding: 2px 10px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 10%;
    top: 20px;
    z-index: 1; }
    body #back:hover, body .back:hover {
      text-decoration: none; }
    body #back.modal-back, body .back.modal-back {
      position: static;
      margin: 20px auto 0 auto;
      text-align: center;
      width: 250px; }
      @media screen and (min-width: 1025px) {
        body #back.modal-back, body .back.modal-back {
          display: none; } }
  @media screen and (min-width: 768px) {
    body .mobile-wrapper {
      display: none !important; } }
  body .mobile-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-image: linear-gradient(180deg, rgba(129, 204, 227, 0.9) 0%, rgba(0, 140, 154, 0.9) 100%), url(../css/background_images/Creative_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
  body .mobile-layout {
    display: flex !important; }
    @media screen and (min-width: 768px) {
      body .mobile-layout {
        display: none !important; } }
  body .tablet-layout {
    display: none !important; }
    @media screen and (min-width: 768px) {
      body .tablet-layout {
        display: flex !important; } }
    @media screen and (min-width: 1025px) {
      body .tablet-layout {
        display: none !important; } }
  body #consulting-main-container {
    position: relative;
    background: #67c5df;
    background-position: right center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      body #consulting-main-container {
        min-height: 100vh; } }
    body #consulting-main-container #map-container {
      position: absolute;
      top: 3.09%;
      right: -.8%;
      height: 80vh;
      width: 450px;
      background: transparent;
      transition: .4s; }
      body #consulting-main-container #map-container .leaflet-control {
        display: none; }
      @media screen and (max-width: 1180px) {
        body #consulting-main-container #map-container {
          right: -0.91%; } }
      @media screen and (max-width: 1024px) {
        body #consulting-main-container #map-container {
          display: none; } }
    body #consulting-main-container .map-shape {
      position: absolute;
      top: -15%;
      right: 0;
      z-index: -1;
      height: 130%; }
      @media screen and (max-width: 1024px) {
        body #consulting-main-container .map-shape {
          display: none; } }
    body #consulting-main-container .cloud-container {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0;
      opacity: .4;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        body #consulting-main-container .cloud-container {
          opacity: .6; } }
      body #consulting-main-container .cloud-container .cloud_1, body #consulting-main-container .cloud-container .cloud_2, body #consulting-main-container .cloud-container .cloud_3 {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
        body #consulting-main-container .cloud-container .cloud_1 img, body #consulting-main-container .cloud-container .cloud_2 img, body #consulting-main-container .cloud-container .cloud_3 img {
          position: relative; }
    body #consulting-main-container .inner-consulting-container {
      padding-left: 0px;
      margin: 0 auto;
      width: 90%; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        body #consulting-main-container .inner-consulting-container {
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: 100vh;
          height: calc(var(--vh, 1vh) * 100); } }
      @media screen and (min-width: 1025px) {
        body #consulting-main-container .inner-consulting-container {
          margin: auto;
          padding-left: 0px;
          width: 80%; } }
      body #consulting-main-container .inner-consulting-container h1 {
        color: white;
        font-size: 30px;
        font-weight: bold;
        padding-top: 80px;
        position: relative;
        z-index: 1;
        text-align: center; }
        @media screen and (min-width: 1025px) {
          body #consulting-main-container .inner-consulting-container h1 {
            font-size: calc(40px + .1vw);
            text-align: left; } }
        @media screen and (max-width: 1024px) {
          body #consulting-main-container .inner-consulting-container h1 br {
            display: none; } }
      body #consulting-main-container .inner-consulting-container #consulting-tabs-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 60px;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 1025px) {
          body #consulting-main-container .inner-consulting-container #consulting-tabs-container {
            width: 60%; } }
        @media screen and (min-width: 768px) {
          body #consulting-main-container .inner-consulting-container #consulting-tabs-container {
            flex-direction: row;
            justify-content: space-between; } }
        body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure {
          width: 50%;
          max-width: 13rem;
          height: auto;
          margin: 20px auto; }
          @media screen and (min-width: 1025px) {
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure:first-child {
              margin-left: 0; } }
          @media screen and (min-width: 768px) {
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure {
              width: calc(100% / 3 - 40px); } }
          body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure .image {
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            margin: 0 auto;
            padding-top: calc(100% - 10px);
            border: 5px solid white;
            border-radius: 50%;
            cursor: pointer; }
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure .image.communes {
              background-image: url(../css/background_images/p2.jpg); }
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure .image.mesure {
              background-image: url(../css/background_images/p3.jpg);
              background-position: left; }
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure .image.coaching {
              background-image: url(../css/background_images/p4.jpg);
              background-position: left; }
            body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure .image:hover {
              box-shadow: 0 0 10px 5px rgba(69, 170, 226, 0.4); }
          body #consulting-main-container .inner-consulting-container #consulting-tabs-container > figure figcaption {
            width: 21rem;
            max-width: 100%;
            color: white;
            font-size: calc(18px + .1vw);
            text-align: center;
            margin-top: 30px;
            font-weight: bold; }
      body #consulting-main-container .inner-consulting-container .button-container {
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 100%;
        margin-top: 30px; }
        @media screen and (min-width: 1025px) {
          body #consulting-main-container .inner-consulting-container .button-container {
            margin-top: 5%; } }
        body #consulting-main-container .inner-consulting-container .button-container > a {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 10px 20px;
          color: #FFF;
          text-align: center;
          border-bottom-right-radius: 20px;
          font-weight: bold;
          font-size: 20px;
          background-image: linear-gradient(to right, #7b65ca 0%, #45aae2 100%); }
          @media screen and (min-width: 1025px) {
            body #consulting-main-container .inner-consulting-container .button-container > a {
              display: inline-block;
              width: auto;
              margin: auto; } }
          body #consulting-main-container .inner-consulting-container .button-container > a:hover {
            text-decoration: none;
            color: #FFF; }
        body #consulting-main-container .inner-consulting-container .button-container p {
          color: white;
          font-size: 1em;
          padding-top: 10px;
          width: 90%; }
          body #consulting-main-container .inner-consulting-container .button-container p a {
            color: white;
            text-decoration: none; }
  body .consulting-description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
    width: 100%;
    background-color: #67c5df;
    padding-top: 80px; }
    @media screen and (min-width: 768px) {
      body .consulting-description {
        padding-top: 0;
        min-height: 0;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100); } }
    body .consulting-description .information {
      position: relative;
      z-index: 1;
      height: auto;
      width: 90%;
      max-width: 800px;
      margin: 0 auto;
      color: white;
      font-weight: bold; }
      @media screen and (min-width: 1025px) {
        body .consulting-description .information {
          width: 60%;
          padding-left: 60px; } }
      body .consulting-description .information h2 {
        position: relative;
        width: auto;
        height: auto;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em !important; }
        @media screen and (min-width: 768px) {
          body .consulting-description .information h2 {
            height: 50px;
            font-size: 2em; } }
        body .consulting-description .information h2:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: -12px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 40px;
          background-color: white; }
          @media screen and (min-width: 768px) {
            body .consulting-description .information h2:after {
              bottom: 0px; } }
      body .consulting-description .information article {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 27rem;
        text-align: justify;
        margin: 20px 0;
        font-size: calc(12px + .4vw); }
        body .consulting-description .information article p, body .consulting-description .information article ul, body .consulting-description .information article ol {
          width: 100%; }
        @media screen and (min-width: 1025px) {
          body .consulting-description .information article {
            font-size: 1em;
            height: 27rem;
            min-height: 0; } }
        body .consulting-description .information article ul {
          list-style-type: none; }
          body .consulting-description .information article ul li::before {
            content: "-";
            margin-right: .5rem; }
      body .consulting-description .information .formation-select-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding-bottom: 60px; }
        @media screen and (min-width: 768px) {
          body .consulting-description .information .formation-select-container {
            flex-direction: row;
            align-items: stretch;
            justify-content: center;
            padding-bottom: 0px; } }
        body .consulting-description .information .formation-select-container span {
          display: inline-block;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px;
          padding: 10px 20px;
          border-bottom-right-radius: 20px;
          border-bottom-left-radius: 20px;
          font-weight: bold;
          font-size: 16px;
          text-align: center;
          background: linear-gradient(to right, #7b65ca 0%, #45aae2 100%);
          cursor: pointer;
          transition: .6s; }
          body .consulting-description .information .formation-select-container span.active, body .consulting-description .information .formation-select-container span:hover {
            background: white;
            color: #67c5df;
            transition: .6s; }
          @media screen and (min-width: 768px) {
            body .consulting-description .information .formation-select-container span {
              width: 100%;
              margin-right: 10px;
              margin-bottom: 0; } }
    body .consulting-description .top {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      height: 30px;
      z-index: 1;
      transition: 500ms opacity ease-in-out;
      width: 100%;
      color: white;
      font-size: 16px;
      font-weight: bold;
      background-image: linear-gradient(to right, rgba(123, 101, 202, 0.4) 0%, rgba(69, 170, 226, 0.4) 100%);
      cursor: pointer; }
      @media screen and (min-width: 1025px) {
        body .consulting-description .top {
          padding-left: 30px; } }
  body .timeline-back {
    position: fixed;
    top: 18px;
    left: 10vw;
    justify-content: flex-start;
    color: white;
    z-index: 49;
    transition: .4s; }
    @media screen and (max-width: 1024px) {
      body .timeline-back {
        left: 18px;
        color: #7f80c0; } }
    body .timeline-back span:first-child {
      display: inline-block;
      padding: .25rem 1.5rem;
      border: 2px solid white;
      font-weight: bolder; }
    body .timeline-back:hover {
      text-decoration: none;
      color: #7f80c0;
      background: white;
      transition: .4s; }
      body .timeline-back:hover span {
        border: 2px solid #7f80c0; }
  body #timeline-main-container {
    display: flex;
    background: white;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    body #timeline-main-container .image-container {
      height: 100%;
      width: 80%;
      min-width: 1000px;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        body #timeline-main-container .image-container {
          display: none; } }
      body #timeline-main-container .image-container .color-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(127, 128, 192, 0.8); }
      body #timeline-main-container .image-container .text-container {
        position: relative;
        text-align: justify;
        color: white;
        width: 50%;
        max-width: 700px;
        height: 59%;
        left: 10vw;
        font-size: calc(10px + .4vw);
        word-break: break-word;
        text-shadow: 1px 1px 5px #202354; }
        @media screen and (max-width: 1130px) {
          body #timeline-main-container .image-container .text-container {
            width: 40%; } }
        body #timeline-main-container .image-container .text-container h1 {
          text-align: left;
          font-size: 30px;
          margin-bottom: 20px; }
        body #timeline-main-container .image-container .text-container span {
          position: absolute;
          bottom: 0;
          right: 0; }
          body #timeline-main-container .image-container .text-container span a {
            color: white;
            cursor: pointer; }
            body #timeline-main-container .image-container .text-container span a:hover {
              text-decoration: none; }
        body #timeline-main-container .image-container .text-container .content {
          position: relative;
          height: 70%;
          overflow-y: auto;
          margin-bottom: 20px; }
          body #timeline-main-container .image-container .text-container .content .real-content {
            padding-right: 20px;
            height: 100%;
            overflow-y: auto; }
          body #timeline-main-container .image-container .text-container .content .bottom-gradient {
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4em;
            pointer-events: none;
            background: linear-gradient(to bottom, rgba(127, 128, 192, 0), rgba(127, 128, 192, 0.5) 100%); }
    body #timeline-main-container .tilted-container {
      height: 100%;
      width: 50%;
      min-width: 600px;
      background: #FFF;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg);
      position: absolute;
      right: 0;
      display: flex;
      justify-content: center;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        body #timeline-main-container .tilted-container {
          -webkit-transform: none;
                  transform: none;
          width: 100%;
          min-width: 300px;
          align-items: center; } }
      body #timeline-main-container .tilted-container #scrollicon-timeline {
        position: absolute;
        z-index: 1;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        right: -40px;
        width: 15px;
        transition: opacity 1s ease-in-out; }
        @media screen and (max-width: 1024px) {
          body #timeline-main-container .tilted-container #scrollicon-timeline {
            display: none; } }
      body #timeline-main-container .tilted-container #timeline-container {
        position: absolute;
        top: 27%;
        height: 50vh;
        width: 60%;
        -webkit-transform: skewX(20deg);
                transform: skewX(20deg);
        left: 15%; }
        @media screen and (max-width: 1350px) {
          body #timeline-main-container .tilted-container #timeline-container {
            -webkit-transform: skewX(20deg) translateX(-2vw);
                    transform: skewX(20deg) translateX(-2vw); } }
        @media screen and (max-width: 1024px) {
          body #timeline-main-container .tilted-container #timeline-container {
            -webkit-transform: none;
                    transform: none;
            position: static;
            width: 90%;
            max-width: 700px;
            height: 80%; } }
        body #timeline-main-container .tilted-container #timeline-container #timeline-mobile-header {
          display: none;
          margin-bottom: 20px;
          margin-top: 10px;
          color: #7f80c0;
          text-align: right;
          border: none;
          font-weight: bold;
          font-size: 1.25rem; }
          @media screen and (max-width: 1024px) {
            body #timeline-main-container .tilted-container #timeline-container #timeline-mobile-header {
              display: block; } }
        body #timeline-main-container .tilted-container #timeline-container h1 {
          border-bottom: 2px solid rgba(30, 30, 30, 0.8);
          text-align: right;
          width: 100%;
          color: rgba(30, 30, 30, 0.8);
          font-size: calc(17px + .3vw);
          cursor: pointer;
          position: relative;
          z-index: 9999;
          letter-spacing: 1px;
          font-weight: bold;
          margin-bottom: 20px; }
        body #timeline-main-container .tilted-container #timeline-container .timeline {
          max-height: 0%;
          width: 100%;
          transition: max-height 1s ease-in-out;
          overflow: hidden;
          position: relative; }
          body #timeline-main-container .tilted-container #timeline-container .timeline .top-gradient, body #timeline-main-container .tilted-container #timeline-container .timeline .bottom-gradient {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 15%;
            z-index: 99999; }
          body #timeline-main-container .tilted-container #timeline-container .timeline .top-gradient {
            top: 0;
            background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
          body #timeline-main-container .tilted-container #timeline-container .timeline .bottom-gradient {
            bottom: 0;
            background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
          body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem {
            width: 100%;
            height: 15rem;
            padding-right: .5rem;
            overflow: auto; }
            body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem .slick-list {
              overflow: visible;
              position: relative;
              z-index: 9998;
              display: flex;
              color: rgba(80, 80, 80, 0.5); }
              body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem .slick-list .slick-active {
                color: #7f80c0;
                font-weight: bold; }
            body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5 {
              width: 100% !important;
              cursor: pointer;
              padding: 10px 0;
              font-size: calc(14px + .2vw);
              text-align: right; }
              @media screen and (max-width: 768px) {
                body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5 {
                  padding-left: .5rem;
                  text-align: left; }
                  body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5:hover, body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5:focus, body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5:active, body #timeline-main-container .tilted-container #timeline-container .timeline .timelineItem h5.active {
                    color: white;
                    background-color: #7f80c0; } }
          body #timeline-main-container .tilted-container #timeline-container .timeline.open-timeline {
            max-height: 80%;
            transition: max-height 1s ease-in-out; }
            @media screen and (max-width: 768px) {
              body #timeline-main-container .tilted-container #timeline-container .timeline.open-timeline {
                max-height: 50%; } }
  body.timeline .information {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 5%;
    right: 5%;
    z-index: 1; }
    body.timeline .information .text {
      order: 1;
      position: relative;
      margin-left: 1.5rem;
      padding-right: .5rem;
      margin-top: 2.5rem; }
      body.timeline .information .text::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -.5rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1px;
        height: 150%;
        background-color: black; }
      body.timeline .information .text p {
        margin-bottom: 0;
        font-size: .8rem;
        color: black; }
        @supports ((-webkit-background-clip: text) or (background-clip: text)) {
          body.timeline .information .text p {
            background-clip: text;
            background: linear-gradient(-45deg, #016634, #95c121);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent; } }
    body.timeline .information img {
      width: 10rem; }
    @media screen and (max-width: 768px) {
      body.timeline .information {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 3%;
        justify-content: center; }
        body.timeline .information .text {
          display: flex;
          margin-left: 0;
          margin-top: 0;
          padding-right: 0; }
          body.timeline .information .text p {
            margin-right: .25rem; }
          body.timeline .information .text::after {
            background-color: transparent; }
        body.timeline .information img {
          display: none; } }
  body .timeline-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 99999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body .timeline-modal .color-container {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(127, 128, 192, 0.8); }
    body .timeline-modal .fa-times {
      position: absolute;
      right: 10px;
      top: 20px;
      height: 30px;
      width: 30px;
      color: rgba(255, 255, 255, 0.6);
      cursor: pointer;
      font-size: 20px; }
    body .timeline-modal .timeline-modal-content {
      position: relative;
      width: 90%;
      height: 80%;
      margin: 0 auto;
      text-align: justify;
      color: white;
      overflow-y: auto; }
      body .timeline-modal .timeline-modal-content .inner {
        height: 100%;
        overflow: auto; }
        body .timeline-modal .timeline-modal-content .inner h1, body .timeline-modal .timeline-modal-content .inner p {
          width: 100%; }
        body .timeline-modal .timeline-modal-content .inner h1 {
          text-align: left;
          font-weight: bold;
          font-size: 1.5rem; }
        body .timeline-modal .timeline-modal-content .inner .content {
          margin-top: 50px; }
          body .timeline-modal .timeline-modal-content .inner .content ul {
            padding-left: 20px;
            text-align: left; }
        body .timeline-modal .timeline-modal-content .inner span {
          display: block;
          margin-top: 20px;
          text-align: left; }
          body .timeline-modal .timeline-modal-content .inner span a {
            color: white; }
            body .timeline-modal .timeline-modal-content .inner span a:hover {
              text-decoration: none; }
      body .timeline-modal .timeline-modal-content .gradient-container {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(227, 242, 247, 0) 10%, rgba(0, 134, 184, 0.001) 90%, rgba(127, 128, 192, 0.4) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 100%;
        height: 100%; }
        @media screen and (min-width: 801px) {
          body .timeline-modal .timeline-modal-content .gradient-container {
            display: none; } }
  body #development-main-container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    transition: background .2s; }
    @media screen and (max-width: 768px) {
      body #development-main-container {
        width: 100%;
        min-height: 100vh;
        margin-left: 0; } }
    @media screen and (min-width: 1025px) {
      body #development-main-container {
        width: calc(100% - 60px);
        margin-left: 60px; } }
    body #development-main-container .development-timeline-container {
      position: absolute;
      top: 0;
      left: 15%;
      bottom: 0;
      min-width: 300px;
      width: 20%;
      z-index: 1;
      display: flex;
      align-items: center; }
      body #development-main-container .development-timeline-container .top-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%; }
      body #development-main-container .development-timeline-container .bottom-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%; }
      body #development-main-container .development-timeline-container #swipeicon, body #development-main-container .development-timeline-container #scrollicon {
        position: absolute;
        top: calc(50% - 2.5%);
        height: 5%;
        width: 5%; }
      body #development-main-container .development-timeline-container #scrollicon {
        left: -20%; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .development-timeline-container #scrollicon {
            display: none; } }
      body #development-main-container .development-timeline-container #swipeicon {
        top: auto;
        left: calc(50% - 2.5%);
        bottom: 5%; }
        @media screen and (min-width: 1026px) {
          body #development-main-container .development-timeline-container #swipeicon {
            display: none; } }
      @media screen and (max-width: 1025px) {
        body #development-main-container .development-timeline-container {
          width: 100%;
          left: 0;
          right: 0; } }
      body #development-main-container .development-timeline-container .next, body #development-main-container .development-timeline-container .prev {
        position: absolute;
        height: 23px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        cursor: pointer; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .development-timeline-container .next, body #development-main-container .development-timeline-container .prev {
            display: none !important; } }
      body #development-main-container .development-timeline-container .prev {
        top: 7%; }
      body #development-main-container .development-timeline-container .next {
        bottom: 7%;
        -webkit-transform: translateX(-50%) rotate(-180deg);
                transform: translateX(-50%) rotate(-180deg); }
      body #development-main-container .development-timeline-container .development-timeline {
        display: flex;
        align-items: center;
        height: 80%;
        width: 100%;
        position: absolute;
        top: 50%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
        -webkit-transform: translatey(-50%);
                transform: translatey(-50%); }
        body #development-main-container .development-timeline-container .development-timeline .slick-list {
          overflow: visible; }
          body #development-main-container .development-timeline-container .development-timeline .slick-list .slick-slide {
            width: 100% !important; }
            body #development-main-container .development-timeline-container .development-timeline .slick-list .slick-slide img {
              height: calc(150px + 4vw);
              width: 100%;
              padding: 0 10px; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .development-timeline-container .development-timeline .slick-current {
            cursor: pointer; } }
    body #development-main-container .showcase {
      position: absolute;
      top: calc(50% - 25%);
      height: 50%;
      width: 30%;
      right: calc(30% - 15%); }
      @media screen and (max-width: 1025px) {
        body #development-main-container .showcase {
          display: none; } }
      body #development-main-container .showcase .radiant-gradient {
        height: 300%;
        width: 300%;
        position: absolute;
        top: calc(50% - 165%);
        left: calc(50% - 150%);
        background: url(../css/background_images/radialwhitegradient.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 120%; }
      body #development-main-container .showcase .showcase-logo {
        position: relative;
        width: 100%;
        height: 70%;
        text-align: center; }
        body #development-main-container .showcase .showcase-logo img {
          position: relative;
          height: 100%;
          max-width: 11025px;
          width: 100%; }
      body #development-main-container .showcase .button-container {
        width: 100%;
        height: 30%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 1px; }
        body #development-main-container .showcase .button-container a.bttn {
          color: white;
          text-decoration: none;
          transition: 0.3s ease all; }
          body #development-main-container .showcase .button-container a.bttn:hover {
            color: #FFF !important; }
          body #development-main-container .showcase .button-container a.bttn:focus {
            color: #FFF !important; }
        body #development-main-container .showcase .button-container .bttn {
          letter-spacing: 1px;
          text-transform: uppercase;
          display: inline-block;
          text-align: center;
          min-width: 45%;
          font-weight: bold;
          padding: 14px 0px;
          border: 3px solid #666;
          border-radius: 2px;
          position: relative;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          z-index: 2;
          overflow: hidden; }
          body #development-main-container .showcase .button-container .bttn .inner-element {
            transition: 0.5s all ease;
            position: absolute;
            top: 0;
            left: 50%;
            right: 50%;
            bottom: 0;
            opacity: 0;
            background: white;
            z-index: -1; }
          body #development-main-container .showcase .button-container .bttn:hover .inner-element {
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1; }
          body #development-main-container .showcase .button-container .bttn:focus .inner-element {
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1; }
    body #development-main-container .gallery-backdrop {
      opacity: 0;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      transition: opacity 1s ease-in-out; }
    body #development-main-container .center-container {
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      z-index: 10;
      display: none;
      opacity: 1;
      transition: 1s opacity ease-in-out; }
      @media screen and (min-width: 1025px) {
        body #development-main-container .center-container {
          position: static;
          background-color: transparent;
          display: flex;
          justify-content: center;
          align-items: center; } }
      body #development-main-container .center-container .background-darkener {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        display: block;
        z-index: 1; }
        @media screen and (min-width: 1025px) {
          body #development-main-container .center-container .background-darkener {
            display: none; } }
      body #development-main-container .center-container .mobile-inner-container {
        display: block;
        position: relative;
        z-index: 2;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        width: 90%;
        margin: 0 auto;
        padding-top: 80px;
        color: white;
        overflow-y: auto; }
        @media screen and (min-width: 1025px) {
          body #development-main-container .center-container .mobile-inner-container {
            display: none; } }
        @media screen and (min-width: 768px) {
          body #development-main-container .center-container .mobile-inner-container {
            height: 100vh;
            height: calc(var(--vh, 1vh) * 100);
            width: calc(100% - 100px); } }
        body #development-main-container .center-container .mobile-inner-container h5 {
          font-weight: bold;
          margin-top: 20px; }
        body #development-main-container .center-container .mobile-inner-container .mobile-link {
          display: inline-block;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          letter-spacing: 1px;
          text-transform: uppercase;
          text-align: center;
          min-width: 45%;
          font-weight: bold;
          padding: 14px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
          color: white; }
          @media screen and (max-width: 767px) {
            body #development-main-container .center-container .mobile-inner-container .mobile-link {
              margin-top: 0.5rem; } }
          body #development-main-container .center-container .mobile-inner-container .mobile-link:hover {
            color: white;
            text-decoration: none; }
        body #development-main-container .center-container .mobile-inner-container .mobile-description {
          max-height: 30vh;
          overflow-y: auto;
          text-align: justify; }
    body #development-main-container .gallery-container {
      height: 100%;
      width: 100%;
      display: none;
      position: relative;
      justify-content: center;
      opacity: 0;
      transition: opacity 1s ease-in-out; }
      @media screen and (max-width: 1025px) {
        body #development-main-container .gallery-container {
          margin: 0;
          top: 0;
          overflow-y: scroll; } }
      body #development-main-container .gallery-container button {
        position: absolute;
        right: 30px;
        top: 30px;
        z-index: 1;
        height: 60px;
        width: 60px;
        font-size: 2rem;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        color: white;
        background-color: rgba(95, 94, 94, 0.478);
        text-transform: uppercase;
        font-weight: 200;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transition: .2s all ease-in-out; }
        body #development-main-container .gallery-container button:hover, body #development-main-container .gallery-container button:active {
          font-weight: bold;
          background-color: white;
          color: rgba(95, 94, 94, 0.478);
          top: 31px;
          box-shadow: 0px 2px 10px rgba(80, 80, 80, 0.9);
          transition: .2s all ease-in-out; }
        body #development-main-container .gallery-container button:focus {
          outline: none; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .gallery-container button {
            position: fixed; } }
        @media screen and (max-width: 768px) {
          body #development-main-container .gallery-container button {
            top: 90px; }
            body #development-main-container .gallery-container button:hover, body #development-main-container .gallery-container button:active {
              top: 91px; } }
      body #development-main-container .gallery-container #prevGallery, body #development-main-container .gallery-container #nextGallery, body #development-main-container .gallery-container .closeGallery {
        opacity: 0;
        visibility: hidden;
        transition: .6s; }
        body #development-main-container .gallery-container #prevGallery.show, body #development-main-container .gallery-container #nextGallery.show, body #development-main-container .gallery-container .closeGallery.show {
          opacity: 1;
          visibility: visible;
          transition: .6s; }
      @media screen and (max-width: 1025px) {
        body #development-main-container .gallery-container .closeGallery {
          display: none !important; } }
      body #development-main-container .gallery-container #prevGallery, body #development-main-container .gallery-container #nextGallery {
        position: absolute;
        top: 50%;
        z-index: 1;
        height: 40px;
        width: 40px;
        padding: .5rem;
        background-color: rgba(95, 94, 94, 0.478);
        border-radius: 50%;
        cursor: pointer;
        transition: .2s all ease-in-out; }
        body #development-main-container .gallery-container #prevGallery:hover, body #development-main-container .gallery-container #prevGallery:active, body #development-main-container .gallery-container #nextGallery:hover, body #development-main-container .gallery-container #nextGallery:active {
          box-shadow: 0px 2px 10px rgba(80, 80, 80, 0.9);
          font-weight: bold;
          background-color: white;
          transition: .2s all ease-in-out; }
          body #development-main-container .gallery-container #prevGallery:hover::before, body #development-main-container .gallery-container #prevGallery:hover::after, body #development-main-container .gallery-container #prevGallery:active::before, body #development-main-container .gallery-container #prevGallery:active::after, body #development-main-container .gallery-container #nextGallery:hover::before, body #development-main-container .gallery-container #nextGallery:hover::after, body #development-main-container .gallery-container #nextGallery:active::before, body #development-main-container .gallery-container #nextGallery:active::after {
            background-color: rgba(95, 94, 94, 0.478); }
        @media screen and (max-width: 1025px) {
          body #development-main-container .gallery-container #prevGallery, body #development-main-container .gallery-container #nextGallery {
            display: none; } }
      body #development-main-container .gallery-container #prevGallery {
        left: 45px; }
      body #development-main-container .gallery-container #nextGallery {
        right: 45px; }
      body #development-main-container .gallery-container #gallery-description {
        position: absolute;
        top: 80%;
        left: 70%;
        z-index: 1;
        height: auto;
        width: 500px;
        padding: 1rem;
        color: white;
        background: rgba(68, 67, 67, 0.478);
        font-size: calc(12px + .2vw);
        font-weight: bold;
        text-align: justify;
        letter-spacing: 1px;
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        border-left: 5px solid black;
        -webkit-animation: appear 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s 1 forwards;
                animation: appear 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s 1 forwards;
        -webkit-transform-origin: left;
                transform-origin: left; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .gallery-container #gallery-description {
            display: none; } }
      body #development-main-container .gallery-container .gallery {
        height: 100%;
        width: 100%; }
        body #development-main-container .gallery-container .gallery .slick-list {
          height: 100%;
          width: 100%; }
        body #development-main-container .gallery-container .gallery .slick-track {
          height: 100%; }
        body #development-main-container .gallery-container .gallery #swipeicon {
          position: fixed;
          height: 5%;
          width: 5%;
          left: calc(50% - 2.5%);
          bottom: 5%; }
          @media screen and (min-width: 1026px) {
            body #development-main-container .gallery-container .gallery #swipeicon {
              display: none; } }
      body #development-main-container .gallery-container figure {
        height: 100%;
        margin: 0;
        width: 100%; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .gallery-container figure {
            height: auto; } }
        body #development-main-container .gallery-container figure img {
          height: auto;
          max-width: 100%; }
    body #development-main-container .mobile-gallery-container {
      overflow-y: auto;
      height: 40vh; }
      @media screen and (min-width: 768px) {
        body #development-main-container .mobile-gallery-container {
          height: 50vh; } }
      body #development-main-container .mobile-gallery-container figure {
        height: 100%;
        width: 100%; }
        body #development-main-container .mobile-gallery-container figure:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 1025px) {
          body #development-main-container .mobile-gallery-container figure {
            height: auto; } }
        body #development-main-container .mobile-gallery-container figure img {
          height: auto;
          max-width: 100%; }
  body #logo-section {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #4ca0be 40%, #4ca0be 40%, white 86%);
    overflow-x: hidden;
    position: relative;
    z-index: 99; }
    @media screen and (min-width: 768px) {
      body #logo-section {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, #81cce3 0%, white 100%); } }
    body #logo-section .shape-container {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        body #logo-section .shape-container {
          width: 50%;
          height: 50%;
          max-height: 400px;
          max-width: 800px;
          min-width: 700px; } }
      body #logo-section .shape-container .thin-shape {
        display: none; }
        @media screen and (min-width: 768px) {
          body #logo-section .shape-container .thin-shape {
            display: block;
            -webkit-transform: skew(-30deg);
                    transform: skew(-30deg);
            height: 140%;
            width: 30%;
            background-color: #64c5e2;
            position: absolute;
            top: -20%;
            right: 26%;
            z-index: 1;
            transition-property: height, width;
            transition: 1.5s all ease-in-out;
            transition-delay: 1s; } }
        body #logo-section .shape-container .thin-shape.not-moved {
          height: 0%;
          width: 0%;
          transition-property: height, width;
          transition: 1.5s all ease-in-out; }
      body #logo-section .shape-container .big-shape {
        display: none; }
        @media screen and (min-width: 768px) {
          body #logo-section .shape-container .big-shape {
            display: block;
            background-color: #4ca0be;
            height: 100%;
            width: 60%;
            position: absolute;
            top: 0;
            left: 50%;
            transition-property: height, width;
            transition: 1.5s all ease-in-out;
            transition-delay: 1s;
            -webkit-transform: translateX(-50%) skew(-30deg);
                    transform: translateX(-50%) skew(-30deg); } }
        body #logo-section .shape-container .big-shape.not-moved {
          height: 0%;
          width: 0%;
          transition-property: height, width;
          transition: 1.5s all ease-in-out; }
      body #logo-section .shape-container #lineDrawing {
        position: absolute;
        z-index: 2;
        top: 20%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          body #logo-section .shape-container #lineDrawing {
            position: static;
            -webkit-transform: none;
                    transform: none; } }
        body #logo-section .shape-container #lineDrawing #Layer_1 {
          display: block;
          height: 125px;
          max-width: 100%;
          position: relative;
          z-index: 1;
          margin: 0 auto; }
        body #logo-section .shape-container #lineDrawing .lines {
          fill: white; }
          @media screen and (min-width: 768px) {
            body #logo-section .shape-container #lineDrawing .lines {
              fill: transparent; } }
        body #logo-section .shape-container #lineDrawing p {
          z-index: 2;
          margin-top: 10px;
          color: white;
          text-transform: uppercase;
          text-align: center; }
    body #logo-section #creative-logo, body #logo-section #luxembourg-logo {
      position: absolute;
      bottom: 50px;
      height: 50px;
      max-width: auto; }
      @media screen and (min-width: 768px) {
        body #logo-section #creative-logo, body #logo-section #luxembourg-logo {
          bottom: 20px; } }
    body #logo-section #creative-logo {
      display: none;
      right: 20px; }
      @media screen and (min-width: 768px) {
        body #logo-section #creative-logo {
          display: block; } }
    body #logo-section #luxembourg-logo {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        body #logo-section #luxembourg-logo {
          left: 20px;
          -webkit-transform: none;
                  transform: none; } }
  body #about {
    position: relative;
    overflow: hidden;
    text-align: justify;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      body #about {
        display: none; } }
    body #about .about-image {
      position: absolute;
      top: 18%;
      left: 10%;
      width: 40%;
      max-width: 580px; }
      body #about .about-image h1 {
        text-align: left;
        color: #64c5e2; }
      body #about .about-image .invisible-element {
        visibility: hidden;
        float: right;
        width: 280px;
        height: 50%;
        shape-outside: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
        background: lightcoral; }
      @media screen and (max-width: 1024px) {
        body #about .about-image {
          display: none !important; } }
      @media screen and (max-width: 1280px) {
        body #about .about-image {
          width: 53%;
          max-width: 900px; } }
    body #about .our-clients {
      position: absolute;
      bottom: 5%;
      left: 10%;
      width: 17vw;
      height: 13vh;
      visibility: hidden;
      opacity: 0;
      cursor: pointer;
      transition: .6s; }
      body #about .our-clients a {
        width: 100%;
        height: 100%; }
        body #about .our-clients a img {
          width: 17vw;
          height: 13vh;
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain;'; }
      @media screen and (max-width: 768px) {
        body #about .our-clients {
          width: 100%;
          height: 8rem; }
          body #about .our-clients a img {
            width: 100%;
            height: 8rem; } }
    body #about .about-button {
      color: #00355d; }
      body #about .about-button:hover {
        background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
        background-size: 400% 400%;
        -webkit-animation: Gradient 15s ease infinite;
                animation: Gradient 15s ease infinite; }
    body #about .about-redirection {
      height: 100%;
      width: 100%; }
    body #about .about-background-container {
      height: 100%;
      width: 80%;
      min-width: 1050px;
      -webkit-transform: skew(-30deg);
              transform: skew(-30deg);
      position: absolute;
      right: -370px; }
      body #about .about-background-container .about-background-container-2 {
        position: relative;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: 1s all ease-in-out; }
        body #about .about-background-container .about-background-container-2 .about-background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: top;
          -webkit-transform: skew(30deg);
                  transform: skew(30deg);
          -webkit-transform-origin: bottom left;
                  transform-origin: bottom left; }
        @media screen and (max-width: 1280px) {
          body #about .about-background-container .about-background-container-2 {
            left: 200px;
            transition: 1s all ease-in-out; } }
      @media screen and (max-width: 1024px) {
        body #about .about-background-container .thin-shape,
        body #about .about-background-container .big-shape {
          display: none; } }
      body #about .about-background-container .thin-shape {
        height: 100%;
        width: 400px;
        background-color: #64c5e2;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        transition-property: height, width, opacity;
        transition: 1s all ease-in-out;
        opacity: .8; }
        @media screen and (max-width: 1280px) {
          body #about .about-background-container .thin-shape {
            left: 200px; } }
        body #about .about-background-container .thin-shape.not-moved {
          height: 0%;
          width: 0%;
          opacity: 0;
          transition-property: height, width, opacity;
          transition: 1s all ease-in-out; }
        body #about .about-background-container .thin-shape #development-about,
        body #about .about-background-container .thin-shape #consulting-about,
        body #about .about-background-container .thin-shape #design-about {
          position: relative;
          z-index: 10;
          cursor: pointer;
          width: 100%;
          height: 33.333333%;
          text-align: center;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center; }
          body #about .about-background-container .thin-shape #development-about:hover,
          body #about .about-background-container .thin-shape #consulting-about:hover,
          body #about .about-background-container .thin-shape #design-about:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: #FFF; }
          body #about .about-background-container .thin-shape #development-about h2,
          body #about .about-background-container .thin-shape #consulting-about h2,
          body #about .about-background-container .thin-shape #design-about h2 {
            font-size: calc(12px + 0.6vw);
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            body #about .about-background-container .thin-shape #development-about h2 a,
            body #about .about-background-container .thin-shape #consulting-about h2 a,
            body #about .about-background-container .thin-shape #design-about h2 a {
              color: #FFF;
              -webkit-transform: skew(30deg);
                      transform: skew(30deg);
              height: 100%;
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center; }
              body #about .about-background-container .thin-shape #development-about h2 a:hover,
              body #about .about-background-container .thin-shape #consulting-about h2 a:hover,
              body #about .about-background-container .thin-shape #design-about h2 a:hover {
                text-decoration: none; }
            body #about .about-background-container .thin-shape #development-about h2 span,
            body #about .about-background-container .thin-shape #consulting-about h2 span,
            body #about .about-background-container .thin-shape #design-about h2 span {
              -webkit-transform: skew(30deg);
                      transform: skew(30deg); }
      body #about .about-background-container .big-shape {
        background-color: #4ca0be;
        height: 66.66666%;
        width: 40%;
        min-width: 700px;
        position: absolute;
        top: 0;
        left: -5rem;
        opacity: .8;
        transition-property: height, width, opacity;
        transition: 1s all ease-in-out; }
        @media screen and (max-width: 1280px) {
          body #about .about-background-container .big-shape {
            left: 140px; } }
        body #about .about-background-container .big-shape.not-moved {
          height: 0%;
          width: 0%;
          opacity: 0;
          transition-property: height, width, opacity;
          transition: 1s all ease-in-out; }
    body #about .desktop-project {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      body #about .desktop-project:hover {
        text-decoration: none; }
    body #about .our-work-container {
      color: #FFFFFF;
      height: auto;
      width: auto;
      z-index: 10;
      text-align: center;
      transition: 1s all ease-in-out;
      -webkit-transform: skew(30deg);
              transform: skew(30deg); }
      body #about .our-work-container .our, body #about .our-work-container .work {
        font-family: gothic-bold;
        font-size: 1.5rem !important;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        transition: .5s all ease-in-out; }
      body #about .our-work-container .our-projects {
        position: absolute;
        height: auto;
        width: 150%;
        opacity: 0;
        z-index: 15;
        transition: 1s all ease-in-out;
        cursor: pointer;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        body #about .our-work-container .our-projects h6 a {
          color: #FFFFFF; }
          body #about .our-work-container .our-projects h6 a:hover {
            text-decoration: none;
            color: #FFFFFF; }
      body #about .our-work-container:hover .our-work {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        transition: 1s -webkit-filter ease-in-out;
        transition: 1s filter ease-in-out;
        transition: 1s filter ease-in-out, 1s -webkit-filter ease-in-out; }
        body #about .our-work-container:hover .our-work .our, body #about .our-work-container:hover .our-work .work {
          transition: .5s transform ease-in-out; }
        body #about .our-work-container:hover .our-work .our {
          -webkit-transform: translateY(-20px);
                  transform: translateY(-20px); }
        body #about .our-work-container:hover .our-work .work {
          -webkit-transform: translateY(20px);
                  transform: translateY(20px); }
      body #about .our-work-container:hover .our-projects {
        opacity: 1;
        transition: 1s all ease-in-out; }
    body #about .award-image {
      display: none;
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      width: 22vw;
      max-width: 235px; }
      @media screen and (min-width: 1025px) {
        body #about .award-image {
          display: block; } }
  body .about-mobile-section {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      body .about-mobile-section {
        background-image: linear-gradient(180deg, rgba(129, 204, 227, 0.9) 0%, rgba(0, 140, 154, 0.9) 100%), url(../css/background_images/Creative_background.png); } }
    @media screen and (min-width: 1025px) {
      body .about-mobile-section {
        display: none; } }
    body .about-mobile-section .mobile-about-wrapper {
      height: auto;
      padding-top: 60px; }
      @media screen and (min-width: 768px) {
        body .about-mobile-section .mobile-about-wrapper {
          height: auto;
          padding-top: calc(60px + 2rem); } }
      body .about-mobile-section .mobile-about-wrapper .mobile-about-content {
        width: 90%;
        height: auto;
        max-width: 600px;
        min-width: 280px;
        text-align: justify;
        color: #FFF;
        margin: 0 auto; }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content:first-child {
          padding-top: 0px; }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content:first-child .mobile-about-header {
            width: 100%; }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content:first-child p {
            width: 100%; }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content.reverse {
          flex-direction: row-reverse; }
          @media screen and (min-width: 768px) {
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content.reverse .mobile-about-header {
              width: calc(50% - 20px);
              margin-left: 20px; } }
        @media screen and (min-width: 768px) {
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content {
            width: 90%;
            display: flex;
            margin: 0 auto;
            max-width: initial; } }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-specialcase-container {
          flex-direction: column;
          width: 50%; }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header {
          width: 100%;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          @media screen and (min-width: 768px) {
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header {
              width: 50%; } }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header h2 {
            text-align: center; }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header .work-link {
            display: none; }
            @media screen and (min-width: 768px) {
              body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header .work-link {
                display: block; } }
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header .work-link a {
              display: inline-block;
              width: 100%;
              text-align: center;
              color: #FFF; }
              body .about-mobile-section .mobile-about-wrapper .mobile-about-content .mobile-about-header .work-link a:hover {
                text-decoration: none; }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content p {
          width: 100%;
          text-align-last: center; }
          @media screen and (min-width: 768px) {
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content p {
              width: 50%; } }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content .work-link {
          display: block;
          width: 80%;
          margin: 0 auto;
          margin-top: 20px;
          padding: 5px;
          border: 1px solid white;
          font-size: 25px; }
          @media screen and (min-width: 768px) {
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content .work-link {
              display: none; } }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content .work-link a {
            display: inline-block;
            width: 100%;
            text-align: center;
            color: #FFF; }
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content .work-link a:hover {
              text-decoration: none; }
        body .about-mobile-section .mobile-about-wrapper .mobile-about-content .our-clients {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin-top: 20px;
          margin-left: .5rem;
          position: static !important; }
          @media screen and (min-width: 768px) {
            body .about-mobile-section .mobile-about-wrapper .mobile-about-content .our-clients {
              width: 50%;
              margin-top: 0; } }
          body .about-mobile-section .mobile-about-wrapper .mobile-about-content .our-clients img {
            height: 100px;
            max-width: 99%;
            margin: 0 auto; }
      body .about-mobile-section .mobile-about-wrapper hr {
        color: white;
        background-color: white;
        width: 70%;
        margin-top: 30px;
        margin-bottom: 30px; }
        body .about-mobile-section .mobile-about-wrapper hr:last-child {
          display: none; }
  body #contact-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    color: #5a5a5a;
    background-color: white;
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      body #contact-section {
        display: block; } }
    body #contact-section form {
      width: 75%;
      margin-top: 2rem;
      margin: 0 auto;
      padding-top: 30px; }
      @media screen and (min-width: 768px) {
        body #contact-section form {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin-top: 0;
          height: 60%;
          width: 90%;
          padding-top: 0px; } }
      @media screen and (min-width: 1025px) {
        body #contact-section form {
          width: 60%;
          max-width: 800px;
          left: calc(50% + 30px); } }
      body #contact-section form .form-header, body #contact-section form .form-body, body #contact-section form .form-footer {
        width: 100%; }
      body #contact-section form .form-header, body #contact-section form .icon-header {
        font-weight: bold;
        font-family: gothic-bold;
        text-transform: uppercase;
        color: #81cce3; }
        @supports ((-webkit-background-clip: text) or (background-clip: text)) {
          body #contact-section form .form-header, body #contact-section form .icon-header {
            background-clip: text;
            -webkit-animation: Gradient 20s ease-in-out infinite;
                    animation: Gradient 20s ease-in-out infinite;
            background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5);
            background-size: 300%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: 1px solid white; } }
      body #contact-section form .icon-header {
        display: none; }
        @media screen and (min-width: 768px) {
          body #contact-section form .icon-header {
            display: block; } }
      body #contact-section form .form-header {
        font-size: 30px;
        margin-bottom: 40px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          body #contact-section form .form-header {
            font-size: 40px;
            text-align: left;
            height: auto; } }
      body #contact-section form .form-body {
        height: auto;
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 768px) {
          body #contact-section form .form-body {
            height: 50%;
            flex-direction: row; } }
        body #contact-section form .form-body address {
          height: 100%;
          margin-top: 2rem;
          order: 1; }
          @media screen and (min-width: 768px) {
            body #contact-section form .form-body address {
              display: block;
              width: 50%;
              margin-top: 0;
              order: 0; } }
          body #contact-section form .form-body address a {
            color: #5a5a5a; }
            body #contact-section form .form-body address a:hover {
              text-decoration: none;
              color: #5a5a5a; }
        body #contact-section form .form-body .form-fields {
          height: 100%;
          width: 100%; }
          @media screen and (min-width: 768px) {
            body #contact-section form .form-body .form-fields {
              width: 50%; } }
          body #contact-section form .form-body .form-fields input {
            width: 100%;
            display: block;
            margin-top: 20px; }
            body #contact-section form .form-body .form-fields input:first-child {
              margin-top: 0; }
            body #contact-section form .form-body .form-fields input:focus, body #contact-section form .form-body .form-fields input:active {
              outline: none; }
            body #contact-section form .form-body .form-fields input ::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #5a5a5a;
              padding-left: 5px; }
            body #contact-section form .form-body .form-fields input ::-moz-placeholder {
              /* Firefox 19+ */
              color: #5a5a5a;
              padding-left: 5px; }
            body #contact-section form .form-body .form-fields input :-ms-input-placeholder {
              /* IE 10+ */
              color: #5a5a5a;
              padding-left: 5px; }
            body #contact-section form .form-body .form-fields input :-moz-placeholder {
              /* Firefox 18- */
              color: #5a5a5a;
              padding-left: 5px; }
          body #contact-section form .form-body .form-fields textarea {
            width: 100%;
            height: 110px;
            max-height: 200px;
            resize: none;
            overflow: hidden;
            margin-top: 20px; }
            @media screen and (min-width: 768px) {
              body #contact-section form .form-body .form-fields textarea {
                height: 28px;
                max-height: 110px; } }
          body #contact-section form .form-body .form-fields input, body #contact-section form .form-body .form-fields textarea {
            border: 0;
            color: #5a5a5a;
            border-bottom: 2px solid #5a5a5a;
            background: transparent !important; }
      body #contact-section form .form-footer {
        display: flex;
        align-items: flex-end;
        flex-direction: row; }
        body #contact-section form .form-footer .follow-us-container {
          height: 100%;
          width: 100%;
          margin-top: 50px; }
          @media screen and (min-width: 768px) {
            body #contact-section form .form-footer .follow-us-container {
              width: 50%;
              margin-top: 0px; } }
          body #contact-section form .form-footer .follow-us-container .contact-icons {
            display: flex;
            justify-content: space-between;
            width: 110px; }
            body #contact-section form .form-footer .follow-us-container .contact-icons a {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 30px;
              width: 30px;
              color: #5a5a5a;
              border: 1px solid #5a5a5a;
              padding: 5px; }
              body #contact-section form .form-footer .follow-us-container .contact-icons a:hover {
                text-decoration: none;
                color: #5a5a5a; }
        body #contact-section form .form-footer .button-container {
          height: 100%;
          width: 50%;
          margin-top: 20px;
          text-align: right; }
          @media screen and (min-width: 768px) {
            body #contact-section form .form-footer .button-container {
              width: 50%;
              margin-top: 0; } }
          body #contact-section form .form-footer .button-container button[type="submit"] {
            width: 100%;
            color: #FFF;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            height: 30px; }
            @media screen and (min-width: 768px) {
              body #contact-section form .form-footer .button-container button[type="submit"] {
                background-color: #5a5a5a; } }
          @media screen and (max-width: 767px) {
            body #contact-section form .form-footer .button-container button[type="submit"] {
              background-color: #5a5a5a; }
              @supports ((-webkit-background-clip: text) or (background-clip: text)) {
                body #contact-section form .form-footer .button-container button[type="submit"] {
                  -webkit-background-clip: text;
                          background-clip: text;
                  -webkit-animation: Gradient 20s ease-in-out infinite;
                          animation: Gradient 20s ease-in-out infinite;
                  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5);
                  background-size: 300%; } } }
      body #contact-section form .contact-image-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          body #contact-section form .contact-image-container {
            display: none; } }
        body #contact-section form .contact-image-container .mobile-digital {
          display: block;
          height: 50px;
          max-width: 100%;
          margin: 20px auto; }
          body #contact-section form .contact-image-container .mobile-digital:first-child {
            height: 30px; }
          @media screen and (min-width: 500px) {
            body #contact-section form .contact-image-container .mobile-digital {
              margin: 100px auto; }
              body #contact-section form .contact-image-container .mobile-digital:first-child {
                height: 50px;
                margin-top: auto; } }
      body #contact-section form .mobile-digital {
        display: block;
        height: 50px;
        max-width: 100%;
        margin: 80px auto; }
        @media screen and (min-width: 768px) {
          body #contact-section form .mobile-digital {
            display: none; } }
    body #contact-section #form-luxembourg-logo {
      display: none; }
      @media screen and (min-width: 768px) {
        body #contact-section #form-luxembourg-logo {
          display: block;
          height: 50px;
          max-width: 100%;
          position: absolute;
          bottom: 60px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media screen and (min-width: 1025px) {
        body #contact-section #form-luxembourg-logo {
          left: calc(50% + 30px); } }
  body .modal-body {
    text-align: center;
    box-sizing: border-box;
    padding: 20px; }
    body .modal-body h4 {
      color: black;
      font-family: Montserrat-SemiBold, sans-serif;
      font-weight: bold;
      word-wrap: break-word; }
    body .modal-body p {
      color: black;
      font-weight: normal;
      word-wrap: break-word; }
    body .modal-body button {
      cursor: pointer;
      background-color: #66bfd6;
      color: white;
      border: 1px solid #66bfd6;
      border-radius: 10px;
      padding: 5px 20px;
      width: auto;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      word-wrap: break-word; }
    body .modal-body button.error {
      background-color: #003153 !important;
      border-color: #003153 !important; }
  body .contact-modal {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100; }
    body .contact-modal.open {
      display: flex; }
    body .contact-modal .contact-modal-content {
      height: 400px;
      width: 400px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-image: linear-gradient(180deg, #81cce3 0%, #008c9a 100%);
      padding: 20px;
      position: relative;
      box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.2); }
      body .contact-modal .contact-modal-content .fa-times {
        position: absolute;
        right: 10px;
        top: 10px;
        color: white;
        font-size: 25px;
        cursor: pointer; }
      body .contact-modal .contact-modal-content p a {
        text-decoration: underline;
        color: white !important; }
      body .contact-modal .contact-modal-content label {
        color: white !important;
        cursor: pointer; }
  body footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px; }
    body footer ul {
      display: flex;
      list-style-type: none; }
      body footer ul li {
        position: relative; }
        body footer ul li a {
          font-size: calc(8px + 0.2vw);
          color: #707070; }
          body footer ul li a:hover {
            text-decoration: none;
            color: #666; }
        body footer ul li:not(:last-child) {
          margin-right: 2rem; }
          body footer ul li:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -1rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 1px;
            height: 70%;
            background: #707070; }
    @media screen and (max-width: 1024px) {
      body footer {
        display: none; } }
  @media screen and (max-width: 767px) {
    body .grecaptcha-badge {
      opacity: 0; } }
  body.Press {
    height: auto; }
    @media screen and (min-width: 768px) {
      body.Press {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100); } }
    body.Press main {
      display: flex;
      align-items: center;
      background-image: url(../css/background_images/presse_background.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 100%;
      margin-bottom: 1rem; }
      body.Press main .show-mobile {
        display: block; }
        @media screen and (min-width: 768px) {
          body.Press main .show-mobile {
            display: none; } }
      body.Press main .hide-mobile {
        display: none; }
        @media screen and (min-width: 768px) {
          body.Press main .hide-mobile {
            display: block; } }
      body.Press main .press-container {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 2rem; }
        body.Press main .press-container .press-images {
          width: 100%; }
        body.Press main .press-container .press-combo-box {
          margin-bottom: 1rem; }
          body.Press main .press-container .press-combo-box > img {
            margin-top: 1rem; }
            body.Press main .press-container .press-combo-box > img:first-child {
              margin-top: 60px;
              height: auto;
              max-width: 100%; }
    @media screen and (min-width: 768px) {
      body.Press main {
        margin-bottom: 0; }
        body.Press main .press-container {
          display: flex;
          width: 60%;
          margin-top: 0; }
          body.Press main .press-container .press-combo-box {
            align-items: flex-start;
            order: 1;
            width: 40%;
            margin-left: 1rem; }
            body.Press main .press-container .press-combo-box > img:nth-child(1) {
              order: 1;
              width: 100%; }
            body.Press main .press-container .press-combo-box .press-images {
              width: 100%;
              height: auto; }
            body.Press main .press-container .press-combo-box + img {
              width: 50%;
              height: auto;
              -ms-grid-row-align: center;
                  align-self: center; } }
  body .impressum-main {
    height: auto;
    width: 100%; }
    body .impressum-main .page-wrapper {
      margin: 0 auto;
      padding: 60px 0;
      width: 80%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        body .impressum-main .page-wrapper {
          height: 100%; } }
      body .impressum-main .page-wrapper h1, body .impressum-main .page-wrapper h2 {
        text-align: center;
        color: #64c5e2; }
      body .impressum-main .page-wrapper .first {
        margin-top: 40px; }
      body .impressum-main .page-wrapper a {
        color: black; }
        body .impressum-main .page-wrapper a:hover {
          color: black;
          text-decoration: none; }
      body .impressum-main .page-wrapper .impressum-text {
        text-align: justify;
        width: 100%;
        margin: 40px auto;
        text-align-last: center; }
        body .impressum-main .page-wrapper .impressum-text:last-child {
          margin-bottom: 0; }
        @media screen and (min-width: 1025px) {
          body .impressum-main .page-wrapper .impressum-text {
            width: 80%; } }

html.ios, html.ios * {
  cursor: pointer; }

body.design {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  background-color: #eca593;
  background: linear-gradient(to right, #eca593 0%, #de6252 100%); }
  body.design .mobile-nav .logo-mobile {
    display: block; }
  body.design .design-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    color: white; }
    @media screen and (min-width: 768px) {
      body.design .design-page {
        height: 100%;
        min-height: 1000px; } }
    @media screen and (min-width: 1025px) {
      body.design .design-page {
        padding: 0 10%; } }
    @media screen and (min-width: 1300px) {
      body.design .design-page {
        min-height: 700px; } }
    body.design .design-page .wrapper {
      height: auto;
      width: 100%;
      margin: 0 auto;
      padding-left: 60px; }
      @media screen and (max-width: 1200px) {
        body.design .design-page .wrapper {
          padding-left: 0; } }
      @media screen and (min-width: 768px) {
        body.design .design-page .wrapper {
          margin-top: 80px; } }
      @media screen and (min-width: 1025px) {
        body.design .design-page .wrapper {
          margin-top: 0px;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      body.design .design-page .wrapper .header__title {
        position: relative;
        margin-bottom: 1rem; }
        body.design .design-page .wrapper .header__title h2 {
          font-size: calc(2rem + 1.5vw); }
        body.design .design-page .wrapper .header__title h3 {
          font-size: calc(1.5rem + 1.5vw); }
        body.design .design-page .wrapper .header__title h2, body.design .design-page .wrapper .header__title h3 {
          margin-bottom: 0;
          font-weight: bolder;
          text-align: center; }
      body.design .design-page .wrapper .header p {
        direction: rtl;
        text-align: justify; }
      @media screen and (max-width: 1350px) {
        body.design .design-page .wrapper .header .description__title {
          position: relative;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); }
          body.design .design-page .wrapper .header .description__title h3 {
            text-align: center; }
          body.design .design-page .wrapper .header .description__title::after {
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
      body.design .design-page .wrapper .header p {
        direction: ltr; }
      body.design .design-page .wrapper .we-do {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 50px 0; }
        body.design .design-page .wrapper .we-do .bg-logo {
          display: none; }
        body.design .design-page .wrapper .we-do .mac {
          width: 50%;
          max-width: 30rem;
          -ms-grid-row-align: center;
              align-self: center;
          -webkit-transform: scale(1.4) translateX(-14%);
                  transform: scale(1.4) translateX(-14%); }
        body.design .design-page .wrapper .we-do .line {
          position: relative;
          top: 1.5rem;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 80%;
          max-width: 50rem; }
          body.design .design-page .wrapper .we-do .line__item {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15vw;
            min-width: 6rem;
            max-width: 10rem;
            height: 15vw;
            min-height: 6rem;
            max-height: 10rem;
            padding: 1rem;
            border: 2px solid white;
            border-radius: 50%;
            text-align: center;
            font-size: calc(.5rem + .5vw);
            font-weight: bolder;
            text-transform: uppercase;
            outline: none;
            cursor: pointer;
            margin: 0 3%;
            margin-bottom: 4%; }
            body.design .design-page .wrapper .we-do .line__item span {
              transition: .6s; }
            body.design .design-page .wrapper .we-do .line__item img:not(.showcased) {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              opacity: 0;
              visibility: hidden;
              -webkit-transform: scale(0);
                      transform: scale(0);
              -o-object-fit: cover;
                 object-fit: cover;
              transition-property: width,height,-webkit-transform;
              transition-property: transform,width,height;
              transition-property: transform,width,height,-webkit-transform;
              transition-duration: .6s; }
              body.design .design-page .wrapper .we-do .line__item img:not(.showcased).show {
                -webkit-transform: scale(1);
                        transform: scale(1);
                opacity: 1;
                visibility: visible;
                transition: .6s; }
            body.design .design-page .wrapper .we-do .line__item::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background: transparent;
              width: 0;
              height: 0;
              border-radius: 50%;
              opacity: .2;
              transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
            body.design .design-page .wrapper .we-do .line__item::after {
              content: "";
              position: absolute;
              bottom: -1rem;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 60%;
              height: .5rem;
              background-color: rgba(0, 0, 0, 0.2);
              border-radius: 50%; }
            body.design .design-page .wrapper .we-do .line__item:hover::before {
              transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
              width: 100%;
              height: 100%;
              background: white; }
            body.design .design-page .wrapper .we-do .line__item:hover span {
              transition: .6s; }
      body.design .design-page .wrapper a {
        margin: 0 auto;
        display: block;
        text-align: center; }
      body.design .design-page .wrapper .flamingo-logo {
        width: 10rem;
        margin-bottom: 1rem;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-duration: 3.5s;
                animation-duration: 3.5s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        cursor: pointer; }
    body.design .design-page .edutec-logo {
      max-width: 5rem;
      left: 3vw;
      top: 3vh;
      height: auto; }

@media screen and (max-width: 1024px) {
  body.design .design-page .header {
    flex-direction: column;
    margin-top: 2.5rem; }
    body.design .design-page .header__title::after {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    body.design .design-page .header img {
      max-width: none; }
  body.design .design-page .we-do {
    flex-direction: column;
    align-items: center;
    width: 100%; }
    body.design .design-page .we-do .mac {
      -webkit-transform: none;
              transform: none; }
    body.design .design-page .we-do .line {
      margin-top: 1rem; }
      body.design .design-page .we-do .line__item {
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        font-size: calc(.5rem + 1.2vw); } }

@media screen and (max-width: 768px) {
  body.design section:not(.we-do) {
    padding: 0 5%; }
  body.design .design-page {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0; }
    body.design .design-page .wrapper .header__title {
      margin-bottom: 0; }
      body.design .design-page .wrapper .header__title h2 {
        font-size: calc(1.5rem + 1vw); }
      body.design .design-page .wrapper .header__title h3 {
        font-size: calc(1rem + 1vw); }
    body.design .design-page .wrapper .we-do {
      position: relative;
      margin-top: 1rem;
      padding: 0 5%;
      margin-left: auto;
      margin-bottom: 0; }
      body.design .design-page .wrapper .we-do .mac {
        display: none; }
      body.design .design-page .wrapper .we-do .line.slick-slider {
        margin-left: auto;
        top: 55%; }
      body.design .design-page .wrapper .we-do .line__item {
        width: 20vw;
        max-width: 10rem;
        height: 20vw;
        max-height: 10rem;
        margin: 0 4%;
        margin-bottom: 2rem; }
        body.design .design-page .wrapper .we-do .line__item img.showcased {
          width: 90vw; }
      body.design .design-page .wrapper .we-do .gallery-modal {
        left: 50%; }
      body.design .design-page .wrapper .we-do .slide-nav {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      body.design .design-page .wrapper .we-do .close-button {
        top: 11.5%;
        right: 7%;
        left: auto; }
    body.design .design-page .wrapper .flamingo-logo {
      bottom: 0;
      margin: 2rem 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

[data-counter].ended {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

