:root {
  --black: black;
  --white-green: #f4faf8;
  --ouranos-blue: #06172e;
  --white: #fff;
  --light-white: #e6e7e7;
  --ouranos-green: #a0d6c0;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.c-section {
  position: relative;
}

.c-container {
  width: 100%;
  max-width: 1960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-hero {
  height: 100vh;
  min-height: 700px;
  max-height: 1200px;
  position: relative;
}

.c-hero.cc-about {
  background-color: var(--white-green);
  height: auto;
  min-height: auto;
  max-height: none;
}

.c-hero.cc-solutions {
  background-image: url('../images/services-hero-bg.svg'), linear-gradient(180deg, black, var(--ouranos-blue));
  background-position: 50% 100px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.c-nav {
  z-index: 1000;
  width: 100%;
  line-height: 1;
  position: absolute;
}

.c-nav_inner {
  border-bottom: .5px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding: 24px 50px;
  display: flex;
  position: relative;
}

.nav-logo_img {
  width: 34px;
  height: 34px;
}

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

.c-img.cc-cover {
  object-fit: cover;
}

.c-nav_logo {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: center;
  font-size: 14px;
  display: flex;
}

.c-nav_links {
  grid-column-gap: 24px;
  background-color: #a0d6c01c;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-left: 90px;
  padding: 16px 40px;
  display: flex;
}

.nav-link {
  color: var(--light-white);
  font-size: 14px;
  transition: color .4s;
}

.nav-link:hover {
  color: var(--ouranos-green);
}

.c-nav_btns {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.c-button {
  grid-column-gap: 12px;
  border-bottom: 1px solid var(--ouranos-green);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  align-items: center;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 700;
  transition: color .4s, background-position .4s;
  display: flex;
}

.c-button.cc-nav {
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color .4s, color .4s, background-position .4s;
}

.c-button.cc-nav:hover {
  border-color: var(--ouranos-green);
}

.c-button.cc-alternate {
  border-bottom-style: none;
}

.c-button.cc-black {
  border-bottom-color: var(--ouranos-blue);
  color: var(--black);
}

.c-button.cc-black:hover {
  color: var(--white);
}

.c-button.cc-form {
  background-image: url('../images/button-arrow-right.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 38px;
}

.hero-swiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-swiper_wrapper {
  height: 100%;
}

.hero-swiper_wrapper.swiper-wrapper {
  display: flex;
}

.hero-slide {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.1;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-text_wrapper {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 965px;
  display: flex;
}

.hero-text_wrapper.cc-about {
  text-align: left;
  margin-bottom: 64px;
}

.embed-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.button-arrow {
  width: 16px;
  height: 16px;
  transition: transform .4s;
}

.hero-subtext {
  color: #cbcbcb;
  max-width: 860px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.hero-subtext.cc-solutions {
  max-width: 850px;
  margin-top: 24px;
  margin-bottom: 0;
  overflow: visible;
}

.c-info {
  background-color: var(--white);
}

.info-header {
  padding: 105px 64px 70px;
}

.info-wrapper {
  background-color: var(--ouranos-blue);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  align-items: center;
  height: 100vh;
  max-height: 1200px;
  padding-top: 168px;
  padding-bottom: 168px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header {
  flex: none;
  font-size: 24px;
}

.c-about {
  background-color: var(--white);
}

.c-about.cc-location {
  background-color: var(--white-green);
}

.about-header {
  justify-content: space-between;
  padding: 128px 84px 48px;
  display: flex;
}

.about-header_text {
  grid-row-gap: 36px;
  flex-flow: column;
  align-items: flex-start;
  width: 60.278vw;
  max-width: 868px;
  display: flex;
}

.about-stats_wrapper {
  display: flex;
}

.about-stats_block {
  grid-row-gap: 100px;
  flex-flow: column;
  width: 31%;
  padding: 64px 20px 40px 40px;
  display: flex;
}

.about-stats_block.cc-two {
  background-color: var(--ouranos-green);
  width: 38%;
}

.about-stats_block.cc-one {
  background-color: var(--white-green);
}

.about-stats_block.cc-three {
  background-color: #edf7f3;
}

.stats-number_flex {
  font-family: Gilroy, sans-serif;
  font-size: 98px;
  display: flex;
}

.stats-number {
  font-weight: 600;
}

.c-solutions {
  background-color: var(--ouranos-blue);
}

.c-testimonials_inner {
  grid-row-gap: 40px;
  background-image: url('../images/testimonials-illustration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 64px 150px;
  display: none;
}

.solutions-header {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.solutions-grid_wrapper {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.solutions-grid {
  background-image: linear-gradient(90deg, #06172e, #134a94);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  position: relative;
  overflow: hidden;
}

.solutions-grid.cc-small {
  padding-left: 50px;
}

.solutions-grid_content {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 44%;
  display: flex;
  position: relative;
}

.solutions-grid_content.cc-small {
  justify-content: space-between;
  width: 55%;
  height: 100%;
}

.sm-paragraph {
  font-size: 16px;
}

.solutions-grid_illustration {
  width: 46%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.solutions-grid_illustration.cc-three {
  width: 43.5%;
  bottom: 0;
}

.testimonials-header {
  text-align: center;
  max-width: 650px;
}

.testimonials-swiper {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.c-country_dropdown {
  position: relative;
}

.nav-dropdown_toggle {
  grid-column-gap: 8px;
  color: var(--light-white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  transition: color .4s;
  display: flex;
}

.nav-dropdown_toggle:hover {
  color: var(--ouranos-green);
}

.nav-dropdown_toggle.w--open {
  border-radius: 18px 18px 0 0;
}

.country-dropdown_inner {
  grid-column-gap: 8px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.country-flag {
  margin-top: 2px;
  font-size: 20px;
  line-height: 1;
}

.country-dropdown_icon {
  width: 14px;
  height: 14px;
  font-size: 16px;
}

.country-dropdown_link {
  padding: 8px 14px;
}

.swiper-pagination {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  bottom: 44px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.hero-arrow {
  grid-column-gap: 8px;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 44px;
  right: 94px;
}

.hero-arrow.cc-scroll {
  padding-top: 0;
  padding-bottom: 0;
  left: 94px;
  right: auto;
}

.hero-arrow_icon {
  width: 24px;
  height: 24px;
}

.hero-arrow_icon.cc-scroll {
  width: 14px;
  height: 32px;
}

.uc-green-text {
  color: var(--ouranos-green);
}

.info-wrapper_heading {
  z-index: 5;
  grid-row-gap: 30px;
  background-color: var(--ouranos-blue);
  color: var(--light-white);
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 43vw;
  max-width: 624px;
  height: 100%;
  padding-left: 84px;
  display: flex;
  position: absolute;
  top: 0;
}

.info-card {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 34.722vw;
  max-width: 500px;
  padding: 50px 35px 24px;
  display: flex;
}

.info-card.cc-two {
  background-color: var(--ouranos-green);
}

.info-card.cc-three {
  padding-bottom: 0;
}

.info-card.cc-four {
  background-image: url('../images/digital-tranformation-illustration.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  padding-bottom: 94px;
}

.h4 {
  color: var(--ouranos-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.info-services_wrapper {
  background-color: #a0d6c02e;
  border-radius: 20px;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
}

.info-services_wrapper.cc-two {
  background-color: #ffffff5c;
  padding-left: 14px;
  padding-right: 14px;
}

.info-services_wrapper.cc-three {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}

.info-card_inner {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.info-services_flex {
  grid-column-gap: 14px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  margin-top: 30px;
  display: flex;
}

.info-services_tag {
  border: 1px solid var(--ouranos-blue);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.info-services_tag.cc-green {
  border-color: var(--ouranos-green);
  color: var(--ouranos-green);
}

.info-card_wrapper {
  grid-column-gap: 50px;
  margin-left: 43vw;
  display: flex;
}

.info-img_wrapper {
  justify-content: space-between;
  height: 51%;
  display: flex;
  position: relative;
}

.info-globe {
  position: absolute;
  inset: auto 0% 0% auto;
}

.info-star {
  flex: none;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 24px;
}

.c-solutions_inner {
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 190px;
  display: flex;
}

.solutions-header_illustration {
  width: 122px;
  height: 122px;
}

.info-header_text {
  max-width: 920px;
  margin-top: 26px;
}

.info-line {
  background-color: var(--ouranos-green);
  width: 64px;
  height: 2px;
  margin-bottom: 20px;
}

.solutions-grid_container {
  width: 80vw;
  max-width: 1600px;
}

.uc-right-align {
  justify-content: flex-end;
  display: flex;
}

.testimonials-slide {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.testimonials-img_wrapper {
  flex: none;
  position: relative;
}

.testimonials-img {
  border: 3px solid var(--ouranos-green);
  border-radius: 50%;
  width: 190px;
  height: 190px;
  overflow: hidden;
}

.testimonials-quote_icon {
  width: 56px;
  height: 56px;
  position: absolute;
  inset: auto auto -6px 6px;
}

.testimonials-text {
  margin-bottom: 14px;
  font-size: 20px;
}

.testimonials-text_wrapper {
  max-width: 640px;
  font-size: 20px;
}

.uc-semibold-text {
  font-weight: 600;
}

.testimonials-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}

.testimonials-arrow.cc-prev {
  left: 0;
}

.testimonials-arrow.cc-next {
  right: 0;
}

.c-brand_inner {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 64px;
}

.brand-logo_container {
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 50px;
  margin-left: -64px;
  display: flex;
}

.brand-logo_list {
  grid-column-gap: 50px;
  flex: none;
  padding-right: 50px;
  display: flex;
}

.brand-logo_item {
  flex: none;
  max-width: 100px;
  height: 50px;
}

.c-blog {
  background-color: var(--white-green);
}

.c-blog_inner {
  grid-row-gap: 94px;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.blog-header {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.blog-swiper_wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.blog-slide {
  border-radius: 40px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 454px;
  min-height: 464px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 58px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-slide_img {
  filter: blur(20px);
  transition: filter .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
  position: relative;
}

.blog-tag {
  background-color: var(--ouranos-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 24px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.blog-title {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.blog-container {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-newsletter {
  width: 84.236vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.c-newsletter_inner {
  background-color: var(--ouranos-blue);
  color: var(--white);
  background-image: url('../images/newsletter-illustration-2.svg'), url('../images/newsletter-illustration-1.svg');
  background-position: 100% 87%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 88px;
  display: flex;
}

.newsletter-heading {
  flex: none;
  width: 44%;
  max-width: 460px;
}

.newsletter-form_block {
  width: 47%;
}

.newsletter-form {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-input {
  background-image: url('../images/email-icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 52px;
  margin-bottom: 16px;
  padding: 16px 16px 16px 46px;
  font-size: 16px;
}

.c-help {
  font-size: 16px;
}

.c-checkbox {
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.checkbox-icon {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 6px;
}

.checkbox-label {
  font-size: 16px;
  line-height: 1.125;
}

.c-footer {
  background-color: var(--ouranos-blue);
}

.c-footer_inner {
  padding: 88px 64px;
}

.footer-top_block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
  padding-left: 14px;
  display: flex;
}

.footer-link_wrapper {
  grid-row-gap: 8px;
  color: var(--white);
  flex-flow: column;
  max-width: 176px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-link_header {
  font-weight: 600;
}

.footer-link {
  transition: color .4s;
}

.footer-link:hover {
  color: var(--ouranos-green);
}

.footer-logo {
  color: var(--white);
  letter-spacing: .05em;
  font-size: 14.7vw;
  font-weight: 500;
  line-height: .9;
}

.footer-legal_block {
  border-top: 1px solid var(--white);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 32px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.footer-legal_flex {
  grid-column-gap: 50px;
  display: flex;
}

.hero-video_block {
  z-index: -1;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-swiper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.c-hero_inner {
  width: 100%;
  height: 100%;
  padding: 180px 120px 120px;
}

.c-hero_inner.cc-solutions {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 136px;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
}

.about-hero_text {
  color: #848484;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-img_wrapper {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.c-profile {
  background-color: var(--ouranos-blue);
}

.c-profile_inner {
  padding-left: 100px;
  padding-right: 64px;
  display: flex;
}

.profile-left-block {
  grid-row-gap: 60px;
  border-right: 1px solid var(--light-white);
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 44%;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-right: 30px;
  display: flex;
}

.profile-text_wrapper {
  grid-row-gap: 18px;
  color: var(--light-white);
  flex-flow: column;
  max-width: 460px;
  margin-bottom: 80px;
  font-size: 24px;
  display: flex;
}

.profile-accordion-wrapper {
  flex-flow: column;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.profile-accordion_block {
  grid-row-gap: 18px;
  color: var(--light-white);
  flex-flow: column;
  font-size: 24px;
  display: flex;
  position: relative;
}

.profile-accordion_header {
  grid-column-gap: 16px;
  color: #a0d6c066;
  cursor: pointer;
  align-items: center;
  transition: color .6s;
  display: flex;
}

.profile-accordion_header.cc-active {
  color: var(--ouranos-green);
}

.profile-accordion_icon {
  border: 1px solid var(--ouranos-green);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .6s;
}

.profile-accordion_icon.cc-active {
  outline-color: var(--ouranos-green);
  outline-offset: -9px;
  outline-width: 3px;
  outline-style: solid;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 0;
}

.profile-accordion_content {
  max-height: 0;
  margin-left: 34px;
  padding-bottom: 0;
  transition: padding-bottom .6s, max-height .6s;
  overflow: hidden;
}

.profile-accordion_content.cc-expanded {
  max-height: 500px;
  padding-bottom: 60px;
}

.profile-accordion_line {
  background-image: url('../images/profile-accordion-line.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1px;
  height: 96%;
  position: absolute;
  top: 31px;
  left: 8.5px;
}

.profile-accordion_line.cc-vision {
  background-image: url('../images/vision-accordion-line.svg');
  background-position: 0%;
  background-size: cover;
  height: 10%;
  display: none;
  top: 29px;
}

.profile-right_block {
  padding-top: 144px;
  padding-left: 40px;
}

.profile-img_wrapper {
  border: 1px solid var(--ouranos-green);
  border-radius: 36px;
  width: 100%;
  padding: 20px;
}

.profile-img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.location-img_wrapper {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.location-text_wrapper {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.location-text {
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-values {
  background-color: var(--ouranos-blue);
}

.c-values_inner {
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 85px;
  position: relative;
}

.values-slider {
  margin-top: 74px;
  padding-right: 85px;
  position: relative;
  overflow: hidden;
}

.values-slider_wrapper {
  display: flex;
}

.values-slide {
  color: var(--white);
  flex: none;
  width: 450px;
}

.values-icon {
  width: 77px;
  height: 95px;
}

.values-heading {
  margin-top: 40px;
  margin-bottom: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.uc-medium-text {
  font-weight: 500;
}

.values-arrow_wrapper {
  grid-column-gap: 14px;
  display: flex;
  position: absolute;
  inset: 70px 120px auto auto;
}

.values-arrow {
  border: 1px solid var(--ouranos-green);
  color: var(--light-white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.c-team {
  background-color: var(--white-green);
}

.c-team_inner {
  padding-top: 120px;
  padding-left: 64px;
  padding-right: 64px;
}

.team-header {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  max-width: 960px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 20px;
  display: flex;
}

.team-img_block {
  border: 1px solid var(--ouranos-green);
  border-radius: 8px;
  width: 82%;
  position: relative;
  overflow: hidden;
}

.team-details {
  flex-flow: column;
  align-items: flex-start;
  width: 82%;
  margin-top: 18px;
  display: flex;
}

.team-name {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.team-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
}

.team-social_link {
  grid-column-gap: 10px;
  background-color: var(--light-white);
  text-transform: uppercase;
  border-radius: 76px;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1;
  display: none;
}

.brand-logo_wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.brand-logo_wrapper.cc-right-align {
  justify-content: flex-end;
}

.uc-hide {
  display: none;
}

.hero-overlay {
  background-image: linear-gradient(#06172e66, #06172e66);
  position: absolute;
  inset: 0%;
}

.country-dropdown_list {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  max-height: 0;
  transition: margin-top .5s, padding-top .5s, padding-bottom .5s, max-height .5s;
  position: absolute;
  overflow: hidden;
}

.country-dropdown_list.w--open {
  margin-top: 9px;
  padding-bottom: 12px;
}

.country-dropdown_list.cc-expanded {
  max-height: 150px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.country-name {
  display: none;
}

.c-cta {
  background-color: var(--white-green);
}

.c-cta.cc-media {
  color: var(--white);
  background-color: #040f1f;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.c-cta_inner {
  padding-bottom: 120px;
}

.cta-block {
  width: 84.236vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block_inner {
  background-color: var(--ouranos-blue);
  color: var(--white);
  background-image: url('../images/newsletter-illustration-2.svg'), url('../images/newsletter-illustration-1.svg');
  background-position: 100% 87%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  padding: 80px 88px;
  display: flex;
}

.cta-text_wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 640px;
  margin-bottom: 42px;
  display: flex;
}

.hero-video {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: none;
}

.c-loader {
  z-index: 1000;
  background-color: var(--ouranos-green);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.uc-black-weight {
  font-weight: 900;
}

.c-services {
  background-color: var(--ouranos-blue);
}

.c-services_inner {
  padding-top: 160px;
  padding-bottom: 145px;
}

.c-tab {
  flex-flow: column;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-tab.uc-hide {
  display: none;
}

.c-tab_menu {
  grid-column-gap: 80px;
  border: 1px solid var(--white);
  outline-offset: 0px;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.c-tab_link {
  color: var(--white);
  background-color: #0000;
  padding: 18px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.c-tab_link.w--current {
  background-color: var(--ouranos-green);
  padding-left: 38px;
  padding-right: 38px;
}

.c-tab_content {
  width: 100%;
  margin-top: 90px;
}

.c-tab_pane {
  position: relative;
}

.services-wrapper {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.services-number {
  z-index: 2;
  color: var(--white);
  background-color: #a0d6c02b;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  position: relative;
}

.services-number.cc-small {
  width: 34px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
}

.services-number_inner {
  color: var(--white);
  background-color: #a0d6c054;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.services-number_inner.cc-small {
  width: 20px;
  height: 20px;
  padding: 4px;
}

.services-block {
  border: 1px solid var(--white);
  border-radius: 16px;
  align-items: center;
  width: 100%;
  min-height: 454px;
  display: flex;
}

.services-text_wrapper {
  color: var(--white);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.uc-white-text {
  color: var(--white);
}

.services-text_block {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-left_block {
  grid-row-gap: 30px;
  border-right: 1px solid var(--white);
  flex-flow: column;
  justify-content: center;
  width: 56.58%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.services-list {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.services-list.cc-cloud {
  grid-row-gap: 20px;
  margin-top: 20px;
}

.services-list_item {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.services-list_item.cc-cloud {
  align-items: flex-start;
}

.services-right_block {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-line {
  background-color: #fff6;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 150px;
  left: 34px;
  overflow: hidden;
}

.c-contact_inner {
  flex-flow: column;
  align-items: center;
  padding: 180px 64px 76px;
  display: flex;
}

.contact-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.contact-slider {
  margin-top: 65px;
  margin-bottom: 80px;
  display: none;
}

.contact-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-block {
  grid-row-gap: 30px;
  border: 1px solid var(--ouranos-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.contact-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  overflow: hidden;
}

.contact-button {
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  transition: color .4s, background-position .4s;
}

.contact-button:hover {
  color: var(--white);
}

.contact-button.cc-form {
  background-color: var(--ouranos-blue);
  border-radius: 10px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 900;
}

.contact-block_heading {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 800;
}

.contact-form_block {
  background-color: var(--white-green);
  flex-flow: column;
  align-items: center;
  padding: 92px 64px;
  display: flex;
}

.contact-form {
  flex-flow: column;
  width: 80vw;
  max-width: 870px;
  display: flex;
}

.c-form_field {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 34px;
  display: grid;
}

.c-label {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.c-input {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.c-input.cc-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 1000px;
  padding-top: 22px;
}

.contact-form_heading {
  color: var(--ouranos-blue);
  text-align: center;
  margin-bottom: 50px;
  font-family: Gilroy, sans-serif;
  font-size: 54px;
  font-weight: 600;
}

.c-nav_hambruger {
  display: none;
}

.values-arrow_icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

.country-dropdown_toggle {
  grid-column-gap: 8px;
  color: var(--white);
  cursor: pointer;
  background-color: #a0d6c02b;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.nav-dropdown_list {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70vw;
  min-width: 850px;
  max-width: 1010px;
  max-height: 0;
  margin-top: 20px;
  transition: margin-top .6s, max-height .6s;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.nav-dropdown_list.cc-expanded {
  max-height: 500px;
}

.dropdown-icon {
  width: 14px;
  height: 14px;
  font-size: 16px;
}

.dropdown-grid_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 60px 50px;
  display: grid;
}

.dropdown-grid {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.dropdown-grid_text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-text_wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.services-line_progress {
  background-color: var(--white);
  width: 100%;
  height: 0%;
}

.services-number_wrapper {
  background-color: var(--ouranos-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 130px;
  margin-top: 70px;
  margin-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.uc-desktop-hide {
  display: none;
}

.solutions-grid_paragraph {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 16px;
}

.overflow-hidden {
  padding-right: 84px;
  overflow: hidden;
}

.info-arrow_wrapper {
  display: none;
}

.info-arrow {
  border: 1px solid var(--ouranos-green);
  color: var(--light-white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.c-career {
  background-image: linear-gradient(180deg, black, var(--ouranos-blue));
  color: var(--white);
}

.c-career_inner {
  flex-flow: column;
  align-items: center;
  padding: 180px 64px 160px;
  display: flex;
}

.career-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-bottom: 100px;
  display: flex;
}

.career-header.cc-join {
  max-width: 650px;
}

.career-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.career-join_header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 650px;
  margin-bottom: 100px;
  display: flex;
}

.career-content {
  grid-column-gap: 80px;
  align-items: center;
  margin-bottom: 180px;
  display: flex;
}

.career-img {
  border-radius: 24px;
  flex: none;
  width: 50%;
  max-height: 720px;
  position: relative;
  overflow: hidden;
}

.career-list {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.career-list_item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.career-bullet {
  background-color: #a0d6c02b;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.career-bullet_inner {
  background-color: #a0d6c054;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  display: flex;
}

.career-cta {
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-bottom_block {
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.hero-arrow_wrapper {
  width: 100%;
  position: absolute;
  bottom: 44px;
  left: 94px;
  right: 94px;
}

.c-media_inner {
  flex-flow: column;
  align-items: center;
  padding: 180px 64px 76px;
  display: flex;
}

.media-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 79px;
  display: flex;
}

.media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.media-block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.media-block_img {
  width: 100%;
  height: 100%;
}

.media-block_text {
  opacity: 0;
  color: var(--white);
  width: 60%;
  font-weight: 500;
  transition: opacity .4s;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.media-block_overlay {
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.c-news {
  background-color: var(--white-green);
}

.c-news_inner {
  flex-flow: column;
  padding: 180px 64px 100px;
  display: flex;
}

.news-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 110px;
  display: flex;
}

.news-wrapper {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 150px;
  display: flex;
}

.news-filter_wrapper {
  border-bottom: 1px solid var(--light-white);
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.news-block_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(28vw, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.news-block {
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.news-filter_block {
  padding-bottom: 14px;
  padding-right: 28px;
  font-size: 18px;
  transition: margin-bottom .4s;
}

.news-filter_block.cc-active {
  border-bottom: 2px solid var(--ouranos-green);
}

.news-img_inner {
  filter: blur(20px);
  transition: filter .4s;
  position: absolute;
  inset: 0%;
}

.news-content {
  z-index: 1;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.news-tag {
  background-color: var(--ouranos-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 24px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.news-title {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-slide_overlay {
  opacity: 0;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.news-info_flex {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  font-size: 16px;
  display: flex;
}

.news-img_block {
  border-radius: 36px;
  min-height: 424px;
  position: relative;
  overflow: hidden;
}

.blog-arrow_wrapper {
  grid-column-gap: 14px;
  display: flex;
  position: absolute;
  inset: 50px 100px auto auto;
}

.blog-arrow {
  border: 1px solid var(--ouranos-green);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.blog-arrow_icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

.c-legal_inner {
  flex-flow: column;
  align-items: center;
  padding: 180px 64px 76px;
  display: flex;
}

.legal-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 120px;
  align-items: flex-start;
  display: flex;
}

.legal-toc {
  flex: none;
  width: 25%;
  position: sticky;
  top: 0;
}

.toc-link {
  grid-column-gap: 18px;
  border-bottom: 1px solid var(--light-white);
  align-items: center;
  padding-top: 30px;
  padding-bottom: 18px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.toc-link.w--current {
  font-weight: 600;
}

.toc-link.cc-h3 {
  border-bottom-style: none;
}

.toc-link_label {
  border: .5px solid #000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  display: flex;
}

.toc-link_wrapper.cc-h3 {
  padding-left: 18px;
  display: none;
}

.legal-content_text {
  border-bottom: 1px solid var(--light-white);
  flex-flow: column;
  margin-bottom: 50px;
  padding-bottom: 38px;
  display: flex;
}

.legal-content_text h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.legal-content_text p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.legal-content_text ul {
  padding-left: 20px;
}

.legal-content_text li {
  margin-bottom: 12px;
  font-size: 16px;
}

.legal-content_text h3 {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.uc-link-text {
  color: var(--ouranos-green);
  text-decoration: underline;
}

.news-pagination {
  grid-column-gap: 32px;
  justify-content: center;
  display: flex;
}

.pagination_no {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 24px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.pagination_no.cc-active {
  background-color: var(--ouranos-blue);
  color: var(--white);
}

.career-position {
  grid-column-gap: 30px;
  width: 100%;
  margin-bottom: 250px;
  display: flex;
}

.career-location_filter {
  width: 34%;
  position: relative;
}

.location-filter_toggle {
  grid-column-gap: 8px;
  background-color: var(--ouranos-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 22px 32px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.location-filter_inner {
  grid-column-gap: 8px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.location-filter_icon {
  width: 24px;
  height: 24px;
  font-size: 16px;
}

.location-filter_list {
  z-index: 2;
  background-color: var(--ouranos-blue);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  max-height: 0;
  transition: margin-top .5s, padding-top .5s, padding-bottom .5s, max-height .5s;
  position: absolute;
  overflow: hidden;
}

.location-filter_list.w--open {
  margin-top: 9px;
  padding-bottom: 12px;
}

.location-filter_list.cc-expanded {
  max-height: 500px;
  margin-top: 8px;
  padding-top: 32px;
  padding-bottom: 28px;
}

.location-filter_link {
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
}

.career-search {
  background-color: var(--ouranos-blue);
  border-radius: 60px;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 68px;
  margin-bottom: 24px;
  padding: 22px 32px;
  display: flex;
  position: relative;
}

.search-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.search-input::placeholder {
  color: var(--white);
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search-normal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.div-block {
  flex: 1;
}

.career-role_wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.career-role_block {
  background-image: linear-gradient(90deg, var(--ouranos-blue), #134a94);
  border-radius: 10px;
  padding: 24px 32px;
}

.career-role_title {
  font-size: 34px;
}

.career-role_inner {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.career-role_flex {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  font-size: 16px;
  display: flex;
}

.role-location {
  align-items: center;
  display: flex;
}

.role-location_icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.img-overlay {
  z-index: 1;
  background-color: var(--white-green);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.img-overlay.cc-blue {
  background-color: var(--ouranos-blue);
}

.overlay-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-container {
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav-logo_text {
  width: 100px;
}

@media screen and (min-width: 1280px) {
  .c-nav_links {
    grid-column-gap: 30px;
    padding: 20px 60px;
  }

  .solutions-grid_illustration {
    width: 520px;
  }

  .solutions-grid_illustration.cc-two {
    width: 230px;
  }

  .solutions-grid_illustration.cc-three {
    width: 214px;
  }

  .footer-logo {
    font-size: 14.7vw;
  }

  .profile-accordion-wrapper {
    min-height: 595px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
  }

  .footer-bottom_block {
    height: 220px;
  }

  .location-filter_toggle, .location-filter_link, .career-search, .career-role_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero.cc-solutions {
    background-position: 50% 110px, 0 0;
  }

  .c-nav_inner {
    padding-left: 64px;
    padding-right: 64px;
  }

  .c-nav_logo {
    font-size: 16px;
  }

  .c-nav_links {
    margin-left: 172px;
  }

  .nav-link {
    font-size: 16px;
  }

  .c-nav_btns {
    grid-column-gap: 18px;
  }

  .c-button.cc-nav {
    font-size: 16px;
  }

  .c-country_dropdown {
    width: 170px;
  }

  .nav-dropdown_toggle, .country-dropdown_inner {
    font-size: 16px;
  }

  .profile-accordion-wrapper {
    min-height: 565px;
  }

  .team-img_block {
    background-color: #efeff1;
  }

  .country-name {
    display: block;
  }

  .c-tab {
    width: 75.48vw;
    max-width: 1500px;
  }

  .contact-wrapper {
    max-width: 1500px;
  }

  .contact-form {
    width: 60vw;
    max-width: 1000px;
  }

  .country-dropdown_toggle {
    grid-column-gap: 10px;
  }

  .nav-dropdown_list {
    margin-top: 30px;
  }

  .country-code {
    display: none;
  }

  .footer-bottom_block {
    height: 315px;
  }

  .media-block_text {
    font-size: 28px;
  }

  .news-block_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news-filter_block {
    font-size: 20px;
  }

  .c-legal_inner {
    padding-left: 100px;
    padding-right: 100px;
  }

  .location-filter_toggle {
    grid-column-gap: 10px;
  }

  .location-filter_inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body, p {
    font-size: 20px;
  }

  .c-nav_inner {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .c-nav_inner.cc-visible {
    overflow: visible;
  }

  .c-nav_logo {
    grid-column-gap: 8px;
  }

  .c-nav_links {
    grid-row-gap: 30px;
    background-color: var(--white);
    border-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    width: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: transform .5s;
    position: absolute;
    top: 84px;
    right: 30px;
    transform: translate(120%);
  }

  .c-nav_links.cc-show {
    transform: translate(0%);
  }

  .nav-link {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
  }

  .c-button.cc-nav {
    border-color: var(--black);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
  }

  .c-button.cc-nav.uc-desktop-hide {
    display: flex;
  }

  .hero-content {
    padding-top: 200px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h1 {
    font-size: 60px;
  }

  .h2 {
    font-size: 50px;
  }

  .h3 {
    font-size: 36px;
  }

  .hero-text_wrapper {
    max-width: 700px;
  }

  .info-header {
    padding: 80px 50px 60px;
  }

  .info-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
  }

  .section-header {
    font-size: 20px;
  }

  .about-header {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-header_text {
    grid-row-gap: 30px;
  }

  .about-stats_block {
    grid-row-gap: 80px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .stats-number_flex {
    font-size: 80px;
  }

  .c-testimonials_inner {
    padding: 80px 50px;
  }

  .solutions-grid {
    padding-left: 50px;
  }

  .solutions-grid.cc-small {
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .solutions-grid_content.cc-small {
    width: auto;
    max-width: none;
  }

  .testimonials-swiper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown_toggle {
    color: var(--black);
    width: 100%;
    font-size: 18px;
    font-weight: 600;
  }

  .hero-arrow {
    right: 50px;
  }

  .hero-arrow.cc-scroll {
    left: 50px;
  }

  .info-wrapper_heading {
    width: auto;
    max-width: 400px;
    margin-bottom: 50px;
    padding-left: 0;
    position: static;
  }

  .info-card {
    border-radius: 10px;
    width: 500px;
  }

  .h4 {
    font-size: 28px;
  }

  .info-services_flex {
    grid-row-gap: 20px;
  }

  .info-card_wrapper {
    grid-column-gap: 0px;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .c-solutions_inner {
    padding: 80px 50px;
  }

  .solutions-header_illustration {
    width: 100px;
    height: 100px;
  }

  .solutions-grid_container {
    width: 100%;
  }

  .testimonials-text, .testimonials-text_wrapper {
    font-size: 18px;
  }

  .c-brand_inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
  }

  .brand-logo_container {
    grid-row-gap: 50px;
  }

  .c-blog_inner {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-header {
    margin-bottom: 60px;
  }

  .blog-container {
    padding-left: 50px;
  }

  .c-newsletter_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .newsletter-form_block {
    width: 50%;
  }

  .c-footer_inner {
    padding: 80px 50px;
  }

  .footer-top_block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 80px;
    padding-left: 0;
    display: grid;
  }

  .footer-logo {
    white-space: nowrap;
    font-size: 14.7vw;
  }

  .blog-swiper {
    padding-right: 50px;
  }

  .c-hero_inner {
    padding: 150px 50px 80px;
  }

  .c-hero_inner.cc-solutions {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-hero_text {
    font-size: 30px;
  }

  .c-profile_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .profile-left-block {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
  }

  .profile-text_wrapper {
    margin-bottom: 70px;
    font-size: 20px;
  }

  .profile-accordion_block {
    font-size: 20px;
  }

  .profile-accordion_content.cc-expanded {
    padding-bottom: 50px;
  }

  .profile-right_block {
    padding-top: 100px;
    padding-left: 20px;
  }

  .location-img_wrapper {
    width: 550px;
  }

  .location-text_wrapper {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-values_inner {
    padding-bottom: 80px;
    padding-left: 50px;
  }

  .values-slider {
    padding-right: 50px;
  }

  .values-slide {
    width: 400px;
  }

  .values-arrow_wrapper {
    right: 70px;
  }

  .c-team_inner {
    padding: 80px 50px;
  }

  .team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(28vw, 1fr));
  }

  .team-title {
    font-size: 18px;
  }

  .country-name {
    display: block;
  }

  .c-cta.cc-media {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-cta_inner {
    padding-bottom: 80px;
  }

  .cta-block_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-services_inner {
    padding: 80px 50px;
  }

  .c-tab {
    width: 100%;
  }

  .c-tab_menu {
    grid-column-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-tab_link {
    font-size: 24px;
  }

  .c-tab_link.w--current {
    padding-left: 28px;
    padding-right: 28px;
  }

  .c-tab_content {
    margin-top: 80px;
  }

  .c-contact_inner {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-header {
    margin-bottom: 80px;
  }

  .contact-wrapper {
    grid-column-gap: 16px;
    width: 100%;
  }

  .contact-block {
    border-radius: 16px;
    padding: 20px;
  }

  .contact-button {
    font-size: 16px;
  }

  .contact-block_heading {
    font-size: 24px;
  }

  .contact-form_block {
    padding: 80px 50px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form_heading {
    font-size: 45px;
  }

  .c-nav_hambruger {
    background-color: var(--ouranos-green);
    cursor: pointer;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    width: 84px;
    padding: 8px 16px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .c-nav_dropdown {
    width: 100%;
    margin-left: 0;
  }

  .country-dropdown_toggle {
    border-radius: 22px;
  }

  .nav-dropdown_list {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    position: static;
    transform: none;
  }

  .nav-dropdown_list.cc-expanded {
    max-height: 200px;
    margin-top: 16px;
  }

  .dropdown-icon {
    width: 18px;
    height: 18px;
  }

  .dropdown-grid_wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 200px;
    padding: 0;
    display: flex;
  }

  .dropdown-grid_text {
    display: none;
  }

  .dropdown-text_wrapper {
    margin-bottom: 0;
    font-weight: 400;
  }

  .services-number_wrapper {
    margin-right: 20px;
  }

  .country-code, .uc-tablet-hide {
    display: none;
  }

  .uc-desktop-hide {
    display: block;
  }

  .overflow-hidden {
    width: 100%;
    padding-right: 50px;
  }

  .info-arrow_wrapper {
    grid-column-gap: 16px;
    display: flex;
    right: 70px;
  }

  .c-career_inner {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .career-bullet {
    width: 50px;
    height: 50px;
  }

  .career-bullet_inner {
    width: 28px;
    height: 28px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer-bottom_block {
    height: 148px;
  }

  .c-media_inner {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .media-block_text {
    font-size: 18px;
    bottom: 20px;
    left: 20px;
  }

  .c-news_inner {
    padding: 150px 50px 80px;
  }

  .news-header, .news-wrapper {
    margin-bottom: 80px;
  }

  .news-block_wrapper {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(29vw, 1fr));
  }

  .news-filter_block {
    padding-right: 20px;
    font-size: 15px;
  }

  .news-img_block {
    border-radius: 30px;
  }

  .blog-arrow_wrapper {
    top: 40px;
    right: 50px;
  }

  .c-legal_inner {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .legal-wrapper {
    grid-column-gap: 80px;
  }

  .legal-toc {
    width: 30%;
  }

  .toc-link {
    font-size: 18px;
  }

  .legal-content_text {
    margin-bottom: 40px;
    padding-bottom: 28px;
  }

  .legal-content_text h2 {
    font-size: 24px;
  }

  .legal-content_text h3 {
    font-size: 20px;
  }

  .news-pagination {
    grid-column-gap: 24px;
  }

  .pagination_no {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .career-position {
    margin-bottom: 160px;
  }

  .location-filter_toggle {
    border-radius: 50px;
  }

  .location-filter_link {
    padding-bottom: 16px;
  }

  .career-search {
    border-radius: 50px;
  }

  .career-role_title {
    font-size: 30px;
  }

  .career-role_inner {
    flex-flow: column;
    align-items: flex-start;
  }

  .team-container {
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(28vw, 1fr));
  }
}

@media screen and (max-width: 767px) {
  body, p {
    font-size: 18px;
  }

  .c-hero {
    min-height: 660px;
  }

  .c-hero.cc-solutions {
    height: auto;
    min-height: auto;
  }

  .nav-logo_img {
    width: 30px;
    height: 30px;
  }

  .c-button {
    font-size: 16px;
  }

  .hero-content {
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 30px;
  }

  .hero-text_wrapper {
    max-width: 600px;
  }

  .hero-text_wrapper.cc-about {
    margin-bottom: 0;
  }

  .info-header {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .section-header, .section-header.uc-green-text {
    font-size: 18px;
  }

  .about-header {
    flex-flow: column;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-header_text {
    grid-row-gap: 24px;
    width: auto;
    margin-top: 24px;
  }

  .about-stats_wrapper {
    flex-flow: column;
  }

  .about-stats_block {
    grid-row-gap: 60px;
    width: 100%;
    padding: 30px;
  }

  .about-stats_block.cc-two {
    width: 100%;
  }

  .stats-number_flex {
    font-size: 70px;
  }

  .c-testimonials_inner {
    grid-row-gap: 30px;
    align-items: flex-start;
    padding: 60px 30px;
  }

  .solutions-header {
    max-width: 300px;
  }

  .solutions-grid {
    padding: 50px 30px 260px;
  }

  .solutions-grid_content {
    width: 90%;
    max-width: none;
  }

  .solutions-grid_content.cc-small {
    width: 90%;
  }

  .solutions-grid_illustration {
    width: 240px;
  }

  .solutions-grid_illustration.cc-two, .solutions-grid_illustration.cc-three {
    width: 200px;
  }

  .testimonials-header {
    text-align: left;
  }

  .testimonials-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-pagination {
    bottom: 64px;
  }

  .hero-arrow {
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
  }

  .hero-arrow.cc-scroll {
    display: none;
  }

  .info-wrapper_heading {
    margin-bottom: 36px;
  }

  .info-card {
    width: 400px;
    max-width: 400px;
    padding: 30px 30px 50px;
  }

  .h4 {
    font-size: 24px;
  }

  .info-services_flex {
    grid-row-gap: 16px;
  }

  .info-services_tag {
    font-size: 14px;
  }

  .info-card_wrapper.swiper-wrapper {
    margin-top: 30px;
  }

  .c-solutions_inner {
    padding: 60px 30px;
  }

  .solutions-header_illustration {
    width: 90px;
    height: 90px;
  }

  .testimonials-slide {
    padding-top: 60px;
  }

  .testimonials-img_wrapper {
    display: none;
  }

  .testimonials-text, .testimonials-text_wrapper {
    font-size: 16px;
  }

  .testimonials-arrow {
    top: 0;
    bottom: auto;
    transform: none;
  }

  .testimonials-arrow.cc-next {
    left: 50px;
    right: auto;
  }

  .c-brand_inner {
    padding: 60px 30px;
  }

  .brand-logo_container {
    grid-row-gap: 30px;
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .brand-logo_list {
    grid-column-gap: 30px;
    padding-right: 30px;
  }

  .c-blog_inner {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .c-blog_inner.cc-solutions {
    padding-bottom: 60px;
  }

  .blog-header {
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .blog-swiper_wrapper {
    grid-row-gap: 20px;
    width: 100%;
  }

  .blog-slide {
    border-radius: 20px;
    width: 100%;
    min-height: 450px;
    padding-bottom: 50px;
    padding-left: 28px;
  }

  .blog-slide_img {
    filter: none;
    border-radius: 20px;
  }

  .blog-content {
    z-index: 5;
    grid-row-gap: 24px;
  }

  .blog-title {
    margin-bottom: 16px;
  }

  .blog-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-newsletter {
    width: auto;
  }

  .c-newsletter_inner {
    border-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    padding: 60px 30px;
  }

  .newsletter-heading {
    width: auto;
    margin-bottom: 30px;
  }

  .newsletter-form_block {
    width: auto;
  }

  .c-footer_inner {
    padding: 60px 30px;
  }

  .footer-top_block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .footer-link_wrapper {
    max-width: none;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-legal_block {
    grid-row-gap: 8px;
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .footer-legal_flex {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .blog-swiper {
    margin-top: 40px;
    padding-right: 30px;
  }

  .c-hero_inner, .c-hero_inner.cc-solutions {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-hero_text {
    font-size: 28px;
  }

  .c-profile_inner {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .profile-left-block {
    border-right-style: none;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .profile-text_wrapper {
    grid-row-gap: 16px;
    max-width: none;
    margin-bottom: 60px;
    font-size: 18px;
  }

  .profile-accordion-wrapper {
    grid-row-gap: 40px;
    min-height: auto;
  }

  .profile-accordion_block {
    grid-row-gap: 16px;
    font-size: 18px;
  }

  .profile-accordion_header {
    color: var(--ouranos-green);
  }

  .profile-accordion_icon {
    display: none;
  }

  .profile-accordion_content {
    max-height: none;
    margin-left: 0;
  }

  .profile-accordion_content.cc-expanded {
    padding-bottom: 0;
  }

  .profile-accordion_line, .profile-right_block {
    display: none;
  }

  .location-img_wrapper {
    width: 420px;
  }

  .location-text_wrapper {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-values_inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .values-slider {
    margin-top: 104px;
    padding-right: 30px;
  }

  .values-slide {
    width: 300px;
  }

  .values-icon {
    width: 60px;
    height: 74px;
  }

  .values-arrow_wrapper {
    top: 110px;
    left: 30px;
    right: auto;
  }

  .values-arrow {
    width: 30px;
    height: 30px;
  }

  .c-team_inner {
    padding: 60px 30px;
  }

  .team-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(42.5vw, 1fr));
  }

  .team-block {
    padding-top: 24px;
  }

  .team-title {
    font-size: 16px;
  }

  .team-social_link {
    font-size: 14px;
  }

  .team-social_icon {
    width: 16px;
    height: 16px;
  }

  .c-cta.cc-media {
    padding: 60px 30px;
  }

  .c-cta_inner {
    padding-bottom: 0;
  }

  .cta-block {
    width: auto;
  }

  .cta-block_inner {
    border-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    padding: 60px 30px;
  }

  .cta-text_wrapper {
    width: auto;
  }

  .c-services_inner {
    padding: 60px 30px;
  }

  .c-tab_menu {
    grid-column-gap: 10px;
    padding: 10px 12px;
  }

  .c-tab_link {
    padding: 12px;
    font-size: 20px;
  }

  .c-tab_link.w--current {
    padding-left: 18px;
    padding-right: 18px;
  }

  .c-tab_content {
    margin-top: 60px;
  }

  .services-number.cc-small {
    display: flex;
  }

  .services-block {
    flex-flow: column;
    min-height: 400px;
  }

  .services-text_wrapper {
    width: 84%;
  }

  .services-left_block {
    border-right-style: none;
    width: 100%;
  }

  .services-right_block, .services-line {
    display: none;
  }

  .c-contact_inner {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-header {
    margin-bottom: 60px;
  }

  .contact-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .contact-block {
    padding: 24px 50px 24px 24px;
  }

  .contact-button {
    font-size: 18px;
  }

  .contact-block_heading {
    font-size: 28px;
  }

  .contact-form_block {
    padding: 60px 30px;
  }

  .c-form_field {
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(43.5vw, 1fr));
    margin-bottom: 30px;
  }

  .contact-form_heading {
    font-size: 36px;
  }

  .c-nav_hambruger {
    width: 74px;
    font-size: 16px;
  }

  .values-arrow_icon {
    width: 14px;
    height: 14px;
  }

  .country-dropdown_toggle {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .services-number_wrapper, .uc-mobile-hide {
    display: none;
  }

  .overflow-hidden {
    padding-right: 30px;
  }

  .info-arrow_wrapper {
    grid-column-gap: 12px;
    top: 110px;
    left: 30px;
    right: auto;
  }

  .info-arrow {
    width: 30px;
    height: 30px;
  }

  .c-career_inner {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .career-content {
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
  }

  .career-img {
    width: 100%;
  }

  .career-bullet {
    width: 44px;
    height: 44px;
  }

  .career-bullet_inner {
    width: 24px;
    height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-bottom_block {
    height: 114px;
  }

  .c-media_inner {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .media-header {
    margin-bottom: 60px;
  }

  .media-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .media-block_text, .media-block_overlay {
    opacity: 1;
  }

  .c-news_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-header {
    margin-bottom: 60px;
  }

  .news-wrapper {
    width: 100%;
  }

  .news-filter_wrapper {
    display: none;
  }

  .news-block_wrapper {
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(44vw, 1fr));
  }

  .news-block {
    border-radius: 20px;
  }

  .news-img_inner {
    filter: none;
  }

  .news-title {
    font-size: 20px;
  }

  .blog-slide_overlay {
    opacity: 1;
  }

  .news-img_block {
    border-radius: 20px;
  }

  .blog-arrow_wrapper {
    position: static;
  }

  .blog-arrow {
    width: 30px;
    height: 30px;
  }

  .blog-arrow_icon {
    width: 14px;
    height: 14px;
  }

  .c-legal_inner {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .legal-header {
    margin-bottom: 60px;
  }

  .legal-toc {
    display: none;
  }

  .legal-content_text {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .legal-content_text h2 {
    font-size: 20px;
  }

  .legal-content_text p, .legal-content_text li {
    margin-bottom: 10px;
  }

  .news-pagination {
    grid-column-gap: 20px;
  }

  .pagination_no {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .career-position {
    flex-flow: column;
    margin-bottom: 120px;
  }

  .career-location_filter {
    width: 100%;
    margin-bottom: 30px;
  }

  .location-filter_toggle {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .location-filter_inner {
    font-size: 14px;
  }

  .location-filter_link {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .search-input {
    font-size: 14px;
  }

  .career-role_title {
    font-size: 28px;
  }

  .team-container {
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(42.5vw, 1fr));
  }
}

@media screen and (max-width: 479px) {
  body, p {
    font-size: 16px;
  }

  .c-hero {
    height: 90vh;
  }

  .c-nav_inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-nav_links {
    width: 200px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    right: 6vw;
  }

  .nav-link {
    font-size: 16px;
  }

  .c-button {
    font-size: 14px;
  }

  .c-button.cc-nav {
    font-size: 16px;
  }

  .hero-content {
    justify-content: flex-end;
    padding: 120px 6vw 130px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .h3 {
    font-size: 28px;
  }

  .info-header {
    padding: 40px 6vw;
  }

  .info-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6vw;
  }

  .about-header {
    padding: 40px 6vw;
  }

  .about-header_text {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .about-stats_block {
    grid-row-gap: 40px;
    padding: 24px 6vw;
  }

  .stats-number_flex, .stats-number {
    font-size: 60px;
  }

  .c-testimonials_inner {
    padding: 40px 6vw;
  }

  .solutions-grid {
    padding-top: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .solutions-grid.cc-small {
    padding-bottom: 230px;
  }

  .solutions-grid_content, .solutions-grid_content.cc-small {
    width: auto;
  }

  .solutions-grid_illustration.cc-two, .solutions-grid_illustration.cc-three {
    width: 180px;
  }

  .nav-dropdown_toggle {
    font-size: 16px;
  }

  .country-flag {
    font-size: 14px;
  }

  .info-card {
    width: 90vw;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-services_flex {
    grid-row-gap: 14px;
  }

  .c-solutions_inner {
    padding: 40px 6vw;
  }

  .c-brand_inner {
    padding: 40px 6vw;
    overflow: hidden;
  }

  .c-blog_inner {
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .c-blog_inner.cc-solutions {
    padding-bottom: 40px;
  }

  .blog-header {
    grid-row-gap: 12px;
  }

  .blog-slide {
    min-height: 424px;
  }

  .blog-slide_img {
    border-radius: 10px;
  }

  .blog-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .c-newsletter_inner {
    padding: 40px 6vw;
  }

  .newsletter-heading {
    margin-bottom: 20px;
  }

  .c-footer_inner {
    padding: 48px 6vw;
  }

  .footer-top_block {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .footer-legal_block {
    margin-top: 40px;
  }

  .blog-swiper {
    padding-right: 6vw;
  }

  .c-hero_inner {
    padding: 130px 6vw 40px;
  }

  .c-hero_inner.cc-solutions {
    padding-bottom: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .about-hero_text {
    font-size: 24px;
  }

  .c-profile_inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .profile-left-block {
    grid-row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .profile-text_wrapper {
    margin-bottom: 50px;
  }

  .profile-accordion-wrapper {
    grid-row-gap: 32px;
  }

  .profile-accordion_block {
    grid-row-gap: 12px;
  }

  .location-img_wrapper {
    width: 100%;
  }

  .location-text_wrapper {
    padding: 40px 6vw;
  }

  .c-values_inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6vw;
  }

  .values-slider {
    padding-right: 6vw;
  }

  .values-slide {
    width: 90%;
  }

  .values-icon {
    width: 50px;
    height: 62px;
  }

  .values-arrow_wrapper {
    top: 90px;
    left: 6vw;
  }

  .c-team_inner {
    padding: 40px 6vw;
  }

  .team-block {
    padding-top: 20px;
  }

  .team-name {
    font-size: 18px;
  }

  .country-name {
    display: none;
  }

  .c-cta.cc-media, .cta-block_inner, .c-services_inner {
    padding: 40px 6vw;
  }

  .c-tab_menu {
    padding: 8px;
  }

  .c-tab_link {
    padding: 10px;
    font-size: 14px;
  }

  .c-tab_link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-tab_content {
    margin-top: 40px;
  }

  .services-block {
    min-height: 424px;
  }

  .c-contact_inner {
    padding: 130px 6vw 40px;
  }

  .contact-header {
    margin-bottom: 40px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .contact-block {
    grid-row-gap: 22px;
    border-radius: 10px;
    padding-right: 30px;
  }

  .contact-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 0;
  }

  .contact-form_block {
    padding: 40px 6vw;
  }

  .c-form_field {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .contact-form_heading {
    font-size: 28px;
  }

  .c-nav_hambruger {
    width: 68px;
    font-size: 14px;
  }

  .dropdown-icon {
    width: 14px;
    height: 14px;
  }

  .dropdown-grid_wrapper {
    max-width: 140px;
  }

  .dropdown-text_wrapper {
    font-size: 14px;
  }

  .country-code {
    display: block;
  }

  .overflow-hidden {
    padding-right: 6vw;
  }

  .info-arrow_wrapper {
    top: 90px;
    left: 6vw;
  }

  .c-career_inner {
    padding: 130px 6vw 40px;
  }

  .career-header, .career-content {
    margin-bottom: 40px;
  }

  .career-bullet {
    width: 38px;
    height: 38px;
  }

  .career-bullet_inner {
    width: 22px;
    height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-bottom_block {
    height: 72px;
  }

  .c-media_inner {
    padding: 130px 6vw 40px;
  }

  .media-header {
    margin-bottom: 40px;
  }

  .media-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .media-block {
    min-height: 360px;
    max-height: 360px;
  }

  .media-block_text {
    bottom: 30px;
    left: 24px;
  }

  .c-news_inner {
    padding-top: 130px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .news-header {
    margin-bottom: 40px;
  }

  .news-block_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
  }

  .news-block {
    min-height: 424px;
  }

  .news-img_inner, .news-img_block {
    border-radius: 10px;
  }

  .c-legal_inner {
    padding: 130px 6vw 40px;
  }

  .legal-header {
    margin-bottom: 40px;
  }

  .pagination_no {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .career-position {
    margin-bottom: 80px;
  }

  .location-filter_toggle {
    height: 52px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .location-filter_icon {
    width: 16px;
    height: 16px;
  }

  .location-filter_link {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .career-role_block {
    padding: 20px;
  }

  .career-role_title {
    font-size: 24px;
  }

  .career-role_flex {
    flex-flow: column;
  }

  .nav-logo_text {
    width: 66px;
  }
}

#w-node-f8da8900-693d-d333-06a6-6c2eec3f1f8f-0926e9da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e49967d1-5af0-1895-55a9-0df6b7e24208-0926e9da, #w-node-f888c642-8841-f3cb-e380-3d923166e76f-0926e9da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_132543c5-43cb-5f2a-dfdf-e10f5e9a86de-bee1f17a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_06b481e4-da52-f713-c68f-695e24e34044-bee1f17a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-beffa2db-d8d1-7c89-b7af-af6d4e2eec70-bee1f17a, #w-node-_6cfcc123-e6f6-108c-48cd-c1c661e75c26-bee1f17a, #w-node-_84fd2c3a-5892-5c1b-eb54-77504774cfe0-bee1f17a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_487e4466-ed55-3d94-2b2d-1697ed6239a8-bee1f17a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5c8a5ac0-c66c-c66c-da92-3e56e572e393-3cab9cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e49967d1-5af0-1895-55a9-0df6b7e24208-0926e9da, #w-node-f888c642-8841-f3cb-e380-3d923166e76f-0926e9da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b1241ef-dfda-d90b-bac8-57754bf8623f-bee1f17a, #w-node-_2d4a9d46-2604-aec3-973a-318c17b5b85e-bee1f17a, #w-node-b4cff463-e348-7346-d331-7bae7f6df66f-bee1f17a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_132543c5-43cb-5f2a-dfdf-e10f5e9a86de-bee1f17a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_84fd2c3a-5892-5c1b-eb54-77504774cfe0-bee1f17a {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b1241ef-dfda-d90b-bac8-57754bf8623f-bee1f17a, #w-node-_2d4a9d46-2604-aec3-973a-318c17b5b85e-bee1f17a, #w-node-b4cff463-e348-7346-d331-7bae7f6df66f-bee1f17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_132543c5-43cb-5f2a-dfdf-e10f5e9a86de-bee1f17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-beffa2db-d8d1-7c89-b7af-af6d4e2eec70-bee1f17a, #w-node-_6cfcc123-e6f6-108c-48cd-c1c661e75c26-bee1f17a, #w-node-_84fd2c3a-5892-5c1b-eb54-77504774cfe0-bee1f17a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}