:root {
  --black: #111;
  --blue: #1e44c9;
  --white: #fdfdfd;
  --grey: #a4a4a4;
  --light-grey: #ededed;
  --orange: #f09102;
  --white-2: white;
  --black-2: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Involve, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  width: 100%;
  padding-top: 60rem;
  padding-bottom: 60rem;
}

.section.blue-section {
  background-color: var(--blue);
  color: var(--white);
}

.section.footer-section {
  background-color: var(--black);
  color: var(--grey);
  padding-top: 40rem;
  padding-bottom: 0;
}

.section.main-hero-section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.contacts-section {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.section.team-section {
  padding-top: 100rem;
}

.section.no-paddings-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.agency-hero-section {
  color: var(--white);
  flex-flow: column;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.search-hero-section {
  min-height: 100vh;
  padding-top: 20rem;
}

.section.paddings-80-40 {
  padding-top: 80rem;
  padding-bottom: 40rem;
}

.section.policy-section {
  padding-top: 40rem;
}

.section.partners-section {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 20rem;
  padding-right: 20rem;
}

.container.footer-bottom-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.main-hero-container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.nav-container {
  flex-flow: column;
  height: 100vh;
  padding: 40rem;
  display: flex;
  overflow: auto;
}

.container.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

.container.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.agency-hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.add-container {
  padding-left: 0;
  padding-right: 0;
}

.page-wrap {
  width: 100%;
}

.nav-wrap {
  border-right: 1px solid rgba(54, 54, 54, .25);
  width: 25.3125%;
}

.main-wrap {
  width: 100%;
}

.page-content {
  width: 74.6875%;
}

.h2 {
  font-size: 48rem;
  line-height: 110%;
}

.h1 {
  font-size: 64rem;
  line-height: 110%;
}

.h3 {
  font-size: 24rem;
  line-height: 105%;
}

.h4 {
  font-size: 20rem;
  line-height: 105%;
}

.text-regular {
  text-transform: none;
  font-size: 16rem;
  line-height: 120%;
}

.text-regular.team-card-name {
  color: var(--blue);
  text-transform: uppercase;
}

.is-uppercase {
  text-transform: uppercase;
}

.caption {
  font-size: 12rem;
  line-height: 115%;
}

.caption.is-uppercase.lh-18 {
  line-height: 150%;
}

.caption.is-inline-text {
  display: inline;
}

.content-block {
  width: 100%;
}

.content-block.about-content-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40rem;
  display: flex;
}

.heading-wrap.center-mb-50 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50rem;
}

.heading-wrap.paddings-20 {
  padding: 20rem;
}

.heading-wrap.plr-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.heading-wrap.plr-20.mb-20 {
  margin-bottom: 20rem;
}

.heading-wrap.plr-20.search-main-heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-bottom: 60rem;
}

.heading-wrap.center-mb-40 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40rem;
}

.heading-wrap.mb-20 {
  margin-bottom: 20rem;
}

.heading-wrap.about-heading-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-bottom: 20rem;
}

.heading-wrap.mb-0 {
  margin-bottom: 0;
}

.is-grey {
  color: var(--grey);
}

.news-list-clw, .news-list-cl, .news-list-ci {
  width: 100%;
}

.news-list-card {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20rem 40rem 20rem 20rem;
  text-decoration: none;
  display: flex;
}

.news-list-ci-content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  max-width: 550rem;
  display: flex;
}

.news-info-row {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-info-row.post-info-row {
  z-index: 2;
  color: var(--white);
  position: absolute;
  top: auto;
  bottom: 20rem;
  left: 20rem;
  right: auto;
}

.news-info-row.mt-10 {
  margin-top: 10rem;
}

.news-ci-info-box.row-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-divider {
  background-color: var(--grey);
  flex: none;
  width: 5rem;
  height: 5rem;
  margin-left: 10rem;
  margin-right: 10rem;
}

.caption-divider.is-white-divider {
  background-color: var(--white);
}

.arrow-link {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  margin-left: 15rem;
  display: flex;
}

.arrow-link-icon {
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 24rem;
  display: flex;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.is-blue-bg {
  background-color: var(--blue);
}

.categories-clw {
  width: 100%;
}

.categories-cl {
  grid-column-gap: 40rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.categories-cli {
  grid-row-gap: 40rem;
  border-bottom: 1px solid rgba(237, 237, 237, .1);
  transition: all .3s;
}

.categories-cli:hover {
  border-bottom-color: var(--white);
}

.categories-card {
  color: rgba(253, 253, 253, .8);
  text-transform: uppercase;
  width: 100%;
  padding: 20rem;
  text-decoration: none;
  transition: all .3s;
}

.categories-card:hover, .is-white {
  color: var(--white);
}

.partnears-cl {
  grid-column-gap: 0px;
  grid-row-gap: 20rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.partner-card {
  border-right: 1px solid var(--light-grey);
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 200rem;
  padding: 20rem;
  text-decoration: none;
  display: flex;
}

.partners-clw, .partners-cli {
  width: 100%;
}

.partner-image-wrap {
  pointer-events: none;
  width: auto;
  height: 32rem;
}

.partner-info {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-image {
  width: auto;
  max-width: none;
  height: 100%;
}

.page-footer {
  width: 100%;
  max-width: 1600px;
}

.footer-grid {
  grid-column-gap: 50rem;
  grid-row-gap: 50rem;
  grid-template-rows: auto auto;
  grid-template-columns: 560rem 525rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 200rem;
  padding-right: 20rem;
  display: grid;
}

.footer-logo {
  width: 126rem;
}

.footer-featured {
  padding-right: 5rem;
}

.footer-right {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-right-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.footer-right-col.mob-gap-10 {
  font-style: normal;
}

.page-container {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-contain {
  width: 100%;
  max-width: none;
}

.footer-bottom-row {
  border-top: 1px solid #363636;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-bottom-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 16rem 22rem;
  transition: all .3s;
}

.button:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.button.white-bitton {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  width: 272rem;
}

.button.white-bitton:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.about-hero-bitton {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
}

.button.about-hero-bitton:hover {
  background-color: var(--orange);
  color: var(--white);
}

.footer-featured-top {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 30rem;
  display: flex;
}

.heading-38 {
  font-size: 38rem;
  line-height: 110%;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12rem;
  text-decoration: none;
}

.text-xs {
  font-size: 10rem;
  line-height: 150%;
}

.text-xs.is-text-link {
  color: var(--white);
  margin-left: 4rem;
  text-decoration: none;
  transition: all .3s;
}

.text-xs.is-text-link:hover {
  opacity: .8;
}

.footer-link-box {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-hero-clw {
  flex-flow: column;
  width: 50%;
  height: 100vh;
  display: flex;
}

.main-hero-cl {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.main-hero-cli {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.main-hero-cli.main-hero-left {
  border-right: 1px solid var(--light-grey);
}

.main-hero-cli.main-hero-right {
  border-top: 1px none var(--light-grey);
}

.main-hero-cli.main-hero-right:last-child {
  border-top-style: solid;
}

.main-hero-card {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero-card-content {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 40rem 20rem;
  display: flex;
  position: relative;
}

.hero-card-bottom {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.hero-card-top {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40rem;
  left: 20rem;
}

.subcat-link {
  background-color: var(--orange);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 28rem;
  padding: 5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.subcat-link:hover {
  background-color: var(--blue);
}

.image-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-block {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
}

.logo-img {
  flex: none;
  width: 70rem;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: 325rem;
  margin-bottom: 74.5rem;
  padding-left: 0;
  display: flex;
}

.brand-descriptor {
  border-left: 1px solid var(--orange);
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 10rem;
  padding-left: 10rem;
  display: flex;
}

.brand-descriptor.only-mob {
  display: none;
}

.nav-menu {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.nav-menu-inner {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-links-wrap {
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-links-box {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}

.nav-link.w--current {
  color: var(--black);
}

.nav-bottom {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  margin-top: 74.5rem;
  font-style: normal;
  display: flex;
}

.nav-contacts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-contact-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12rem;
  line-height: 150%;
  text-decoration: none;
}

.hidden {
  display: none;
}

.footer-marquee {
  background-color: var(--orange);
  pointer-events: none;
  color: var(--white);
  width: 100%;
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.ticker-wrapper {
  width: auto;
}

.marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 4380rem;
  display: flex;
}

.ticker-rail {
  justify-content: flex-start;
  align-items: center;
  width: 2190rem;
  display: flex;
}

.ticker-rail-item {
  grid-column-gap: 100rem;
  grid-row-gap: 100rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 100rem;
  display: flex;
}

.ticker-divider {
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
}

.hero-card-inner {
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.breadcrumbs {
  background-color: var(--blue);
  width: 100%;
  min-height: 38rem;
  padding: 10rem 20rem;
}

.breadcrumb-box {
  color: rgba(253, 253, 253, .8);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-box.is-white {
  color: var(--white);
}

.breadcrumb-box.is-link {
  color: var(--white);
  text-decoration: none;
}

.breadcrumbs-row {
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumbs-divider {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  margin-left: 5rem;
  margin-right: 5rem;
  display: flex;
}

.hero-image {
  width: 100%;
  height: 400rem;
  position: relative;
}

.other-links {
  text-align: center;
  width: 100%;
}

.oter-link {
  color: rgba(253, 253, 253, .8);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(237, 237, 237, .1);
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 20rem;
  text-decoration: none;
  transition: all .3s;
}

.oter-link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.categories-nav-clw {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.categories-nav-cl {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.categories-nav-link {
  color: var(--black);
  padding: 5rem;
  text-decoration: none;
  transition: all .3s;
}

.categories-nav-link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.categories-nav-link.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.news-clw {
  width: 100%;
}

.news-cl {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.news-cli {
  width: 100%;
}

.news-card {
  background-color: rgba(18, 9, 52, 0);
  border: 1px solid rgba(237, 237, 237, 0);
  justify-content: space-between;
  width: 100%;
  height: 254rem;
  padding: 20rem;
  transition: all .3s;
  display: flex;
}

.news-card:hover {
  border-color: var(--light-grey);
  background-color: rgba(18, 9, 52, .05);
}

.news-card.project-card {
  height: 340rem;
}

.news-card-image {
  width: 36.5297%;
  position: relative;
}

.news-card-content {
  flex-flow: column;
  justify-content: space-between;
  width: 60.73%;
  display: flex;
}

.news-card-top {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.news-card-top.gap-10 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.news-title-link {
  color: var(--black);
  text-decoration: none;
}

.news-card-bottom {
  grid-row-gap: 5rem;
  color: var(--grey);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-card-bottom.project-card-bottom {
  color: var(--black);
  justify-content: space-between;
}

.contacts-block {
  width: 100%;
}

.contacts-row {
  border-bottom: 1px solid var(--light-grey);
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20rem 40rem 20rem 20rem;
  text-decoration: none;
  display: flex;
}

.contact-link {
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
}

.post-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 30rem;
  display: flex;
}

.post-content.mt-40 {
  margin-top: 40rem;
}

.post-image {
  width: 425rem;
}

.post-body {
  width: 550rem;
}

.post-body.policy-body {
  width: 100%;
}

.post-body.media-post-body {
  margin-bottom: 20rem;
}

.rich-text-block {
  width: 100%;
}

.rich-text-block p {
  color: var(--grey);
  margin-bottom: 20rem;
}

.rich-text-block a {
  color: var(--grey);
  transition: all .3s;
}

.rich-text-block a:hover {
  color: var(--black);
}

.rich-text-block ol, .rich-text-block ul {
  color: var(--grey);
  margin-bottom: 20rem;
  padding-left: 30rem;
}

.rich-text-block blockquote {
  border-left-width: 5rem;
  border-left-color: var(--grey);
  margin-bottom: 20rem;
  padding: 10rem 0 10rem 20rem;
  font-size: 18rem;
  line-height: 120%;
}

.rich-text-block h2 {
  margin-bottom: 10rem;
  font-size: 48rem;
  line-height: 110%;
}

.rich-text-block h3 {
  text-transform: uppercase;
  margin-bottom: 10rem;
  font-size: 36rem;
  line-height: 115%;
}

.rich-text-block h4 {
  text-transform: uppercase;
  margin-bottom: 10rem;
  font-size: 24rem;
  line-height: 115%;
}

.rich-text-block h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10rem;
  font-size: 20rem;
  font-weight: 400;
  line-height: 120%;
}

.rich-text-block h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block h1 {
  margin-bottom: 40rem;
  font-size: 64rem;
  line-height: 110%;
}

.team-clw {
  width: 100%;
}

.team-cl {
  border-top: 1px solid var(--light-grey);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.team-cli {
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  width: 33.3333%;
}

.team-card {
  flex-flow: column;
  width: 100%;
  padding: 20rem;
  display: flex;
}

.team-card-image {
  width: 100%;
  height: 259rem;
  margin-bottom: 20rem;
}

.team-card-info {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.team-card-name-row {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-card-link {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12rem;
  line-height: 150%;
  transition: all .3s;
}

.team-card-link:hover {
  color: var(--grey);
}

.is-navy {
  color: var(--blue);
}

.body-upper {
  text-transform: uppercase;
  font-size: 12rem;
  line-height: 150%;
}

.history-cl {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.history-box {
  color: var(--light-grey);
  border: 1px solid rgba(253, 253, 253, .25);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20rem;
  display: flex;
}

.history-box-bottom {
  margin-top: 50rem;
}

.label {
  background-color: var(--orange);
  color: var(--white);
  padding: 5rem;
}

.features-block {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.feature-box {
  border-right: 1px solid var(--light-grey);
  flex-flow: column;
  justify-content: space-between;
  width: 33.3333%;
  min-height: 247rem;
  padding: 20rem;
  display: flex;
}

.feature-box.quarter-feature-box {
  width: 25%;
}

.feature-box-bottom {
  margin-top: 100rem;
}

.about-left {
  background-color: rgba(16, 16, 16, .02);
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.about-right {
  width: 50%;
}

.about-content {
  width: 100%;
}

.block-quote {
  padding-top: 20rem;
}

.about-links-bottom {
  width: 100%;
  display: flex;
}

.about-left-top {
  width: 100%;
  padding: 40rem 20rem 20rem;
}

.about-link-box {
  border-right: 1px solid var(--light-grey);
  background-color: var(--blue);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  min-height: 156rem;
  padding: 20rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.about-link-box:hover {
  background-color: var(--orange);
}

.about-link-top {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-link-bottom {
  color: var(--light-grey);
  width: 100%;
}

.arrow-icon2 {
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 24rem;
  display: flex;
}

.full-screen-block {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.agency-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agency-hero-content-wrap {
  flex-flow: column;
  flex: 1;
  padding: 20rem;
  display: flex;
}

.agency-hero-content {
  -webkit-backdrop-filter: blur(4rem);
  backdrop-filter: blur(4rem);
  background-color: rgba(255, 255, 255, .05);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 668rem;
  padding: 20rem;
  display: flex;
}

.agency-hero-bottom {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.filters-block {
  width: 100%;
  margin-bottom: 20rem;
  padding-left: 20rem;
  padding-right: 20rem;
}

.filters-form-block {
  width: 100%;
  margin-bottom: 0;
}

.filters-form-block.mt-10 {
  margin-top: 10rem;
}

.filters {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-field {
  background-color: var(--light-grey);
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  padding: 16rem 60rem 16rem 20rem;
}

.search-field::placeholder {
  color: var(--grey);
}

.email-none {
  display: none;
}

.filter-radio {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-radio:hover {
  background-color: var(--blue);
}

.filter-radio.w--redirected-checked {
  background-color: var(--orange);
}

.filter-radio.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.filter-radio.w--redirected-focus-visible {
  border-style: none;
}

.filter-radio-button {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 7rem 5rem 5rem;
  display: flex;
  position: relative;
}

.filter-radio-button.is-active {
  background-color: var(--orange);
}

.filter-radio-label {
  z-index: 2;
  pointer-events: none;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12rem;
  font-weight: 400;
  line-height: 115%;
  position: relative;
}

.filter-all {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 5rem;
  padding-bottom: 0;
  font-size: 12rem;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.empty-state {
  background-color: rgba(237, 237, 237, 0);
  padding: 0;
}

.empty-state.plr-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.empty-state-inner {
  background-color: var(--light-grey);
  padding: 20rem;
}

.news-title-wrap {
  color: var(--black);
  text-decoration: none;
}

.project-author {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pa-avatar {
  border-radius: 50%;
  width: 50rem;
  height: 50rem;
  margin-right: 10rem;
  overflow: hidden;
}

.project-link {
  background-color: var(--light-grey);
  color: var(--blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.project-link:hover {
  background-color: var(--orange);
  color: var(--white);
}

.project-link-icon {
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
}

.search-reset {
  justify-content: center;
  align-items: center;
  display: none;
}

.search-field-wrap {
  width: 100%;
  position: relative;
}

.search-icon {
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 24rem;
  display: flex;
}

.search-icon-wrap {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 50rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.search-icon-wrap.reset {
  display: none;
}

.search-empty {
  padding: 20rem;
}

.search-link {
  z-index: 2;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  display: flex;
  position: fixed;
  top: 60rem;
  bottom: auto;
  left: auto;
  right: 40rem;
  overflow: hidden;
}

.search-link.home-search-link {
  top: 40rem;
}

.history-clw {
  width: 100%;
}

.history-cli {
  width: 100%;
  display: flex;
}

.post-external-link {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-link-wrap {
  position: relative;
}

.tags-clw {
  width: 100%;
}

.tags-cl {
  grid-row-gap: 5rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.tag-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-link {
  color: var(--grey);
  text-decoration: none;
  transition: all .3s;
}

.tag-link:hover {
  color: var(--blue);
}

.link-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrap.ml-5 {
  margin-left: 5rem;
}

.link-underline {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline.is-white {
  background-color: var(--white);
}

.link-underline-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-block {
  width: 100%;
  margin-top: 40rem;
}

.media-gallery-clw {
  width: 100%;
}

.media-gallery-cl {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.media-lifhtbox {
  width: 100%;
  height: 300rem;
}

.hero-img-clw, .hero-img-cl, .hero-img-cli, .cms-hero-img {
  width: 100%;
}

.radio-label {
  margin-bottom: 0;
}

.media-icon {
  width: 16rem;
  height: 16rem;
}

.media-label {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 28rem;
  transition: all .3s;
  display: flex;
}

.media-label:hover {
  background-color: var(--blue);
}

.media-label-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-right-content {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.policy-rich-text-block {
  width: 100%;
}

.policy-rich-text-block p {
  color: var(--grey);
  margin-bottom: 20rem;
}

.policy-rich-text-block a {
  color: var(--grey);
  transition: all .3s;
}

.policy-rich-text-block a:hover {
  color: var(--black);
}

.policy-rich-text-block ol, .policy-rich-text-block ul {
  color: var(--grey);
  margin-bottom: 20rem;
  padding-left: 30rem;
}

.policy-rich-text-block blockquote {
  border-left-width: 5rem;
  border-left-color: var(--grey);
  margin-bottom: 20rem;
  padding: 10rem 0 10rem 20rem;
  font-size: 18rem;
  line-height: 120%;
}

.policy-rich-text-block h2 {
  margin-top: 30rem;
  margin-bottom: 20rem;
  font-size: 48rem;
  line-height: 110%;
}

.policy-rich-text-block h3 {
  text-transform: uppercase;
  margin-bottom: 10rem;
  font-size: 36rem;
  line-height: 115%;
}

.policy-rich-text-block h4 {
  text-transform: uppercase;
  margin-bottom: 10rem;
  font-size: 24rem;
  line-height: 115%;
}

.policy-rich-text-block h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10rem;
  font-size: 20rem;
  font-weight: 400;
  line-height: 120%;
}

.policy-rich-text-block h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 110%;
}

.policy-rich-text-block h1 {
  margin-bottom: 40rem;
  font-size: 64rem;
  line-height: 110%;
}

.info-clw, .info-cl, .info-cli, .partners-wrap {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container.nav-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 30rem 20rem;
  }

  .nav-wrap {
    z-index: 999;
    border-right-style: none;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .page-content {
    width: 100%;
  }

  .page-container {
    flex-flow: column;
  }

  .button.nav-button {
    font-size: 20rem;
  }

  .nav-block {
    position: static;
  }

  .navbar {
    background-color: var(--white);
    height: 100rem;
  }

  .brand {
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 0;
  }

  .nav-menu-inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 40rem 20rem;
    overflow: auto;
  }

  .nav-links-box.no-desktop {
    display: none;
  }

  .nav-link {
    font-size: 24rem;
    line-height: 120%;
  }

  .nav-bottom {
    margin-top: 40rem;
  }

  .nav-contacts {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    flex-flow: row;
  }

  .nav-contact-link {
    font-size: 18rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: rgba(200, 200, 200, 0);
  }

  .body-upper.is-grey.nav-title {
    font-size: 18rem;
  }

  .full-screen-block {
    height: 650rem;
  }

  .search-link {
    top: 160rem;
  }

  .search-link.home-search-link {
    top: 140rem;
  }

  .search-link.agency-search-link {
    top: 160rem;
  }

  .burger {
    width: 100%;
  }

  .burger-wrap {
    width: 40rem;
    height: 40rem;
  }
}

@media screen and (max-width: 479px) {
  .section.main-hero-section, .section.hero-section, .section.agency-hero-section {
    height: auto;
  }

  .container {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .container.footer-bottom-container {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .container.main-hero-container {
    flex-flow: column;
  }

  .container.nav-container {
    padding: 10rem 15rem;
  }

  .container.hero-container, .container.agency-hero-container {
    flex-flow: column;
  }

  .h2 {
    font-size: 30rem;
  }

  .h2.smaller-mob {
    font-size: 46rem;
  }

  .h1 {
    font-size: 30rem;
  }

  .h1.smaller-mob {
    font-size: 26rem;
  }

  .h1.big-on-mob {
    font-size: 40rem;
  }

  .content-block.about-content-block {
    flex-flow: column-reverse;
  }

  .heading-wrap.paddings-20, .heading-wrap.plr-20, .news-list-card {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .categories-cl {
    grid-template-columns: 1fr;
  }

  .categories-card {
    text-align: center;
  }

  .partnears-cl {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: auto;
    display: flex;
  }

  .partner-card {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .partners-clw {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .partners-cli {
    flex: none;
    width: 345rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 100rem;
    padding-right: 0;
  }

  .footer-featured {
    margin-bottom: 50rem;
    padding-right: 0;
  }

  .footer-right {
    grid-column-gap: 25rem;
    grid-row-gap: 25rem;
    grid-template-columns: 1fr;
    margin-top: 10rem;
  }

  .footer-right.mob-gar-10 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .footer-right-col {
    grid-column-gap: 25rem;
    grid-row-gap: 25rem;
    width: 100%;
  }

  .footer-right-col.mw-252 {
    max-width: 252rem;
  }

  .footer-right-col.mob-gap-10 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .footer-bottom-row {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .button.nav-button {
    font-size: 16rem;
  }

  .heading-38.is-white {
    font-size: 30rem;
  }

  .footer-link-box, .footer-links {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .main-hero-clw {
    width: 100%;
    height: auto;
  }

  .main-hero-cli.main-hero-left {
    border-bottom: 1px solid var(--light-grey);
    border-right-style: none;
  }

  .hero-card-content {
    padding-bottom: 30rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .hero-card-bottom {
    margin-top: 150rem;
  }

  .hero-card-top {
    top: 30rem;
    left: 15rem;
  }

  .navbar {
    height: auto;
  }

  .logo-img {
    width: 60rem;
  }

  .brand {
    max-width: 280rem;
  }

  .brand-descriptor {
    text-align: left;
    border-left-style: none;
    max-width: 200rem;
    margin-left: 0;
    padding-left: 0;
  }

  .brand-descriptor.hidde-on-mob {
    display: none;
  }

  .brand-descriptor.only-mob {
    max-width: 300rem;
    display: block;
  }

  .nav-menu-inner {
    grid-column-gap: 40rem;
    grid-row-gap: 40rem;
    padding: 20rem 15rem;
  }

  .nav-bottom {
    margin-top: 0;
  }

  .nav-contact-link {
    font-size: 12rem;
  }

  .breadcrumbs {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .news-card {
    flex-flow: column;
    height: auto;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .news-card.project-card {
    height: auto;
  }

  .news-card-image {
    width: 100%;
    height: 200rem;
    margin-bottom: 20rem;
  }

  .news-card-content {
    width: 100%;
  }

  .news-card-bottom {
    margin-top: 20rem;
  }

  .contacts-row {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .post-content {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    flex-flow: column;
    padding-right: 0;
  }

  .post-image, .post-body {
    width: 100%;
  }

  .rich-text-block h2 {
    font-size: 30rem;
  }

  .rich-text-block h3 {
    font-size: 26rem;
  }

  .rich-text-block h1 {
    font-size: 30rem;
  }

  .team-cli {
    width: 100%;
  }

  .team-card {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .body-upper.is-grey.nav-title {
    font-size: 12rem;
  }

  .history-cl {
    grid-template-columns: 1fr;
  }

  .feature-box {
    border-bottom: 1px solid var(--light-grey);
    width: 50%;
    min-height: 150rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .feature-box.quarter-feature-box {
    width: 50%;
  }

  .feature-box.full-width-mob, .about-left, .about-right {
    width: 100%;
  }

  .about-links-bottom {
    flex-flow: column;
  }

  .about-left-top {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .about-link-box {
    border-bottom: 1px solid var(--light-grey);
    border-right-style: none;
    width: 100%;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .about-link-bottom {
    max-width: 80%;
  }

  .agency-hero-content-wrap {
    width: 100%;
    padding: 15rem;
  }

  .agency-hero-content {
    width: 100%;
  }

  .filters-block, .search-field, .empty-state.plr-20 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .empty-state-inner {
    padding: 15rem;
  }

  .search-icon.smaller-mob {
    width: 20rem;
    height: 20rem;
  }

  .search-empty {
    padding: 15rem;
  }

  .search-link {
    width: 40rem;
    height: 40rem;
    top: 105rem;
    right: 15rem;
  }

  .search-link.home-search-link {
    top: 75rem;
    right: 15rem;
  }

  .search-link.agency-search-link {
    top: 120rem;
    right: 30rem;
  }

  .burger-wrap {
    width: 36rem;
    height: 36rem;
  }

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

  .policy-rich-text-block h2 {
    font-size: 30rem;
  }

  .policy-rich-text-block h3 {
    font-size: 26rem;
  }

  .policy-rich-text-block h1 {
    font-size: 30rem;
  }

  .partners-wrap {
    overflow: auto;
  }

  #w-node-_99ee6b4b-b252-79a8-7193-94d004b97e28-04b97ded {
    order: 9999;
  }
}


@font-face {
  font-family: 'Involve';
  src: url('../fonts/involve-regular-bf65bb0f66a3dc1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}