:root {
  --dark: #182e4c;
  --primary: #4ab16a;
  --white: white;
  --black: #182e4c;
  --navy: #182e4c;
  --site-background: #f9f9f9;
  --dark-secondary: #161e2d;
}

body {
  color: var(--dark);
  background-color: #eee;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  color: var(--dark);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 75px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: rgba(16, 24, 38, .7);
  margin-bottom: 25px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.container {
  width: 1170px;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
}

.container.team {
  display: flex;
}

.container.follow-us {
  margin-bottom: 60px;
}

.column {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
  overflow: visible;
}

.column.showmissions {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.column.expertise-title {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.column.expertise-detail {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.title-section {
  padding-bottom: 0;
}

.section.call-to-action {
  text-align: center;
  padding-bottom: 100px;
}

.section.background-white {
  background-color: #fff;
  padding-top: 100px;
}

.section.service-section {
  padding-top: 0;
  padding-bottom: 75px;
}

.section.inner-section {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.section.inner-section.values {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner-section.white {
  display: none;
}

.section.no-space-top {
  padding-top: 0;
}

.text-link-large {
  color: var(--primary);
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.text-link-large:hover {
  opacity: .5;
}

.navigation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navigation.dark {
  background-color: var(--black);
  display: block;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.logo {
  height: 63px;
}

.navbar-link {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-right: 50px;
  padding: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: opacity .2s;
  display: inline-block;
}

.navbar-link:hover {
  opacity: 1;
  color: var(--dark);
}

.navbar-link.w--current {
  opacity: 1;
  color: var(--dark);
  font-family: HelveticaNeue, sans-serif;
}

.navbar-link.footer-navbar-link {
  color: #fff;
  margin-right: 5px;
  font-family: HelveticaNeue, sans-serif;
  line-height: 20px;
  text-decoration: none;
}

.navbar-link.footer-navbar-link.navbar-link-last {
  margin-right: 0;
}

.navbar-link.dark, .navbar-link.dark.w--current {
  color: var(--white);
}

.navbar-link.language-container {
  opacity: 1;
  margin-top: auto;
  display: inline-block;
}

.navbar-link.lang {
  margin-right: 0;
}

.navbar-link.lang.line {
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-link.lang.weglot-link--active {
  opacity: 1;
  color: var(--black);
  text-decoration: underline;
}

.button {
  height: 50px;
  border: 2px solid var(--primary);
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 40px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  line-height: 48px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
}

.separator {
  width: 48px;
  height: 2px;
  background-color: var(--primary);
  margin-top: 20px;
  margin-bottom: 75px;
  display: inline-block;
}

.separator.blog-post-title-separator {
  margin-top: 50px;
  margin-bottom: 25px;
}

.separator.no-padding {
  margin-bottom: 20px;
}

.link-list {
  list-style-type: none;
}

.link-list.services-list {
  margin-bottom: 0;
  text-decoration: none;
}

.link-list.footer-navbar {
  margin-bottom: 20px;
}

.link-list.social-list {
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.link-list-item {
  margin-right: 12.5px;
  display: inline-block;
}

.link-list-item.link-liste-item-last {
  margin-right: 0;
}

.link-list-item.social-list-item {
  margin-right: 25px;
}

.footer {
  background-color: var(--navy);
  color: #fff;
  padding: 120px 4px 4px;
  position: relative;
  overflow: hidden;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  margin-bottom: 48px;
}

.footer-tagline {
  margin-bottom: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 51px;
}

.footer-third {
  width: 33.3333%;
  float: left;
  border: 4px none var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}

.footer-third-heading {
  opacity: .5;
  margin-bottom: 5px;
  margin-right: 0;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.footer-third-heading.social-link {
  margin-bottom: 0;
  margin-right: 20px;
}

.footer-third-text {
  opacity: .7;
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.column-fullwidth {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.image-feature {
  min-height: 550px;
  position: relative;
}

.image-feature.about-feature {
  background-image: url('../images/IMG_1169.JPG');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-feature.team-feature {
  background-image: url('../images/2019-RWC-retouched-v2.jpeg');
  background-position: 0%;
  background-size: cover;
}

.image-feature-panel {
  z-index: 101;
  max-width: 450px;
  background-color: #fff;
  padding: 38px 50px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.image-feature-panel.image-feature-panel-left {
  left: 50px;
  right: auto;
}

.text-link-uppercase {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s;
}

.text-link-uppercase:hover {
  opacity: .5;
}

.text-link-uppercase.linkedin {
  display: none;
}

.site-container {
  max-width: 1380px;
  background-color: var(--site-background);
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(16, 24, 38, .05);
}

.testimonial-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-arrow {
  opacity: .25;
  color: var(--dark);
  font-size: 16px;
  transition: opacity .2s;
  bottom: 0;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.slider-arrow-white {
  opacity: .8;
  color: #fff;
}

.slider-paging {
  opacity: 0;
}

.testimonial-slide {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 50%;
}

.blockquote-author {
  font-style: italic;
}

.footer-square {
  z-index: 0;
  width: 600px;
  height: 600px;
  opacity: .02;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: -350px;
  transform: rotate(90deg);
}

.footer-square.right {
  border-width: 2px;
  left: auto;
  right: -350px;
}

.footer-circle {
  z-index: 0;
  width: 600px;
  height: 600px;
  border: 2px solid var(--black);
  opacity: 1;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: -300px;
}

.section-heading {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.blog-post-snippet {
  min-height: 202px;
  margin-bottom: 75px;
  padding-left: 0;
  padding-right: 50px;
}

.blog-post-snippet-heading {
  margin-bottom: 13px;
  transition: opacity .2s;
  display: block;
}

.blog-post-snippet-heading:hover {
  opacity: .75;
}

.blog-container {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
}

.blog-post-meta-title {
  margin-right: 4px;
  display: inline-block;
}

.blog-post-meta {
  margin-bottom: 50px;
}

.blog-post-body {
  margin-bottom: 75px;
}

.blog-post-body blockquote {
  max-width: 90%;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: -75px;
  font-style: italic;
}

.blog-post-body h5 {
  margin-top: 50px;
  font-size: 16px;
  font-style: italic;
}

.blog-post-body figure {
  margin-bottom: 25px;
}

.blog-post-body h2 {
  letter-spacing: -.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.blog-post-body h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.blog-post-body h4 {
  letter-spacing: 0;
  margin-top: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.blog-post-body ul {
  color: rgba(16, 24, 38, .7);
  padding-left: 16px;
  list-style-type: disc;
  display: block;
  position: static;
  overflow: visible;
}

.blog-post-body ol {
  color: rgba(16, 24, 38, .7);
  padding-left: 16px;
  display: block;
  overflow: visible;
}

.blog-post-body li {
  padding-left: 8px;
}

.empty-state {
  border: 1px dashed var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 50px;
}

.page-title {
  color: var(--black);
  letter-spacing: -1px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.page-subtitle {
  margin-bottom: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.page-subtitle.margin {
  color: var(--dark);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-subtitle.margin.section-margin {
  margin-bottom: 60px;
}

.page-subtitle.legal {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.service {
  background-color: var(--white);
  background-image: url('../images/Frame-7.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 100px;
  padding: 50px;
  overflow: hidden;
}

.service.strat {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Frame-7.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.service.strat.black {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8)), url('../images/Frame-10.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.service.client {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Frame-6.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.service.client.black {
  background-color: var(--black);
  color: #fff;
  background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8)), url('../images/Frame-11.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.service.culture {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Frame-9.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
  background-attachment: scroll, scroll;
}

.service.culture.black {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8)), url('../images/Frame-13.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
  background-attachment: scroll, scroll;
}

.service.project {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/Frame-8.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.service.project.black {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8)), url('../images/Frame-12.svg');
  background-position: 0 0, 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100px;
}

.team-member {
  min-height: 500px;
  flex: 1;
  margin-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.team-member.hidden {
  display: none;
}

.team-member.last {
  max-width: 50%;
  flex: 0 auto;
  display: block;
}

.team-member-title {
  width: 90%;
  background-color: #fff;
  margin-left: 5%;
  margin-right: 5%;
  padding: 32px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.team-member-inner {
  position: relative;
}

.team-member-name {
  margin-bottom: 13px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 27px;
  line-height: 43px;
}

.team-member-position {
  margin-bottom: 13px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.team-member-section {
  margin-top: 50px;
  padding-bottom: 100px;
}

.team-member-phone {
  margin-bottom: 50px;
}

.link {
  color: var(--primary);
  margin-bottom: auto;
  display: block;
}

.contact-information {
  height: 100%;
  background-color: #fff;
  padding: 50px 50px 75px;
}

.contact-methods {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.text-input {
  height: 50px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  padding: 13px 25px 13px 13px;
  display: inline-block;
  position: static;
}

.text-input.textarea-input {
  height: auto;
  min-height: 125px;
}

.map {
  height: 100%;
  object-fit: fill;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.social-link {
  opacity: .5;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
}

.form-success {
  background-color: #38c88e;
  padding: 100px 25px;
}

.form-success-text {
  color: #fff;
  font-weight: 600;
}

.blockquote-large {
  margin-top: 0;
  font-size: 36px;
  font-style: italic;
  line-height: 44px;
}

.team-member-heading {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.blog-post-snippet-excerpt {
  min-height: 50px;
  margin-bottom: 12.5px;
}

.back-to-top {
  z-index: 3;
  opacity: 0;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  right: 0;
}

.back-to-top-button {
  width: 50px;
  height: 50px;
  border: 2px none var(--site-background);
  background-color: var(--dark);
  opacity: .5;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 46px;
  transition: opacity .2s, transform .2s;
}

.back-to-top-button:hover {
  opacity: 1;
  transform: translate(0, -5px);
}

.down-arrow {
  max-height: 10px;
}

.image-slider {
  min-height: 600px;
}

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

.metrics {
  background-color: #fff;
  border: 1px solid rgba(16, 24, 38, .07);
  padding: 0;
}

.metrics-list {
  margin-bottom: 0;
}

.metrics-list-item {
  border-bottom: 1px solid rgba(16, 24, 38, .07);
  margin-bottom: 0;
  padding: 25px;
  list-style-type: none;
  overflow: hidden;
}

.metric-title {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  line-height: 75px;
}

.metric-description {
  width: 40%;
  float: right;
  margin-top: 12.5px;
}

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

.utility-page-content {
  width: 50%;
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  display: block;
}

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

.password-page-heading {
  margin-top: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

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

.div-block {
  flex-direction: row;
  display: flex;
}

.heading {
  color: rgba(24, 46, 76, .6);
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.column-2 {
  text-align: right;
  display: block;
}

.columns {
  text-align: justify;
  display: block;
}

.column-3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  opacity: .5;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.heading-2.align-right {
  text-align: right;
}

.heading-2.align-right.mission-title {
  width: 90%;
  opacity: .5;
  text-align: left;
}

.section-title {
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph {
  color: rgba(24, 46, 76, .6);
  font-family: HelveticaNeue, sans-serif;
}

.heading-3 {
  font-family: HelveticaNeue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

.background-video {
  z-index: 90;
  max-height: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.mission-detail {
  width: 90%;
  opacity: .5;
  text-align: left;
  object-position: 100% 50%;
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.clock {
  color: var(--dark);
  margin-bottom: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
}

.column-4-line {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.column-5 {
  padding-left: 0;
}

.time {
  color: var(--dark);
  flex: 0 auto;
  font-weight: 400;
}

.time.smaller {
  margin-bottom: 0;
  font-size: 16px;
}

.time.right {
  text-align: right;
  margin-bottom: auto;
  font-size: 32px;
  line-height: 38px;
}

.time.big {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.city {
  color: var(--dark);
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.city.smaller {
  margin-bottom: 0;
  font-size: 16px;
}

.city.big {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.heading-4 {
  text-align: left;
  margin-bottom: auto;
  font-family: HelveticaNeue, sans-serif;
  line-height: 20px;
}

.heading-5 {
  font-family: HelveticaNeue, sans-serif;
}

.heading-5.contact-prop {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
}

.heading-6 {
  text-align: left;
  flex-direction: row;
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.heading-7 {
  flex: none;
  font-family: HelveticaNeue, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 43px;
}

.heading-7.expertise-title {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.heading-8 {
  font-family: HelveticaNeue, sans-serif;
}

.paragraph-2 {
  flex: 0 auto;
  font-family: HelveticaNeue, sans-serif;
}

.paragraph-2.expertise-subtitle {
  opacity: .5;
  margin-bottom: 0;
}

.paragraph-2.expertise-subtitle.black {
  opacity: 1;
  color: rgba(255, 255, 255, .8);
  text-align: left;
  flex: 1;
}

.columns-2 {
  height: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-6 {
  text-align: right;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 0;
  display: block;
}

.columns-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.team-profile {
  max-height: 1424px;
}

.team-profile.forcewidth {
  width: 1424px;
}

.rich-text-block {
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-9 {
  font-family: HelveticaNeue Condensed, sans-serif;
  font-size: 40.5px;
  font-weight: 500;
  line-height: 65px;
}

.heading-10 {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  font-family: HelveticaNeue, sans-serif;
}

.phone {
  color: rgba(16, 24, 38, .7);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.phone.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.heading-11, .heading-12 {
  font-family: HelveticaNeue, sans-serif;
}

.heading-12.address {
  margin-bottom: 40px;
}

.heading-13, .link-2 {
  font-family: HelveticaNeue, sans-serif;
}

.columns-4 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-4.contact {
  margin-bottom: 100px;
}

.columns-5 {
  display: flex;
}

.div-block-2 {
  display: block;
}

.div-block-2.horizontal-clock {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.column-7 {
  flex-direction: column;
  display: block;
}

.column-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.columns-6 {
  margin-bottom: 40px;
  display: block;
}

.keyword-emphasis {
  color: var(--navy);
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-14 {
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.footer-one-third {
  width: 20%;
  float: left;
  border: 4px none var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.footer-two-third {
  width: 40%;
  float: left;
  border: 4px none var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.pin {
  color: rgba(16, 24, 38, .7);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.pin.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.header-visual {
  z-index: 0;
  width: 300px;
  height: 500px;
  border: 2px none var(--black);
  opacity: 1;
  background-image: url('../images/QantaraDA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 100%;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: -200px;
  overflow: visible;
}

.header-visual.smaller {
  width: 250px;
  height: 250px;
}

.header-visual._2 {
  width: 275px;
  height: 275px;
  top: auto;
  right: -300px;
}

.expertise-square {
  z-index: 0;
  width: 600px;
  height: 1px;
  border: 1.5px solid var(--primary);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-clip: border-box;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 25%;
  right: auto;
  overflow: visible;
  transform: rotateX(-14deg)rotateY(180deg)rotateZ(123deg);
}

.expertise-square.right {
  left: auto;
  right: -350px;
}

.lottie-animation {
  background-color: #000;
}

.qantaravp {
  width: 300px;
  position: absolute;
  right: auto;
  overflow: visible;
}

.qantara-shapes {
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.value-prop-columns {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
  margin-right: 50px;
  display: flex;
}

.column-valprop {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
  overflow: visible;
}

.column-valprop.showmissions {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.column-valprop.expertise-title {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.column-valprop.expertise-detail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-shape {
  opacity: 1;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
  overflow: visible;
}

.column-shape.showmissions {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.column-shape.expertise-title {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.column-shape.expertise-detail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-end;
  display: block;
  position: relative;
  left: 0%;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.background-video-full {
  z-index: 999;
  max-height: 100%;
  min-height: 550px;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.clock-line {
  color: var(--dark);
  flex-direction: column;
  margin-bottom: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 18px;
  display: flex;
}

.div-block-5 {
  padding-left: 12.5px;
}

.smaller {
  opacity: .75;
}

.text-block {
  font-family: HelveticaNeue, sans-serif;
}

.notfound {
  max-width: 20vh;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}

.text-block-2 {
  display: inline-block;
}

.body {
  font-family: HelveticaNeue, sans-serif;
}

.spaccing-bottom {
  margin-bottom: 100px;
}

.cookie {
  z-index: 99999;
  position: relative;
}

.card-cookie {
  z-index: 99;
  max-width: 640px;
  background-color: #fff;
  border-radius: 0;
  padding: 32px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 2%;
  right: auto;
  box-shadow: 65px 65px 190px -32px rgba(6, 18, 55, .08);
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-modal {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.modal-button-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-round-light-blue {
  color: var(--dark-secondary);
  background-color: #f5f9ff;
  border: 2px solid #f5f9ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-light-blue:hover {
  opacity: .5;
  color: var(--dark);
  background-color: #fff;
}

.button-round-blue {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-round-blue:hover {
  color: var(--primary);
  background-color: #fff;
}

.card-close-link {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 68px;
  }

  h2 {
    font-size: 48px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }

  h4 {
    letter-spacing: 0;
    font-family: Nunito Sans, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }

  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .container {
    width: 95%;
  }

  .column.expertise-title {
    flex: 1;
  }

  .section.title-section {
    padding-top: 25px;
  }

  .section.call-to-action {
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .section.background-white {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .section.service-section {
    padding-bottom: 50px;
  }

  .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-link {
    margin-right: 25px;
  }

  .separator {
    margin-bottom: 50px;
  }

  .link-list.footer-navbar {
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-third {
    width: 100%;
  }

  .image-feature.about-feature {
    min-height: 400px;
  }

  .image-feature.team-feature {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-feature-panel.image-feature-panel-left {
    margin-top: 0;
  }

  .site-container {
    width: 100%;
    max-width: none;
  }

  .footer-square, .footer-circle {
    opacity: 0;
  }

  .blog-post-snippet {
    margin-bottom: 50px;
    padding-right: 25px;
  }

  .blog-container {
    width: 600px;
  }

  .blog-post-body blockquote {
    margin-left: 0;
  }

  .page-title {
    letter-spacing: -1px;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-bottom: 0;
    line-height: 32px;
  }

  .page-subtitle.margin {
    line-height: 32px;
  }

  .service {
    padding: 50px;
  }

  .service.strat.black {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-10.svg');
    background-size: auto, 80px;
  }

  .service.client.black {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-11.svg');
    background-size: auto, 80px;
  }

  .service.culture.black {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-13.svg');
    background-size: auto, 80px;
  }

  .service.project.black {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-12.svg');
    background-size: auto, 80px;
  }

  .team-member {
    width: 50%;
    min-height: 0;
    min-width: 0;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    bottom: 0;
  }

  .image-slider {
    min-height: 450px;
  }

  .metric-title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 64px;
    line-height: 69px;
  }

  .metric-description {
    width: 100%;
    text-align: center;
  }

  .utility-page-content {
    justify-content: center;
    align-self: center;
  }

  .heading {
    font-weight: 400;
  }

  .column-4-line {
    flex-direction: row;
  }

  .time.right {
    font-size: 21px;
    line-height: 32px;
  }

  .heading-6 {
    font-weight: 400;
  }

  .heading-7.expertise-title {
    padding-left: 0;
  }

  .heading-9 {
    font-family: HelveticaNeue Condensed, sans-serif;
  }

  .footer-one-third, .footer-two-third {
    width: 100%;
  }

  .div-block-3 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-visual, .expertise-square {
    opacity: 0;
  }

  .value-prop-columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-valprop {
    align-self: flex-start;
  }

  .column-shape {
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    display: none;
    position: relative;
  }

  .text-block {
    font-family: HelveticaNeue, sans-serif;
  }

  .notfound {
    max-width: 25%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: none;
    transform-origin: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);
  }

  .card-cookie {
    max-width: 90%;
    left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .column.showmissions {
    align-items: flex-start;
    margin-top: 20px;
  }

  .navbar-link.footer-navbar-link {
    margin-right: auto;
  }

  .navbar-link.language-container {
    display: block;
  }

  .button {
    display: none;
  }

  .button.nav-button {
    float: left;
    text-align: center;
    margin-top: 13px;
    display: inline-block;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 24px;
    padding: 24px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-toggle {
    color: var(--dark);
  }

  .link-list-item.footer-link-list-item {
    list-style-type: none;
  }

  .text-link-uppercase.linkedin {
    display: block;
  }

  .blog-container {
    width: 500px;
    max-width: 100%;
  }

  .service.strat.black {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-10.svg');
    background-position: 0 0, 4%;
  }

  .image-slider {
    min-height: 300px;
  }

  .metrics-list-item {
    width: 50%;
    border-bottom-style: none;
    display: inline-block;
  }

  .metric-title {
    margin-bottom: 12.5px;
    font-size: 48px;
    line-height: 50px;
  }

  .column-2 {
    text-align: left;
    padding-left: 0;
  }

  .clock {
    display: flex;
  }

  .heading-7.expertise-title {
    padding-left: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .columns-2 {
    flex-direction: row;
  }

  .clock-line {
    display: flex;
  }

  .card-cookie {
    left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  blockquote {
    margin-bottom: 25px;
    font-size: 21px;
    font-style: italic;
    line-height: 25px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .container.team {
    flex-direction: column;
  }

  .container.with-image {
    padding-left: 0;
    padding-right: 0;
  }

  .container.follow-us {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .column {
    flex: 1;
    align-self: flex-start;
    display: block;
  }

  .column.showmissions {
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .column.expertise-title {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column.expertise-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.call-to-action {
    padding-bottom: 50px;
  }

  .section.background-white {
    padding-top: 0;
  }

  .section.inner-section {
    padding-bottom: 12.5px;
  }

  .section.inner-section.colloborators {
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-link-large {
    border-bottom-width: 1px;
    font-size: 16px;
    line-height: 30px;
  }

  .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-link {
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 10px;
  }

  .navbar-link.footer-navbar-link {
    margin-right: 0;
  }

  .navbar-link.language-container {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .navbar-link.lang.weglot-link--active {
    color: var(--dark);
  }

  .button {
    text-align: left;
    display: none;
  }

  .button.nav-button {
    float: left;
  }

  .button.service-button {
    margin-bottom: 25px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 38, .1);
    margin-top: 24px;
    padding: 24px;
  }

  .menu-button {
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border .2s, background-color .2s;
  }

  .menu-button.w--open {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 38, .1);
  }

  .nav-toggle {
    color: var(--dark);
  }

  .separator {
    margin-bottom: 25px;
  }

  .separator.blog-post-title-separator {
    margin-top: 25px;
  }

  .separator.no-padding {
    align-self: center;
    display: none;
  }

  .link-list.footer-navbar {
    margin-bottom: 60px;
  }

  .link-list-item {
    line-height: 21px;
  }

  .link-list-item.footer-link-list-item {
    margin-bottom: 12.5px;
    margin-right: 0;
    display: block;
  }

  .footer {
    padding-top: 75px;
  }

  .footer-tagline {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 40px;
    display: block;
  }

  .footer-third {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-third-heading {
    margin-right: 12.5px;
  }

  .column-fullwidth, .column-fullwidth.with-image {
    padding-left: 0;
    padding-right: 0;
  }

  .column-fullwidth.news {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-feature.team-feature {
    min-height: 600px;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .image-feature-panel {
    width: 100%;
    max-width: 100%;
    padding: 25px 12.5px;
    position: static;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }

  .image-feature-panel.image-feature-panel-left {
    position: static;
    top: auto;
    left: 5%;
    right: 5%;
  }

  .testimonial-slider {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }

  .slider-paging {
    display: none;
  }

  .testimonial-slide {
    max-width: 90%;
    padding: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .blockquote-author {
    font-size: 12px;
  }

  .footer-square, .footer-circle {
    display: none;
  }

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

  .blog-post-snippet {
    min-height: 0;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .blog-post-snippet-heading {
    min-height: 0;
  }

  .blog-container {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .blog-post-meta {
    margin-bottom: 50px;
  }

  .blog-post-body {
    margin-bottom: 25px;
  }

  .blog-post-body blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .block-quote {
    font-size: 21px;
    line-height: 32px;
  }

  .page-title {
    letter-spacing: 0;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .page-subtitle.margin {
    line-height: 25px;
  }

  .page-subtitle.legal {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .service {
    height: 100%;
    padding: 25px;
  }

  .service.strat.black {
    background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service.client.black {
    background-image: url('../images/Frame-11.svg');
    background-position: 3%;
  }

  .service.culture.black {
    background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .service.project.black {
    background-image: linear-gradient(rgba(24, 46, 76, .8), rgba(24, 46, 76, .8));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .team-member {
    width: 100%;
  }

  .team-member.last {
    max-width: 100%;
    align-self: auto;
    display: block;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 25px;
    position: relative;
    bottom: 0;
  }

  .team-member-inner {
    display: block;
  }

  .team-member-name {
    margin-bottom: 0;
  }

  .contact-information {
    margin-bottom: 25px;
    padding: 25px 25px 50px;
  }

  .contact-methods {
    margin-top: 25px;
  }

  .map {
    height: 50vh;
    min-height: 200px;
    margin-bottom: 50px;
  }

  .blockquote-large {
    font-size: 21px;
    line-height: 32px;
  }

  .team-member-heading {
    letter-spacing: -.5px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 35px;
  }

  .blog-post-snippet-excerpt {
    min-height: auto;
    margin-bottom: 12.5px;
  }

  .image-slider {
    max-height: 180px;
    min-height: 0;
  }

  .metrics-list-item {
    width: 100%;
    border-bottom-style: solid;
    display: block;
  }

  .utility-page-content {
    align-self: center;
  }

  .heading {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
  }

  .column-3 {
    text-align: left;
  }

  .heading-2.align-right.mission-title {
    opacity: .5;
    text-align: left;
    margin-top: 60px;
    display: block;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 32px;
    display: block;
  }

  .background-video {
    min-height: 400px;
    position: static;
  }

  .mission-detail {
    width: 100%;
    opacity: .5;
    font-size: 16px;
    line-height: 25px;
  }

  .clock {
    text-align: right;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .column-4-line {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .time {
    font-weight: 400;
  }

  .time.right {
    margin-bottom: auto;
    font-size: 21px;
    line-height: 32px;
  }

  .city {
    text-align: right;
  }

  .heading-4 {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
  }

  .heading-5.contact-prop {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }

  .heading-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .heading-7.expertise-title {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-2.expertise-subtitle.black {
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
  }

  .column-6 {
    text-align: center;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-9 {
    font-size: 27px;
    line-height: 36px;
  }

  .phone {
    color: var(--dark);
    margin-top: 0;
  }

  .columns-4.contact {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-2.horizontal-clock {
    margin-top: 0;
    margin-bottom: auto;
    margin-right: auto;
  }

  .column-9 {
    display: none;
  }

  .heading-14 {
    margin-bottom: 10px;
  }

  .footer-one-third, .footer-two-third {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pin {
    color: var(--dark);
    margin-top: 0;
  }

  .columns-7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .column-10 {
    text-align: left;
  }

  .columns-8 {
    display: flex;
  }

  .header-visual, .expertise-square {
    display: none;
  }

  .value-prop-columns {
    margin-bottom: 60px;
  }

  .column-valprop {
    flex: 1;
    align-self: flex-start;
    display: block;
  }

  .column-valprop.showmissions {
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .column-valprop.expertise-title, .column-valprop.expertise-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .column-shape {
    flex: 1;
    align-self: flex-start;
    display: none;
  }

  .column-shape.showmissions {
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .column-shape.expertise-title, .column-shape.expertise-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-full {
    min-height: 400px;
    background-image: url('../images/QDBanner1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 60px;
    position: relative;
  }

  .clock-line {
    text-align: right;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .notfound {
    max-width: 10vh;
  }

  .card-cookie {
    left: 4%;
  }

  .modal-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-round-light-blue {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-round-blue {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Italic-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-MediumItalic-12.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-BoldItalic-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBold-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBlack-10.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}