@font-face {
  font-family: Cooper BT;
  src: url('../fonts/CooperBoldItalicBT.ttf') format("truetype"), url('../fonts/CooperLtBTBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cooper BT;
  src: url('../fonts/CooperLtBTLightItalic.ttf') format("truetype"), url('../fonts/CooperLightItalicBT.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cooper BT;
  src: url('../fonts/CooperLtBTBold.ttf') format("truetype"), url('../fonts/CooperBoldBT.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cooper BT;
  src: url('../fonts/CooperLightBT.ttf') format("truetype"), url('../fonts/CooperLtBTLight.ttf') format("truetype"), url('../fonts/CooperLtBTLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-aaa: #aaa;
  --white-smoke: #f7f7f9;
  --black: #333;
  --grey-888: #888;
  --pale-grey: #fbfbfb;
  --gainsboro: #e6e6e6;
  --standard: 16px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

h6 {
  color: var(--grey-aaa);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

a {
  color: #333;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: fixed;
}

.nav-menu {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: .75rem;
  display: flex;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  color: var(--black);
  padding: 8px;
}

.main-wrapper.is-case-study {
  height: auto;
}

.main-content {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-shadow: 0 0 9px #0000001a;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .6;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  background-color: #ffffffb3;
  border-radius: 10px;
  box-shadow: 0 1px 5px #0000001a;
}

.nav-link.w--current {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  box-shadow: 0 1px 5px #00000026;
}

.nav-link.is-disabled {
  opacity: .3;
  display: none;
}

.nav-link.is-disabled:hover {
  background-color: #fff0;
}

.padding-global {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.container-medium {
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
}

.section-padding-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-name {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-card {
  z-index: 0;
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  height: 35rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  overflow: hidden;
}

.project-card.kevel {
  background-color: #f7f7f9;
  background-image: linear-gradient(35deg, #f27400, #ffb876);
}

.project-card.finoa {
  background-color: #f7f7f9;
  background-image: linear-gradient(309deg, #01214b, #003780);
}

.project-card.reporting {
  background-color: #f7f7f9;
  background-image: linear-gradient(36deg, #02014b, #1a529c);
}

.project-card.reporting.is-hidden, .hidden {
  display: none;
}

.project-details {
  z-index: 2;
  background-color: var(--white-smoke);
  padding: 1.25rem;
  position: absolute;
  inset: auto 0% -64px;
  box-shadow: 0 -2px 15px #0800241a;
}

.project-thumbnail {
  object-fit: cover;
  width: 44.3rem;
  height: 26rem;
}

.project-tags {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.circle {
  background-color: #a3a3a3;
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.circle.green {
  background-color: #a7df7d;
  width: 8px;
  height: 8px;
}

.circle.green.is-top {
  margin-top: 9px;
}

.circle.red {
  background-color: #ffa39e;
  width: 8px;
  height: 8px;
}

.circle.grey {
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.circle.grey.is-top {
  margin-top: 9px;
}

.circle.orange {
  background-color: #ff9d00;
  width: 8px;
  height: 8px;
}

.circle.orange.it-top {
  margin-top: 9px;
}

.circle.purple {
  background-color: #dd40f5;
  width: 8px;
  height: 8px;
}

.circle.purple.is-top {
  margin-top: 9px;
}

.text-color-888 {
  color: var(--grey-888);
}

.section-padding-medium {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 0;
}

.section-padding-medium.only-bottom {
  padding-top: 0;
}

.photos-card {
  background-color: #f7f7f9;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.extra-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.extra-card_music {
  z-index: 99;
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.final-quote {
  justify-content: center;
  align-items: center;
  min-width: 26rem;
  display: flex;
  position: relative;
}

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

.logo {
  color: var(--black);
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.brand {
  padding: 1.25rem;
}

.nav-subgroup {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-link-icon-external {
  width: 16px;
}

.nav-link-text-long {
  width: 100%;
}

.page-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-heading_description {
  color: #888;
  width: 36rem;
  margin-top: 1rem;
}

.page-heading_description.no-top-margin {
  margin-top: 0;
}

.resources-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources-wrapper.is-1-row {
  grid-template-rows: auto;
}

.resources-wrapper.is-3-rows {
  grid-template-rows: auto auto auto;
}

.resources-wrapper.is-2-row {
  grid-template-rows: auto auto;
}

.resource-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.resource-link:hover {
  background-color: #f7f7f7;
  border-radius: 12px;
}

.resource-image {
  aspect-ratio: 1;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
}

.text-size-small {
  font-size: 12px;
  line-height: 140%;
}

.resource-link_name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: .25rem;
  display: flex;
}

.main-content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-featured-projects.is-hidden {
  display: none;
}

.experience_details {
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 1.7rem;
}

.link-text-global {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text-global:hover {
  text-decoration: underline;
}

.experience_job-company-year {
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.text-size-18 {
  font-size: 18px;
  line-height: 140%;
}

.text-size-18.text-weight-bold {
  font-weight: 600;
}

.experience_job-company {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.experience_job-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider {
  background-color: #e6e6e6;
  height: 1px;
}

.text-color-aaa {
  color: #aaa;
}

.education_details {
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 1.7rem;
}

.education_uni-year {
  justify-content: space-between;
  margin-bottom: .75rem;
  display: flex;
}

.education_uni-location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.education-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.languages-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  display: grid;
}

.intro-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  display: grid;
}

.container-small {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.position-absolute {
  position: absolute;
}

.contact-links-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts_link {
  background-color: #f7f7f9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-me-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.contact-me_email {
  background-color: #fff6;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.contact-me_email:hover {
  opacity: 1;
  background-image: linear-gradient(205deg, #386fea, #5cc1f6);
  border-width: 0;
}

.icon-contact-black {
  opacity: .3;
  width: 40px;
  height: 40px;
}

.icon-contact-black:hover {
  mix-blend-mode: luminosity;
}

.top-nav-links {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.link-block {
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.link-block:hover {
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

._16px {
  color: #252525;
  margin-right: 6px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
}

.divider-for-cases {
  color: #ebebeb;
  background-color: #ebebeb;
  height: 1px;
  margin-top: 10px;
}

.case-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

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

.case-overview-small-titles {
  margin-bottom: .25rem;
}

.case-study-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.case-study_table-of-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 20.5rem;
  display: grid;
  position: sticky;
  top: 4rem;
}

.case-study_paragraph {
  margin-bottom: 5rem;
}

.case-study_paragraph.margin-bottom-0 {
  margin-bottom: 0;
}

.case-study_paragraph.is-new-chapter {
  padding-top: 1rem;
}

.case-study_heading {
  margin-bottom: .75rem;
}

.link-table-of-content {
  color: #aaa;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-table-of-content:hover, .link-table-of-content.w--current {
  color: #333;
}

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

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.case-images-grid-for-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-case-study {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.text-size-16 {
  font-size: 16px;
  line-height: 145%;
}

.margin-bottom.margin-xxsmall {
  margin-bottom: .25rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.project-description-hover {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.25rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.featured-projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.extra-card_title {
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
}

.extra-card_image-resume {
  background-color: var(--pale-grey);
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.extra-card_divider {
  background-color: var(--gainsboro);
  height: 1px;
}

.resume-image {
  border-radius: 4px;
  width: 70%;
  position: absolute;
  inset: 45px 0% 0% 16%;
  box-shadow: 0 2px 5px #00000026;
}

.photos_title {
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
}

.photos_tanzania-image {
  z-index: 9;
  border-radius: 6px;
  width: 4rem;
  position: absolute;
  inset: auto auto -10% 14%;
  box-shadow: 0 0 8px #0000001a;
}

.photos_tanzania-image._2 {
  z-index: 10;
  bottom: -7%;
  left: 33%;
}

.photos_tanzania-image._3 {
  z-index: 7;
  bottom: 10%;
  left: 17%;
}

.photos_tanzania-image._4 {
  z-index: 8;
  bottom: 17%;
  left: 43%;
}

.photos_tanzania-image._5 {
  z-index: 6;
  bottom: 37%;
  left: 20%;
}

.photos_tanzania-image._6 {
  z-index: 5;
  bottom: 42%;
  left: 41%;
}

.photos_image-wrapper {
  object-fit: fill;
  background-color: #fbfbfb;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.photos_image {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  height: 16rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photos_image-animated {
  z-index: 1;
  object-fit: cover;
  background-color: #fbfbfb;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 4px #0003;
}

.photos_description-wrapper {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  padding: 1.05rem 1.25rem;
  display: block;
  position: relative;
}

.photos_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-video {
  z-index: 1;
  width: 100%;
}

.icon-contact-white {
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}

.icon-contact-white:hover {
  mix-blend-mode: luminosity;
}

.contact-me_linkedin {
  background-color: #fff6;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.contact-me_linkedin:hover {
  opacity: 1;
  background-image: linear-gradient(332deg, #0a66c2, #3b93ea);
  border-width: 0;
}

.extra-card_resume {
  z-index: 98;
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.music-image-wrapper {
  z-index: 98;
  opacity: 0;
  background-image: url('../images/nasa-0DjOJ6Q8wUs-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.music-image-text {
  width: 51rem;
  padding-top: 48px;
  padding-left: 49px;
}

.text-block {
  opacity: .31;
  color: #fff;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 800;
  line-height: 110%;
}

.project-description-short {
  margin-top: 1rem;
}

.contact-me_ig {
  background-color: #fff6;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.contact-me_ig:hover {
  opacity: 1;
  background-image: linear-gradient(223deg, #c73aaf, #d6437d 34%, #ee703b 68%, #f6c34b);
  border-width: 0;
}

.contact-me_telegram {
  background-color: #fff6;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.contact-me_telegram:hover {
  opacity: 1;
  background-image: linear-gradient(149deg, #5bb8e5, #24a1de);
  border-width: 0;
}

.contact-me_read-cv {
  background-color: #fff6;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.contact-me_read-cv:hover {
  opacity: 1;
  background-color: #fff;
}

.case-study-wrapper {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 9px #0000001a;
}

.main-flexbox {
  background-color: #ffffffd9;
  display: flex;
}

.text-case-study {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 165%;
}

.case-study-grid-2rows-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox {
  width: 100%;
}

.case-study-grid-small-big {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.case-study-grid-big-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-grid-8col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-case-study-wrapper {
  background-color: #f7f7f9;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-space-between {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.two-images {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
  display: grid;
}

.case-study-meme-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.case-study-meme {
  max-width: 22rem;
}

.case-study-meme.is-kevel {
  z-index: 0;
  width: 24rem;
  max-width: 24rem;
  position: relative;
}

.section-padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-photos-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 0 9px #0000001a;
}

.photos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  display: flex;
  overflow: scroll;
}

.photos_description {
  align-items: flex-end;
  width: 20rem;
  display: flex;
}

.photos_title-info-wrapper {
  width: 100%;
  padding: 1.5rem;
}

.photos-images {
  border-radius: 10px;
}

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

.deliverables-tag {
  color: #e46318;
  background-color: #fcf0e9;
  border-radius: 20px;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .2rem .8rem;
  font-size: 13px;
  display: inline-block;
}

.text-size-14 {
  font-size: 14px;
  line-height: 155%;
}

.case-study_table-of-content-kevel {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 9rem;
  display: grid;
  position: sticky;
  top: 4rem;
}

.featured-projects-siingle-project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photos_grid-single {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources-card {
  background-color: var(--white-smoke);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 0;
  text-decoration: none;
}

.resources_icons-wrapper {
  background-color: var(--pale-grey);
  object-fit: fill;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.resources-icon-home-page-1 {
  z-index: 11;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto auto -15% 33%;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.resources-icon-home-page-2 {
  z-index: 10;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto 10% -20% auto;
  overflow: hidden;
  box-shadow: 0 0 5px #0000001a;
}

.resources-icon-home-page-3 {
  z-index: 10;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto auto -19% 9%;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.resources-icon-home-page-4 {
  z-index: 9;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto 16% 12% auto;
  box-shadow: 0 0 8px #0000001a;
}

.resources-icon-home-page-5 {
  z-index: 8;
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: auto auto 8% 19%;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.resources-icon-home-page-6 {
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 11% 19% auto auto;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.resources-icon-home-page-7 {
  border-radius: 14px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 16% auto auto 24%;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.resources_title {
  z-index: 1;
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.kevel-case_main-image {
  border: 1px solid var(--gainsboro);
  background-color: #f7f6f9;
  border-radius: 16px;
  padding: 2rem;
  display: inline-block;
}

.background-video-2 {
  z-index: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-small {
  margin-top: 1rem;
}

.margin-top.margin-xsmall {
  margin-top: .5rem;
}

.kevel-case_link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-3 {
  color: var(--grey-aaa);
}

.music-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.music_title {
  z-index: 1;
  background-color: var(--white-smoke);
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.spotify-logo, .music-image-link {
  margin: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-icon-main {
  aspect-ratio: 1;
  width: 1rem;
  height: 1rem;
}

.to-do-list-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 6px;
  display: flex;
}

.to-do-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.sidebar_background-layer {
  display: none;
}

.sidebar_menu-bottom {
  flex-direction: column;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sidebar4_menu-button {
  padding: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sidebar-wrapper {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar_close-tablet {
  cursor: pointer;
  display: none;
}

.sidebar_component {
  background-color: #0000;
  flex-direction: column;
  width: 18rem;
  min-width: 18rem;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.sidebar_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar_menu {
  height: 100%;
}

.sidebar_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.case-study_issue-wrapper {
  background-color: #f7f7f9;
  border-radius: 16px;
  justify-content: space-around;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
}

.image-arrow {
  width: 45px;
  height: 8px;
}

.flow-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.new-flow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.kyc-wrapper {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 1rem;
}

.image-finoa-illustration-1 {
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.image-toast-message {
  width: 90%;
}

.image-old-structure {
  border-radius: 10px;
}

.old-structure-text-wrapper {
  align-self: center;
  padding-left: 1rem;
}

.image-old-menu, .image-old-performance {
  border-radius: 8px;
  width: 100%;
}

.case-study_issue-visual {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: 16px;
  justify-content: space-around;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
}

.case-study_issue-visual.is-vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.case-study_issue-visual.is-big {
  flex-direction: column;
  width: 47vw;
}

.client-first_top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.image-client-first-logo {
  background-color: #fff;
  border-radius: 8px;
  height: 7rem;
  padding: 1rem 1.7rem;
}

.finsweet-logo {
  border-radius: 8px;
  width: 7rem;
  height: 7rem;
}

.cl-new-structure {
  background-color: #1e1e1e;
  border-radius: 8px;
  width: 18rem;
}

.case-study_issue-client-first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f7f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
}

.cl-benefit-wrapper {
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 600;
}

.cl-benefit-wrapper.is-purple {
  color: #8600a1;
  background-color: #8600a11a;
  font-weight: 500;
}

.cl-benefit-wrapper.is-blue {
  color: #2d40ea;
  background-color: #2d40ea1a;
  font-weight: 500;
}

.client-first_bottom-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cl-benefits-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-old-design {
  border-radius: 10px;
  width: 35rem;
}

.image-old-design.is-responsive {
  border-radius: 4px;
  width: 100%;
}

.link-old-kevel {
  cursor: pointer;
}

.image-new-site {
  border-radius: 8px;
  width: 35rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-bottom-2, .margin-bottom-2.margin-xxsmall, .margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hide {
  display: none;
}

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  position: relative;
}

.text-style-muted {
  opacity: .6;
}

.loader3_background {
  background-color: var(--white-smoke);
  position: absolute;
  inset: 0%;
}

.loader3_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader3_image-overlay {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.loader3_image {
  width: 100%;
  height: 100%;
}

.rl-styleguide_label {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.loader-wrapper {
  min-height: 100vh;
}

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

.container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.loader2_background {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.loader2_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader-2-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
  display: block;
}

.loader2_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader2_instructions-list-item {
  padding-left: .5rem;
}

.loader2_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.loader2_text {
  color: #0000;
  white-space: nowrap;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.loader2_instructions-list {
  padding-left: 1.25rem;
}

.book-card-wrapper {
  background-color: var(--white-smoke);
  border-radius: 16px;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  position: relative;
}

.book-cover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.book-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 144px;
  height: 198px;
  box-shadow: 0 2px 13px #00000026;
}

.book-card_link {
  background-color: var(--gainsboro);
  border-radius: 1000px;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.read-tag {
  color: #00aa06;
  background-color: #2eff3545;
  border-radius: 20px;
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 4px 8px;
  font-size: 13px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.book-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.final-quote-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip {
  z-index: 40;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  min-width: 26rem;
  color: var(--white-smoke);
  background-color: #333;
  border-radius: 10px;
  flex-direction: column;
  padding: .7rem 1rem;
  display: none;
  position: absolute;
  inset: auto 0% 35px;
}

.shape-1 {
  opacity: .65;
  filter: blur(90px);
  background-color: #fff;
  border-radius: 500rem;
  width: 20rem;
  height: 20rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-bg-wrapper {
  height: 35rem;
  position: relative;
}

.lottie-project-animation {
  width: 54rem;
  position: absolute;
  inset: 0% auto auto -5rem;
}

.row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: 0;
  display: flex;
}

.row.top {
  margin-top: 7%;
  margin-left: -4%;
}

.row.bottom {
  margin-top: 41%;
  margin-right: -20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-crypto {
  width: 4rem;
  height: 4rem;
}

.project-thumbnail-finoa-wrapper {
  margin-top: 22%;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
}

.image-project-logo.ad-platform {
  width: 430px;
}

.image-finoa-dashboard {
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
}

.project-cover-dashboard {
  z-index: 1;
  opacity: 0;
  border-radius: 16px;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.kevel-video-thumbnail {
  z-index: 2;
  border-radius: 14px;
  width: 80%;
  height: 63%;
  margin-top: 8%;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  box-shadow: 0 2px 10px #0003;
}

.location {
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-website-thumbnail {
  z-index: 2;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  inset: 0%;
}

.image-project-thumbnail {
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 14px #00000026;
}

.email {
  color: var(--grey-888);
  margin-top: .1rem;
  text-decoration: none;
}

.email:hover {
  text-decoration: underline;
}

.project-thumbnail-kevel-wrapper {
  margin-top: 25%;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
}

.kevel-metric {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-height: 44px;
  padding: 12px 16px;
  font-size: 18px;
  display: flex;
}

.coming-soon-cover {
  z-index: 2;
  opacity: 0;
  color: #fff;
  background-color: #111111d9;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.company-job-description-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.contacts-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--standard);
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  flex-direction: column;
  padding: 1.75rem;
  display: flex;
}

.text-style-contacts {
  color: var(--grey-888);
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.icon-contacts {
  border-radius: 12px;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 2rem;
}

.link-contacts {
  text-decoration: none;
}

.link-contacts:hover {
  text-decoration: underline;
}

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

.photo-me-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  display: grid;
}

.photo-me {
  aspect-ratio: 1;
  border-radius: var(--standard);
  width: 30rem;
}

.case-icon-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 14px #00000026;
}

.icon-case-tool {
  width: 1.5rem;
  height: 1.5rem;
}

.case-webflow-icon, .webflow-icon {
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 14px #00000026;
}

.case-study_table-of-content-reporting {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 17rem;
  display: grid;
  position: sticky;
  top: 4rem;
}

.screenshot-description {
  margin-bottom: .5rem;
  font-family: Cooper BT, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.case-study_stats-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--gainsboro);
  border-radius: var(--standard);
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.case-study_stats-wrapper.is-dark {
  background-color: var(--black);
  color: var(--white-smoke);
}

.case-study_stats-wrapper.is-zoom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white-smoke);
  background-color: #0b5cff;
  padding-top: 2rem;
  display: flex;
}

.case-study_stats-wrapper.is-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  padding-top: 2.5rem;
  display: flex;
}

.text-size-stat {
  text-align: center;
  letter-spacing: -4px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.text-size-stat.is-small {
  letter-spacing: 0;
  font-size: 33px;
}

.case-study_stats-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.case-study_stats-grid.is-2col {
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.case-study_stats-grid.is-2col-uneven {
  grid-template-columns: 1.25fr 1fr;
  margin-top: 1rem;
}

.image {
  width: 173px;
  height: 40px;
}

.image-fireflies-logo {
  aspect-ratio: 1;
  width: 9rem;
}

.case-study_user-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-study_user-row.is-vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.case-study_user-row.is-big {
  flex-direction: column;
  width: 47vw;
}

.user-persona_photo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.user-persona_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  border-radius: var(--standard);
  background-color: var(--white-smoke);
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.user-persona_name-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.case-study_user-persona-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.user-persona_bio {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--gainsboro);
  border-radius: var(--standard);
  background-color: var(--white-smoke);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.user-persona_needs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--standard);
  background-color: var(--white-smoke);
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.user-persona_needs.is-frustrations {
  background-color: #ffeeec;
  border: 1px solid #ffa39e;
}

.user-persona_needs.is-needs {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}

.image-user-photo {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  width: 30rem;
}

.user-persona_facts-value {
  width: 4.5rem;
}

.user-persona_bio-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.bullet-point {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.bullet-point.with-description {
  align-items: flex-start;
}

.bullet-point_text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.post-it {
  border-radius: 8px;
  padding: 10px;
}

.post-it.green {
  color: #1a9c00;
  background-color: #2bff0052;
}

.feature_description-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 1.5rem;
  display: flex;
}

.image-feature {
  aspect-ratio: 1;
  border-radius: 8px;
  width: 18rem;
  box-shadow: 0 2px 13px #00000014;
}

.page-tag {
  background-color: var(--gainsboro);
  border-radius: 20px;
  width: 10.9rem;
  padding: 8px 16px;
}

.feature_description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.nda-wrapper {
  z-index: 10;
  background-color: #ffffffe6;
  border-radius: 1000px;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .6rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

._404-wrapper {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 9px #0000001a;
}

.section_404 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.image-password {
  aspect-ratio: 1;
  width: 3rem;
}

.password_text-wrapper {
  margin-bottom: 1.5rem;
  padding-left: 6px;
  padding-right: 6px;
}

.field-label {
  display: flex;
}

.field-password, .submit-button {
  border-radius: 6px;
}

.submit-button:hover {
  background-color: #3898ecc4;
}

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

.image-locked {
  opacity: .65;
  width: 1.5rem;
}

.portolio-mentions-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-description {
  z-index: 2;
  background-color: var(--white-smoke);
  padding: 2rem 1.25rem;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 15px #0800241a;
}

.portfolio-card-wrapper {
  z-index: 0;
  background-color: var(--white-smoke);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  height: 34rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  overflow: hidden;
}

.portfolio-card-wrapper.kevel {
  background-color: #f7f7f9;
  background-image: linear-gradient(35deg, #f27400, #ffb876);
}

.portfolio-card-wrapper.finoa {
  background-color: #f7f7f9;
  background-image: linear-gradient(309deg, #01214b, #003780);
}

.portfolio-card-wrapper.reporting {
  background-color: #f7f7f9;
  background-image: linear-gradient(36deg, #02014b, #1a529c);
}

.portfolio-card-wrapper.reporting.is-hidden {
  display: none;
}

.portoflio-image-wrapper {
  height: 79%;
}

.portfolio-wrapper-new {
  background-color: var(--white-smoke);
  border-radius: 16px;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.portfolio-cover {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 12rem;
  box-shadow: 0 4px 8px #0000001a;
}

.pafolios-badge-wrapper {
  position: absolute;
  inset: 0% auto auto 11px;
  overflow: hidden;
}

.wop-badge-wrapper {
  border-radius: 20px;
  position: absolute;
  inset: 16px auto auto 16px;
  box-shadow: 0 1px 5px #0000001a;
}

@media screen and (max-width: 991px) {
  body {
    line-height: 150%;
  }

  .navbar {
    z-index: 100;
    background-color: var(--white-smoke);
    border-radius: 8px;
    height: auto;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .5rem;
    position: fixed;
    inset: auto 0% 0%;
    overflow: scroll;
    box-shadow: 0 2px 8px #0000001a;
  }

  .nav-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: row;
    align-self: center;
    align-items: center;
    padding-left: 0;
  }

  .main-wrapper {
    margin-left: 0;
  }

  .nav-link {
    margin-bottom: .5rem;
  }

  .section-name {
    justify-content: flex-start;
  }

  .project-details {
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav-subgroup, .nav-link-text-long {
    text-align: left;
  }

  .main-content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .position-absolute {
    position: relative;
  }

  .contact-me-grid {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .contact-me_email {
    width: 100%;
  }

  .top-nav-links {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .contact-me_linkedin, .contact-me_ig, .contact-me_telegram, .contact-me_read-cv {
    width: 100%;
  }

  .main-flexbox, .main-photos-wrapper {
    flex-direction: column;
  }

  .nav-link-icon-main {
    width: 1rem;
    height: 1rem;
  }

  .sidebar_background-layer {
    background-color: #0009;
    position: fixed;
    inset: 0%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon.is-left {
    margin-left: -.5rem;
    margin-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar4_menu-button {
    z-index: 10;
  }

  .sidebar4_menu-button:hover {
    opacity: .6;
  }

  .sidebar4_menu-button.w--open {
    background-color: #0000;
  }

  .sidebar-wrapper {
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    position: absolute;
  }

  .sidebar_close-tablet {
    z-index: 1;
    color: #fff;
    display: none;
    position: fixed;
    top: 1rem;
    right: 2.5rem;
  }

  .sidebar_component {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-right-style: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }

  .sidebar_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar_menu {
    background-color: var(--white-smoke);
    width: 19.5rem;
    height: 100dvh;
  }

  .sidebar_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .case-study_issue-visual {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .case-study_issue-visual.is-big {
    width: 100%;
  }

  .image-client-first-logo {
    height: 5.6rem;
  }

  .finsweet-logo {
    width: 5.6rem;
    height: 5.6rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .loader2_text {
    font-size: 2.75rem;
  }

  .shape-1 {
    height: 20rem;
  }

  .coming-soon-cover {
    opacity: 1;
  }

  .section_404 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .portfolio-description {
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .project-card {
    height: auto;
  }

  .project-card.kevel, .project-card.finoa, .project-card.reporting {
    height: 28rem;
  }

  .project-thumbnail {
    width: 30rem;
    height: 20rem;
  }

  .extra-wrapper {
    flex-direction: column;
    display: flex;
  }

  .page-heading_description {
    width: auto;
  }

  .main-content-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .experience_job-company-year, .education_uni-year {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .case-overview {
    margin-bottom: 72px;
  }

  .case-details {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .case-study-grid {
    display: flex;
  }

  .photos_image {
    height: 20rem;
  }

  .photos_grid, .two-images {
    flex-direction: column;
    display: flex;
  }

  .case-study_table-of-content-kevel {
    display: none;
  }

  .photos_grid-single {
    flex-direction: column;
    display: flex;
  }

  .sidebar_component {
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sidebar_menu {
    width: 80vw;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .loader2_text {
    font-size: 2.25rem;
  }

  .loader2_text.is-first {
    border-left-style: none;
  }

  .lottie-bg-wrapper {
    height: 28rem;
  }

  .case-study_table-of-content-reporting {
    display: none;
  }

  .portfolio-card-wrapper {
    height: auto;
  }

  .portfolio-card-wrapper.kevel, .portfolio-card-wrapper.finoa, .portfolio-card-wrapper.reporting {
    height: 28rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .main-content {
    overflow: auto;
  }

  .padding-global {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-padding-header {
    padding-top: 9rem;
  }

  .project-card.reporting {
    height: 30rem;
  }

  .project-thumbnail {
    width: 100%;
    height: auto;
  }

  .project-tags {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-wrap: wrap;
  }

  .final-quote {
    min-width: 20rem;
  }

  .resources-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .resource-link {
    margin-bottom: .5rem;
  }

  .case-details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .case-study-grid {
    display: flex;
  }

  .case-study_table-of-content {
    display: none;
  }

  .case-study_body {
    width: 100%;
  }

  .case-images-grid-for-two {
    flex-direction: column;
    display: flex;
  }

  .photos_image-animated {
    top: -3.5rem;
  }

  .background-video {
    height: 19rem;
  }

  .case-study-grid-2rows-2col, .case-study-grid-small-big, .case-study-grid-big-small, .case-study-grid-8col, .photos_two-images {
    flex-direction: column;
    display: flex;
  }

  .nav-link-text-only-desktop {
    text-align: left;
  }

  .sidebar-wrapper {
    z-index: 5;
  }

  .sidebar_component {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .case-study_issue-wrapper {
    display: none;
  }

  .old-structure-text-wrapper {
    padding-left: 0;
  }

  .case-study_issue-visual {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding: 1rem;
  }

  .image-client-first-logo {
    width: 70%;
    height: auto;
    padding: .7rem 1.3rem;
  }

  .finsweet-logo {
    width: 100%;
    height: auto;
  }

  .case-study_issue-client-first {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .client-first_bottom-row {
    flex-direction: column;
  }

  .image-old-design.is-responsive {
    border-radius: 4px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .book-grid {
    flex-direction: column;
    display: flex;
  }

  .kevel-video-thumbnail {
    height: 30%;
    margin-top: 15%;
  }

  .project-thumbnail-kevel-wrapper {
    margin-top: 32%;
  }

  .coming-soon-cover {
    padding-left: 31px;
    padding-right: 31px;
  }

  .contacts-grid, .case-study_stats-grid {
    flex-direction: column;
    display: flex;
  }

  .case-study_user-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .user-persona_bio {
    flex-direction: column;
    display: flex;
  }

  .portfolio-card-wrapper.reporting {
    height: 30rem;
  }
}

#w-node-_70678260-8fe9-7789-3cb9-f4ea98c71ecb-8229ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_895cfd27-e371-a4a3-c5d9-1a55f4bed3c2-8229ae29, #w-node-_5e7f4e1d-87a2-67d0-f14e-77e311ab0c72-8229ae29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3d4afa2-40b2-b198-c167-7c970e449d88-8229ae29 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9bea2a2f-0e22-1ea2-7d78-cc27943bebcf-8229ae29, #w-node-af34d06d-9aab-4cce-c396-97ac0e4a9981-8229ae29, #w-node-_4827a1ac-fd4a-6960-d48e-81cee6cd0d66-8229ae29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4827a1ac-fd4a-6960-d48e-81cee6cd0d67-8229ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f67e50-0164-4944-8d00-4b3e3034d45c-d507abf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5860a548-a8d8-71a7-17cb-6fe32fc42b4d-d507abf3, #w-node-_1da5b02e-9563-3e04-fd5a-315ac4f86f3a-d507abf3, #w-node-_651213ac-aed4-15b9-2b04-a8ed4a3bb1b9-d507abf3, #w-node-_50199b57-0613-a10d-b89f-a0c7d2102447-d507abf3, #w-node-a5eabebd-af4e-f463-84e2-ac8935f60b0b-d507abf3 {
  align-self: start;
}

#w-node-_58010d1b-df76-d1ba-2c54-d08d6e34bda5-6e34bda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6f5b4f-6965-7847-34cb-0dde55f3b6f9-0eccf6e2, #w-node-_277ac3a1-67f2-7689-f14e-2b2445867825-0eccf6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acd3aa66-9147-ba51-7dbe-18303fafe18c-0eccf6e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fbe0eb6-3498-e90a-6772-6b51598b298e-0eccf6e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fbe0eb6-3498-e90a-6772-6b51598b298f-0eccf6e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05c7c7a1-37fc-f0c7-972e-4c9e327a4f2c-0eccf6e2, #w-node-_277ac3a1-67f2-7689-f14e-2b2445867818-0eccf6e2, #w-node-ac7ff680-f02d-fe05-c3a5-1bf5050abaa1-0eccf6e2, #w-node-_277ac3a1-67f2-7689-f14e-2b2445867845-0eccf6e2, #w-node-_277ac3a1-67f2-7689-f14e-2b2445867865-0eccf6e2, #w-node-_277ac3a1-67f2-7689-f14e-2b2445867880-0eccf6e2, #w-node-_83009b6e-ef7f-ae93-2504-a7eee3761fbb-3b974f33, #w-node-_159e57bc-4c96-a76c-007e-4bf0c8a23b3c-3b974f33, #w-node-_800c564d-5d53-b7d3-61ca-0fa2468d8fe8-3b974f33, #w-node-eda468a4-ebe8-93db-2852-f5a6fade73aa-3b974f33, #w-node-_5afee335-a3e8-377e-071b-07f1f917b69a-3b974f33, #w-node-_722eadfd-72ce-2370-c1f1-5d7f6e96a2a7-62534984, #w-node-_86258a96-1466-fa23-772f-2029859ed068-62534984, #w-node-_1baa1608-b0ea-2ed9-6bca-98aefce2f02c-62534984, #w-node-_28015e34-c317-1a20-5677-43b0d3a2c84d-62534984, #w-node-_2b223d55-dbda-de06-b120-c7e870fa2cb7-9e9f5e7e, #w-node-_2afe736a-e090-b06d-5482-8922ce1e82bf-9e9f5e7e, #w-node-_936956bd-60f8-7957-7800-f800077aa79c-9e9f5e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_797da2d8-78fb-0fd2-e5a1-493392a0de7f-9e9f5e7e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5216dfb0-eac5-aff1-870e-4b4a7c6d8edb-9e9f5e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccace933-df6a-b376-7c8e-da188cc6caab-9e9f5e7e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2231b43a-88c1-b281-7443-0e9530a34ef8-9e9f5e7e, #w-node-_3ca92db2-5a3c-e162-2a4b-8d72da25f3f0-9e9f5e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fd831b4-2be9-c0ea-678f-9f0477ab7859-9e9f5e7e, #w-node-ba881968-f3f5-2ca7-63bf-24a26d57ebb1-9e9f5e7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b64aaafa-c2e1-429e-f341-bf9a0f3fd6bc-9e9f5e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c7884a-1ac4-9a50-43aa-d6a6f9d20369-9e9f5e7e, #w-node-faf7922b-fecc-7c3f-a3be-25e460e3ba7c-9e9f5e7e, #w-node-_8478a17e-fe89-7251-b277-c9d56fe9ef23-9e9f5e7e, #w-node-_27ec02e1-f542-e80c-004b-7f4ac7f37698-9e9f5e7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72a09cfd-96b4-38e5-532b-c5d318da20fd-9e9f5e7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4249593a-82ab-e06a-140a-626d6d983cc5-9e9f5e7e, #w-node-_424cfc35-580d-a5b8-c6fe-4a3917a0dfa3-9e9f5e7e, #w-node-acdd8733-0c43-424d-9eec-c8c09a0d2bb1-9e9f5e7e, #w-node-_55539068-b24e-35fb-928d-ca316ebbec6c-9e9f5e7e, #w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab793-c9b6eb75, #w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab798-c9b6eb75, #w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab79d-c9b6eb75, #w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab7a4-c9b6eb75, #w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab7af-c9b6eb75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_395c867d-0c52-36db-69ce-b6ab8b9ab7ba-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3c82aae-38f5-8400-506f-3a98b068ae94-c9b6eb75, #w-node-_9928b0b3-3432-48bf-d1b0-196334ce96ad-c9b6eb75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2de2990f-c1a4-c725-207b-51ca062584af-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6996e0b4-7665-6e4a-85f1-95bafb5fdf1f-c9b6eb75, #w-node-_6996e0b4-7665-6e4a-85f1-95bafb5fdf21-c9b6eb75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6996e0b4-7665-6e4a-85f1-95bafb5fdf23-c9b6eb75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2808dc9-b076-e5f3-19d6-3aab63f467af-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9297d302-db91-ba34-a801-282a53e15614-c9b6eb75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_189a52a4-864e-b6dd-eefb-752f36ab5f5d-c9b6eb75, #w-node-_39284163-b075-9916-4d99-f7b514f190db-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_39284163-b075-9916-4d99-f7b514f190de-c9b6eb75, #w-node-_39284163-b075-9916-4d99-f7b514f190e1-c9b6eb75 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_39284163-b075-9916-4d99-f7b514f190e3-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_39284163-b075-9916-4d99-f7b514f190e6-c9b6eb75, #w-node-_39284163-b075-9916-4d99-f7b514f190e9-c9b6eb75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6d1dfa54-cd04-72ff-1a90-3a2e58fee3e3-c9b6eb75, #w-node-_6bf8a8ea-f384-2cd9-6d1f-0d2b87adecb2-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa872a95-5bf4-7cbe-3dff-f9cc5f9c9b11-c9b6eb75 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6c03b5ae-05ef-1c0b-8dd6-cfb34618b338-c9b6eb75, #w-node-ece3d66e-3f90-0132-56ea-5a0ee66e4f4c-c9b6eb75, #w-node-bc82a837-5542-d7c0-71fd-192d4900dcf9-c9b6eb75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1079dada-6cfb-a09e-5bd7-713e965e7491-c9b6eb75 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7ab77168-0ac7-13ef-b3cc-4bc8a86e320c-c9b6eb75, #w-node-_7ab77168-0ac7-13ef-b3cc-4bc8a86e320f-c9b6eb75, #w-node-_5e235271-7f28-f658-e627-3cbb6cb7a773-c9b6eb75, #w-node-_5e235271-7f28-f658-e627-3cbb6cb7a776-c9b6eb75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_32828dec-edaa-e6cb-2b6b-2c029b5f2160-c9b6eb75 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e483cecb-d873-8fb0-28d6-bdfb4e3f8ad5-c9b6eb75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94ffad4e-84ac-6011-7f00-21bd40454ddd-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454ddf-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454de1-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454de3-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454de5-40454dda, #w-node-_7324a411-1a85-e720-153d-c6c96cc61088-40454dda, #w-node-_8af97f00-8fa8-98cc-a0ff-ad6b98de54cd-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454de7-40454dda, #w-node-c273e081-5213-2a93-b85f-29df8cd5a485-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454de9-40454dda, #w-node-_94ffad4e-84ac-6011-7f00-21bd40454deb-40454dda, #w-node-_5f6a8f99-8a07-a1f3-96d6-f940ff3eac42-a73a045d, #w-node-e2ee6a4c-1d3a-b0ed-4463-0bb584f47e7a-a73a045d, #w-node-_0b70128a-8788-06b4-3edd-54515d769408-85b91983, #w-node-_0b70128a-8788-06b4-3edd-54515d769409-85b91983, #w-node-bfa03963-df1c-363a-2732-83d3075ac3b6-f560d17c, #w-node-bfa03963-df1c-363a-2732-83d3075ac3b7-f560d17c, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c3c-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c42-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c48-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c51-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c5d-6f43c41b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c63-6f43c41b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7c-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7e-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c80-6f43c41b, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c82-6f43c41b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c8c-6f43c41b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60dfa-6f43c41b, #w-node-f2462ecb-88d0-a6c4-cf9d-cc90e8a9ac72-5558cdd1, #w-node-f2462ecb-88d0-a6c4-cf9d-cc90e8a9ac7f-5558cdd1, #w-node-_934845fe-8bb0-13c7-89bd-793ec8a0d9d3-5558cdd1, #w-node-_3948d757-a7fe-d1b2-2df4-80ffba802bee-5558cdd1, #w-node-d8c02e2b-993e-ab11-3b66-a4bb498a49d5-5558cdd1, #w-node-_91fbbff9-b042-b247-7f97-9c57572d0f1b-5558cdd1, #w-node-_1fee40da-d886-b0a6-27ce-6c5b390f7b03-5558cdd1, #w-node-ba0046f5-6723-ade7-ecea-9da05784dcbf-5558cdd1, #w-node-_09cbea64-cdaa-636d-c85a-bd042fca8d34-5558cdd1, #w-node-_759d69ed-8acc-a5fd-168b-e0ddf7547def-5558cdd1, #w-node-_01980733-1f55-8dee-155b-d1f8d4058d94-5558cdd1, #w-node-bac6cb3e-2954-72ca-cd75-0afa96749ef4-5558cdd1, #w-node-_895cfd27-e371-a4a3-c5d9-1a55f4bed3c2-a433d35a, #w-node-_5e7f4e1d-87a2-67d0-f14e-77e311ab0c72-a433d35a, #w-node-_9bea2a2f-0e22-1ea2-7d78-cc27943bebcf-a433d35a, #w-node-af34d06d-9aab-4cce-c396-97ac0e4a9981-a433d35a, #w-node-_4827a1ac-fd4a-6960-d48e-81cee6cd0d66-a433d35a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4827a1ac-fd4a-6960-d48e-81cee6cd0d67-a433d35a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4f741a5-85f6-6d53-9d1a-e2ac4b84ad14-065979e0, #w-node-c22436ee-e438-a855-86e0-521abe033421-065979e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c3c-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c42-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c48-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c51-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c5d-e746c336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c63-e746c336 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7c-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7e-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c80-e746c336, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c82-e746c336, #w-node-c05f30f3-8eb6-cac5-0cd6-7f6b77ad8416-e746c336, #w-node-e3a42fdc-1f87-6c61-8adf-0d031ecd136b-e746c336, #w-node-_4f49931a-e961-2e15-92dc-bc9f29ec894e-e746c336, #w-node-_9064848f-97b3-a96c-2521-1d5a86ec4a24-e746c336, #w-node-_67e2d1f5-5a46-d1c0-3cbe-bcb29c342fa0-e746c336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c8c-e746c336 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60dfa-e746c336, #w-node-_8e765c6c-f244-afbc-3e61-ba8ccfcd7853-a55fece5, #w-node-dbf52208-2155-f44f-e384-fb7aebde6739-a55fece5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c3c-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c42-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c48-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c51-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c5d-2bcdd727 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c63-2bcdd727 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7c-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c7e-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c80-2bcdd727, #w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c82-2bcdd727 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60c8c-2bcdd727 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c03d93-c922-0f5b-a51e-cb1edca60dfa-2bcdd727 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Cooper BT';
  src: url('../fonts/CooperBoldItalicBT.ttf') format('truetype'), url('../fonts/CooperLtBTBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cooper BT';
  src: url('../fonts/CooperLtBTLightItalic.ttf') format('truetype'), url('../fonts/CooperLightItalicBT.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cooper BT';
  src: url('../fonts/CooperLtBTBold.ttf') format('truetype'), url('../fonts/CooperBoldBT.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cooper BT';
  src: url('../fonts/CooperLightBT.ttf') format('truetype'), url('../fonts/CooperLtBTLight.ttf') format('truetype'), url('../fonts/CooperLtBTLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}