/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/home.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/* IMPORTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  position: relative;
  display: flow-root;
  line-height: 1.2em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: inline-block;
  fill: currentColor;
  width: 1em;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* FONTS */
/* COLORS */
/* Palette */
/* Specific */
/* DIMENSIONS */
/* SPACES */
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  padding-top: 66px;
  font-family: "PlusJakartaSans Light", sans-serif;
  color: #fff;
  height: auto;
  min-height: 100vh;
  font-size: 16px;
  background-color: #0C1638;
}

main {
  padding: 30px 30px 120px;
}

b, strong {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}

ul, ol {
  padding-left: 20px;
}
ul li, ol li {
  position: relative;
  margin-top: 0.6em;
  line-height: 160%;
}

ul > li::before {
  position: absolute;
  left: -14px;
  top: 11px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 200px;
  background-color: #95E6CB;
}

ol {
  counter-reset: olCounter;
}

ol > li::before {
  position: absolute;
  counter-increment: olCounter;
  left: -20px;
  top: 0px;
  content: counter(olCounter) ".";
  color: #95E6CB;
}

.cta {
  display: inline-block;
  border: 0;
  border-radius: 120px;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.81em 1.75em 0.88em;
  background-color: #90AAF5;
  color: #fff;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 16px;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  cursor: pointer;
}
.cta:hover, .cta:focus {
  background-color: #95E6CB;
  transform: translateY(-6px);
}

.cta.variant {
  background-color: #252F4E;
}
.cta.variant:hover, .cta.variant:focus {
  background-color: rgb(61.6130434783, 78.2652173913, 129.8869565217);
}

.title {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  line-height: 120%;
}

.subtitle {
  display: inline-block;
  border: 1px solid #3a4055;
  border-radius: 1.09em;
  padding: 0.9em 1.64em 0.82em;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  line-height: 160%;
}

/* Hiding template elements if any */
@media screen and (min-width: 800px) {
  body {
    padding-top: 112px;
  }
  main {
    padding: 30px calc((100% - 900px) / 2) 120px;
  }
}
@media screen and (min-width: 960px) {
  main {
    padding: 30px calc((100% - 900px) / 2) 120px;
  }
}
.page-header {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  place-items: center;
  width: 100%;
  padding: 0px 20px;
  height: 66px;
  background-color: transparent;
  color: #fff;
  transition: transform 0.2s;
  z-index: 12;
}
.page-header .burger {
  justify-self: right;
  display: grid;
  place-items: center;
  padding-top: 14px;
  font-size: 24px;
  stroke: #fff;
  cursor: pointer;
}
.page-header .burger:hover, .page-header .burger:focus {
  stroke: #95E6CB;
}
.page-header .logo {
  justify-self: left;
}
.page-header .logo svg {
  font-size: 40px;
}
.page-header .logo:hover, .page-header .logo:focus {
  color: #95E6CB;
}
.page-header nav {
  display: none;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, max-content);
  gap: 0px;
  padding: 0 20px;
  justify-content: right;
}
.page-header nav .nav-item {
  position: relative;
  display: flex;
  gap: 4px;
  border: solid 1px transparent;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 8px 12px 7px;
  font-size: 16px;
  font-family: "PlusJakartaSans Regular", sans-serif;
  cursor: pointer;
}
.page-header nav .nav-item > a:hover, .page-header nav .nav-item > a:focus {
  color: #95E6CB;
}
.page-header nav .nav-item > svg {
  margin-top: 4px;
  font-size: 13px;
}
.page-header nav .drop-panel {
  display: none;
}
.page-header nav .nav-item.opened {
  border: 1px solid #0C1638;
  background-color: #95E6CB;
  color: #0C1638;
}
.page-header nav .nav-item.opened svg {
  transform: scaleY(-1);
}
.page-header nav .nav-item.opened .drop-panel {
  position: absolute;
  display: block;
  top: 34px;
  left: -1px;
  width: 300px;
  background-color: #252F4E;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  padding: 2px 0em 0em 0em;
  z-index: 2;
}
.page-header nav .nav-item.opened .drop-panel a {
  display: block;
  padding: 0.6em 1em;
  transition: background-color 0.2s ease-out;
}
.page-header nav .nav-item.opened .drop-panel a:hover, .page-header nav .nav-item.opened .drop-panel a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-header nav .nav-item.opened .drop-panel a:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.6em 1em 0.8em;
}
.page-header .lang-switcher {
  display: none;
  position: relative;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}
.page-header .lang-switcher .toggle {
  position: relative;
  border: 1px solid rgb(140.25, 140.25, 140.25);
  border-radius: 40px;
  background-color: #0C1638;
  padding: 0.6em 1em;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.2s ease-out;
}
.page-header .lang-switcher .toggle svg {
  font-size: 13px;
  margin-left: 8px;
}
.page-header .lang-switcher .toggle:hover, .page-header .lang-switcher .toggle:focus {
  background-color: rgba(149, 230, 203, 0.65);
}
.page-header .lang-switcher .toggle.active {
  border: 1px solid #0C1638;
  background-color: #95E6CB;
  color: #0C1638;
}
.page-header .lang-switcher .toggle.active svg {
  transform: scaleY(-1);
}
.page-header .lang-switcher .toggle.active + .dropdown {
  display: block;
}
.page-header .lang-switcher .dropdown {
  display: none;
  position: absolute;
  top: 20px;
  background-color: #252F4E;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  width: 100%;
  padding: 30px 0em 0em 0em;
  z-index: 2;
}
.page-header .lang-switcher .dropdown a {
  display: block;
  padding: 0.6em 1em;
  transition: background-color 0.2s ease-out;
}
.page-header .lang-switcher .dropdown a:hover, .page-header .lang-switcher .dropdown a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-header .lang-switcher .dropdown a:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.6em 1em 0.8em;
}

@media screen and (min-width: 900px) {
  .page-header {
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    height: 112px;
    gap: 16px;
    padding: 0px calc((100% - 1200px) / 2);
  }
  .page-header .burger {
    display: none;
  }
  .page-header .logo {
    padding-left: 20px;
  }
  .page-header .logo svg {
    font-size: 37px;
  }
  .page-header nav {
    display: grid;
  }
  .page-header .lang-switcher {
    display: block;
  }
}
.home-hero {
  position: relative;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  place-items: center;
  z-index: 1;
}
.home-hero .text-part {
  position: relative;
  padding: 0 30px;
}
.home-hero .text-part svg {
  position: absolute;
  top: -30px;
  left: -50px;
  width: 120px;
  z-index: -1;
}
.home-hero .title {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 32px;
  line-height: 110%;
  color: #fff;
}
.home-hero .intro {
  margin: 1.5em 0;
  line-height: 160%;
  font-size: 18px;
  text-align: left;
}
.home-hero .cta {
  margin: 14px 14px 0 0;
}
.home-hero .img-part {
  grid-row-start: 1;
  grid-column-start: 1;
  justify-self: center;
}
.home-hero .img-part svg {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .home-hero {
    height: 400px;
    grid-template-columns: 1fr 400px;
    gap: 100px;
  }
  .home-hero .text-part {
    padding: 0px;
  }
  .home-hero .title {
    font-size: 46px;
    margin-bottom: 0;
  }
  .home-hero .img-part {
    grid-row-start: 1;
    grid-column-start: 2;
    justify-self: left;
  }
  .home-hero .img-part svg, .home-hero .img-part img {
    width: 560px;
  }
}
.home-2 {
  margin-top: 84px;
}
.home-2 > .title {
  margin-top: 28px;
  font-size: 40px;
  line-height: 100%;
}
.home-2 > .intro {
  margin-top: 28px;
  line-height: 160%;
  font-size: 18px;
}
.home-2 .list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.home-2 .item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 30px;
  background-color: #252F4E;
  padding: 20px 20px 30px;
  transition: all 0.2s ease-out;
}
.home-2 .item > svg:first-child {
  font-size: 110px;
}
.home-2 .item > img:first-child {
  width: 110px;
  height: auto;
  margin-top: 4px;
}
.home-2 .item .title {
  font-size: 28px;
}
.home-2 .item .intro {
  font-size: 14px;
}
.home-2 .item svg {
  margin-top: 4px;
  font-size: 40px;
  transition: all 0.2s ease-out;
}
.home-2 .item:hover, .home-2 .item:focus {
  background-color: rgb(30.4365217391, 38.6626086957, 64.1634782609);
  transform: translateY(-8px);
}
.home-2 .item:hover svg:last-child, .home-2 .item:focus svg:last-child {
  transform: translateX(8px);
}

@media screen and (min-width: 800px) {
  .home-2 .list {
    grid-template-columns: 1fr 1fr;
  }
  .home-2 .item {
    padding: 20px 30px 30px;
  }
}
.home-3 {
  margin-top: 140px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
.home-3 .img-part img {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-3 .text-part .title {
  margin-top: 28px;
  font-size: 42px;
}
.home-3 .text-part .text {
  margin-top: 28px;
}
.home-3 .text-part .text p {
  margin-top: 14px;
}
.home-3 .text-part .cta-wrap {
  margin-top: 42px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  align-items: start;
}

@media screen and (min-width: 800px) {
  .home-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.home-4 {
  margin-top: 140px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  gap: 28px;
}
.home-4 .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.home-4 .card {
  border-radius: 30px;
  background-color: #252F4E;
  padding: 20px 30px 30px;
}
.home-4 .card .title {
  font-size: 44px;
}
.home-4 .card p {
  margin-top: 14px;
  color: #AFAFAF;
  font-size: 14px;
  line-height: 140%;
}
.home-4 img {
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  .home-4 {
    grid-template-columns: 1fr;
  }
  .home-4 .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .home-4 {
    grid-template-columns: 2fr 1fr;
  }
  .home-4 .list {
    grid-template-columns: 1fr 1fr;
  }
}
.card-publication {
  display: flex;
  flex-direction: column;
  background-color: #252F4E;
  border-radius: 30px;
  padding: 24px 30px 36px;
}
.card-publication .img-wrap {
  margin: -30px -30px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 120px;
  overflow: hidden;
}
.card-publication .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-publication .title {
  margin: 28px 0 14px;
  font-size: 16px;
  font-family: "PlusJakartaSans Regular", sans-serif;
  line-height: 150%;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}
.card-publication .text {
  margin-top: 14px;
  text-align: justify;
  color: #AFAFAF;
  line-height: 140%;
}
.card-publication .targetLink {
  margin-top: 14px;
  color: rgb(239.724137931, 224.4482758621, 48.775862069);
  font-family: "PlusJakartaSans Bold", sans-serif;
}
.card-publication .targetLink svg {
  margin-left: 10px;
  transition: margin-left 0.3s ease-out;
}
.card-publication .targetLink:hover, .card-publication .targetLink:focus {
  color: #f5eb78;
}
.card-publication .targetLink:hover svg, .card-publication .targetLink:focus svg {
  margin-left: 18px;
}

@media screen and (min-width: 800px) {
  .card-publication .img-wrap {
    height: 120px;
  }
  .card-publication .title {
    font-size: 18px;
  }
}
.home5 {
  margin-top: 140px;
}
.home5 header {
  position: relative;
  padding-right: 0px;
}
.home5 header > .title {
  margin-top: 28px;
  font-size: 42px;
  max-width: 500px;
}
.home5 header .intro {
  margin-top: 28px;
  color: #AFAFAF;
}
.home5 header .cta {
  position: static;
  margin-top: 42px;
}
.home5 .list {
  margin-top: 117.6px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
}

@media screen and (min-width: 500px) {
  .list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1130px) {
  .home5 header {
    padding-right: 300px;
  }
  .home5 header .cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .home5 .list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px;
  }
}
/* To manage icon with the header scroll spy */
#menu-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  z-index: 199;
}

.side-menu {
  position: fixed;
  top: 0px;
  left: calc(-300px);
  height: 100vh;
  width: 300px;
  background-color: #252F4E;
  padding: 15px 0px 30px;
  color: #fff;
  z-index: 200;
  transition: left 200ms ease-out;
}
.side-menu nav {
  margin-top: 60px;
}
.side-menu nav a {
  display: block;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
}
.side-menu nav a:focus, .side-menu nav a:hover {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 250px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.side-menu .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.side-menu .close:hover, .side-menu .close:focus {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .lang-switcher {
  margin-top: 28px;
  padding-left: 18px;
}
.side-menu .lang-switcher a {
  border-radius: 100%;
  background-color: transparent;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  padding: 0.36em 0.4em;
}
.side-menu .lang-switcher a:hover, .side-menu .lang-switcher a:focus {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .lang-switcher a.active {
  background-color: #fff;
  color: #252F4E;
}

.side-menu-wrap.active .side-menu {
  left: 0;
}
.side-menu-wrap.active #menu-overlay {
  opacity: 1;
  visibility: visible;
}

.page-footer {
  margin-top: 84px;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  padding: 30px 30px 0px;
}
.page-footer .first-part {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}
.page-footer .col {
  font-size: 14px;
}
.page-footer .col .logo svg {
  font-size: 50px;
}
.page-footer .col p {
  margin-top: 10px;
  font-size: 12px;
  max-width: 300px;
}
.page-footer .col .title {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 14px;
}
.page-footer .col .links {
  margin-top: 14px;
  display: grid;
  gap: 2px;
}
.page-footer .col .links a {
  padding: 4px 0;
  font-size: 14px;
}
.page-footer .col .links a:hover, .page-footer .col .links a:focus {
  color: #95E6CB;
}
.page-footer .social-icons {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  font-size: 30px;
}
.page-footer .social-icons a:hover, .page-footer .social-icons a:focus {
  color: #95E6CB;
}

.copyright {
  margin-top: 42px;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #AFAFAF;
  padding: 1em 0 2em;
}

@media screen and (min-width: 800px) {
  .page-footer {
    padding: 30px calc((100% - 900px) / 2) 0px;
  }
  .page-footer .first-part {
    flex-direction: row;
  }
}
/* TEMPLATE */

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