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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-VariableFont_wght.ttf");
}
body {
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  color: #4D4D4D;
  overflow-y: auto;
}

body {
  font-size: 16px;
  line-height: 24px;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 92px;
  z-index: 20;
}
.header div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #9900E9;
  box-sizing: border-box;
  padding: 24px 24px 24px 24px;
  z-index: 5;
}
.header .logo {
  display: inherit;
}
.header .logo img {
  width: 165px;
}
.header #burgermnu {
  display: none;
}
.header #burgermnu + label {
  display: block;
  cursor: pointer;
  width: 54px;
  height: 44px;
  background-image: url("img/burger_menu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 54px 44px;
}
@media screen and (min-width: 1000px) {
  .header {
    box-sizing: border-box;
    position: fixed;
    height: 76px;
    flex-direction: row;
    background-color: #9900E9;
  }
  .header div:first-child {
    box-sizing: border-box;
    padding: 16px 16px 16px 64px;
    z-index: 0;
  }
  .header #burgermnu + label {
    display: none;
  }
}

/* Menu activator */
body:has(#burgermnu:checked) .nav {
  transform: translateY(0);
}

.nav {
  display: flex;
  flex-direction: column;
  background-color: #9900E9;
  position: relative;
  transform: translateY(-130%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  width: 100%;
}
.nav li {
  padding: 12px 24px 12px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.nav li a, .nav li a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.nav li.inversed {
  background-color: #FFF;
}
.nav li.inversed a, .nav li.inversed a:visited {
  color: #9900E9;
}
.nav li.follow-panel {
  padding: 24px 24px 16px 24px;
  background-color: #FFF;
}
.nav li.follow-panel div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  padding: 16px 16px;
  border-radius: 5px;
  background-color: #9900E9;
  color: #FFFFFF;
}
.nav li.follow-panel input[type=text] {
  box-sizing: border-box;
  padding: 8px 8px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #FFF;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1000px) {
  .nav {
    flex-direction: row;
    gap: 64px;
    justify-content: end;
    position: initial;
    transform: initial;
    transition: initial;
    will-change: initial;
    height: initial;
    background-color: initial;
  }
  .nav li {
    box-sizing: border-box;
    padding: 24px 0px 24px 0px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .nav li.inversed {
    background-color: #9900E9;
    padding-left: 32px;
    padding-right: 64px;
    background: transparent url("img/mnu_decoration.svg") top left no-repeat;
    background-size: auto 100%;
  }
  .nav li.follow-panel {
    position: fixed;
    right: 0px;
    top: 130px;
    padding: 0px;
    height: 0px;
  }
  .nav li.follow-panel div {
    flex-direction: row;
    gap: 8px;
    padding: 64px 0px;
    border-radius: 5px 0px 0px 5px;
  }
  .nav li.follow-panel label {
    transform: rotate(-90deg);
  }
  .nav li.follow-panel input[type=text] {
    display: none;
  }
}

.headline {
  position: relative;
  box-sizing: border-box;
  margin-top: 92px;
}
.headline video {
  width: 100%;
  display: block;
}
.headline .headimg {
  background: transparent center center no-repeat;
  background-size: cover;
  min-height: 55vh;
}
.headline .headimg.cstudies {
  background-image: url("img/hdr_computer-vision_image-processing_indeform.jpg");
}
.headline .headimg.company {
  background-image: url("img/hdr_team.jpg");
}
.headline h2 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
  color: #4D4D4D;
  padding: 24px 24px 24px 24px;
}
@media screen and (min-width: 1000px) {
  .headline {
    margin-top: 76px;
  }
  .headline h2 {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
    padding: 0px 128px 64px 64px;
    height: 100%;
    background: transparent url("img/headline_decoration.svg") top right no-repeat;
    background-size: cover;
    color: #4D4D4D;
  }
}

.section {
  position: relative;
  box-sizing: border-box;
  padding: 128px 24px 128px 24px;
}
.section > h1 {
  display: inline-block;
  font-size: 48px;
  font-weight: 650;
  line-height: 55.5px;
  color: #9900E9;
  text-transform: lowercase;
  margin-bottom: 64px;
}
.section > p {
  margin-bottom: 64px;
}
@media screen and (min-width: 1000px) {
  .section {
    padding: 64px 15% 64px calc(20% + 88px);
  }
  .section > h1 {
    position: absolute;
    top: 0;
    margin-left: -88px;
    transform-origin: right center;
    transform: translateX(-95%) translateY(50%) rotate(-90deg);
    white-space: nowrap;
  }
}

.section.services {
  padding-top: 64px;
}
.section.services ul {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.section.services li {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section.services li div ~ div {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.section.services .sheadline {
  height: 224px;
  background: transparent right/contain url("img/headings_decoration.svg") no-repeat;
}
.section.services .sheadline img {
  height: 100%;
}
.section.services h3 {
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
  color: #9900E9;
  text-transform: uppercase;
}
.section.services p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #4D4D4D;
}
@media screen and (min-width: 1000px) {
  .section.services ul {
    padding: 64px 0px 64px 0px;
  }
  .section.services li {
    flex-direction: row;
  }
  .section.services h3 {
    box-sizing: border-box;
    background: transparent right/contain url("img/headings_decoration.svg") no-repeat;
    padding-right: 64px;
    min-height: 100px;
    width: 100%;
  }
  .section.services .sheadline {
    background: none;
  }
}

.section.cta {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 128px 24px 128px 24px;
  background-color: #9900E9;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.section.cta > h1 {
  color: #FFFFFF;
}
.section.cta .abutton {
  text-decoration: none;
  width: fit-content;
  box-sizing: border-box;
  padding: 16px 64px 16px 64px;
  background-color: #FFF;
  color: #9900E9;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1000px) {
  .section.cta {
    flex-direction: row;
    padding: 64px 15% 64px calc(20% + 88px);
  }
}

.section.cstudies ul {
  padding: 32px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section.cstudies li {
  flex: 1;
}
.section.cstudies li a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.section.cstudies li h1 {
  box-sizing: border-box;
  padding: 24px 16px;
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  background-color: rgb(153, 0, 233);
  color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section.cstudies p {
  text-align: left;
}
.section.cstudies img {
  width: 100%;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 1000px) {
  .section.cstudies {
    padding-top: 128px;
  }
  .section.cstudies ul {
    padding: 32px 0px 64px 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section.cstudies li {
    flex: 47%;
  }
  .section.cstudies li a:hover > h1 {
    transform: translateY(0);
  }
  .section.cstudies li h1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(153, 0, 233, 0.8);
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .section.cstudies p {
    padding-left: 128px;
    text-align: right;
  }
  .section.cstudies img {
    border-radius: 5px;
  }
}

.section.testimonials {
  background-color: #EEEEEE;
}
.section.testimonials h1 {
  color: #4D4D4D;
}
.section.testimonials .tcontent {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.section.testimonials .item {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.section.testimonials .item.visible {
  min-height: 180px;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 1s ease-in-out;
}
.section.testimonials .next {
  float: right;
  background-color: transparent;
  border: none;
  padding: 8px 24px 8px 24px;
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
  color: #ccc;
}
.section.testimonials p {
  margin-bottom: 16px;
}
.section.testimonials a {
  color: #9900E9;
  text-decoration: none;
}
.section.testimonials a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .section.testimonials {
    padding-top: 128px;
    min-height: 400px;
  }
}

.section.partners ul {
  padding: 64px 48px 64px 48px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.section.partners li {
  text-align: center;
}
.section.partners li img {
  max-width: 100%;
  filter: saturate(0) contrast(0.1) brightness(1.5);
  transition: filter 0.5s ease-in-out;
}
.section.partners li img:hover {
  filter: saturate(1) contrast(1) brightness(1);
  transition: filter 0.5s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .section.partners > h1 {
    transform: translateX(-97%) translateY(50%) rotate(-90deg);
  }
  .section.partners ul {
    flex-direction: row;
    gap: 64px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .section.partners li {
    max-width: 200px;
  }
}

.section.values {
  padding: 128px 24px 128px 24px;
  background: transparent url("img/values_bkg.jpg") top left no-repeat;
  background-size: cover;
}
.section.values > h1 {
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
}
.section.values ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.section.values li {
  color: #FFFFFF;
  max-width: 260px;
}
.section.values h3 {
  padding-top: 88px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  background: transparent top center no-repeat;
  background-size: auto 80px;
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
}
.section.values h3.trust {
  background-image: url("img/trust.svg");
}
.section.values h3.value {
  background-image: url("img/value.svg");
}
.section.values h3.expertise {
  background-image: url("img/expertise.svg");
}
.section.values h3.innovation {
  background-image: url("img/innovation.svg");
}
.section.values p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (min-width: 1000px) {
  .section.values {
    padding: 128px 15% 128px 20%;
  }
  .section.values > h1 {
    position: relative;
    display: block;
    transform-origin: initial;
    transform: none;
  }
  .section.values ul {
    flex-direction: row;
    align-items: start;
  }
}

.section.news-insights ul {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.section.news-insights li {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}
.section.news-insights li img {
  border-radius: 5px;
  width: 100%;
}
.section.news-insights li div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section.news-insights li div a {
  color: #4D4D4D;
  text-decoration: none;
}
.section.news-insights li div a:hover {
  text-decoration: underline;
}
.section.news-insights li div h1 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  color: #4D4D4D;
}
.section.news-insights li div p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #4D4D4D;
}
@media screen and (min-width: 1000px) {
  .section.news-insights ul {
    padding-top: 64px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .section.news-insights li {
    flex: 47%;
  }
}

@media screen and (min-width: 1000px) {
  .section.news-insights.single-page {
    margin-top: 76px;
  }
}

.footer {
  padding: 64px 24px 32px 24px;
  background-color: #4D4D4D;
  color: #FFFFFF;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 64px 15% 32px 15%;
  }
}
.footer .logo {
  width: 128px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .footer ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer ul ~ div {
  margin-top: 32px;
  text-align: center;
}
.footer ul a,
.footer ul ~ div a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer ul a:hover,
.footer ul ~ div a:hover {
  text-decoration: underline;
}
.footer ul.fnav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .social {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: center;
}
.footer .social a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .social .linkedin {
  background-image: url("img/social_linkedin.svg");
}
.footer .social .facebook {
  background-image: url("img/social_facebook.svg");
}
.footer .social .twitterx {
  background-image: url("img/social_twitter.svg");
}

.article {
  padding: 32px 24px 128px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 92px;
  color: #4D4D4D;
}
.article img {
  display: block;
  width: 100%;
  corner-radius: 5px;
}
.article ul {
  list-style: disc;
  padding-left: 16px;
}
.article h1 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
}
.article h2 {
  font-size: 28px;
  font-weight: 650;
  line-height: 31.2px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.article .acontent {
  font-size: 16px;
  line-height: 24px;
}
.article .acontent img {
  margin: 16px 0px 16px 0px;
}
.article .acontent a {
  text-decoration: none;
  color: #9900E9;
}
.article .acontent a:hover {
  text-decoration: underline;
}
.article .acontent ol.alpha {
  list-style: inside lower-alpha;
}
@media screen and (min-width: 1000px) {
  .article {
    padding: 64px 30% 128px 30%;
    margin-top: 76px;
  }
}

.section.page {
  padding: 32px 24px 128px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 92px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 24px;
}
.section.page img {
  display: block;
  width: 100%;
  corner-radius: 5px;
}
.section.page ul {
  list-style: disc;
  padding-left: 32px;
}
.section.page ol {
  list-style: decimal;
  padding-left: 32px;
}
.section.page h1 {
  font-size: 38px;
  font-weight: 650;
  line-height: 41.7px;
}
.section.page h2 {
  font-size: 21.3px;
  font-weight: 650;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section.page a, .section.page a:visited {
  text-decoration: none;
  color: #9900E9;
}
.section.page b {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .section.page {
    padding: 64px 30% 128px 30%;
    margin-top: 76px;
  }
}

.section form {
  font-size: 16px;
  line-height: 24px;
}
.section form > div {
  padding: 8px 0px 8px 0px;
}
.section form > div.form-footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.section form ul.errorlist {
  list-style: none;
  padding: 0px;
  color: #FF5555;
  font-style: italic;
}
.section form input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form select {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.section form input[type=submit] {
  background-color: #9900E9;
  color: #FFFFFF;
}
.section form button {
  box-sizing: border-box;
  padding: 16px 64px 16px 64px;
  width: fit-content;
  background-color: #9900E9;
  color: #FFFFFF;
  border: none;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.section .success {
  padding: 24px 64px 24px 64px;
  background-color: #9900E9;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
}
