.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, sans-serif;
  color: #33384e;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, sans-serif;
  color: #e7e7e7;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, sans-serif;
  color: #33384e;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, sans-serif;
  color: #33384e;
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #81a8b8;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  color: #33384e;
  font-size: 14px;
  line-height: 22px;
}

.body {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, sans-serif;
}

.hero-section {
  display: block;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0px;
  padding: 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.content-wrapper {
  width: 100%;
  max-width: 850px;
}

.section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-section {
  height: 50vh;
  background-color: #fff;
}

.blog-column {
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
}

.col01 {
  height: 100%;
  padding-left: 0px;
}

.blog-image {
  margin-bottom: 30px;
}

.footer-section {
  display: block;
  height: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col1 {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col2 {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact-red {
  color: #fa023c;
}

.footer-contact-block {
  margin-top: 45px;
  margin-bottom: 50px;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 100px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #33384e;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  width: 60%;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 70px;
}

.title-description {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
}

.title-description.center {
  margin-top: 0px;
  text-align: center;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #33384e;
  font-size: 30px;
  line-height: 45px;
}

.about-grid-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  min-width: 300px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.team-column {
  display: block;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-anj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/team-anj.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.section-team {
  height: 100vh;
  background-clip: border-box;
}

.team-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/team-b.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-white {
  margin-top: 10px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.83);
  font-size: 16px;
  font-style: italic;
}

.text-link-small {
  font-family: Proximanova, sans-serif;
  font-size: 12px;
}

.grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-col01 {
  height: 100%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-col2 {
  height: 100%;
  margin-top: 0px;
  padding-top: 35px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-img01 {
  margin-right: 0px;
  padding-right: 0px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 0px 0px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-wrapper {
  width: 65%;
  margin-top: 0px;
  margin-left: 0px;
}

.section-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-project.bottom {
  height: 55vh;
}

.card-project {
  padding-left: 0px;
}

.card-project.last {
  padding-right: 25px;
  background-color: #f8e71c;
}

.block-project-title {
  overflow: visible;
  max-width: 275px;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-tltle {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 30px;
  line-height: 35px;
}

.card-wrapper {
  display: block;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-partners-logo {
  margin-top: 50px;
  margin-bottom: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-partner {
  border-radius: 40px;
}

.logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-testimony {
  margin-bottom: 30px;
}

.partner-testimony {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.partner-name {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.partner-title {
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.card-tag {
  font-family: Proximanova, sans-serif;
  font-weight: 700;
}

.card-line {
  width: 10%;
  height: 4px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #33384e;
}

.card-description {
  padding-top: 0px;
  padding-right: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-playbook {
  width: auto;
  max-width: 250px;
  min-width: 200px;
  padding-top: 30px;
}

.card-playbook.partner-name {
  padding-right: 87px;
}

.card-playbook-tiitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 55px;
}

.card-about {
  display: inline;
  max-width: 350px;
  min-width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.card-about.notitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-top: 165px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-about.notitle.team {
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-about.notitle.team.last {
  overflow: hidden;
  padding-top: 50px;
}

.card-number {
  margin-bottom: 5px;
  color: #ed1940;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.card-about-title {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
}

.card-desciption-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.card-desciption-title.text-white {
  font-family: Proximanova, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.card-desc-wrapper {
  max-width: 250px;
  min-width: 200px;
  margin-top: 0px;
  font-weight: 300;
}

.card-desc-wrapper.team-description {
  width: auto;
  max-width: 600px;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
}

.card-desc-wrapper.last {
  padding-top: 40px;
}

.about-qoute {
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
}

.service-wrapper {
  width: 75%;
  margin-bottom: 50px;
}

.col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

.grid-card {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 2fr 0.25fr;
  grid-template-columns: 2fr 2fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-back {
  font-family: Proximanova, sans-serif;
  font-size: 12px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrapper {
  overflow: visible;
  width: 80%;
  max-width: 1300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 10px none #e7e7e7;
  border-bottom: 10px none #e7e7e7;
  font-family: Proximanova, sans-serif;
}

.project-wrapper.project-note {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 5px solid #e7e7e7;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.company-info {
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.company-desc {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #33384e;
}

.project-col01 {
  padding-left: 0px;
}

.company-info-wrapper {
  width: 63%;
}

.project-col02 {
  display: block;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.project-headline {
  font-size: 16px;
  line-height: 22px;
}

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

.side-title {
  width: 100%;
  color: #33384e;
  font-size: 50px;
}

._2-column {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-column-left {
  height: 100%;
}

._2-column-right {
  height: 100%;
  padding-top: 0px;
}

._2-column-right.notitle {
  margin-top: 60px;
}

._2-column-wrapper {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-image {
  display: block;
  margin-bottom: 45px;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.slider {
  height: 100%;
}

.slider-wrapper {
  width: 80%;
  max-width: 1275px;
  margin-bottom: 0px;
}

.side-title-italic {
  width: 65%;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

._2-column-image {
  margin-top: 50px;
}

.image03 {
  margin-top: 10px;
}

.project-note-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-note-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-project-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-project-partner._70vh {
  height: 70vh;
}

.partner-logo {
  margin-top: 75px;
  border-radius: 120px;
}

.project-partner-testimony-wrapper {
  width: 30%;
  margin-top: 50px;
  margin-left: 30px;
  font-family: Proximanova, sans-serif;
  color: #33384e;
  font-weight: 300;
}

.project-partner-testimony {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
}

.project-partner-testimony.small-text {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.project-partner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  padding-left: 15px;
}

.text-list {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e7e7;
  font-size: 14px;
}

.text-list.last {
  margin-bottom: 25px;
}

.project-note {
  font-size: 22px;
}

.world-img02 {
  margin-top: 10px;
}

.thework-image-wrapper {
  width: 80%;
}

.thework-img02 {
  margin-top: 10px;
}

.thework-img03 {
  margin-top: 10px;
  margin-bottom: 100px;
}

.highlight-blue {
  color: #1d1ae5;
}

.world-img04 {
  margin-top: 25px;
}

.navbar {
  position: static;
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Proximanova, sans-serif;
}

.test-body {
  display: block;
  background-color: #fff;
}

.test-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 75px;
  padding-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f32424;
}

.link-block {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.link-block.last {
  background-color: #f8e71c;
  font-family: Proximanova, sans-serif;
  color: #33384e;
  font-size: 16px;
  font-weight: 300;
}

.menu-item-text {
  position: relative;
  font-family: Bitter, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 100px;
  font-weight: 700;
}

.menu-item-text.second {
  color: #09f;
  font-size: 80px;
  line-height: 85px;
}

.block-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #f32424;
}

.menu-trigger-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.line {
  position: absolute;
  width: 25%;
  height: 4px;
  background-color: #000;
}

.nav-link:hover {
  color: #ee284d;
}

.nav-link:active {
  color: rgba(238, 40, 77, 0.77);
  font-weight: 700;
}

.nav-link.w--current {
  background-color: transparent;
  color: #ed1941;
  font-weight: 600;
}

.breadcrumbs-wrap {
  margin-bottom: 25px;
}

.breadcrumbs-link {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #33384e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.title-line {
  width: 100%;
  height: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e7e7e7;
}

.side-title-line {
  width: 65px;
  height: 4px;
  margin-top: 33px;
  margin-bottom: 33px;
  background-color: #33384e;
}

.line-content {
  width: 100%;
  height: 4px;
  background-color: #e7e7e7;
}

.project-link {
  margin-right: 10px;
  color: #33384e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.project-link-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-summary {
  font-style: italic;
}

.breadcrumbs-arrow {
  margin-right: 15px;
  margin-left: 15px;
}

.breadcrumbs-arrow.single {
  margin-left: 0px;
}

.p-project {
  margin-top: 20px;
}

.p-project.final {
  margin-bottom: 40px;
}

.world-img05 {
  margin-bottom: 10px;
}

.world-img06 {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .card-playbook {
    max-width: 350px;
    min-width: 300px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
  }
  .hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-col1 {
    height: 30%;
    line-height: 30px;
  }
  .footer-col2 {
    height: 70%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer-contact-red {
    font-size: 20px;
    line-height: 25px;
  }
  .footer-contact-block {
    margin-top: 0px;
    margin-bottom: 48px;
  }
  .section-title {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title {
    font-size: 38px;
    line-height: 40px;
  }
  .title-description {
    font-size: 20px;
    line-height: 25px;
  }
  .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-grid-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-anj {
    background-position: 50% 50%;
    background-size: cover;
  }
  .team-b {
    background-position: 50% 50%;
  }
  .grid-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-project {
    height: auto;
  }
  .card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-content {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-about.notitle {
    margin-top: 0px;
  }
  .card-about.notitle.team.last {
    padding-top: 0px;
  }
  .service-wrapper {
    width: 100%;
  }
  .grid-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-msg {
    font-size: 30px;
    line-height: 33px;
  }
  .project-wrapper.project-note {
    max-width: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .project-col01 {
    margin-bottom: 70px;
  }
  .project-col02 {
    padding-left: 0px;
  }
  .section-project-partner {
    margin-top: 0px;
  }
  .project-partner-testimony-wrapper {
    width: 80%;
  }
  .project-partner-testimony {
    font-size: 16px;
    line-height: 22px;
  }
  .project-partner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    width: 100%;
    margin-left: 0px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link:active {
    color: #969696;
  }
  .nav-link.w--current {
    color: #7a7a7a;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
  }
  .nav-menu {
    width: 50%;
    padding-top: 15px;
    background-color: #ed1941;
  }
}

#w-node-421f82d36667-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8976a056b1d9-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-3e72d9844744-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-3b038e8f37d8-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-09316ff9ff37-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-def13be29878-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-1660ff61b2cc-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-c22408a6723d-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-61a572ab43b0-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-a64d61891a7f-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a64d61891a85-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a64d61891a8f-14010c4f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Bold.ttf') format('truetype'), url('../fonts/Dosis-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-BoldIt.otf') format('opentype'), url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-LightIt.otf') format('opentype'), url('../fonts/ProximaNovaCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-Regular.otf') format('opentype'), url('../fonts/ProximaNovaCond-RegularIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-Semibold.otf') format('opentype'), url('../fonts/ProximaNovaCond-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}