<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Import basic scss*/
* {
  box-sizing: border-box;
}

*, html {
  scroll-behavior: smooth !important;
}

body {
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.footer-sections {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
}

button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

button, a {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: none;
}

::selection {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.content-wrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-none {
  display: none !important;
}

h1 {
  font-weight: 800;
  color: #ffffff;
  font-size: 62px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 24px;
  }
}

.section-title {
  font-weight: 800;
  color: #000000;
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 34px;
  }
}

.text-mid {
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .text-mid {
    font-size: 28px;
  }
}

.text-small {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.7em;
}

.text-blue {
  color: #009CD3;
}

.btn {
  padding: 11.5px 10px 11.5px 10px;
  width: 100%;
  border-radius: 50px;
  border: 4px solid #009BDE;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 20px;
}
.btn:hover {
  background-color: #009BDE;
  color: #ffffff;
}
@media screen and (max-width: 1660px) {
  .btn {
    font-size: 18px;
  }
}

header {
  position: absolute;
  z-index: 546466;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 57px;
}
header .nav-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
}
header .nav-menu {
  display: inline-block;
}
header .nav-menu ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .nav-menu ul li {
  display: inline-block;
}
header .nav-menu ul li a {
  display: inline-block;
  color: #ffffff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 28px;
}
header .nav-menu ul li a:hover {
  color: #009BDE;
  background-color: #ffffff;
}
header .nav-menu ul li a.outline-btn {
  box-shadow: inset 0px 0px 0px 3px #009CD3;
  color: #009CD3;
  margin-left: 16px;
}
header .nav-menu ul li a.outline-btn:hover {
  color: #ffffff;
  background-color: #009CD3;
}
header .locale {
  margin-right: 72px;
  float: right;
}
header .locale a {
  border-radius: 100%;
  border: 2px solid #009CD3;
  font-size: 16px;
  color: #009CD3;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .locale a:hover {
  background-color: #009CD3;
  color: #ffffff;
}
header .right-logo {
  float: right;
}
header .nav-icon {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  height: 14px;
  width: 30px;
  display: none;
  -moz-transition: 0.5s transform;
  -o-transition: 0.5s transform;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
}
header .nav-icon div {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 4px;
  -moz-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  -o-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  -webkit-transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
  transition: 0.2s top 0.2s, 0.2s transform 0s, 0.2s background-color;
}
header .nav-icon div:nth-child(1) {
  top: 0%;
  transform: translateY(0%) rotate(0deg);
}
header .nav-icon div:nth-child(2) {
  top: calc(100% - 2px);
  transform: translateY(0%) rotate(0deg);
}
header .nav-icon.active {
  transform: translateX(144px);
}
header .nav-icon.active div {
  background-color: #009BDE;
  -moz-transition: 0.2s top 0s, 0.2s transform 0.2s;
  -o-transition: 0.2s top 0s, 0.2s transform 0.2s;
  -webkit-transition: 0.2s top 0s, 0.2s transform 0.2s;
  transition: 0.2s top 0s, 0.2s transform 0.2s;
}
header .nav-icon.active div:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .nav-icon.active div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1660px) {
  header .locale {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1660px) {
  header {
    padding-top: 40px;
    padding-left: 44px;
    padding-right: 44px;
  }
  header .nav-container {
    width: 100%;
  }
  header .nav-menu ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1360px) {
  header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
  }
  header .locale {
    margin-right: 24px;
  }
  header .nav-icon {
    display: inline-block;
    margin-top: 18px;
  }
  header .nav-menu {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 100vh;
    -moz-transition: 0.5s transform, 0.5s box-shadow;
    -o-transition: 0.5s transform, 0.5s box-shadow;
    -webkit-transition: 0.5s transform, 0.5s box-shadow;
    transition: 0.5s transform, 0.5s box-shadow;
    transform: translateX(-100%);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
    padding-top: 58px;
  }
  header .nav-menu ul {
    display: block;
    width: 210px;
  }
  header .nav-menu ul li {
    display: block;
  }
  header .nav-menu ul li a {
    color: #009BDE;
  }
  header.header-nav-open .nav-menu {
    transform: translateX(0%);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1550px) {
  header.en-nav {
    padding-top: 40px;
    padding-left: 44px;
    padding-right: 44px;
  }
  header.en-nav .nav-container {
    width: 100%;
  }
  header.en-nav .nav-menu ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1400px) {
  header.en-nav .locale {
    margin-right: 24px;
  }
  header.en-nav .nav-menu ul li a {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 1260px) {
  header.en-nav {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
  }
  header.en-nav .locale {
    margin-right: 24px;
  }
  header.en-nav .nav-icon {
    display: inline-block;
    margin-top: 18px;
  }
}

.header-secondary {
  background: linear-gradient(to bottom right, #013247, #01405C);
}
.header-secondary header {
  position: relative;
  padding-bottom: 24px;
}

.footer-sections.nis2-fs {
  padding-top: 10%;
}
@media screen and (max-width: 2500px) {
  .footer-sections.nis2-fs {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1260px) {
  .footer-sections.nis2-fs {
    padding-top: 80px;
  }
}

.hero {
  position: relative;
}
.hero .hero-bg {
  width: 100%;
  display: block;
}
.hero .hero-bg-wrap {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
.hero .outline-btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 34px;
  box-shadow: inset 0px 0px 0px 3px #009CD3;
  color: #ffffff;
  margin-top: 44px;
}
.hero .outline-btn:hover {
  color: #ffffff;
  background-color: #009CD3;
}
.hero .hero-foreground {
  position: relative;
  top: 0;
  max-width: 1700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 174px;
}
.hero .hero-foreground.training .hero-text .main-title {
  font-size: 80px;
}
.hero .hero-foreground.training .hero-text p {
  padding-right: 156px;
}
.hero .hero-foreground.training .hero-img {
  margin-left: -200px;
}
.hero .hero-foreground .hero-text {
  flex: 1;
  padding-top: 46px;
  padding-right: 140px;
}
.hero .hero-foreground .hero-text .main-title {
  font-size: 88px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.hero .hero-foreground .hero-text .main-title.nis2-title {
  font-size: 204px;
}
.hero .hero-foreground .hero-text .main-title span {
  color: #009CD3;
}
.hero .hero-foreground .hero-text p {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5em;
}
.hero .hero-foreground .hero-text .row {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}
.hero .hero-foreground .hero-text .row .outline-btn {
  margin-top: 0;
}
.hero .hero-foreground .hero-text .row .go-back {
  display: inline-flex;
  align-items: center;
  color: #009CD3;
  font-size: 18px;
  font-weight: 600;
}
.hero .hero-foreground .hero-text .row .go-back:hover {
  color: #ffffff;
}
.hero .hero-foreground .hero-text .row .go-back svg {
  margin-right: 8px;
  transform: rotate(180deg);
}
.hero .hero-foreground .hero-text .row .go-back svg path {
  fill: currentColor;
}
.hero .hero-foreground .hero-text .hero-slider {
  margin-top: 24px;
}
.hero .hero-foreground .hero-text .hero-slider .slides-wrap {
  position: relative;
}
.hero .hero-foreground .hero-text .hero-slider .slides-wrap .slide {
  font-size: 24px;
  color: #ffffff;
  display: block;
  line-height: 1.5em;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  min-height: 90px;
  -moz-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.hero .hero-foreground .hero-text .hero-slider .slides-wrap .slide.active {
  position: relative;
  opacity: 1;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins {
  display: block;
  margin-top: 42px;
  margin-left: 12px;
  text-align: left;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins .pin {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins .pin:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 50rem;
  opacity: 0;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins .pin.active, .hero .hero-foreground .hero-text .hero-slider .slide-pins .pin:hover {
  background-color: #208AEE;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins .pin.active:before, .hero .hero-foreground .hero-text .hero-slider .slide-pins .pin:hover:before {
  opacity: 1;
}
.hero .hero-foreground .hero-text .hero-slider .slide-pins .pin:not(:last-child) {
  margin-right: 44px;
}
.hero .hero-foreground .hero-img {
  flex: 0 0 46%;
  width: 46%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1566px;
}
@media screen and (max-width: 1860px) {
  .hero .hero-foreground .hero-text .main-title {
    font-size: 70px;
  }
  .hero .hero-foreground .hero-text .main-title.nis2-title {
    font-size: 180px;
  }
}
@media screen and (max-width: 1760px) {
  .hero .hero-bg {
    width: 108%;
  }
  .hero .hero-bg.training {
    width: 123%;
  }
  .hero .hero-foreground .hero-text .hero-slider .slides-wrap .slide {
    font-size: 20px;
  }
  .hero .hero-foreground .hero-img {
    flex: 0 0 40%;
    width: 40%;
  }
}
@media screen and (max-width: 1600px) {
  .hero .hero-foreground.training .hero-text .main-title {
    font-size: 60px;
  }
  .hero .hero-foreground .hero-text .main-title {
    font-size: 50px;
  }
  .hero .hero-foreground .hero-text .main-title.nis2-title {
    font-size: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .hero .hero-bg {
    width: 118%;
  }
  .hero .hero-bg.training {
    width: 145%;
  }
}
@media screen and (max-width: 1300px) {
  .hero {
    background: linear-gradient(to bottom right, #013247, #01405C);
  }
  .hero .hero-bg {
    display: none;
  }
  .hero .hero-foreground {
    padding-top: 98px;
    padding-bottom: 60px;
  }
  .hero .hero-foreground .hero-text {
    padding-right: 60px;
  }
  .hero .hero-foreground .hero-text .hero-slider .slides-wrap .slide {
    min-height: 120px;
  }
}
@media screen and (max-width: 920px) {
  .hero .hero-foreground.training .hero-text .main-title {
    font-size: 46px;
  }
  .hero .hero-foreground .hero-text {
    padding-top: 0px;
  }
  .hero .hero-foreground .hero-text .main-title {
    font-size: 40px;
  }
  .hero .hero-foreground .hero-text .main-title.nis2-title {
    font-size: 100px;
  }
  .hero .hero-foreground .hero-img {
    flex: 0 0 30%;
    width: 30%;
  }
}
@media screen and (max-width: 830px) {
  .hero .hero-foreground {
    display: block;
  }
  .hero .hero-foreground.training .hero-text p {
    padding-right: 0;
  }
  .hero .hero-foreground.training .hero-img {
    margin-left: auto;
  }
  .hero .hero-foreground .hero-text {
    padding-right: 0px;
  }
  .hero .hero-foreground .hero-img {
    width: 80%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-foreground.training .hero-text .main-title {
    font-size: 26px;
  }
  .hero .hero-foreground .hero-text .main-title {
    font-size: 32px;
  }
  .hero .hero-foreground .hero-text .main-title.nis2-title {
    font-size: 80px;
  }
  .hero .hero-foreground .hero-text p {
    font-size: 16px;
  }
  .hero .hero-foreground .hero-text .hero-slider .slides-wrap .slide {
    font-size: 16px;
  }
}

.who-we-are {
  padding-bottom: 255px;
  text-align: center;
  padding-top: 67px;
}
.who-we-are h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.who-we-are .grid {
  margin-top: 32px;
  margin-bottom: 42px;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1606px;
  max-width: 90%;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
.who-we-are .grid .card {
  border-radius: 20px;
  box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.12);
  padding: 0 44px 44px 44px;
  margin: auto;
  height: 100%;
  position: relative;
  transition: 0.5s transform;
  transform: scale(1);
}
.who-we-are .grid .card:hover {
  transform: scale(1.05);
}
.who-we-are .grid .card .icon-box {
  height: 215px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.who-we-are .grid .card span {
  font-size: 16px;
  line-height: 1.5em;
}
.who-we-are .outline-btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 34px;
  box-shadow: inset 0px 0px 0px 3px #009CD3;
  color: #000000;
}
.who-we-are .outline-btn:hover {
  color: #ffffff;
  background-color: #009CD3;
}
@media screen and (max-width: 1660px) {
  .who-we-are {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .who-we-are {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1366px) {
  .who-we-are .grid .card {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are {
    padding-bottom: 80px;
  }
  .who-we-are .grid {
    grid-template-columns: 1fr;
  }
  .who-we-are .grid .card {
    max-width: 500px;
  }
  .who-we-are .grid .card .icon-box {
    height: 150px;
    margin-bottom: 16px;
  }
  .who-we-are .grid .card .icon-box svg {
    display: block;
    max-height: 100%;
  }
}

.about-us {
  position: relative;
  z-index: 4;
}
.about-us h2 {
  margin-top: 0;
  margin-bottom: 24px;
  display: block;
}
.about-us .about-us-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  transform: translateY(-50%);
  top: 45%;
  width: 51.5%;
}
.about-us .about-us-container {
  max-width: 1730px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.about-us .about-us-container .flex-box {
  width: 100%;
  align-items: center;
}
.about-us .about-us-container .flex-box .col:nth-child(1) {
  flex: 0 0 54%;
  max-width: 54%;
  text-align: center;
}
.about-us .about-us-container .flex-box .col:nth-child(2) {
  flex: 0 0 46%;
  max-width: 46%;
  padding-left: 126px;
}
.about-us .about-us-container .about-us-img {
  display: block;
  width: 100%;
}
.about-us .about-us-container ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about-us .about-us-container ul li {
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  line-height: 1.5em;
}
.about-us .about-us-container ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about-us .about-us-container ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid #009BDE;
  border-radius: 50rem;
  left: 0;
  top: 3px;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .about-us .about-us-container .flex-box .col:nth-child(2) {
    padding-left: 74px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .about-us-bg {
    display: none;
  }
  .about-us .about-us-container .flex-box.container-inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us .about-us-container .flex-box .col:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-us .about-us-container .flex-box .col:nth-child(2) {
    margin-top: 32px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}

.banner-hackers {
  padding-top: 230px;
}
.banner-hackers .body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #009BDE;
  border-radius: 20px;
  width: 1610px;
  max-width: 90%;
  display: flex;
  overflow: hidden;
}
.banner-hackers .body .b-icon {
  padding-left: 63px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.banner-hackers .body .b-caption {
  color: #ffffff;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-hackers .body .b-caption h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}
.banner-hackers .body .b-contact {
  margin-left: auto;
  background-color: #023c54;
  font-weight: 800;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}
.banner-hackers .body .b-contact:before {
  content: "";
  position: absolute;
  right: 100%;
  height: 0;
  border: 23px solid transparent;
  border-top: 0;
  border-bottom: 131px solid #023c54;
  border-right: 0px solid #023c54;
}
.banner-hackers .body .b-contact span {
  color: #ffffff;
  font-size: 30px;
}
.banner-hackers .body .b-contact a {
  color: #009bde;
  font-size: 40px;
}
@media screen and (max-width: 1660px) {
  .banner-hackers .body .b-icon {
    padding-left: 36px;
  }
  .banner-hackers .body .b-caption {
    padding-left: 36px;
    padding-right: 36px;
  }
  .banner-hackers .body .b-caption h3 {
    font-size: 20px;
  }
  .banner-hackers .body .b-contact {
    padding-left: 64px;
    padding-right: 64px;
  }
  .banner-hackers .body .b-contact span {
    font-size: 24px;
  }
  .banner-hackers .body .b-contact a {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .banner-hackers {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1240px) {
  .banner-hackers .body {
    flex-direction: column;
  }
  .banner-hackers .body .b-icon {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 0px;
  }
  .banner-hackers .body .b-caption {
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center;
  }
  .banner-hackers .body .b-contact {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .banner-hackers .body .b-contact:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner-hackers {
    padding-top: 80px;
  }
  .banner-hackers .body {
    max-width: 600px;
    width: 90%;
  }
}

.how-we-are-doing-that {
  padding-top: 98px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  text-align: center;
  /* Animations */
}
.how-we-are-doing-that h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.how-we-are-doing-that .grid {
  margin-top: 32px;
  margin-bottom: 42px;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1606px;
  width: 90%;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
.how-we-are-doing-that .grid .card {
  border-radius: 20px;
  box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.12);
  padding: 44px;
  text-align: left;
  color: #000000;
}
.how-we-are-doing-that .grid .card.link {
  position: relative;
  transition: 0.5s transform;
  transform: scale(1);
}
.how-we-are-doing-that .grid .card.link:hover {
  transform: scale(1.05);
}
.how-we-are-doing-that .grid .card .icon-box {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.how-we-are-doing-that .grid .card .icon-box svg {
  display: block;
  width: auto;
  max-height: 100%;
}
.how-we-are-doing-that .grid .card h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 20px;
}
.how-we-are-doing-that .grid .card span, .how-we-are-doing-that .grid .card ul {
  font-size: 16px;
  line-height: 1.5em;
}
.how-we-are-doing-that .grid .card ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding-left: 16px;
}
.how-we-are-doing-that .grid .card ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.how-we-are-doing-that .grid .card .space-top {
  display: block;
  margin-top: 12px;
}
.how-we-are-doing-that .grid .card .space-bot {
  display: block;
  margin-bottom: 4px;
}
.how-we-are-doing-that .outline-btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 34px;
  box-shadow: inset 0px 0px 0px 3px #009CD3;
  color: #000000;
}
.how-we-are-doing-that .outline-btn:hover {
  color: #ffffff;
  background-color: #009CD3;
}
@media screen and (max-width: 1366px) {
  .how-we-are-doing-that .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .how-we-are-doing-that {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .how-we-are-doing-that .grid {
    max-width: 600px;
    grid-template-columns: 1fr;
  }
}
@keyframes educateAnim {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  33% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.how-we-are-doing-that .educate {
  position: relative;
}
.how-we-are-doing-that .educate.first {
  animation: 2s educateAnim infinite;
  transform-origin: 0% center;
}
.how-we-are-doing-that .educate.second {
  animation: 2s educateAnim infinite;
  animation-delay: 0.1s;
  transform-origin: 50% top;
}
.how-we-are-doing-that .educate.third {
  animation: 2s educateAnim infinite;
  animation-delay: 0.2s;
  transform-origin: 100% center;
}
@keyframes proposeAnimRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes proposeAnimWave {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.how-we-are-doing-that .propose {
  position: relative;
}
.how-we-are-doing-that .propose.rotate {
  animation: 4s proposeAnimRotate infinite linear;
  transform-origin: 29% 31%;
}
.how-we-are-doing-that .propose.wave {
  animation: 2s proposeAnimWave infinite ease-in-out;
}
@keyframes testAnimRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.how-we-are-doing-that .test-animation {
  position: relative;
  transform-origin: 50% 34%;
  animation: 6s testAnimRotate infinite linear;
}
@keyframes securityAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.how-we-are-doing-that .security-animation {
  transform-origin: center;
  position: relative;
  animation: 2s securityAnim infinite ease-in-out;
}
@keyframes monitoringAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.how-we-are-doing-that .monitoring-animation {
  transform-origin: 52% 51%;
  position: relative;
  animation: 2s monitoringAnim infinite ease-in-out;
}
@keyframes backupAnim {
  0% {
    transform: scale(1) rotate(0deg) translateY(0px);
  }
  50% {
    transform: scale(1.1) rotate(-5deg) translateY(1px);
  }
  100% {
    transform: scale(1) rotate(0deg) translateY(0px);
  }
}
.how-we-are-doing-that .backup-animation {
  transform-origin: 50% 16%;
  position: relative;
  animation: 2s backupAnim infinite ease-in-out;
}

.certification .card {
  max-width: 1180px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 83px 60px 57px 60px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.certification .card h2 {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.certification .card p {
  margin: 0;
  display: block;
}
.certification .card .certificate-codes {
  text-align: center;
  margin-top: 36px;
}
.certification .card .certificate-codes .item {
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  padding: 26px 54px;
  min-width: 300px;
  background-color: #009BDE;
  border-radius: 20px;
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .certification .card {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .certification .card {
    padding: 40px 30px 32px 30px;
  }
  .certification .card .certificate-codes .item {
    font-size: 20px;
    padding: 20px 36px;
    min-width: 260px;
  }
  .certification .card .certificate-codes .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .certification .card .certificate-codes .item {
    min-width: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 20px 30px;
  }
}

.we-cooperate {
  padding-top: 105px;
  padding-bottom: 230px;
  text-align: center;
}
.we-cooperate h2 {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.we-cooperate .companies {
  text-align: center;
  margin-top: 58px;
}
.we-cooperate .companies .item {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 16px;
  vertical-align: middle;
}
.we-cooperate .companies .item.eset {
  width: 148px;
}
.we-cooperate .companies .item.fortinet {
  width: 235px;
}
.we-cooperate .companies .item.paloalto {
  width: 229px;
}
.we-cooperate .companies .item.nukib {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .we-cooperate {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .we-cooperate .companies .item {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 600px) {
  .we-cooperate .companies {
    margin-top: 34px;
  }
}

.contact {
  padding-bottom: 110px;
  position: relative;
}
.contact .contact-bg {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -14%;
  transform-origin: 0 0;
}
.contact .copyright-desktop {
  margin-bottom: 0;
  margin-top: 36px;
}
.contact .copyright-mobile {
  margin-bottom: 0;
  margin-top: 36px;
  color: #ffffff;
  display: none;
}
.contact .contact-container {
  max-width: 1570px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.contact .flex-box {
  width: 100%;
}
.contact .flex-box .cont-col {
  flex: 0 0 48%;
  max-width: 48%;
}
.contact .flex-box .cont-col:nth-child(1) {
  margin-right: 4%;
}
.contact .flex-box .cont-col:nth-child(2) {
  padding-left: 80px;
  flex-direction: column;
}
.contact .section-title {
  display: block;
  margin-bottom: 52px;
}
.contact .section-title.st-white {
  color: #ffffff;
}
.contact .label {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.contact .label .compulsory {
  color: #009BDE;
}
.contact .label .l-small {
  font-size: 15px;
  font-weight: 300;
}
.contact .label.l-mt {
  margin-top: 30px;
}
.contact .main-form .form-group {
  display: block;
}
.contact .main-form .form-group .label {
  margin-bottom: 16px;
}
.contact .main-form .form-group:not(:last-child) {
  margin-bottom: 17px;
}
.contact .main-form .form-group input, .contact .main-form .form-group textarea {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 551px;
  outline: none;
  padding: 11px;
}
.contact .main-form .form-group input.empty, .contact .main-form .form-group textarea.empty {
  border: 1px solid red;
}
.contact .main-form .form-group textarea {
  height: 209px;
  resize: none;
}
.contact .main-form .form-note {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  display: block;
}
.contact .main-form .send-announce {
  font-weight: 500;
  font-size: 14px;
  color: #009BDE;
  display: block;
  margin-top: 24px;
}
.contact .main-form .send-announce.hidden {
  display: none;
}
.contact .main-form .send-btn {
  width: 145px;
  margin-top: 24px;
  font-weight: 600;
}
.contact .main-form .send-btn.hidden {
  display: none;
}
.contact .info-row {
  display: block;
}
.contact .info-row:not(:last-child) {
  margin-bottom: 33px;
}
.contact .info-row .label {
  margin-bottom: 16px;
  color: #009BDE;
}
.contact .tel-num-link {
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
}
.contact .mail-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
}
.contact .company-info {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
.contact .company-info span {
  font-weight: 700;
  font-size: 19px;
}
.contact .checkbox {
  margin-top: 24px;
  max-width: 551px;
}
.contact .checkbox input.empty ~ label {
  color: #ff0000;
}
.contact .gdpr-info {
  max-width: 551px;
}
.contact .gdpr-info a {
  font-weight: 700;
  text-decoration: underline;
  color: #009BDE;
}
.contact .social-links {
  color: #ffffff;
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 18px;
}
.contact .social-links a {
  position: relative;
  transform: scale(1);
  transition: 0.3s transform;
}
.contact .social-links a:hover {
  transform: scale(1.3);
}
.contact .footer-logo {
  margin-top: 10px;
  width: 176px;
}
@media (min-width: 2000px) {
  .contact .contact-bg {
    width: 66%;
    transform: translate(2%, 12%);
  }
}
@media (min-width: 2500px) {
  .contact .contact-bg {
    width: 63%;
    transform: translate(0%, 23%);
  }
}
@media (min-width: 2900px) {
  .contact .contact-bg {
    width: 64%;
    transform: translate(0%, 33%);
  }
}
@media screen and (max-width: 1800px) {
  .contact .contact-bg {
    right: -9%;
    width: 74%;
    bottom: -22%;
  }
}
@media screen and (max-width: 1660px) {
  .contact .contact-container {
    max-width: 1300px;
    width: 90%;
  }
  .contact .contact-bg {
    right: -23%;
    width: 90%;
    transform: rotate(-5deg);
    top: -10%;
  }
}
@media screen and (max-width: 1560px) {
  .contact .contact-bg {
    right: -30%;
    width: 98%;
  }
}
@media screen and (max-width: 1440px) {
  .contact .contact-bg {
    right: -30%;
    width: 98%;
  }
}
@media screen and (max-width: 1370px) {
  .contact .contact-bg {
    right: -40%;
    width: 108%;
    transform: rotate(-6deg);
  }
}
@media screen and (max-width: 1260px) {
  .contact .copyright-mobile {
    display: block;
  }
  .contact .copyright-desktop {
    display: none;
  }
  .contact .contact-bg {
    top: auto;
    right: -4%;
    width: 1650px;
    bottom: -55%;
  }
  .contact .contact-container {
    max-width: 612px;
  }
  .contact .flex-box .cont-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .flex-box .cont-col:nth-child(1) {
    margin-right: 0%;
    margin-bottom: 100px;
  }
  .contact .flex-box .cont-col:nth-child(2) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact-bg {
    bottom: -51%;
    width: 1590px;
  }
}
@media screen and (max-width: 600px) {
  .contact .contact-bg {
    bottom: -52%;
  }
  .contact .tel-num-link {
    font-size: 30px;
  }
}
@media screen and (max-width: 456px) {
  .contact .contact-bg {
    bottom: -52%;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-bg {
    bottom: -47%;
  }
}
@media screen and (max-width: 321px) {
  .contact .contact-bg {
    bottom: -43%;
  }
}

.tab-wrapper {
  padding-top: 200px;
}
.tab-wrapper .container {
  max-width: 1700px;
  width: 90%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.tab-wrapper .container .nav-box {
  flex: 0 0 586px;
}
.tab-wrapper .container .nav-box .box-list {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.12);
  padding: 44px 52px;
  position: sticky;
  top: 32px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tab-wrapper .container .nav-box .box-list .list-item {
  color: #013E59;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #00000000;
  padding: 0;
  margin: 0;
  text-align: left;
}
.tab-wrapper .container .nav-box .box-list .list-item span {
  padding-right: 24px;
}
.tab-wrapper .container .nav-box .box-list .list-item svg {
  flex: 0 0 13px;
}
.tab-wrapper .container .nav-box .box-list .list-item.active, .tab-wrapper .container .nav-box .box-list .list-item:hover {
  font-weight: 700;
}
.tab-wrapper .container .content {
  font-size: 16px;
  padding-left: 114px;
}
.tab-wrapper .container .content .item h2 {
  margin-top: 0;
}
.tab-wrapper .container .content .item p {
  line-height: 1.6em;
}
.tab-wrapper .container .content .item p a {
  color: #009CD3;
  text-decoration: underline;
}
@media screen and (max-width: 1660px) {
  .tab-wrapper .container .nav-box {
    flex: 0 0 540px;
  }
  .tab-wrapper .container .nav-box .box-list .list-item {
    font-size: 20px;
  }
  .tab-wrapper .container .content {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .tab-wrapper .container .nav-box {
    flex: 0 0 400px;
  }
  .tab-wrapper .container .nav-box .box-list {
    padding: 32px 38px;
  }
  .tab-wrapper .container .content {
    padding-left: 64px;
  }
}
@media screen and (max-width: 900px) {
  .tab-wrapper {
    padding-top: 80px;
  }
  .tab-wrapper .container {
    flex-direction: column;
    gap: 40px;
  }
  .tab-wrapper .container .nav-box {
    flex: 0 0 100%;
  }
  .tab-wrapper .container .content {
    padding-left: 0px;
  }
}

.about-training {
  padding-top: 200px;
}
.about-training .container {
  max-width: 1640px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-training .container .section-title {
  color: #013E59;
  margin: 0;
}
.about-training .container .grid {
  display: grid;
  width: 100%;
  gap: 30px;
  margin-top: 40px;
}
.about-training .container .grid.first {
  grid-template-columns: repeat(5, 1fr);
}
.about-training .container .grid.second {
  grid-template-columns: repeat(4, 1fr);
}
.about-training .container .grid .card {
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 12px 12px 60px 0px #0000001F;
}
.about-training .container .grid .card h4 {
  font-size: 20px;
  margin: 0;
}
.about-training .container .grid .card p {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}
.about-training .container .course-note {
  border-radius: 20px;
  background-color: #009BDE;
  padding: 14px 32px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 52px;
  margin-bottom: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.about-training .container .course-note svg {
  flex: 0 0 44px;
}
.about-training .container .course-note strong {
  text-align: left;
}
.about-training .container .course-time-label {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.about-training .container .course-time-note {
  font-size: 20px;
  margin-top: 18px;
  display: block;
}
.about-training .container .course-time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-training .container .course-time strong {
  margin-left: 28px;
  font-size: 74px;
  color: #009BDE;
}
.about-training .container .course-info {
  margin-top: 90px;
}
@media screen and (max-width: 1366px) {
  .about-training .container .grid.first {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1366px) {
  .about-training .container .grid.first {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .about-training .container .grid.first {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-training .container .grid.second {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .about-training {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .about-training .container .course-time svg {
    width: 40px;
    height: auto;
  }
  .about-training .container .course-time strong {
    font-size: 40px;
    margin-left: 16px;
  }
  .about-training .container .grid.first {
    grid-template-columns: 1fr;
  }
  .about-training .container .grid.second {
    grid-template-columns: 1fr;
  }
  .about-training .container .course-note {
    padding: 24px 32px;
    flex-direction: column;
  }
  .about-training .container .course-note strong {
    text-align: center;
  }
}

.gdpr-section .container {
  display: block;
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.gdpr-section .container p, .gdpr-section .container ul {
  font-size: 16px;
  line-height: 1.6em;
}
.gdpr-section .container p a, .gdpr-section .container ul a {
  font-weight: 700;
  text-decoration: underline;
  color: #009BDE;
}
.gdpr-section .container ul {
  padding-left: 15px;
}
.gdpr-section .container hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.gdpr-section .container .text-center {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>