/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/expertises-single.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;
  }
}
/* 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;
  }
}
.balance {
  position: relative;
  margin: 84px auto 124px;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  border-bottom: 4px solid #fff;
}
.balance::after {
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
}
.balance .item {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 120%;
}
.balance .item span {
  margin-top: -2px;
  flex: 0 0 30px;
  border-radius: 4px;
  background-color: #95E6CB;
  height: 30px;
  display: grid;
  place-items: center;
}
.balance .item.minus {
  grid-column-start: 1;
  justify-content: end;
  text-align: right;
}
.balance .item.minus span {
  background-color: #D66853;
}
.balance .item.plus {
  grid-column-start: 2;
}

@media screen and (min-width: 500px) {
  .balance {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .balance .item {
    font-size: 18px;
    line-height: 140%;
  }
}
.evaluator-fig {
  margin: 84px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  counter-reset: phase;
}
.evaluator-fig > .title {
  margin: 0 0 28px;
  grid-column: span 1;
  text-align: center;
  font-size: 28px;
}
.evaluator-fig .item .title {
  margin: 0;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #95E2F4;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 4px 20px 0;
  font-size: 20px;
  color: #152356;
  line-height: 100%;
}
.evaluator-fig .item .title::before {
  counter-increment: phase;
  content: counter(phase);
  flex: 0 0 40px;
  font-size: 40px;
  color: #fff;
}
.evaluator-fig .item .content {
  margin-top: 5px;
  background-color: #95E2F4;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 26px 30px 14px;
  color: #152356;
  font-size: 14px;
}
.evaluator-fig .item .content ul li::before {
  top: 9px;
  background-color: #152356;
}
.evaluator-fig .item .content ul li li {
  font-size: 12px;
}
.evaluator-fig .item .content ul li li::before {
  top: 8px;
  width: 8px;
  height: 4px;
  border-radius: 0;
}
.evaluator-fig .item:nth-of-type(2) .title {
  background-color: #90AAF5;
}
.evaluator-fig .item:nth-of-type(2) .content {
  background-color: #90AAF5;
}
.evaluator-fig .item:nth-of-type(3) .title {
  background-color: #95E6CB;
}
.evaluator-fig .item:nth-of-type(3) .content {
  background-color: #95E6CB;
}

@media screen and (min-width: 800px) {
  .evaluator-fig {
    grid-template-columns: repeat(3, 1fr);
  }
  .evaluator-fig > .title {
    grid-column: span 3;
  }
}
/* TEMPLATE */
body {
  font-size: 16px;
}

main {
  padding: 42px 24px;
}
main > .title {
  margin-top: 28px;
  font-size: 34px;
  line-height: 120%;
}
main .main-img {
  margin-top: 56px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
main .content {
  margin: 28px auto 0;
}
main .content h2, main .content h3, main .content h4 {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  line-height: 1.3em;
}
main .content h2 {
  margin: 56px 0 28px;
  font-size: 30px;
}
main .content h3 {
  margin: 42px 0 28px;
  font-size: 24px;
}
main .content p {
  margin-top: 14px;
  line-height: 160%;
  text-align: justify;
}
main .content a {
  color: #F5EB78;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}
main .content a:hover, main .content a:focus {
  color: rgb(237.9655172414, 220.9310344828, 25.0344827586);
}
main .content blockquote {
  margin-top: 28px;
  border-left: 3px solid #95E6CB;
  padding: 0 0 4px 14px;
  line-height: 160%;
  color: #95E6CB;
}
main .content img {
  margin: 28px 0;
  border-radius: 4px;
}
main .cta-wrap {
  margin-top: 84px;
}

#pie-chart-wrap {
  margin: 84px 0;
  display: grid;
  grid-template-columns: 1fr;
}

#legend-wrap {
  margin-top: 28px;
}
#legend-wrap ul {
  padding: 0;
}
#legend-wrap ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  cursor: pointer;
}
#legend-wrap ul li span {
  margin-top: 5px;
  height: 20px;
}
#legend-wrap ul li p {
  margin: 0;
  color: #fff;
  line-height: 140%;
  text-align: left;
}
#legend-wrap ul li::before {
  content: none;
}

#bar-chart-wrap {
  margin: 42px 0 56px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 14px;
}
#bar-chart-wrap #bar-chart {
  width: 100%;
}
#bar-chart-wrap .title {
  grid-column: 1;
  text-align: left;
}

@media screen and (min-width: 800px) {
  body {
    font-size: 18px;
  }
  main {
    padding-top: 80px;
  }
  main > .title {
    font-size: 46px;
  }
  main .content h2 {
    font-size: 42px;
  }
  main .content h3 {
    font-size: 34px;
  }
  #pie-chart-wrap {
    margin: 84px 0 200px;
    grid-template-columns: 1fr 500px;
  }
  #bar-chart-wrap {
    margin: 42px 0 56px;
    grid-template-columns: 1fr 250px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 42px;
  }
  #bar-chart-wrap .title {
    grid-column: span 2;
    text-align: center;
  }
  #bar-chart-wrap .details {
    grid-column: span 2;
  }
}
@media screen and (min-width: 960px) {
  main {
    padding: 80px calc((100% - 900px) / 2) 120px;
  }
}

/*# sourceMappingURL=expertises-single.css.map*/