@font-face {
  src: url("/assets/font/ArameMono-Bold.eot") format("eot");
  src: url("/assets/font/ArameMono-Bold.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/ArameMono-Bold.woff") format("woff");
  src: url("/assets/font/ArameMono-Bold.ttf") format("truetype");
  font-family: "Arame Mono";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/ArameMono-Thin.eot") format("eot");
  src: url("/assets/font/ArameMono-Thin.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/ArameMono-Thin.woff") format("woff");
  src: url("/assets/font/ArameMono-Thin.ttf") format("truetype");
  font-family: "Arame Mono";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/ArameMono.eot") format("eot");
  src: url("/assets/font/ArameMono.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/ArameMono.woff") format("woff");
  src: url("/assets/font/ArameMono.ttf") format("truetype");
  font-family: "Arame Mono";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/Arame-Bold.eot") format("eot");
  src: url("/assets/font/Arame-Bold.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/Arame-Bold.woff") format("woff");
  src: url("/assets/font/Arame-Bold.ttf") format("truetype");
  font-family: "Arame";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/Arame.eot") format("eot");
  src: url("/assets/font/Arame.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/Arame.woff") format("woff");
  src: url("/assets/font/Arame.ttf") format("truetype");
  font-family: "Arame";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/Arame-Stencil.eot") format("eot");
  src: url("/assets/font/Arame-Stencil.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/Arame-Stencil.woff") format("woff");
  src: url("/assets/font/Arame-Stencil.ttf") format("truetype");
  font-family: "Arame";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/Arame-Thin.eot") format("eot");
  src: url("/assets/font/Arame-Thin.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/Arame-Thin.woff") format("woff");
  src: url("/assets/font/Arame-Thin.ttf") format("truetype");
  font-family: "Arame";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("/assets/font/ArameMono-Stencil.eot") format("eot");
  src: url("/assets/font/ArameMono-Stencil.eot?#iefix") format("embedded-opentype");
  src: url("/assets/font/ArameMono-Stencil.woff") format("woff");
  src: url("/assets/font/ArameMono-Stencil.ttf") format("truetype");
  font-family: "Arame Mono";
  font-weight: 900;
  font-style: normal;
}
.animation_appsec_container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appsec_triangle_with_fragments_1 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.appsec_triangle_with_fragments_2 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(70deg);
}
.appsec_triangle_with_fragments_2 .appsec_triangle {
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 1s;
}
.appsec_triangle_with_fragments_2 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 1s;
}

.appsec_triangle_with_fragments_3 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(150deg);
}
.appsec_triangle_with_fragments_3 .appsec_triangle {
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 0.5s;
}
.appsec_triangle_with_fragments_3 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 0.5s;
}

.appsec_triangle_with_fragments_4 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(240deg);
}
.appsec_triangle_with_fragments_4 .appsec_triangle {
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 1.5s;
}
.appsec_triangle_with_fragments_4 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 1.5s;
}

.appsec_triangle_with_fragments_5 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(5deg);
}
.appsec_triangle_with_fragments_5 .appsec_triangle {
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 2.5s;
}
.appsec_triangle_with_fragments_5 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 2.5s;
}

.appsec_triangle_with_fragments_6 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(80deg);
}
.appsec_triangle_with_fragments_6 .appsec_triangle {
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 3s;
}
.appsec_triangle_with_fragments_6 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 3s;
}

.appsec_triangle_with_fragments_7 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(170deg);
}
.appsec_triangle_with_fragments_7 .appsec_triangle {
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 2s;
}
.appsec_triangle_with_fragments_7 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 2s;
}

.appsec_triangle_with_fragments_8 {
  width: auto;
  height: auto;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(220deg);
}
.appsec_triangle_with_fragments_8 .appsec_triangle {
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_1 {
  opacity: 0;
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_2 {
  opacity: 0;
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_3 {
  opacity: 0;
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_4 {
  opacity: 0;
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_5 {
  opacity: 0;
  animation-delay: 3.5s;
}
.appsec_triangle_with_fragments_8 .fragments_container .fragment_6 {
  opacity: 0;
  animation-delay: 3.5s;
}

.appsec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom: 40px solid #f05524;
  transform: translate(-500px, -800px) rotate(151deg);
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running appsec_triangle_move;
}

@keyframes appsec_triangle_move {
  15% {
    transform: translate(-500px, -800px) rotate(151deg);
    opacity: 0;
  }
  30% {
    transform: translate(-140px, -185px) rotate(151deg);
    opacity: 1;
  }
  31% {
    transform: translate(-140px, -185px) rotate(151deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fragments_container {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transform: translate(-35px, -35px);
}
.fragments_container .fragment_1 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  opacity: 0;
  animation: 10s ease 0s infinite normal none running fragment_1_move;
}
@keyframes fragment_1_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-300px, -100px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_2 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_2_move;
}
@keyframes fragment_2_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-350px, -150px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_3 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_3_move;
}
@keyframes fragment_3_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-300px, -200px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_4 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_4_move;
}
@keyframes fragment_4_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(50px, -250px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_5 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_5_move;
}
@keyframes fragment_5_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(50px, -300px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_6 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_6_move;
}
@keyframes fragment_6_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(0px, -350px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}

.appsec_shield_container {
  width: 450px;
  height: 450px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 10s ease 0s infinite normal none appsec_shield_container_scale;
}

@keyframes appsec_shield_container_scale {
  30% {
    transform: scale(1, 1);
  }
  31% {
    transform: scale(0.95, 0.95);
  }
  35% {
    transform: scale(1, 1);
  }
  36% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1, 1);
  }
  41% {
    transform: scale(0.95, 0.95);
  }
  45% {
    transform: scale(1, 1);
  }
  46% {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
  51% {
    transform: scale(0.95, 0.95);
  }
  54% {
    transform: scale(1, 1);
  }
  55% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.95, 0.95);
  }
  60% {
    transform: scale(1, 1);
  }
  61% {
    transform: scale(0.95, 0.95);
  }
  65% {
    transform: scale(1, 1);
  }
  66% {
    transform: scale(0.95, 0.95);
  }
  70% {
    transform: scale(1, 1);
  }
}
.appsec_shield_big {
  width: 450px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running appsec_shield_big_appear;
}

@keyframes appsec_shield_big_appear {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  87% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.appsec_shield_small {
  width: 400px;
  height: 400px;
  background-color: rgba(0, 214, 252, 0.0705882353);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running appsec_shield_small_appear;
}

@keyframes appsec_shield_small_appear {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  86% {
    opacity: 1;
  }
  87% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.appsec_application_square {
  width: 260px;
  height: 260px;
  position: relative;
  animation: 3s ease-in-out 0s infinite alternate none running appsec_application_square_regular_pulse;
}

@keyframes appsec_application_square_regular_pulse {
  0% {
    transform: scale(1) rotate(45deg);
  }
  100% {
    transform: scale(0.9) rotate(45deg);
  }
}
.appsec_sub_square {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appsec_sub_square_1 {
  background-color: #00d6fc;
}

.appsec_sub_square_2 {
  background-color: #00d6fc;
  left: 90px;
}

.appsec_sub_square_3 {
  background-color: #00d6fc;
  left: 180px;
}

.appsec_sub_square_4 {
  background-color: #00d6fc;
  top: 90px;
}

.appsec_sub_square_5 {
  background-color: #00d6fc;
  top: 90px;
  left: 90px;
}

.appsec_sub_square_6 {
  background-color: #00d6fc;
  top: 90px;
  left: 180px;
}

.appsec_sub_square_7 {
  background-color: #00d6fc;
  top: 180px;
}

.appsec_sub_square_8 {
  background-color: #00d6fc;
  top: 180px;
  left: 90px;
}

.appsec_sub_square_9 {
  background-color: #00d6fc;
  top: 180px;
  left: 180px;
}

.animation_home_container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analysis_bar {
  width: 400px;
  height: 5px;
  background-color: #f05524;
  position: absolute;
  animation-name: analysis_bar_apparition_and_go_down;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
}

@keyframes analysis_bar_apparition_and_go_down {
  0% {
    transform: scaleX(0) translateY(-200px);
  }
  10% {
    transform: scaleX(1) translateY(-200px);
    opacity: 1;
  }
  30% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(200px) scaleX(0);
    opacity: 0;
  }
}
.home_application_square {
  width: 260px;
  height: 260px;
  position: relative;
  animation: 3s ease-in-out 0s infinite alternate none running application_square_regular_pulse;
}

@keyframes application_square_regular_pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.glitch {
  width: 260px;
  height: 260px;
  position: relative;
  transform: rotate(45deg);
  animation-name: glitch;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 10s;
  animation-timing-function: step-end;
}

@keyframes glitch {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  30% {
    transform: translate(25px, 25px) rotate(45deg);
    background-color: #f05524;
    filter: blur(5px);
  }
  31% {
    transform: translate(-12px, -12px) rotate(45deg);
    background-color: #00d6fc;
    filter: drop-shadow(16px 16px 20px red) invert(75%) blur(0px);
  }
  32% {
    transform: translate(25px, -12px) rotate(45deg);
    background-color: #f05524;
    filter: blur(5px);
  }
  33% {
    transform: translate(0px, 0px) rotate(45deg);
    background-color: unset;
    filter: blur(0px);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
.home_sub_square {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_sub_square_1 {
  background-color: #00d6fc;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
}

.home_sub_square_2 {
  background-color: #00d6fc;
  left: 90px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
}

.home_sub_square_3 {
  background-color: #00d6fc;
  left: 180px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

.home_sub_square_4 {
  background-color: #00d6fc;
  top: 90px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
}

.home_sub_square_5 {
  background-color: #00d6fc;
  top: 90px;
  left: 90px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

.home_sub_square_6 {
  background-color: #00d6fc;
  animation-name: home_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
}

.rotation_home_sub_square_1 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 90px;
  left: 180px;
  animation: 10s ease-in-out 0s infinite normal none running rotation_home_sub_square_1;
}

@keyframes rotation_home_sub_square_1 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(3deg);
  }
  38% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  42% {
    transform: rotate(-3deg);
  }
  44% {
    transform: rotate(0);
  }
}
.home_sub_square_7 {
  background-color: #00d6fc;
  animation-name: home_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

.rotation_home_sub_square_2 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 180px;
  animation: 10s ease-in-out 0s infinite normal none running rotation_home_sub_square_2;
}

@keyframes rotation_home_sub_square_2 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(-3deg);
  }
  38% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  42% {
    transform: rotate(3deg);
  }
  44% {
    transform: rotate(0);
  }
}
.home_sub_square_8 {
  background-color: #00d6fc;
  top: 180px;
  left: 90px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
}

.home_sub_square_9 {
  background-color: #00d6fc;
  top: 180px;
  left: 180px;
  animation-name: home_sub_square_changing_color_blue_to_white;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes home_sub_square_changing_color_blue_to_white {
  10% {
    background-color: #00d6fc;
  }
  20% {
    background-color: #ffffff;
  }
  80% {
    background-color: #ffffff;
  }
  90% {
    background-color: #00d6fc;
  }
}
@keyframes home_sub_square_changing_color_blue_to_red {
  10% {
    background-color: #00d6fc;
  }
  20% {
    background-color: #f05524;
  }
  58% {
    background-color: #f05524;
  }
  59% {
    background-color: #ffffff;
  }
  60% {
    background-color: #f05524;
  }
  61% {
    background-color: #ffffff;
  }
  62% {
    background-color: #f05524;
  }
  63% {
    background-color: #ffffff;
  }
  64% {
    background-color: #f05524;
  }
  65% {
    background-color: #ffffff;
  }
  80% {
    background-color: #ffffff;
  }
  90% {
    background-color: #00d6fc;
  }
}
.home_red_little_square_container_1 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(227deg);
}

.home_red_little_square_container_2 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red_little_square_1 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_1;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_1 {
  27% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  28% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  48% {
    transform: translate(-150px, 0px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 0px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_2 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_2;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_2 {
  26% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  27% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  47% {
    transform: translate(-100px, 100px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 100px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_3 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_3;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_3 {
  27% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  28% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  48% {
    transform: translate(0px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_4 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_4;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_4 {
  29% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(-150px, 25px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 25px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_5 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_5;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_5 {
  31% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  32% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  52% {
    transform: translate(-100px, 50px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 55px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_6 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_6;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_6 {
  29% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(22px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(22px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_7 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_7;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_7 {
  30% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  31% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  51% {
    transform: translate(-150px, -20px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, -20px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_8 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_8;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_8 {
  31% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  32% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  52% {
    transform: translate(-100px, 36) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 36px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_9 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_9;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_9 {
  32% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  33% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  53% {
    transform: translate(48px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(480px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_10 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_10;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_10 {
  31% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  32% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  52% {
    transform: translate(-150px, 22px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 22px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_11 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_11;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_11 {
  32% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  33% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  53% {
    transform: translate(-100px, 84px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 84px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_12 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_home_sub_square_12;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_home_sub_square_12 {
  34% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  35% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  55% {
    transform: translate(-26px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(-26px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.informative_text_container {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(0, 250px);
  align-items: center;
  justify-content: center;
  display: flex;
}
.informative_text_container p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #595959;
  font-weight: 500;
}
.informative_text_container .informative_text_1 {
  position: absolute;
  opacity: 0;
  animation: 10s ease-in-out 0s infinite normal none running informative_text_1_display;
}
.informative_text_container .informative_text_2 {
  position: absolute;
  opacity: 0;
  animation: 10s ease-in-out 0s infinite normal none running informative_text_2_display;
}
.informative_text_container .informative_text_3 {
  position: absolute;
  opacity: 0;
  animation: 10s ease-in-out 0s infinite normal none running informative_text_3_display;
}
.informative_text_container .informative_text_4 {
  position: absolute;
  opacity: 0;
  animation: 10s ease-in-out 0s infinite normal none running informative_text_4_display;
}

@keyframes informative_text_1_display {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
@keyframes informative_text_2_display {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes informative_text_3_display {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes informative_text_4_display {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animation_pentest_container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pentest_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom: 40px solid #f05524;
  transform: translate(-500px, -800px) rotate(151deg);
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running pentest_triangle_move;
}

@keyframes pentest_triangle_move {
  15% {
    transform: translate(-500px, -800px) rotate(151deg);
    opacity: 0;
  }
  30% {
    transform: translate(-125px, -170px) rotate(151deg);
    opacity: 1;
  }
  31% {
    transform: translate(-125px, -170px) rotate(151deg);
    opacity: 0;
  }
  100% {
    transform: translate(-110px, -150px) rotate(151deg);
    opacity: 0;
  }
}
.fragments_container {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.fragments_container .fragment_1 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_1_move;
}
@keyframes fragment_1_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-300px, -100px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_2 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_2_move;
}
@keyframes fragment_2_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-350px, -150px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_3 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_3_move;
}
@keyframes fragment_3_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(-300px, -200px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_4 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_4_move;
}
@keyframes fragment_4_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(50px, -250px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_5 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_5_move;
}
@keyframes fragment_5_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(50px, -300px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_6 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_6_move;
}
@keyframes fragment_6_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(0px, -350px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}
.fragments_container .fragment_7 {
  position: absolute;
  border: 0 solid transparent;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom: 14px solid #f05524;
  transform: translate(-116px, -164px);
  animation: 10s ease 0s infinite normal none running fragment_7_move;
}
@keyframes fragment_7_move {
  0% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  29% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-116px, -164px) rotate(0deg);
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  40% {
    transform: translate(30px, -120px) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(-217px, -100px) rotate(180deg);
    opacity: 0;
  }
}

.shield_container {
  width: 450px;
  height: 450px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shield_big {
  width: 450px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running shield_big_appear;
}

@keyframes shield_big_appear {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shield_small {
  width: 400px;
  height: 400px;
  background-color: rgba(0, 214, 252, 0.0705882353);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: 10s ease-in 0s infinite normal none running shield_small_appear;
}

@keyframes shield_small_appear {
  0% {
    opacity: 0;
    background-color: rgba(0, 214, 252, 0.0705882353);
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  45% {
    opacity: 1;
    background-color: rgba(0, 214, 252, 0.0705882353);
  }
  50% {
    opacity: 1;
    background-color: rgba(240, 84, 36, 0.1098039216);
  }
  51% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.pentest_application_square {
  width: 260px;
  height: 260px;
  position: relative;
  animation: 3s ease-in-out 0s infinite alternate none running application_square_regular_pulse;
}

@keyframes application_square_regular_pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.glitch {
  width: 260px;
  height: 260px;
  position: relative;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: glitch;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 10s;
  animation-timing-function: step-end;
}

@keyframes glitch {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  30% {
    transform: translate(25px, 25px) rotate(45deg);
    background-color: #f05524;
    filter: blur(5px);
  }
  31% {
    transform: translate(-12px, -12px) rotate(45deg);
    background-color: #00d6fc;
    filter: drop-shadow(16px 16px 20px red) invert(75%) blur(0px);
  }
  32% {
    transform: translate(25px, -12px) rotate(45deg);
    background-color: #f05524;
    filter: blur(5px);
  }
  33% {
    transform: translate(0px, 0px) rotate(45deg);
    background-color: unset;
    filter: blur(0px);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
.pentest_sub_square {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pentest_sub_square_1 {
  background-color: #00d6fc;
  animation-name: pentest_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
}

.rotation_pentest_sub_square_1 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  animation: 10s linear 0s infinite normal none running rotation_pentest_sub_square_1;
}

@keyframes rotation_pentest_sub_square_1 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(1deg);
  }
  37% {
    transform: rotate(-1deg);
  }
  38% {
    transform: rotate(1deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(0);
  }
}
.pentest_sub_square_2 {
  background-color: #00d6fc;
  animation-name: pentest_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
}

.rotation_pentest_sub_square_2 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 90px;
  animation: 10s linear 0s infinite normal none running rotation_pentest_sub_square_2;
}

@keyframes rotation_pentest_sub_square_2 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(1deg);
  }
  37% {
    transform: rotate(-1deg);
  }
  38% {
    transform: rotate(1deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(0);
  }
}
.pentest_sub_square_3 {
  background-color: #00d6fc;
  left: 180px;
}

.pentest_sub_square_4 {
  background-color: #00d6fc;
  animation-name: pentest_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.25s;
}

.rotation_pentest_sub_square_3 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 90px;
  animation: 10s linear 0s infinite normal none running rotation_pentest_sub_square_4;
}

@keyframes rotation_pentest_sub_square_4 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(1deg);
  }
  37% {
    transform: rotate(-1deg);
  }
  38% {
    transform: rotate(1deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(0);
  }
}
.pentest_sub_square_5 {
  background-color: #00d6fc;
  top: 90px;
  left: 90px;
}

.pentest_sub_square_6 {
  background-color: #00d6fc;
  top: 90px;
  left: 180px;
}

.pentest_sub_square_7 {
  background-color: #00d6fc;
  animation-name: pentest_sub_square_changing_color_blue_to_red;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

.rotation_pentest_sub_square_4 {
  width: 80px;
  height: 80px;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 180px;
  animation: 10s linear 0s infinite normal none running rotation_pentest_sub_square_4;
}

@keyframes rotation_pentest_sub_square_4 {
  34% {
    transform: rotate(0);
  }
  36% {
    transform: rotate(1deg);
  }
  37% {
    transform: rotate(-1deg);
  }
  38% {
    transform: rotate(1deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(0);
  }
}
.pentest_sub_square_8 {
  background-color: #00d6fc;
  top: 180px;
  left: 90px;
}

.pentest_sub_square_9 {
  background-color: #00d6fc;
  top: 180px;
  left: 180px;
}

@keyframes pentest_sub_square_changing_color_blue_to_red {
  34% {
    background-color: #00d6fc;
  }
  35% {
    background-color: #f05524;
  }
  68% {
    background-color: #f05524;
  }
  69% {
    background-color: #ffffff;
  }
  70% {
    background-color: #f05524;
  }
  71% {
    background-color: #ffffff;
  }
  72% {
    background-color: #f05524;
  }
  73% {
    background-color: #ffffff;
  }
  74% {
    background-color: #f05524;
  }
  75% {
    background-color: #ffffff;
  }
  90% {
    background-color: #ffffff;
  }
  100% {
    background-color: #00d6fc;
  }
}
.pentest_red_little_square_container_1 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.pentest_red_little_square_container_2 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(135deg);
}

.pentest_red_little_square_container_4 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.pentest_red_little_square_container_7 {
  width: 80px;
  height: 80px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red_little_square_1 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_1;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_1 {
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  41% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  61% {
    transform: translate(-150px, 0px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 0px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_2 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_2;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_2 {
  39% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  60% {
    transform: translate(-100px, 100px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 100px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_3 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_3;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_3 {
  39% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  60% {
    transform: translate(0px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_4 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_4;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_4 {
  39% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  60% {
    transform: translate(-150px, 25px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 25px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_5 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_5;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_5 {
  41% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  42% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  62% {
    transform: translate(-100px, 50px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 55px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_6 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_6;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_6 {
  39% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  60% {
    transform: translate(22px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(22px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_7 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_7;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_7 {
  40% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  41% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  61% {
    transform: translate(-150px, -20px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, -20px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_8 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_8;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_8 {
  41% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  42% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  62% {
    transform: translate(-100px, 36) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 36px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_9 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_9;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_9 {
  42% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  43% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  63% {
    transform: translate(48px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(480px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.red_little_square_10 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_10;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_10 {
  41% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  42% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  62% {
    transform: translate(-150px, 22px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-150px, 22px) rotate(45deg);
    opacity: 0;
  }
}
.red_little_square_11 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_11;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_11 {
  42% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  43% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  63% {
    transform: translate(-100px, 84px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: translate(-100px, 84px) rotate(-45deg);
    opacity: 0;
  }
}
.red_little_square_12 {
  width: 10px;
  height: 10px;
  background-color: #f05524;
  position: absolute;
  opacity: 0;
  animation-name: red_little_square_emanating_from_red_pentest_sub_square_12;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in;
}

@keyframes red_little_square_emanating_from_red_pentest_sub_square_12 {
  44% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }
  45% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1;
  }
  65% {
    transform: translate(-26px, 150px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translate(-26px, 150px) rotate(25deg);
    opacity: 0;
  }
}
.blue_button_container {
  text-align: right;
  margin-top: 10px;
}

.blue_button {
  position: relative;
  border: solid 1px rgba(0, 214, 252, 0.3);
  background: none;
  color: rgba(0, 214, 252, 0.5);
  font-family: "Arame", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.8px;
  width: 275px;
  height: 40px;
  padding: 0;
  transition: all 0.25s ease;
  outline: none;
}
.blue_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 60px;
  height: 1px;
  transform: translateY(-1px);
  background: #00d6fc;
  transition: all 0.25s ease;
}
.blue_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 60px;
  height: 1px;
  transform: translateY(1px);
  background: #00d6fc;
  transition: all 0.25s ease;
}
.blue_button:hover {
  box-shadow: 1px 1px 8px rgba(0, 214, 252, 0.3);
  color: #00d6fc;
  text-shadow: 0 0 8px rgba(0, 214, 252, 0.4);
}
.blue_button:hover.blue_button:before {
  left: 0;
  width: 20px;
}
.blue_button:hover.blue_button:after {
  right: 0;
  width: 20px;
}
.blue_button:hover .blue_button_line:before {
  bottom: 0;
}
.blue_button:hover .blue_button_line:after {
  top: 0;
}

.blue_button_line:before {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 1px;
  height: 20px;
  transform: translateX(1px);
  background: #00d6fc;
  transition: all 0.25s ease;
}

.blue_button_line:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 1px;
  height: 20px;
  transform: translateX(-1px);
  background: #00d6fc;
  transition: all 0.25s ease;
}

.page {
  width: 100vw;
  height: 100vh;
}

.parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 24px;
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
}

.main_content {
  grid-column: 2/13;
  display: grid;
  width: auto;
  max-height: calc(var(--vh, 1vh) * 100);
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: inherit;
  grid-column-gap: inherit;
}

.dummy_wrapper {
  grid-row: 1/13;
  grid-column: 1/13;
  display: grid;
  grid-template-rows: inherit;
  grid-template-columns: inherit;
  grid-column-gap: inherit;
  padding-right: 24px;
}

.dummy_wrapper_with_no_padding_right {
  padding-right: unset;
}

.top_section {
  width: 100%;
  height: 100%;
  grid-column: 1/13;
  grid-row: 1/11;
  display: grid;
  grid-template-columns: inherit;
  grid-template-rows: inherit;
  grid-column-gap: inherit;
}
.top_section .text {
  grid-column: 2/7;
  grid-row: 2/12;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_section .text h2 {
  font-size: 53px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.top_section .text h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #777777;
}
.top_section .text .underline {
  color: #777777;
  text-decoration: underline;
}
.top_section .text .underline:hover {
  color: #ffffff;
}
.top_section .illustration {
  grid-column: 7/11;
  grid-row: 2/12;
  background-color: #595959;
  width: 100%;
  height: 100%;
}

.underline {
  color: #777777;
  text-decoration: underline;
}
.underline:hover {
  color: #ffffff;
}

.text_right_half_screen {
  grid-row: 2/12;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 7/11;
}
.text_right_half_screen h2 {
  font-family: "Arame", sans-serif;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.text_right_half_screen h2 span {
  font-size: 65%;
}
.text_right_half_screen hr {
  width: 60px;
  margin: 0 0 20px 0;
}
.text_right_half_screen h3 {
  font-size: 16px;
  font-family: "Arame", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 5px;
}
.text_right_half_screen h3 span {
  margin-right: 5px;
}
.text_right_half_screen p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
}
.text_right_half_screen ul {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
  padding: 0 0 0 14px;
  margin: unset;
}

.text_left_half_screen {
  grid-row: 2/12;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2/6;
}
.text_left_half_screen h2 {
  font-family: "Arame", sans-serif;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.text_left_half_screen h2 span {
  font-size: 65%;
}
.text_left_half_screen hr {
  width: 60px;
  margin: 0 0 20px 0;
}
.text_left_half_screen h3 {
  font-size: 16px;
  font-family: "Arame", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 5px;
}
.text_left_half_screen h3 span {
  margin-right: 5px;
}
.text_left_half_screen p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
}
.text_left_half_screen ul {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
  padding: 0 0 0 14px;
  margin: unset;
}

.illustration_right_half_screen {
  width: 100%;
  height: 100%;
  grid-row: 1/13;
  grid-column: 7/12;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illustration_left_half_screen {
  width: 100%;
  height: 100%;
  grid-row: 1/13;
  grid-column: 1/6;
  display: flex;
  align-items: center;
}

.about_img_container {
  width: 100%;
  height: 100%;
}

.about_img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.contact_img_container {
  width: auto;
  height: 100%;
  margin: auto 0;
}

.contact_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title_with_partnership {
  display: flex;
}

.partnership_checkmarx {
  margin-left: auto;
}

.partnership_checkmarx_text_container {
  float: right;
  padding-right: 2px;
}

.partnership_checkmarx_text {
  margin: unset !important;
  font-size: 12px !important;
  transform-origin: center;
  transform: rotate(10deg) translate(25px, 3px);
}

.partnership_checkmarx_logo_container {
  float: right;
}

.partnership_checkmarx_logo {
  width: 100px;
  height: auto;
  transform-origin: center;
  transform: rotate(10deg) translate(25px, 3px);
}

.homepage_center_section {
  grid-row: 1/13;
}

.bottom_section {
  width: 100%;
  height: 100%;
  grid-column: 1/13;
  grid-row: 11/13;
  text-align: center;
  display: grid;
  grid-template-columns: inherit;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: inherit;
}
.bottom_section .subtitle {
  grid-column: 2/11;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.bottom_section .subtitle h4 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid #595959;
  padding-bottom: 30px;
  width: 100%;
}
.bottom_section .companies {
  grid-column: 1/12;
  grid-row: 2/2;
  display: grid;
}
.bottom_section .companies .company {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_section .companies .company .logo img {
  height: 2em;
}
.bottom_section .companies .company:nth-child(1) {
  grid-column: 1/2;
}
.bottom_section .companies .company:nth-child(2) {
  grid-column: 2/3;
}
.bottom_section .companies .company:nth-child(3) {
  grid-column: 3/4;
}
.bottom_section .companies .company:nth-child(4) {
  grid-column: 4/5;
}
.bottom_section .companies .company:nth-child(5) {
  grid-column: 5/6;
}

.contact_text {
  font-size: 40px !important;
  text-align: unset !important;
}

.icon_mail_container {
  padding: 0 30px;
}

.contact_networks_container {
  align-items: center;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.contact_networks_container div:hover p {
  color: #ffffff;
}
.contact_networks_container div:hover img {
  filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%) !important;
}
.contact_networks_container div {
  width: auto;
}
.contact_networks_container div .text_container {
  text-align: center;
}
.contact_networks_container div .text_container p {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact_networks_container div .icon_container {
  text-align: center;
}
.contact_networks_container div .icon_container img {
  filter: invert(66%) sepia(0%) saturate(1333%) hue-rotate(194deg) brightness(85%) contrast(93%);
  height: 2em;
  width: 2em;
}
.contact_networks_container div:nth-child(1) {
  margin-right: auto;
}
.contact_networks_container div:nth-child(3) {
  margin-left: auto;
  min-width: 62px;
}

.mail_svg {
  margin: 16px 0 10px 0;
  filter: invert(66%) sepia(0%) saturate(1333%) hue-rotate(194deg) brightness(85%) contrast(93%);
}

.addresses_container {
  margin: 30px 0 40px 0;
  width: 100%;
  height: auto;
}
.addresses_container div:nth-child(1) {
  margin-right: auto;
}
.addresses_container div:nth-child(3) {
  margin-left: auto;
  min-width: 62px;
}
.addresses_container div {
  width: auto;
  height: auto;
}
.addresses_container div p {
  font-size: 16px;
  text-align: center;
}

.vertical_separator {
  display: inline-block;
  border-left: 1px solid #8e8e8e;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.text_middle_screen {
  grid-row: 1/13;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2/11;
}
.text_middle_screen .container {
  width: 100%;
}
.text_middle_screen h2 {
  font-family: "Arame", sans-serif;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.text_middle_screen h2 span {
  font-size: 65%;
}
.text_middle_screen hr {
  width: 60px;
  margin: 0 0 20px 0;
}
.text_middle_screen h3 {
  font-size: 16px;
  font-family: "Arame", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 5px;
}
.text_middle_screen h3 span {
  margin-right: 5px;
}
.text_middle_screen p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
}
.text_middle_screen ul {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #8e8e8e;
  padding: 0 0 0 14px;
  margin: unset;
}
.text_middle_screen .title_section_container {
  width: auto;
  height: auto;
}
.text_middle_screen .tags_section_container {
  width: 100%;
  height: 50px;
  display: flex;
}
.text_middle_screen .tags_section_container .left_category_container {
  width: 100%;
  height: 100%;
}
.text_middle_screen .tags_section_container .left_category_container p {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.text_middle_screen .tags_section_container .left_category_container p:hover {
  color: #ffffff;
}
.text_middle_screen .tags_section_container .left_category_container .selected_tag {
  color: #ffffff;
}
.text_middle_screen .tags_section_container .separator {
  width: 4px;
  height: 50%;
  background-color: #8e8e8e;
  margin: auto 30px;
}
.text_middle_screen .tags_section_container .right_category_container {
  width: 100%;
  height: 100%;
}
.text_middle_screen .tags_section_container .right_category_container p {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.text_middle_screen .tags_section_container .right_category_container p:hover {
  color: #ffffff;
}
.text_middle_screen .tags_section_container .right_category_container .selected_tag {
  color: #ffffff;
}
.text_middle_screen .tags_container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.text_middle_screen .tags_container .category_container {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_middle_screen .tags_container .category_container p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.text_middle_screen .tags_container .category_container p:hover {
  color: #ffffff;
}
.text_middle_screen .tags_container .category_container .selected_tag {
  color: #ffffff;
}
.text_middle_screen .tags_container .separator {
  width: 2px;
  height: 50%;
  background-color: #8e8e8e;
  margin: auto 30px;
}
.text_middle_screen .naviguation_container {
  width: fill-content;
  display: flex;
  justify-content: right;
}
.text_middle_screen .naviguation_container .page_indicator_container {
  width: fit-content;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_middle_screen .naviguation_container .arrows_buttons_container {
  width: fit-content;
  display: flex;
}
.text_middle_screen .naviguation_container .arrows_buttons_container img {
  filter: invert(66%) sepia(0%) saturate(1333%) hue-rotate(194deg) brightness(85%) contrast(93%);
  height: 1em;
  width: 1em;
  margin: auto;
}
.text_middle_screen .naviguation_container .arrows_buttons_container img:hover {
  filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%);
}
.text_middle_screen .naviguation_container .arrows_buttons_container .arrow_button_left {
  width: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.text_middle_screen .naviguation_container .arrows_buttons_container .arrow_button_right {
  width: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.text_middle_screen .formations_container {
  width: 100%;
  height: fit-content;
  display: flex;
  margin: 35px 0;
}
.text_middle_screen .formation {
  margin-right: 1em;
  height: 100%;
  max-width: 32%;
}
.text_middle_screen .formation .title_container {
  width: 100%;
  height: fit-content;
}
.text_middle_screen .formation .title_container h3 {
  margin: unset;
  text-align: center;
  font-size: 20px;
}
.text_middle_screen .formation .title_container p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
  text-align: left;
  margin: 5px 0;
}
.text_middle_screen .formation .picture_container {
  width: 100%;
  height: 200px;
  margin: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 10px;
  background-color: #242424;
}
.text_middle_screen .formation .picture_container img {
  width: auto;
  height: 100%;
}
.text_middle_screen .formation .picture_container .coming_soon_container {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.text_middle_screen .formation .picture_container .coming_soon_container .rotation {
  width: 137px;
  height: fit-content;
  transform: rotate(45deg);
  position: absolute;
  background-color: #00d6fc;
  -webkit-box-shadow: -12px 12px 25px -4px rgba(0, 0, 0, 0.42);
  box-shadow: -12px 12px 25px -4px rgba(0, 0, 0, 0.42);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.text_middle_screen .formation .picture_container .coming_soon_container .rotation p {
  color: #141514;
  padding: 2px 10px;
  margin: unset;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.text_middle_screen .formation .subtitle_container {
  width: 100%;
  height: fit-content;
}
.text_middle_screen .formation .subtitle_container h4 {
  margin: unset;
  text-align: center;
  font-size: 13px;
}
.text_middle_screen .formation .description_container {
  width: 100%;
  height: fit-content;
}
.text_middle_screen .formation .description_container p {
  font-size: 13px;
}
.text_middle_screen .articles_container_top {
  width: 100%;
  height: fit-content;
  display: flex;
  margin: 25px 0 0 0;
}
.text_middle_screen .articles_container_bottom {
  width: 100%;
  height: fit-content;
  display: flex;
  margin: 25px 0 0 0;
}
.text_middle_screen .article {
  width: 32%;
  height: 100%;
  margin-right: 3em;
}
.text_middle_screen .article .title_container {
  width: 100%;
  height: fit-content;
}
.text_middle_screen .article .title_container p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #dddcdc;
  text-align: left;
  margin: 5px 0;
}
.text_middle_screen .article .picture_container {
  width: 100%;
  height: 150px;
  margin: 0 0 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}
.text_middle_screen .article .picture_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.text_middle_screen .article .article_informations {
  border-top: 1px solid #8e8e8e;
  display: flex;
  margin: 10px 0 20px 0;
}
.text_middle_screen .article .article_informations p {
  font-size: 13px;
  font-weight: 400;
}
.text_middle_screen .article .article_informations .date_container {
  margin: 0 auto 0 0;
}
.text_middle_screen .article .article_informations .article_tag_container {
  margin: 0 auto;
}
.text_middle_screen .article .article_informations .article_tag_container p {
  text-transform: uppercase;
}
.text_middle_screen .article .article_informations .reading_time_container {
  margin: 0 0 0 auto;
}
.text_middle_screen .blue_button_container {
  text-align: center;
  margin: unset;
}

.naviguation_rail {
  max-width: 10em;
  min-width: 10em;
  height: 100vh;
  background-color: #0c0c0c;
  grid-column: 1/2;
  grid-row: 1/2;
  border-right: 1px solid #595959;
  position: relative;
  z-index: 1;
}

.naviguation_rail_sticky {
  position: sticky !important;
  top: 0 !important;
}

.company_logo_container {
  width: 7.5em;
  height: auto;
  position: relative;
  padding: 14px;
  margin: 0 auto;
  z-index: 1;
}

.company_logo {
  width: 100%;
  height: auto;
  position: relative;
}
.company_logo img {
  border-style: none;
}

.company_name_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.company_name_container h1 {
  margin-top: 28px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 28px;
}
.company_name_container .highlight {
  color: #00d6fc;
}

.section_container {
  transition: transform 1s;
  height: auto;
  width: auto;
  position: relative;
}

.section_container:hover .section_text_container {
  background-color: #161616;
}
.section_container:hover .section_text_container a {
  font-size: 16px;
}
.section_container:hover .section_text_container a .icon {
  opacity: 1;
}
.section_container:hover .section_icon_container .icon {
  opacity: 0;
}

.sections_icons_container {
  height: auto;
  width: 100%;
  bottom: 0;
  position: absolute;
  margin-top: 100%;
}
.sections_icons_container div:last-child .icon {
  filter: none;
}
.sections_icons_container div:last-child .section_text_container a {
  width: 50%;
}
.sections_icons_container div:last-child .section_text_container a img {
  width: 2em;
  height: 2em;
}

.section_icon_container {
  text-align: center;
  position: absolute;
  height: auto;
  width: 100%;
  padding: 15px 0;
  background-color: #0c0c0c;
  float: left;
}
.section_icon_container .icon {
  filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%);
  width: 2em;
  height: 2em;
  margin: auto;
  opacity: 1;
  transform-origin: center;
  transition: opacity 0.4s;
}
.section_icon_container .icon_current_section {
  filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4910%) hue-rotate(142deg) brightness(95%) contrast(110%);
}

.section_text_container {
  width: auto;
  height: auto;
  position: relative;
}
.section_text_container a {
  margin-top: 0px;
  font-size: 0px;
  transition: font-size 0.4s;
  color: #ffffff;
  margin: auto;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_text_container .text_icon_current_section {
  color: #00d6fc;
  font-weight: bold;
}
.section_text_container img {
  opacity: 0;
  transition: opacity 0.4s;
}

.hamburger_menu_icon_container {
  display: none;
}

.naviguation_rail_compact_layout {
  display: none;
}

@media only screen and (min-width: 1700px) {
  .text_right_half_screen p {
    font-size: 20px;
  }
  .grid_column_6_12 {
    grid-column: 6/12;
  }
}
@media only screen and (max-width: 1700px) {
  .top_section .text h2 {
    font-size: 40px;
  }
  .text_right_half_screen {
    grid-column: 7/11;
  }
  .text_left_half_screen {
    grid-column: 2/7;
  }
  .text_left_half_screen h2 {
    font-size: 25px;
  }
  .text_left_half_screen h3 {
    font-size: 14px;
    padding-top: 5px;
  }
  .text_left_half_screen p {
    font-size: 13px;
  }
  .text_left_half_screen ul {
    font-size: 13px;
    padding: 0 0 0 14px;
    margin: unset;
  }
  .illustration_right_half_screen {
    grid-column: 8/12;
  }
  .illustration_left_half_screen {
    grid-column: 1/6;
  }
  .contact_text {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .top_section .text h2 {
    font-size: 35px;
  }
  .top_section .text h3 {
    font-size: 25px;
  }
  .text_right_half_screen {
    grid-column: 7/11;
  }
  .text_left_half_screen {
    grid-column: 2/7;
  }
  .text_left_half_screen h2 {
    font-size: 20px;
  }
  .text_left_half_screen h3 {
    font-size: 13px;
    padding-top: 0px;
  }
  .text_left_half_screen h4 {
    font-size: 12px;
  }
  .text_left_half_screen ul {
    font-size: 12px;
    padding: 0 0 0 14px;
    margin: unset;
  }
  .blue_button {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 880px) {
  .blue_button .blue_button {
    width: 275px;
  }
}
@media only screen and (max-width: 1280px) {
  .text_middle_screen .formation .title_container h3 {
    font-size: 18px;
  }
  .text_middle_screen .formation .picture_container {
    height: 150px;
  }
  .text_middle_screen .article {
    width: 28%;
    height: 100%;
    max-width: 100%;
  }
  .text_middle_screen .article .article_informations p {
    font-size: 12px;
    font-weight: 400;
  }
  .text_middle_screen .article .article_informations .article_tag_container {
    margin: 0 0 0 auto;
  }
  .text_middle_screen .article .article_informations .reading_time_container {
    display: none;
  }
  .text_middle_screen .title_container {
    width: 100%;
    height: fit-content;
  }
  .text_middle_screen .title_container p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #dddcdc;
    text-align: left;
    margin: 5px 0;
  }
  .text_middle_screen .picture_container {
    width: 100%;
    height: 150px;
    margin: 0 0 20px 0;
    position: relative;
  }
}
@media only screen and (max-width: 1045px) {
  .text_right_half_screen {
    grid-column: 7/11;
  }
  .text_right_half_screen h2 {
    margin: 0 0 5px 0;
  }
  .text_left_half_screen {
    grid-column: 2/7;
  }
  .text_left_half_screen h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .text_left_half_screen hr {
    width: 60px;
    margin: 0 0 10px 0;
  }
  .text_left_half_screen h3 {
    font-size: 13px;
    padding-top: 0px;
  }
  .text_left_half_screen p {
    margin: 8px 0;
  }
  .text_left_half_screen h4 {
    font-size: 12px;
  }
  .text_left_half_screen ul {
    font-size: 12px;
    padding: 0 0 0 14px;
    margin: unset;
  }
  .partnership_checkmarx_text {
    transform: rotate(10deg) translate(82px, -6px);
  }
  .partnership_checkmarx_logo {
    transform: rotate(10deg) translate(82px, -6px);
  }
  .mail_svg {
    margin: 9px 0 4px 0;
  }
  .text_middle_screen .formation .title_container h3 {
    font-size: 18px;
  }
  .text_middle_screen .formation .picture_container {
    height: 150px;
  }
  .text_middle_screen .formation .subtitle_container h4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 961px) and (max-height: 880px) {
  .page {
    height: auto;
  }
  .parent {
    grid-template-rows: 100px auto;
  }
  .main_content {
    grid-column: 1/13;
    grid-template-rows: auto;
  }
  .top_section .text h2 {
    font-size: 40px;
  }
  .top_section .text h3 {
    font-size: 30px;
  }
  .naviguation_rail {
    min-width: 100vw;
    max-width: 100vw;
    height: 100px;
    grid-column: 1/13;
    position: relative;
    display: flex;
  }
  .company_logo_container {
    width: 6em;
    margin: auto 0;
  }
  .company_name_container {
    width: auto;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  .company_name_container h1 {
    margin: unset;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 0 1em;
  }
  .hamburger_menu_icon_container {
    display: block;
    width: auto;
    height: auto;
    margin: auto 0;
    padding: 14px;
  }
  .hamburger_menu_icon_container img {
    filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%);
    width: 100%;
    height: 24px;
  }
  .hamburger_menu_icon_container .icon_current_section {
    filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4910%) hue-rotate(142deg) brightness(95%) contrast(110%);
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector {
    display: none;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > img {
    content: url("/assets/icons/icon_close.svg");
    width: 100%;
    height: 24px;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    position: absolute;
    background-color: #0c0c0c;
    top: 0;
    left: 0;
    display: grid;
    grid-template-rows: 100px auto;
    grid-template-columns: auto;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout:first-child {
    border-bottom: 1px solid #595959;
    width: 100%;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout {
    width: auto;
    height: auto;
    grid-column: auto;
    display: flex;
    justify-content: center;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_icon_container_compact_layout {
    width: 68px;
    height: auto;
    align-items: center;
    display: flex;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout {
    width: 136px;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: left;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout a {
    font-size: 25px;
    margin-left: 10px;
    color: #ffffff;
  }
  .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout .text_icon_current_section {
    color: #00d6fc;
    font-weight: bold;
  }
  .sections_icons_container {
    display: none;
  }
  .main_content {
    grid-column: 1/13;
  }
  .top_section .illustration {
    display: none;
    grid-column: none;
    grid-row: none;
  }
  .top_section .text {
    grid-column: 2/11;
    grid-row: auto;
  }
  .text_right_half_screen {
    grid-column: 2/11;
    padding-bottom: 20px;
  }
  .text_left_half_screen {
    grid-column: 2/11;
    padding-bottom: 20px;
  }
  .text_left_half_screen h2 {
    font-size: 25px;
  }
  .text_left_half_screen h3 {
    font-size: 14px;
    padding-top: 5px;
  }
  .text_left_half_screen p {
    font-size: 13px;
  }
  .text_left_half_screen ul {
    font-size: 13px;
    padding: 0 0 0 14px;
    margin: unset;
  }
  .title_with_partnership {
    margin-top: 20px;
  }
  .partnership_checkmarx_text {
    transform: rotate(10deg) translate(25px, 3px);
  }
  .partnership_checkmarx_logo {
    transform: rotate(10deg) translate(25px, 3px);
  }
  .illustration_right_half_screen {
    grid-column: none;
    grid-row: none;
    display: none;
  }
  .illustration_left_half_screen {
    grid-column: none;
    grid-row: none;
    display: none;
  }
  .blue_button {
    width: 275px;
  }
  .text_middle_screen .title_section_container {
    margin: 30px 0 0 0;
  }
  .text_middle_screen .naviguation_container {
    margin-bottom: 30px;
  }
  .text_middle_screen .blue_button_container {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .parent {
    grid-template-rows: 100px auto;
  }
  .main_content {
    grid-column: 1/13;
    grid-template-rows: auto;
  }
  .top_section .illustration {
    display: none;
    grid-column: none;
    grid-row: none;
  }
  .top_section .text {
    grid-column: 2/11;
  }
  .top_section .text h2 {
    font-size: 35px;
  }
  .top_section .text h3 {
    font-size: 25px;
  }
  .naviguation_rail {
    min-width: 100vw;
    max-width: 100vw;
    height: 100px;
    grid-column: 1/13;
    position: relative;
    display: flex;
  }
  .naviguation_rail .company_logo_container {
    width: 6em;
    margin: auto 0;
  }
  .naviguation_rail .company_name_container {
    width: auto;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  .naviguation_rail .company_name_container h1 {
    margin: unset;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 0 1em;
  }
  .naviguation_rail .hamburger_menu_icon_container {
    display: block;
    width: auto;
    height: auto;
    margin: auto 0;
    padding: 14px;
  }
  .naviguation_rail .hamburger_menu_icon_container img {
    filter: invert(98%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%);
    width: 100%;
    height: 24px;
  }
  .naviguation_rail .hamburger_menu_icon_container .icon_current_section {
    filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4910%) hue-rotate(142deg) brightness(95%) contrast(110%);
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector {
    display: none;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > img {
    content: url("/assets/icons/icon_close.svg");
    width: 100%;
    height: 24px;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    position: absolute;
    background-color: #0c0c0c;
    top: 0;
    left: 0;
    display: grid;
    grid-template-rows: 100px auto;
    grid-template-columns: auto;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout:first-child {
    border-bottom: 1px solid #595959;
    width: 100%;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout {
    width: auto;
    height: auto;
    grid-column: auto;
    display: flex;
    justify-content: center;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_icon_container_compact_layout {
    width: 68px;
    height: auto;
    align-items: center;
    display: flex;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout {
    width: 136px;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: left;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout a {
    font-size: 25px;
    margin-left: 10px;
    color: #ffffff;
  }
  .naviguation_rail .hamburger_menu_icon_container #hamburger_menu_checkbox_state_detector:checked + label > .naviguation_rail_compact_layout .section_container_compact_layout .section_text_container_compact_layout .text_icon_current_section {
    color: #00d6fc;
    font-weight: bold;
  }
  .naviguation_rail .sections_icons_container {
    display: none;
  }
  .text_right_half_screen {
    grid-column: 2/11;
  }
  .text_right_half_screen h2 {
    margin: 20px 0 0 0;
  }
  .text_left_half_screen {
    grid-column: 2/11;
  }
  .text_left_half_screen h2 {
    font-size: 25px;
    margin: 20px 0 0 0;
  }
  .text_left_half_screen h3 {
    font-size: 14px;
  }
  .text_left_half_screen p {
    font-size: 13px;
  }
  .text_left_half_screen ul {
    font-size: 13px;
    margin: unset;
  }
  .title_with_partnership {
    margin-top: 20px;
  }
  .partnership_checkmarx_text {
    transform: rotate(10deg) translate(25px, 3px);
  }
  .partnership_checkmarx_logo {
    transform: rotate(10deg) translate(25px, 3px);
  }
  .illustration_right_half_screen {
    grid-column: none;
    grid-row: none;
    display: none;
  }
  .illustration_left_half_screen {
    grid-column: none;
    grid-row: none;
    display: none;
  }
  .blue_button {
    width: 275px;
    margin: 20px 0 30px 0;
  }
  .text_middle_screen .title_section_container {
    margin: 30px 0 0 0;
  }
  .text_middle_screen .naviguation_container {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 840px) {
  .text_middle_screen .formations_container {
    width: 100%;
    height: auto;
    display: block;
  }
  .text_middle_screen .formations_container .formation:nth-child(2) {
    margin: 100px 0;
  }
  .text_middle_screen .formation {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .text_middle_screen .formation .title_container h3 {
    font-size: 20px;
  }
  .text_middle_screen .formation .picture_container {
    width: 100%;
    height: 200px;
    margin: 20px 0;
  }
  .text_middle_screen .formation .subtitle_container {
    width: 100%;
  }
  .text_middle_screen .formation .subtitle_container h4 {
    margin: unset;
    text-align: center;
    font-size: 13px;
  }
  .text_middle_screen .formation .description_container {
    width: 100%;
    height: fit-content;
  }
  .text_middle_screen .formation .description_container p {
    font-size: 13px;
  }
  .text_middle_screen .articles_container_top {
    width: 100%;
    height: auto;
    display: block;
  }
  .text_middle_screen .articles_container_bottom {
    width: 100%;
    height: auto;
    display: block;
  }
  .text_middle_screen .article {
    width: 100%;
    height: 100%;
  }
  .text_middle_screen .article .article_informations p {
    font-size: 13px;
    font-weight: 400;
  }
  .text_middle_screen .article .article_informations .article_tag_container {
    margin: 0 auto;
  }
  .text_middle_screen .article .article_informations .reading_time_container {
    display: block;
    margin: 0 0 0 auto;
  }
  .text_middle_screen .tags_container .category_container p {
    font-size: 13px;
  }
  .text_middle_screen .tags_container .separator {
    margin: auto 15px;
  }
}
@media only screen and (max-width: 600px) {
  .top_section .text h2 {
    font-size: 28px;
  }
  .top_section .text h3 {
    font-size: 24px;
  }
  .blue_button {
    width: 100%;
  }
  .blue_button div .text_container p {
    font-size: 11px;
  }
  .contact_networks_container {
    display: block;
  }
  .contact_networks_container div {
    display: flex;
    margin: 5px 0;
  }
  .contact_networks_container div img {
    margin-right: 15px;
  }
  .contact_networks_container div:nth-child(1) {
    margin-right: unset;
  }
  .contact_networks_container div:nth-child(3) {
    margin-left: unset;
  }
  .icon_mail_container {
    padding: unset;
  }
  .addresses_container div p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .naviguation_rail .company_name_container {
    padding: unset;
  }
}
@media only screen and (max-width: 397px) {
  .naviguation_rail .company_name_container h1 {
    font-size: 23px;
  }
  .top_section .text h2 {
    font-size: 24px;
  }
  .top_section .text h3 {
    font-size: 20px;
  }
  .text_right_half_screen {
    grid-column: 2/11;
  }
  .text_left_half_screen {
    grid-column: 2/11;
  }
  .contact_text {
    font-size: 33px !important;
  }
  .addresses_container div p {
    font-size: 12px;
  }
  .text_middle_screen .tags_container .category_container p {
    font-size: 12px;
  }
  .text_middle_screen .tags_container .separator {
    margin: auto 8px;
  }
  .text_middle_screen .article .article_informations p {
    font-size: 12px;
    font-weight: 400;
  }
  .text_middle_screen .article .article_informations .article_tag_container {
    margin: 0 0 0 auto;
  }
  .text_middle_screen .article .article_informations .reading_time_container {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .naviguation_rail .company_name_container h1 {
    font-size: 20px;
  }
  .top_section {
    grid-column: 1/13;
  }
  .top_section .text h2 {
    font-size: 20px;
  }
  .top_section .text h3 {
    font-size: 15px;
  }
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media only screen and (min-height: 881px) and (min-width: 961px) {
  html,
  body,
  #app {
    overflow: hidden;
  }
}
html {
  height: -webkit-fill-available;
}

body {
  min-height: -webkit-fill-available;
}

html,
body,
#app {
  background-color: #141514;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  height: 100%;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Arame", sans-serif;
  line-height: 1.28571429em;
}

a {
  text-decoration: none;
  color: #00d6fc;
}

canvas {
  position: absolute;
}

section {
  position: relative;
}

::selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.87);
}

.icon_flag_no_filter {
  filter: none !important;
}

/*# sourceMappingURL=style.min.css.map */
