:root {
  --midnight-blue: #0a0038;
  --catalyst-yellow: #ffe8b4;
  --yellow-60: #fff7e4;
  --gainsboro: #ddd;
  --white: white;
  --blue-20: #f5f5f7;
  --medium-sea-green: #09ca77;
  --blue-80: #635c7a;
  --white-smoke: whitesmoke;
  --blue-60: #a7a3b5;
  --blue-40: #d8d6de;
  --accent-blue-40: #dcf7fa;
  --accent-blue-20: #f6fdfe;
  --accent-blue-60: #b1ecf4;
  --accent-blue-80: #74ddec;
  --catalyst-blue: #26cae1;
  --green-80: #90e1b1;
  --green-60: #c1eed3;
  --green-40: #e3f7eb;
  --green-20: #f8fdfa;
  --yellow-80: #fff1cf;
  --black: black;
  --catalyst-pink: #ee7abb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--midnight-blue);
  font-size: 18px;
  line-height: 26px;
}

h1 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

h2 {
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--midnight-blue);
  border-width: 1px;
  border-color: #000;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  font-weight: 400;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 0 #000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.button {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--catalyst-yellow);
  color: var(--midnight-blue);
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-decoration: none;
}

.button.mr-20 {
  margin-right: 20px;
}

.button.button-wide {
  color: var(--midnight-blue);
  background-color: #0000;
  border-width: 1px;
  margin-bottom: 12px;
  display: block;
}

.button.button-wide.email-button {
  border-color: var(--midnight-blue);
  text-align: left;
  background-image: url('../images/mail.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom-width: 2px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.button.button-wide.email-button:hover {
  border-color: var(--midnight-blue);
  background-color: var(--yellow-60);
}

.button.button-wide.profile-button {
  border-color: var(--midnight-blue);
  text-align: left;
  background-image: url('../images/eye.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom-width: 2px;
  justify-content: center;
  margin-top: 0;
  padding-left: 40px;
  display: flex;
}

.button.button-wide.profile-button:hover {
  border-color: var(--midnight-blue);
  background-color: var(--yellow-60);
}

.button.button-wide.profile-button.website {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.button-wide.profile-button.website.w--current {
  background-image: url('../images/globe.svg');
}

.button.new-window-button {
  background-image: url('../images/icon-external-link-blue.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 40px;
}

.button.new-window-button:hover {
  background-image: url('../images/icon-external-link-white.svg');
}

.button.button-thumb-up {
  background-image: url('../images/icon-thumbs-up-blue.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
}

.button.button-thumb-up:hover {
  background-image: url('../images/icon-thumbs-up-white.svg');
}

.button.button-message {
  background-image: url('../images/icon-message-blue.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
}

.button.button-message:hover {
  background-image: url('../images/icon-message-white.svg');
}

.button.users {
  padding: 6px 12px;
}

.button.secondary {
  background-color: #fff;
}

.button.secondary:hover {
  background-color: var(--gainsboro);
  color: #000;
}

.button.in-text {
  padding: 2px 12px;
  display: inline-block;
}

.section-footer {
  border-top: 1px solid var(--midnight-blue);
  background-color: var(--catalyst-yellow);
  padding: 40px;
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.container-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
}

.container-body {
  flex: 1;
  max-width: 1240px;
}

.container-body.narrow {
  max-width: 700px;
}

.section-body {
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  font-family: Inter, sans-serif;
}

.section-body.search-bar {
  z-index: 100;
  border-bottom: 2px solid var(--midnight-blue);
  background-color: var(--yellow-60);
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 0;
}

.section-body.background-colour-yellow {
  background-color: var(--yellow-60);
  position: relative;
}

.section-body.line-top {
  border-top: 1px solid var(--midnight-blue);
}

.section-body.partners {
  padding-top: 20px;
}

.section-body.funder-page-note {
  border-top: 1px solid var(--midnight-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-body.section-partner-search {
  border-top: 1px solid var(--midnight-blue);
  background-color: var(--blue-20);
  padding-top: 40px;
}

.section-body.impact-nav {
  z-index: 100;
  padding-bottom: 20px;
}

.nav-link {
  color: var(--midnight-blue);
  background-color: #0000;
  align-self: stretch;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.nav-button {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--catalyst-yellow);
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 200px;
  height: 40px;
  margin-left: 10px;
  transition: color .2s, background-color .2s;
}

.nav-link.nav-button:hover {
  background-color: var(--catalyst-yellow);
  text-decoration: none;
}

.nav-link.nav-button.w--current {
  border-bottom-color: var(--midnight-blue);
}

.nav-link.button-link {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-link.button-link:hover {
  text-decoration: none;
}

.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;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  border-bottom: 1px solid var(--midnight-blue);
  background-color: var(--yellow-60);
  align-items: center;
  position: static;
}

.navbar.bg-white {
  background-color: var(--white);
}

.nav-menu {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button {
  background-color: var(--midnight-blue);
}

.agency-header {
  margin-top: 0;
  margin-bottom: 0;
}

.icon {
  color: var(--white);
  font-size: 30px;
  line-height: 30px;
}

.logo-agency {
  flex: 0 auto;
  align-self: flex-start;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.list-item {
  color: var(--midnight-blue);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #09ca7729;
  border-radius: 5px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
}

.tag {
  color: var(--medium-sea-green);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.sidebar-title_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--midnight-blue);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sidebar {
  position: static;
  top: 20px;
}

.filter-header {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.filter-header:hover {
  color: var(--medium-sea-green);
}

.filter-header.v2 {
  padding-right: 5px;
  display: inline;
}

.icon-2 {
  color: var(--midnight-blue);
  position: relative;
}

.icon-2.v2 {
  margin-right: 0;
  display: inline;
}

.search-result-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-19 {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 24px;
}

.accordion-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion-content {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.collection-item-8 {
  display: inline;
}

.collection-item-9 {
  display: inline-block;
}

.partner-logo-html-embed {
  width: 100%;
  height: 100%;
}

.profile-page-sub-head {
  color: var(--blue-80);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.quote-block {
  border-left: 2px solid var(--white-smoke);
  padding-left: 10px;
  line-height: 26px;
}

.wrapper--left {
  padding-right: 60px;
}

.sidebar-buttons_wrapper.top-line {
  border-top: 1px solid var(--blue-60);
  padding-top: 1rem;
}

.collection-list-wrapper {
  margin-top: 8px;
}

.container-feedback {
  justify-content: flex-start;
  max-width: 1240px;
}

.section-feedback {
  border-top: 1px solid var(--midnight-blue);
  background-color: var(--white);
  padding: 30px 40px;
}

.text-feedback {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feedback-controls {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.mr-20 {
  margin-right: 20px;
}

.feedback-form {
  display: block;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.field-label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.quote-text {
  margin-bottom: 10px;
  font-style: italic;
  line-height: 30px;
}

.quote-author {
  font-weight: 600;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 18px;
}

.link {
  font-size: 16px;
}

.textarea {
  font-size: 16px;
  line-height: 26px;
}

.error-message {
  background-color: #ffe8b4;
  padding: 10px 14px;
}

.wrapper--details {
  margin-bottom: 30px;
}

.accordian-content-tech, .accordian-content-service {
  margin-top: 20px;
  overflow: hidden;
}

.div-block-26 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
}

.item-is-favorite {
  display: none;
}

.bookmark-llink {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-image: url('../images/icon-bookmark-blue-line.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 5px;
  justify-content: center;
  padding: 9px 15px 9px 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bookmark-llink:hover {
  border-color: var(--midnight-blue);
  background-color: var(--yellow-60);
  color: var(--midnight-blue);
  background-image: url('../images/icon-bookmark-blue-line.svg');
}

.bookmark-llink.bookmarked {
  background-color: var(--catalyst-yellow);
  color: var(--midnight-blue);
  background-image: url('../images/icon-bookmark-blue-fill.svg');
}

.bookmark-llink.bookmarked:hover {
  background-image: url('../images/icon-bookmark-blue-line.svg');
}

.bookmark-llink.bookmarked.no-margin {
  border: 1px solid var(--midnight-blue);
  background-size: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 40px;
}

.bookmark-llink.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.jetboost-list-search-input-1l7m {
  border: 1px solid var(--blue-40);
  color: var(--midnight-blue);
  background-image: url('../images/search-outlined.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  flex: none;
  height: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  line-height: 40px;
}

.jetboost-list-search-input-1l7m:focus {
  padding-left: 40px;
}

.jetboost-list-search-input-1l7m::placeholder {
  color: var(--blue-80);
}

.jetboost-list-search-input-1l7m.searchbar {
  border-color: var(--midnight-blue);
  background-image: url('../images/icon-find-agency-search-02.svg');
  background-size: 24px;
  height: 50px;
  box-shadow: 0 1px #000;
}

.agency-details {
  flex: 1;
  align-self: center;
}

.agency-basics {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agency-basics.profile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-agency-card {
  width: 24px;
  margin-right: 10px;
}

.agency-info {
  align-items: center;
  display: flex;
}

.number-label {
  margin-right: 5px;
}

.number-label.ml--5 {
  margin-left: 5px;
}

.search-form-block {
  flex: 1;
  margin-bottom: 0;
}

.card-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.agency-image {
  width: 400px;
  height: 220px;
}

.profile-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.html-image-embed {
  background-color: var(--white);
  height: 100%;
}

.agency-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.collection-item-11 {
  background-color: var(--white-smoke);
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px;
  display: inline-block;
}

.jetboost-user-total-favorites-me2m {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.card {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px;
  display: flex;
}

.card.card-support {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card.card-support.soft {
  border-bottom-width: 1px;
}

.card.card-org {
  border-radius: 0;
  flex-flow: row;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.card.brief {
  margin-bottom: 32px;
}

.card.agency-component {
  margin-bottom: 60px;
}

.card.about-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card.account-message {
  background-color: var(--yellow-60);
  display: none;
}

.card.impact-analytics-card {
  align-items: stretch;
  padding: 40px;
}

.card.stretch {
  align-items: stretch;
}

.grid-cards-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-content {
  flex: 1;
}

.logo-link, .logo-link:hover {
  background-color: #0000;
}

.mb-40 {
  margin-bottom: 40px;
}

.hyphen, .sort-category-budget {
  margin-right: 5px;
}

.sort-button {
  float: left;
  color: var(--midnight-blue);
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.sort-button:hover {
  text-decoration: underline;
}

.sort-button:active {
  text-decoration: none;
}

.sort-button.jetboost-sort-active {
  text-decoration: underline;
}

.agencies-list {
  margin-left: auto;
  margin-right: auto;
}

.agency-info-rates-1, .agency-info-rates-2, .agency-info-budget-1, .agency-info-budget-2 {
  align-items: center;
  display: flex;
}

.filter-toggle-btn {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 50px;
  display: flex;
}

.text-filter {
  font-size: 16px;
}

.icon-4 {
  inset: 0% 0% 0% auto;
}

.filter-list {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  overflow: auto;
}

.filters-dropdown {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--white);
  border-radius: 5px;
  margin-top: 2px;
}

.filters-dropdown.w--open {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  object-fit: fill;
  border-radius: 5px;
  width: 250px;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: absolute;
  top: 49px;
  bottom: auto;
  overflow: visible;
  box-shadow: 1px 1px #000;
}

.h1-large {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.h1-large.mb-30 {
  margin-bottom: 10px;
}

.service-dropdown {
  background-color: var(--white);
  display: inline-block;
}

.sort-category-rate {
  margin-right: 5px;
}

.search-and-filters, .filters-sorting {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.sub-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.quote-block-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.quote-avatar {
  border-radius: 40px;
  width: 80px;
  height: 80px;
}

.link-block {
  flex: 0 auto;
}

.mr--5 {
  margin-right: 5px;
}

.feedback-buttons {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button-next {
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--catalyst-yellow);
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-bottom: 32px;
  margin-right: 10px;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.type-column-2 {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 20px;
}

.style-guide-section {
  background-color: #0000;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.type-column-1 {
  padding-right: 20px;
}

.colour--accent-blue-40 {
  background-color: var(--accent-blue-40);
  color: #d4ecf5;
}

.colour-blue-80 {
  background-color: var(--blue-80);
  color: #73c0de;
}

.colour--accent-blue-20 {
  background-color: var(--accent-blue-20);
  color: #f6fbfd;
}

.colour--accent-blue-60 {
  background-color: var(--accent-blue-60);
  color: #b0dbea;
}

.text--colour-white {
  color: #fff;
  background-color: #0000;
}

.style-guide-section-2 {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.container-colour.bg-colour--black {
  background-color: var(--midnight-blue);
  align-items: center;
  height: 80px;
  padding-left: 24px;
  display: flex;
}

.container-colour.bg-colour--white {
  background-color: #fff;
  align-items: center;
  height: 80px;
  display: flex;
}

.colour-catalyst-yellow {
  background-color: var(--catalyst-yellow);
}

.colour-accent-blue-80 {
  background-color: var(--accent-blue-80);
}

.colour-yellow-60 {
  background-color: var(--yellow-60);
}

.colour-catalyst-blue {
  background-color: var(--catalyst-blue);
}

.colour-catalyst-green {
  background-color: var(--medium-sea-green);
}

.colour-green-80 {
  background-color: var(--green-80);
}

.colour-green-60 {
  background-color: var(--green-60);
}

.colour-green-40 {
  background-color: var(--green-40);
}

.colour-green-20 {
  background-color: var(--green-20);
}

.colour-yellow-80 {
  background-color: var(--yellow-80);
}

.colour-midnight-blue {
  background-color: var(--midnight-blue);
}

.colour-blue-60 {
  background-color: var(--blue-60);
}

.colour-blue-40 {
  background-color: var(--blue-40);
}

.colour-blue-20 {
  background-color: var(--blue-20);
}

.services_wrapper, .wrapper-tech {
  margin-bottom: 20px;
}

.utility_image {
  margin-bottom: 10px;
}

.filter-button {
  background-color: var(--green-60);
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 3px 6px;
}

.filter-button.is-blue {
  background-color: var(--accent-blue-60);
}

.filter-button.with-x {
  background-image: url('../images/x.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
}

.text-centre {
  text-align: center;
}

.text-centre.mb-40 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 100px;
}

.key-info {
  flex: none;
  margin-right: 4px;
}

.brief-key-info {
  align-items: stretch;
  margin-bottom: .25rem;
  display: flex;
}

.flex-cols {
  justify-content: space-between;
  display: flex;
}

.width-30 {
  width: 30%;
}

.width-65 {
  width: 65%;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.footer-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
}

.footer-links {
  padding-left: 0;
  list-style-type: none;
}

.footer-blocks {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mb-30 {
  border-radius: 1rem;
  margin-bottom: 30px;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  display: flex;
}

.brief-services {
  display: flex;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.service-label {
  background-color: var(--white-smoke);
  margin-bottom: 4px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.briefs-filter-component {
  margin-bottom: 60px;
}

.briefs-add-component {
  margin-bottom: 2rem;
}

.sticky-col {
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.filter-checkbox-field {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 6px;
}

.applied-filters {
  flex-wrap: wrap;
  display: flex;
}

.jetboost-filter-selections-1r6e, .jetboost-filter-selections-q9e4 {
  display: none;
}

.applied-filters-wrapper {
  margin-bottom: 20px;
}

.brief-filter {
  background-color: var(--white);
  border: 1px solid #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-14 {
  align-items: center;
}

.filter-text {
  margin-right: 5px;
}

.filter-button-briefs {
  background-color: var(--white);
  border: 1px solid #000;
  border-bottom-width: 2px;
  border-radius: 5px;
  align-items: center;
  height: 50px;
  display: flex;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.dropdown-list, .dropdown-list.w--open {
  margin-top: 16px;
}

.dovetail-is-useful {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

.list-left-nav {
  padding-left: 0;
  list-style-type: none;
}

.link-external {
  background-image: url('../images/icon-external-link-blue.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-right: 28px;
}

.dropdown-3 {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.link-report {
  background-image: url('../images/icon-report.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  display: inline-block;
}

.report-message_component {
  background-color: var(--yellow-60);
  border-radius: 5px;
  width: 40%;
  margin-top: 22px;
  padding: 22px 22px 12px;
}

.report-component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.width-25 {
  width: 25%;
}

.width-70 {
  width: 70%;
}

.col-section {
  border-bottom: 1px solid var(--midnight-blue);
  margin-bottom: 1px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.col-section.is-last {
  border-bottom-style: none;
}

.col-section.no-line {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.footer-links-block.last {
  margin-right: 0;
}

.find-agency_component {
  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;
}

.how-to-find-agency_icon {
  width: 48px;
}

.find-agency_icon-wrapper {
  background-color: var(--catalyst-yellow);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 120px;
  margin-bottom: 10px;
  display: flex;
}

.find-agency_header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.find-agency_header-text {
  text-align: center;
  width: 100%;
}

.grid-advisors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rich-text-advisors h3 {
  margin-top: 30px;
}

.width-20 {
  width: 20%;
}

.width-80 {
  width: 80%;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.grid-cards-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-30 {
  margin-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.card-icon {
  margin-bottom: .5rem;
}

.book-call-image-wrapper {
  border-radius: 4rem;
  width: 8rem;
  min-width: 8rem;
}

.image-call-avatar {
  border-radius: 4rem;
}

.image-advisor {
  border-radius: 100%;
  width: 6rem;
}

.announcement {
  grid-column-gap: 8px;
  background-color: var(--catalyst-yellow);
  justify-content: center;
  align-items: center;
  padding: 5px 24px 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-banner-text {
  text-align: center;
  font-size: 16px;
}

.nav-container {
  padding: 20px 24px;
}

.no-padding {
  padding: 0;
}

.login-form-footer {
  margin-top: 20px;
}

.text-align-left {
  text-align: left;
}

.user-account-wrapper {
  background-color: #0000;
  width: auto;
  min-height: auto;
  padding: 0;
}

.account-form-buttons {
  margin-top: 30px;
  display: flex;
}

.user-form-error-state {
  background-color: var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.hero-area-central {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-central {
  background-image: url('../images/hero-arrows-01.svg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 24px;
}

.hero-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.hero-text-buttons {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.hero-agencies {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.hero-agency-label {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  border-radius: 5px;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Rock Salt, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -20px;
}

.hero-agency {
  border-radius: 5px;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-agency-image {
  border-radius: 5px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.max-width-500 {
  max-width: 500px;
}

.mb-5 {
  margin-bottom: 5px;
}

.contributor-avatar {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.contibutors_component {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  display: flex;
}

.contributor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.font-weight-bold {
  font-weight: 700;
}

.col-section-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.width-75 {
  width: 75%;
}

.side-nav-link {
  display: block;
}

.side-nav-link.w--current {
  font-weight: 700;
}

.fathom-link-wrapper {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.fathom-logo {
  width: 2.5rem;
}

.story-info {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--blue-80);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
}

.story-component {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.story-header {
  margin-bottom: 30px;
}

.story-details-list {
  list-style: none;
}

.story-details-list-item {
  grid-column-gap: 5px;
  list-style: disc;
}

.story-head-header-image {
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 3px 3px #0003;
}

.story-body {
  margin-bottom: 60px;
}

.story-info-heading {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.story-list-item-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.desciption-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.lead-image-wrapper {
  background-image: url('../images/avatar-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.partner-avatars-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.partner-avatar {
  background-image: url('../images/avatar-holder-yellow.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
}

.partner-avatar.second {
  background-image: url('../images/avatar-holder-green.png');
  margin-left: -10px;
}

.partner-avatar.first {
  z-index: 1;
}

.grid-partnerships {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.partnerships-item {
  display: flex;
}

.footer-link {
  color: var(--midnight-blue);
  width: 100%;
  display: inline-block;
}

.partnerships-story-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.partner-story-lead-img {
  background-image: url('../images/avatar-3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.consultant-profile-img {
  background-image: url('../images/avatar-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.grid-consultants {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.consultant-profile-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.consultant-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.ai-widget-wrapper {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: #f3f6fc;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 5px;
}

.example-bot-text {
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: 3px;
  padding: 4px 6px;
}

.funder-landing-header-blocks {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-embed-city-bridge {
  width: 140px;
}

.dovetail-and-funder-logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.service-tech-header {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
  display: flex;
}

.selection-process-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.form {
  grid-column-gap: 20px;
  display: flex;
}

.search-field {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-image: url('../images/icon-find-agency-search-02.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 40px;
}

.search-field:focus {
  padding-left: 40px;
}

.search-field::placeholder {
  color: var(--blue-80);
}

.partner-search {
  margin-bottom: 40px;
}

.grid-partnerships-impact {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partnerships-item-impact-page {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.impact-nav-bar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.impact-nav-item.w--current {
  border-bottom-color: var(--midnight-blue);
}

.impact-quotes {
  column-count: 3;
}

.text-small {
  font-size: 16px;
  line-height: 24px;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.mission-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.align-centre {
  text-align: center;
  justify-content: center;
  display: flex;
}

.impact-quote {
  font-size: 18px;
  line-height: 28px;
}

.content-narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.impact-analytics-items {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.analytics-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.imapct-analytics-wrapper {
  border-top: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.impact-why-use-item {
  grid-column-gap: 20px;
  display: flex;
}

.impact-why-use-text {
  flex: 1;
}

.analytics-table-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: grid;
}

.analytics-table-row.hide {
  display: none;
}

.analytics-table {
  font-size: 22px;
  line-height: 30px;
}

.analytics-table-label {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.checklist_wrapper {
  border-top: 1px solid var(--midnight-blue);
}

.checklist-item_wrapper {
  border-bottom: 1px solid var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
}

.checklist-item-controls {
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.checklist-item-controls:active {
  text-decoration: none;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.linkedin-blue {
  color: #0072b1;
}

.checklist-item-header-text {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
}

.checklist-item-label {
  background-color: var(--green-60);
  border-radius: 3px;
  margin-right: 1rem;
  padding: 2px 6px;
  font-size: 16px;
}

.checklist-item-label.is-optional {
  background-color: var(--yellow-60);
}

.checklist-item_desc {
  padding: 1rem 1rem 1rem 3rem;
  display: none;
}

.checklist-item-checkbox {
  width: 3rem;
}

.bg-colour-white {
  background-color: var(--white);
}

.footer-item {
  margin-bottom: 14px;
}

.skip-to-main-content {
  z-index: 999;
  opacity: 0;
  text-align: center;
  padding: 10px;
  display: block;
  position: absolute;
  left: -9999px;
}

.skip-to-main-content:focus {
  opacity: 1;
  position: static;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--midnight-blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  color: var(--midnight-blue);
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  border-top: 1px solid var(--midnight-blue);
  background-color: var(--yellow-60);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 3px #00000017;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.collection-list-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logo {
  flex: 0 auto;
  align-self: flex-start;
  width: 80px;
  height: 80px;
}

.collection-list-wrapper-3 {
  transform: rotate(-7deg);
}

.footer-links-lower-wrapper {
  grid-column-gap: 20px;
  border-top: 1px solid var(--blue-40);
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.footer-links-lower {
  grid-column-gap: 20px;
  align-self: center;
  display: flex;
}

.linkedin-link-wrapper {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--midnight-blue) var(--blue-80) var(--midnight-blue) var(--midnight-blue);
}

.nav-menu-item {
  margin-bottom: 0;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.warning-text {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.warning-text.hide {
  display: none;
}

.footer-logos {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
}

.logos-funders {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  align-self: center;
  width: 100%;
}

.funded-by_wrapper {
  flex: 1;
}

.sidebar-dates_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-and-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: #fff;
  width: 70%;
  padding: 0;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.lead-image_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.profile_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-secondary {
  color: #000;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.text-weight-bold {
  font-weight: 700;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.text-color-white {
  color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-black {
  color: #000;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom, .margin-bottom.margin-xhuge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-primary {
  color: #000;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag-2.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag-2.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.background-color-secondary {
  background-color: #eee;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pointer-events-none {
  pointer-events: none;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

.background-color-tertiary {
  background-color: #aaa;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.background-color-black {
  background-color: #000;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-tiny {
  padding: .25rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.background-color-primary {
  background-color: #fff;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: #fff;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--midnight-blue);
  background-color: var(--yellow-80);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 5px;
  padding: .75rem;
  text-decoration: none;
}

.button-2:hover {
  background-color: var(--catalyst-yellow);
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-2.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-2.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-2.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2.is-icon.selected {
  background-color: var(--catalyst-yellow);
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.text-align-right {
  text-align: right;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.text-weight-medium {
  font-weight: 500;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-top, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.text-align-center {
  text-align: center;
}

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: #fff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.margin-0 {
  margin: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.background-color-white {
  background-color: #fff;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xhuge {
  margin: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.text-color-alternate {
  color: #fff;
}

.text-size-large {
  font-size: 1.25rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.background-color-alternative {
  background-color: #000;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 2rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.margin-large {
  margin: 3rem;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-italic {
  font-style: italic;
}

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.profile_sidebar {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.profile-content-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sidebar-basics_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.sidebar-divider {
  border-bottom: 1px solid var(--blue-40);
}

.service-tech-list_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
}

.service-tech-label {
  background-color: var(--white-smoke);
  border-radius: .25rem;
  padding: .125rem .5rem;
}

.service-tech-label:hover {
  background-color: var(--gainsboro);
}

.p-info {
  grid-row-gap: 16px;
}

.p-info.half {
  grid-row-gap: 8px;
  width: 54%;
}

.under-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 260px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  transform: rotate(2deg);
}

.under-h2.dark-blue {
  background-color: var(--catalyst-yellow);
  border-radius: 5px;
  transform: none;
}

.process-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 260px 260px 260px 260px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blue-section {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.h3.bigger {
  color: var(--midnight-blue);
  letter-spacing: -2px;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.icon-5 {
  width: 60px;
  max-width: none;
  height: 60px;
}

.icon-5.right-bottom {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 24px 24px auto;
}

.icon-5.left-top {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 24px auto auto 24px;
}

.icon-5.right-top {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.paragraph.white {
  color: var(--midnight-blue);
}

.global-container {
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global-container.vertical {
  grid-row-gap: 200px;
  flex-direction: column;
  display: flex;
}

.title-compound {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.p-item {
  background-color: var(--catalyst-yellow);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: relative;
}

.p-item.right {
  align-items: flex-end;
}

.text-block-2 {
  color: var(--midnight-blue);
}

.heading {
  z-index: 1;
  order: 0;
  font-size: 40px;
  position: relative;
}

.logos-section {
  background-color: var(--catalyst-yellow);
  margin-top: 3em;
  padding-bottom: 32px;
  display: flex;
}

.client-loop {
  z-index: 1;
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  mix-blend-mode: normal;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  height: 96px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  transform: none;
  box-shadow: 0 3px 5px #0003;
}

.cl_container {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 5vw;
  display: flex;
}

.clientgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.clientlogo {
  max-width: 140px;
  max-height: 36px;
  margin-right: 5vw;
}

.feature-subheadline {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
  position: relative;
  inset: 0 0% auto;
}

.feature-subline-brandhype {
  background-image: url('../images/projectverse-favicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-attachment: scroll;
  width: 5.4em;
  height: 1.5em;
  margin-bottom: -.5em;
  margin-left: 19px;
  padding-top: 0;
  display: inline-block;
}

.constant {
  display: inline;
}

.changer-overflow {
  float: right;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  position: relative;
  top: 0;
}

.text-displayer-component {
  height: 3rem;
  overflow: hidden;
}

.text-displayer-track {
  flex-direction: column;
  align-items: center;
  line-height: 28px;
  display: flex;
  transform: translate(0);
}

.text-displayer-item {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
}

.navbar1_dropdown-toggle {
  color: #f5f5f5;
  padding: 1rem 2.5rem 1rem 1rem;
}

.navigation-link-2 {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: var(--medium-sea-green);
}

.navigation-link-2.w--current {
  color: #eb742e;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wg-selector2-text-lang2 {
  position: relative;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.arrow {
  width: 16px;
  height: 16px;
  display: none;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-drop-container {
  background-color: #fff;
  justify-content: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-drop-container._1st {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 280px 300px;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-drop-container._2nd {
  margin-left: 0;
  margin-right: 0;
}

.nav-items {
  grid-column-gap: 16px;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: relative;
}

.text-block-61 {
  font-size: 16px;
}

.navigation-2 {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-square {
  box-shadow: none;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
}

.text-block-63 {
  font-size: 12px;
  line-height: 1.5;
}

.text-block-63:hover {
  color: var(--catalyst-blue);
}

.snack-bar-link {
  color: #1d1d1d;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.snack-bar-link:hover {
  opacity: .9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-4 {
  position: static;
}

.nav-space {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  margin-top: 4px;
  padding-left: 28px;
  display: flex;
}

.icon-6 {
  margin-right: 5px;
}

.dropdown-toggle-3 {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: var(--medium-sea-green);
}

.snack-bar {
  z-index: 2;
  grid-column-gap: 8px;
  background-image: linear-gradient(#c6ff53, #c6ff53);
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: none;
  position: relative;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: var(--yellow-60);
  color: var(--medium-sea-green);
  font-weight: 500;
}

.navigation-link-block {
  background-color: var(--yellow-60);
  color: #283338;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px 20px 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #eb742e;
  background-color: #eb742e1a;
}

.navigation-link-block._2nd {
  background-color: var(--yellow-60);
  background-image: url('../images/mobile-development-projectverse-mobile-app-development-pune-whitelabeldevelopmentindia--.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
}

.navigation-column-2 {
  justify-content: center;
  align-items: center;
  padding: 10px 15px 0;
}

.navigation-column-2._50 {
  width: 100%;
  padding-bottom: 20px;
}

.navigation-full {
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #3d424b12;
  align-items: center;
  width: 100%;
  padding: 22px 3%;
  display: flex;
  position: relative;
}

.navigation-container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-details-2 {
  color: var(--midnight-blue);
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

.nav-link-details-2:hover {
  color: var(--medium-sea-green);
}

.nav-link-details-2.w--current {
  color: #eb742e;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  z-index: 15;
  box-shadow: none;
  background-color: #0000;
  min-width: auto;
  max-width: 1000px;
  padding-top: 12px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 10%;
}

.navbar1_dropdown-list.w--open {
  background-color: #646464;
  border-radius: 8px;
  padding: .5rem;
}

.nav-content-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.arrow-holder {
  color: red;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-holder:hover {
  color: #eb742e;
}

.dropdown-toggle-2 {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: var(--medium-sea-green);
}

.hero-pargraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.hero-pargraph.small-text-footer {
  color: #797979;
  font-size: 14px;
}

.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.dropdown-list-full-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 600px 330px;
  grid-auto-columns: 1fr;
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
  overflow: hidden;
  box-shadow: 9px 18px 60px 4px #00000021, 0 50px 25px -50px #20355a26;
}

.navigation-button {
  background-color: var(--catalyst-yellow);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: 1px 1px 2px #6f2900;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #461a00;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  border-radius: 12px;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  overflow: hidden;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw3.hide {
  display: none;
}

.nav-content-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-content-wrap-2._2nd {
  justify-content: flex-start;
}

.navigation-mob-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-title {
  color: var(--midnight-blue);
  -webkit-text-decoration-color: var(--catalyst-yellow);
  text-decoration-color: var(--catalyst-yellow);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-flex {
  grid-column-gap: 8px;
  display: flex;
}

.navigation-left-2 {
  align-items: center;
  display: flex;
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: var(--yellow-60);
  color: var(--medium-sea-green);
  font-weight: 500;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-icon {
  width: 25px;
}

.new-tag-nav {
  color: #fff;
  background-color: #eb742e;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  inset: -50% -40% auto auto;
}

.navigation-wrap {
  z-index: 80;
}

.new-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-lottie-holder._4 {
  background-image: linear-gradient(45deg, #e3e3e3, #efefef 50%, #e5e5e5);
}

.button-holder {
  border-radius: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.lottie-animation-2 {
  height: 103px;
}

.hero-image-holder {
  border: 2px solid #ededed;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-holder._1 {
  height: 100%;
  max-height: 100%;
}

.hero-image-holder._3 {
  border-style: none;
}

.hero-image-holder._4 {
  height: 100%;
  max-height: 20%;
}

.hero-image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  width: 500px;
  height: 500px;
}

.hero-button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 15px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-weight: 400;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.hero-heading {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 92px;
  font-weight: 400;
  line-height: 85px;
}

.hero-image-holder-2 {
  height: 100%;
  max-height: 160px;
}

.bold-text-2 {
  font-size: 18px;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.hero-button-gradient {
  opacity: .45;
  background-image: linear-gradient(to right, #de50ff00 34%, #926dff 50%, #de50ff00 67%);
  border-radius: 15px;
  position: absolute;
  inset: 0%;
  transform: translate(150px);
}

.hero-grid {
  grid-template-rows: auto;
}

.hero-lottie-holder-2 {
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 160px;
  display: flex;
}

.hero-lottie-holder-2._3 {
  background-image: linear-gradient(45deg, #efd3ce, #fbf0e0 50%, #fee8bd);
}

.hero-lottie-holder-2._2 {
  background-image: linear-gradient(45deg, #ddffd1, #d6f9e8 50%, #dafbed);
}

.hero-lottie-holder-2._1 {
  background-image: linear-gradient(52deg, #ebdfff, #f2e1f5 48%, #dfe2ff);
}

.home-hero_image-wrapper {
  z-index: 1;
  position: relative;
}

.home-header_content-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 50%;
  display: flex;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 32rem;
}

.home-header_divider {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: .75rem;
  margin-right: .75rem;
}

.home-header_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-header_review-wrapper-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-bold {
  color: var(--midnight-blue);
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}

.home-header_image-wrapper.is-secondary2 {
  position: absolute;
  inset: auto auto -2% -8%;
  transform: rotate(-5deg);
}

.home-header_image-wrapper.is-secondary1 {
  position: absolute;
  inset: 3% 0% auto auto;
  transform: rotate(10deg);
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #ff006e;
  border-radius: 70px;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 1px 3px #0000001a;
}

.button-3:hover {
  transform: translate(0, -3px);
}

.home-header_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--midnight-blue);
  background-color: var(--yellow-60);
  border-radius: 30px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4.5rem 3rem 4.5rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header_review-logo-wrapper {
  width: 4.5rem;
}

.home-header_review-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.section_home-header {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.heading-2 {
  color: var(--midnight-blue);
  font-family: Lexend Deca, sans-serif;
}

.text-block-64 {
  color: var(--medium-sea-green);
}

.text-block-65 {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.benefits-heading {
  text-align: center;
  max-width: 470px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-card-text-block {
  max-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.1;
}

.benefits-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.benefits-section {
  justify-content: center;
  align-items: center;
}

.vertical-line {
  border-right: 2px dashed #ccc;
  width: 2px;
  height: 230px;
  margin-left: 6%;
  margin-right: 6%;
}

.vertical-line._1st {
  height: 200px;
  margin-top: 40px;
  text-decoration: none;
}

.benefit-text-div {
  width: 100%;
  max-width: 330px;
  margin-left: 20px;
  padding-top: 0;
}

.benefits-lottie-block {
  width: 30px;
  margin-bottom: 0;
  padding-top: 0;
}

.benefits-lottie-block.servico {
  width: 50px;
}

.benefits-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 20px 0;
  display: flex;
}

.benefits-flexbox {
  justify-content: center;
  width: 95vw;
  min-width: 744px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.card-title {
  margin-top: 7.5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.title-row {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body_one-dark {
  opacity: .6;
  margin-top: 10px;
  line-height: 1.25rem;
}

.cta_readmore-icon {
  width: .875rem;
  height: .875rem;
}

.cta_readmore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.title_block-right {
  max-width: 28rem;
}

.title-small {
  opacity: .6;
  color: #171d2f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25rem;
}

.title_block {
  margin-left: 40px;
  margin-right: 20px;
}

.title_block.k {
  margin-left: 150px;
  margin-right: 150px;
}

.heading-3 {
  margin-top: 10px;
  line-height: 30px;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2rem;
}

.bold-text-4, .bold-text-5 {
  font-family: Lexend Deca, sans-serif;
  font-size: 25px;
}

.button-10 {
  color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: center;
  width: 265px;
  height: 50px;
  margin-top: 23px;
  margin-left: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-color-b10 {
  z-index: 0;
  background-color: var(--catalyst-yellow);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-button-b10 {
  z-index: 1;
  margin-left: 30px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 800;
  position: relative;
}

.arrow-blue-b10 {
  z-index: 1;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  position: absolute;
  inset: auto 33px auto auto;
}

.container-large-2 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.home-steps_item-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.home-steps_lottie {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.home-steps_order {
  color: #b794ff;
  font-size: .875rem;
  font-weight: 500;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-steps_component {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-steps_progress {
  z-index: 0;
  background-color: #854bff;
  width: 2px;
  height: 100%;
  position: absolute;
}

.home-steps_progress.is-start {
  bottom: -55%;
}

.home-steps_progress.is-end {
  top: -55%;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-steps_item-small-square {
  background-color: #c7acff;
  width: .625rem;
  height: .625rem;
}

.home-steps_item-square {
  z-index: 1;
  border: 2px solid #854bff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #854bff;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: border-radius .3s, opacity .3s;
}

.button-4:hover {
  opacity: .69;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.button-4.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 2px solid #854bff;
}

.home-steps_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.text-color-white-2 {
  color: #fff;
}

.home-steps_item-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_home-steps {
  background-image: linear-gradient(#180c32, #5e28cf);
  position: relative;
  overflow: hidden;
}

.user-inner-wrap {
  align-items: center;
  display: flex;
}

.our-user-logo-wrap {
  flex: 1;
}

.user-content {
  margin-bottom: 0;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.marquee-list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-user-area {
  margin-top: 95px;
}

.marquee-flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.user-number {
  margin-top: 0;
  margin-bottom: 8px;
}

.container-2 {
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.marquee-item {
  flex: none;
  margin-right: 95px;
}

.border-line {
  background-color: #442b3d66;
  width: 2px;
  height: 53px;
  margin-left: 80px;
  margin-right: 51px;
}

.integrations-single-item {
  z-index: 0;
  border: 2px solid var(--blue-80);
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.integrations-single-item:hover {
  border: 2px solid #ff6854;
}

.integrations-single-item.style-01 {
  background-color: var(--blue-80);
  background-image: url('../images/Line-8.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.integrations-logo {
  border-radius: 10px;
  transition: all .2s;
}

.integrations-logo:hover {
  transform: scale(1.2);
}

.section-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

.section-paragraph.integration-paragraph {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.delivery-time {
  color: #6e6d7f;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.delivery-time.color-white {
  color: #fff;
  margin-bottom: 50px;
}

.integrations-item-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-span-title {
  color: #000230;
  font-weight: 700;
}

.integrations-thumbnail-wrap {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.integration-number {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.read-more-button {
  color: #a19d9f;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}

.read-more-button.color-white {
  color: #fff;
}

.integration-bg-color {
  z-index: -11;
  border: 2px solid var(--blue-80);
  background-color: var(--catalyst-yellow);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.integrations-area {
  z-index: 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.integration-bg-image {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.integrations-number-wrap {
  margin-bottom: 16px;
  position: relative;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.line-ver {
  background-color: var(--catalyst-yellow);
  transform-origin: 50% 0;
  align-self: center;
  width: 10px;
  height: 210px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  background-color: var(--catalyst-yellow);
  height: 100px;
  margin-top: -10px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.first, .line-ver.first.aniamation {
  transform-origin: 50% 0;
  height: 100px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.long {
  height: 300px;
}

.line-ver.long.projectverse-start {
  align-self: flex-start;
  height: 100px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.med {
  height: 250px;
}

.line-ver._12 {
  width: 20px;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.flex {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.hor, .flex.hor.center {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.half {
  width: 51.4%;
}

.rotation-hero-text-bg {
  z-index: 1;
  opacity: .66;
  filter: blur(14px) brightness(0%);
  position: absolute;
  bottom: 33%;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.bg-art {
  z-index: -1;
  background-color: var(--white);
  opacity: 1;
  position: fixed;
  inset: 0%;
}

.copyright-footer {
  justify-content: center;
  width: 60%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.container-flex {
  background-color: var(--yellow-60);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.rel {
  position: relative;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.button-5 {
  color: #402e70;
  background-color: #e0cffe;
  padding: 12px 24px;
  font-weight: 700;
}

.button-5:hover {
  box-shadow: 4px 4px 20px #0000002b;
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-left {
  width: 200px;
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 90%;
  height: 50%;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text.margin-right {
  text-align: right;
  margin-left: -8.3rem;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 90%;
  height: 50%;
  margin-left: -8.3px;
  margin-right: 20px;
  padding-left: 0;
}

.heading-4 {
  color: #402e70;
}

.cc-scroll {
  color: #e0cffe;
  display: inline-block;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-hor {
  background-color: var(--catalyst-yellow);
  color: var(--catalyst-yellow);
  width: 100%;
  height: 10px;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.origin-left {
  background-color: var(--catalyst-yellow);
  transform-origin: 0%;
}

.line-hor.origin-right {
  background-color: var(--catalyst-yellow);
  transform-origin: 100%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 34%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.scroll {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.line-container {
  width: 42%;
  margin-bottom: 0;
}

.copyright {
  color: #667eea;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  text-decoration: none;
}

.heading-5 {
  color: var(--midnight-blue);
}

.paragraph-2 {
  color: var(--midnight-blue);
  margin-bottom: 100px;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
}

.bold-text-6 {
  color: var(--midnight-blue);
}

.paragraph-3 {
  color: var(--midnight-blue);
  margin-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 18px;
}

.heading-6, .bold-text-7, .heading-7 {
  color: var(--midnight-blue);
}

.paragraph-4 {
  color: var(--midnight-blue);
  font-size: 14px;
  line-height: 18px;
}

.paragraph-4.projectverse-para {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-8 {
  color: var(--midnight-blue);
}

.projectverse-para {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.heading-9, .heading-10 {
  color: var(--midnight-blue);
}

.paragraph-6, .paragraph-7 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.heading-11 {
  color: var(--midnight-blue);
}

.paragraph-8 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 130px;
  font-size: 14px;
  line-height: 18px;
}

.section {
  background-color: var(--accent-blue-20);
  border-radius: 25px;
  margin-top: 44px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-32 {
  object-fit: fill;
  line-height: 20px;
}

.banner {
  z-index: 2;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ffffff30;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.banner-move {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-text {
  flex: none;
  margin-right: .5em;
  position: relative;
}

.loopouter {
  background-color: #fff;
  border-top: 1px solid #000;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.loopinner {
  background-color: #ffc000;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 10px 10px;
  display: flex;
  overflow: hidden;
}

.looptext {
  color: #000;
  flex: none;
  width: 250px;
  margin-right: 0;
  font-size: 21px;
  display: block;
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.home-clients-logos {
  overflow: hidden;
}

.padding-top-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-meta {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-meta-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 24px;
  height: 1px;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper {
  background-color: var(--white);
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.item {
  aspect-ratio: auto;
  width: auto;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

.form_message-error-2 {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}

.form_message-error-2.is-footer-form {
  color: #1d2130;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-semibold {
  color: var(--midnight-blue);
}

.footer_social_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: end center;
  margin-top: .875rem;
  display: grid;
}

.footer_form {
  color: #fff;
  align-items: center;
  display: flex;
}

.footer_links_column {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 12rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer_links_list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 60%;
  display: flex;
}

.form_input-2 {
  color: #1d2130;
  background-color: #fff;
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.form_input-2:focus {
  border-width: .125rem;
  border-color: #6b7cff;
}

.form_input-2::placeholder {
  color: #1d213099;
  font-size: 1rem;
}

.form_input-2.is-footer-form {
  color: #fff;
  background-color: #2b2e3c;
  min-height: 3.5rem;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .5rem 1rem;
}

.form_input-2.is-footer-form:focus {
  border-color: #e0e4fc33;
}

.form_input-2.is-footer-form::placeholder {
  color: #ffffff80;
}

.footer_social_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer_social_icon:hover {
  color: var(--medium-sea-green);
}

.padding-global-4 {
  z-index: 1;
  background-color: var(--catalyst-yellow);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_social_link {
  transition: color .2s;
}

.footer_social_link:hover {
  color: #fff;
}

.footer_logo {
  height: 4rem;
}

.footer_link {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  opacity: 1;
  color: var(--medium-sea-green);
}

.footer_top-right {
  text-align: center;
  width: 30%;
  min-width: 24rem;
  margin-left: 2rem;
}

.footer_form-wrapper {
  margin-bottom: 0;
}

.form_message-success-2 {
  background-color: #ffffff80;
  border-radius: .5rem;
  padding: 1.25rem;
}

.form_message-success-2.is-footer-form {
  background-color: #ffffff08;
}

.footer_top {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer_bottom {
  color: #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.footer_divider {
  background-color: #888;
  flex: 1;
  width: 30%;
  height: 1px;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #1d2130;
  border: .125rem solid #1d2130;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}

.button-6:hover {
  background-color: #313852;
  border-color: #313852;
}

.button-6.is-footer-subscribe {
  color: #1d2130;
  background-color: #fff;
  border-style: none;
  margin-left: -2rem;
  transition: background-color .3s;
}

.button-6.is-footer-subscribe:hover {
  background-color: #d9d9d9;
}

.footer_bottom-inner {
  flex-direction: column;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.button-7 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-7:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-7.lottie-icon {
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
  margin-right: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone {
  width: 40px;
  padding-top: 10px;
}

.phone.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  flex: 1;
  margin-left: 10px;
}

.mask {
  overflow: visible;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.logo-column {
  width: 33.3333%;
  padding-right: 35px;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.curve-rough {
  object-fit: cover;
  width: 110%;
  position: absolute;
  inset: auto 0% -2%;
}

.content-block {
  padding: 20px 35px 40px;
}

.content-h2 {
  color: #151c34;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: .9;
}

.logo-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.right-arrow {
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: 17px;
  right: -17px;
}

.author-job {
  color: #151c3480;
}

.column-wrap {
  display: flex;
}

.play-icon {
  width: 60px;
}

.text-fixed-height {
  min-height: 100px;
}

.logo-3 {
  margin-right: 35px;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-h4 {
  color: #151c34;
  font-size: 17px;
  font-weight: 500;
}

.left-arrow {
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: 17px;
  left: -17px;
}

.testimonial-card {
  height: 100%;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.title-block {
  color: #7a8094;
  letter-spacing: 2px;
  font-family: Lexend Deca, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3%;
  display: flex;
  overflow: hidden;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.text-span {
  color: var(--medium-sea-green);
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 16px;
  line-height: 25px;
}

.text-span-2 {
  color: var(--medium-sea-green);
}

.text-span-3 {
  font-size: 25px;
  line-height: 20px;
}

.text-span-4, .text-span-5 {
  color: var(--medium-sea-green);
}

.marquee-horizontal {
  z-index: 200;
  background-color: var(--catalyst-yellow);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .section-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block-logo {
    margin-bottom: 30px;
  }

  .nav-link {
    border-bottom: 1px solid var(--midnight-blue);
    background-color: var(--yellow-60);
    padding: 20px;
  }

  .nav-link.w--current {
    background-color: var(--yellow-60);
  }

  .nav-link.nav-button {
    margin: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link.button-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    position: relative;
  }

  .nav-menu {
    border-top: 1px solid var(--midnight-blue);
    border-bottom: 1px solid var(--midnight-blue);
    background-color: var(--yellow-60);
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
  }

  .nav-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
  }

  .sidebar {
    font-family: Inter, sans-serif;
    position: sticky;
    top: 20px;
  }

  .agency-details {
    justify-content: space-between;
    width: 100%;
  }

  .agency-basics.profile {
    grid-template-columns: 1fr;
  }

  .number-label {
    margin-left: 0;
  }

  .number-label.ml--5 {
    margin-left: 5px;
  }

  .card-buttons {
    align-self: center;
    position: static;
  }

  .agency-image {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 380px;
    display: block;
  }

  .profile-buttons {
    justify-content: flex-start;
  }

  .card {
    padding-bottom: 32px;
  }

  .card.card-org {
    display: block;
  }

  .card.impact-analytics-card {
    padding: 22px;
  }

  .grid-cards-2-col {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .filter-toggle-btn {
    padding-right: 100px;
  }

  .link-block {
    width: 100%;
  }

  .colour--accent-blue-40 {
    background-color: #d4ecf5;
  }

  .colour-blue-80 {
    background-color: #73c0de;
  }

  .colour--accent-blue-20 {
    background-color: #f6fbfd;
  }

  .colour--accent-blue-60 {
    color: #b0dbea;
    background-color: #b0dbea;
  }

  .text--colour-white {
    color: #fff;
    margin-right: 0;
  }

  .container-colour.bg-colour--white {
    padding-left: 24px;
    box-shadow: 1px 1px 16px #00000014;
  }

  .colour {
    height: 70px;
  }

  .flex-cols, .footer-wrapper {
    flex-direction: column;
  }

  .footer-blocks {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .report-message_component, .width-25, .width-70 {
    width: 100%;
  }

  .grid-advisors {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .width-20, .width-80 {
    width: 100%;
  }

  .icon-embed-medium.hide-tablet {
    display: none;
  }

  .grid-cards-3-col {
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero-central {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-agencies {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-agency-label {
    font-size: 14px;
  }

  .col-section-split {
    flex-direction: column;
  }

  .screenshot-50 {
    width: auto;
  }

  .width-75 {
    width: 100%;
  }

  .grid-partnerships {
    grid-template-columns: 1fr 1fr;
  }

  .grid-consultants {
    grid-template-columns: 1fr;
  }

  .service-tech-header {
    flex-direction: column;
  }

  .grid-partnerships-impact {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .impact-quotes {
    column-count: 2;
  }

  .imapct-analytics-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-lower-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-links-lower {
    align-self: flex-start;
  }

  .warning-icon {
    display: none;
  }

  .logos-funders {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sidebar-dates_wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .empty-state {
    width: 100%;
  }

  .profile_component {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .profile_sidebar {
    position: static;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .global-container.vertical {
    justify-content: flex-start;
  }

  .logos-section {
    padding-bottom: 24px;
  }

  .client-loop {
    width: 96%;
    max-width: none;
  }

  .feature-subheadline {
    letter-spacing: -1px;
    font-size: 5vw;
  }

  .text-displayer-component {
    height: 3.5rem;
  }

  .text-displayer-item {
    font-size: 3rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-toggle.nav {
    color: #1d1d1d;
    padding-left: 10px;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-icon.nav {
    margin-right: 20px;
  }

  .navigation-right {
    justify-content: flex-start;
    padding: 10px 20px;
  }

  .navigation-2 {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .nav-space {
    grid-row-gap: 16px;
    margin-bottom: 12px;
    padding-left: 38px;
  }

  .navigation-link-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-full {
    background-color: #fff;
  }

  .navbar1_menu-dropdown {
    color: #1d1d1d;
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .mobile-toggle-2, .mobile-dropdown-2 {
    width: 100%;
  }

  .nav-content-wrap-2 {
    padding-left: 10px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .navigation-mob-2 {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .nav-title {
    margin-bottom: 0;
    font-size: 15px;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .nav-flex {
    align-items: center;
  }

  .navigation-left-2 {
    display: none;
  }

  .menu-mob-2 {
    color: #fff;
    background-color: #eb742e;
    border-radius: 10px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #eb742e;
  }

  .mobile-nav {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 10px;
    display: flex;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-wrap {
    z-index: 999999;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .hero-image-holder {
    max-width: none;
    max-height: none;
  }

  .hero-image-grid {
    width: 100%;
    height: 100%;
    min-height: 80vw;
  }

  .hero-wrapper {
    padding: 75px 75px 150px;
  }

  .hero-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .hero-lottie-holder-2 {
    max-height: none;
  }

  .home-hero_image-wrapper {
    align-self: center;
  }

  .home-header_content-wrapper {
    text-align: center;
    max-width: 35rem;
  }

  .home-header_button-wrapper {
    justify-content: center;
  }

  .home-header_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    display: grid;
  }

  .home-header_review-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-card-text-block {
    max-width: none;
  }

  .vertical-line._2nd {
    border-bottom: 2px dashed #ccc;
    border-right-style: none;
    width: 100%;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .vertical-line._1st {
    border-bottom: 2px dashed #ccc;
    width: 100%;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .benefit-text-div {
    max-width: none;
  }

  .benefits-block._2nd, .benefits-block._3rd {
    padding-top: 0;
  }

  .benefits-flexbox {
    flex-direction: column;
    align-items: center;
    min-width: 0;
    height: auto;
  }

  .title-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .title_block-right {
    max-width: 100%;
  }

  .our-user-area {
    margin-top: 80px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee-item {
    width: 28vw;
    margin-right: 40px;
  }

  .border-line {
    margin-left: 40px;
    margin-right: 40px;
  }

  .integrations-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .integrations-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .line-container {
    width: 55%;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_links_list {
    width: 100%;
    margin-top: 2rem;
  }

  .footer_social_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer_top-right {
    width: 100%;
    min-width: auto;
    max-width: 32rem;
    margin-left: 0;
  }

  .footer_top {
    flex-direction: column-reverse;
  }

  .column-right {
    padding: 20px;
  }

  .logo-column {
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .logo-wrapper, .column-wrap {
    flex-wrap: wrap;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-left {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-footer {
    display: block;
  }

  .section-body.impact-nav {
    padding-bottom: 20px;
  }

  .sidebar {
    position: static;
  }

  .div-block-19 {
    margin-top: 24px;
  }

  .wrapper--left {
    margin-bottom: 40px;
    padding-right: 10px;
  }

  .section-feedback {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feedback-controls {
    flex: 1;
  }

  .search-form-block {
    margin-right: 0;
  }

  .card-buttons {
    min-width: auto;
  }

  .agency-image {
    height: 280px;
  }

  .grid-cards-2-col {
    margin-bottom: 40px;
  }

  .h1-large {
    font-size: 40px;
  }

  .search-and-filters {
    flex-direction: column;
  }

  .filters-sorting {
    justify-content: space-between;
    display: flex;
  }

  .width-30 {
    order: 1;
    width: 100%;
  }

  .width-65 {
    width: 100%;
  }

  .footer-blocks {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .briefs-filter-component {
    display: none;
  }

  .sticky-col {
    margin-bottom: 80px;
    position: relative;
    top: 0;
  }

  .hero-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .hero-agencies, .icon-embed-xsmall.hide-mobile {
    display: none;
  }

  .story-info {
    grid-template-columns: 1fr;
  }

  .grid-partnerships {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .selection-process-cols {
    grid-template-columns: 1fr;
  }

  .grid-partnerships-impact {
    grid-template-columns: 1fr 1fr;
  }

  .impact-nav-bar {
    display: none;
  }

  .impact-quotes {
    column-count: 1;
  }

  .impact-analytics-items {
    grid-template-columns: 1fr;
  }

  .analytics-table {
    font-size: 18px;
    line-height: 26px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .footer-links-lower-wrapper {
    margin-top: 30px;
  }

  .warning-text {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buttons-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .buttons-wrapper.mb-20 {
    flex-flow: column;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .p-info.half {
    width: 100%;
  }

  .under-h2 {
    width: 72px;
    height: 196px;
    font-size: 10px;
  }

  .under-h2.dark-blue {
    font-size: 10px;
  }

  .process-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blue-section {
    padding-top: 120px;
  }

  .h3.bigger {
    font-size: 32px;
  }

  .icon-5 {
    order: -1;
    width: 32px;
    height: 32px;
  }

  .icon-5.right-bottom, .icon-5.left-top, .icon-5.right-top {
    position: static;
  }

  .global-container.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
  }

  .p-item {
    align-items: flex-end;
    height: 200px;
  }

  .p-item.right {
    align-items: flex-end;
  }

  .logos-section {
    padding-bottom: 16px;
  }

  .client-loop {
    height: 64px;
    margin-top: -32px;
  }

  .clientlogo {
    max-width: 96px;
    max-height: 20px;
    margin-right: 8vw;
  }

  .text-displayer-component {
    height: 2.5rem;
  }

  .text-displayer-item {
    font-size: 2rem;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #0000;
  }

  .full-image {
    width: 45%;
  }

  .hero-image-holder {
    width: 100%;
  }

  .hero-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-header_content-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .home-header_image-wrapper.is-secondary2 {
    width: 37%;
  }

  .home-header_image-wrapper.is-secondary1 {
    width: 20%;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 30px;
    padding: 3rem 2rem 4rem;
  }

  .home-header_review-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-heading {
    margin-bottom: 50px;
  }

  .benefits-wrapper {
    padding: 75px 25px;
  }

  .benefits-flexbox {
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marquee-item {
    width: 35vw;
    margin-right: 4vw;
  }

  .read-more-button {
    font-size: 16px;
    font-weight: 400;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .footer {
    padding: 40px 20px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .cc-scroll {
    margin-bottom: 0;
  }

  .wrapper {
    padding-top: 60px;
  }

  .line-container {
    width: 60%;
  }

  .banner {
    font-size: 12px;
  }

  .loopinner {
    height: 45px;
    padding-top: 15px;
    padding-bottom: 7px;
  }

  .looptext {
    width: 220px;
    font-size: 19px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-clients-grid {
    grid-template-columns: 1fr;
  }

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer_social_wrapper {
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .footer_links_column {
    margin-right: 1rem;
  }

  .footer_links_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer_divider {
    display: none;
  }

  .footer_bottom-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .image-wrapper {
    height: 280px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .column-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .button.button-wide.email-button, .button.button-wide.profile-button {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button.button-thumb-up {
    margin-top: 0;
  }

  .container-footer {
    display: block;
  }

  .section-body.search-bar {
    position: static;
  }

  .sidebar-title_wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-header {
    font-size: 18px;
  }

  .div-block-19 {
    margin-top: 16px;
    padding: 16px;
  }

  .wrapper--left {
    padding-left: 0;
    padding-right: 0;
  }

  .container-feedback {
    flex-flow: column wrap;
    align-items: stretch;
    display: flex;
  }

  .text-feedback {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .feedback-controls, .mr-20 {
    margin-right: 0;
  }

  .bookmark-llink {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .jetboost-list-search-input-1l7m {
    background-position: 16px;
    background-size: 20px;
    padding-left: 44px;
  }

  .number-label {
    margin-left: 0;
  }

  .card-buttons {
    width: 100%;
    max-width: 100%;
  }

  .agency-image {
    height: 200px;
  }

  .profile-buttons {
    flex-flow: column;
    width: 100%;
  }

  .agency-content {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .card.card-support {
    align-items: flex-start;
    padding-top: 12px;
    display: flex;
  }

  .card.card-org {
    border-radius: 3px;
  }

  .grid-cards-2-col {
    margin-bottom: 0;
  }

  .content-area {
    margin-top: 32px;
  }

  .card-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .agency-info-rates-1, .agency-info-budget-1 {
    flex-flow: wrap;
  }

  .filter-toggle-btn {
    width: 100%;
    padding-left: 16px;
  }

  .h1-large {
    font-size: 40px;
  }

  .filter-toggle {
    width: 100%;
  }

  .filters-sorting {
    flex-direction: column;
  }

  .feedback-buttons {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-items: start;
  }

  .wrapper-right {
    padding-left: 0;
    padding-right: 0;
  }

  .text-centre.mb-40 {
    line-height: 50px;
  }

  .brief-key-info {
    flex-direction: column;
    overflow: hidden;
  }

  .footer-blocks {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links-block.last {
    margin-bottom: 0;
  }

  .grid-advisors {
    grid-template-columns: 1fr;
  }

  .icon-embed-medium.hide-mob-portrait {
    display: none;
  }

  .card-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .book-call-image-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .account-form-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .hero-agencies {
    grid-template-columns: 1fr;
  }

  .story-details-list {
    padding-left: 0;
    list-style: none;
  }

  .story-details-list-item {
    list-style: none;
  }

  .consultant-profile-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .funder-landing-header-blocks {
    grid-template-columns: 1fr;
  }

  .form {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .search-field {
    background-position: 16px;
    background-size: 20px;
    padding-left: 44px;
  }

  .grid-partnerships-impact {
    grid-template-columns: 1fr;
  }

  .analytics-item {
    font-size: 18px;
    line-height: 26px;
  }

  .analytics-table-row {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .footer-links-lower-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-lower {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .logos-funders {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-small.is-mobile-pading-large {
    padding-bottom: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-small {
    margin-right: 0;
    padding-right: 0;
  }

  .under-h2.dark-blue {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .process-grid {
    justify-items: stretch;
  }

  .blue-section {
    padding-top: 196px;
  }

  .icon-5 {
    margin-right: 15px;
  }

  .icon-5.right-bottom {
    width: 50px;
    margin-right: 15px;
    padding-top: 0;
    padding-right: 0;
  }

  .icon-5.left-top {
    margin-right: 21px;
    padding-right: 0;
  }

  .paragraph.white {
    color: var(--midnight-blue);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .p-item {
    height: 220px;
    padding-right: 0;
  }

  .text-block-2 {
    color: var(--midnight-blue);
  }

  .heading {
    z-index: 1;
    order: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
    display: block;
    position: relative;
  }

  .feature-subheadline {
    margin-top: 0;
    margin-left: 0;
    font-size: 23px;
    font-weight: 500;
    line-height: 130%;
  }

  .feature-subline-brandhype {
    text-align: center;
    letter-spacing: -1px;
    background-image: url('../images/projectverse-favicon.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-attachment: scroll;
    width: 5.7em;
    height: 3em;
    margin-bottom: -.6em;
    margin-left: 6px;
    font-weight: 500;
  }

  .text-displayer-component {
    height: 2rem;
  }

  .text-displayer-track {
    min-height: 1.2px;
  }

  .text-displayer-item {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .snack-bar-link {
    align-self: flex-start;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .snack-bar {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-pargraph {
    font-size: 16px;
  }

  .hero-pargraph.small-text-footer.nav {
    margin-top: 220px;
  }

  .navigation-mob-2 {
    padding-top: 12px;
    padding-bottom: 13px;
  }

  .navigation-container-mob {
    width: 90%;
  }

  .menu-mob-2 {
    background-color: var(--midnight-blue);
    padding: 10px;
  }

  .mobile-nav {
    min-height: 100svh;
  }

  .full-image {
    width: 45px;
  }

  .lottie-animation-2 {
    width: 60px;
    height: auto;
  }

  .mobile-small {
    width: 60px;
  }

  .hero-image-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-heading {
    font-size: 48px;
    line-height: .9;
  }

  .hero-wrapper {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-lottie-holder-2 {
    min-height: 114px;
  }

  .home-header_content-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .home-header_divider {
    display: none;
  }

  .home-header_button-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .home-header_review-wrapper-left {
    place-items: center stretch;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .text-size-medium-2.text-weight-bold {
    text-align: center;
    padding-right: 0;
    font-weight: 300;
  }

  .home-header_image-wrapper.is-secondary2 {
    width: 37%;
    left: -3%;
  }

  .home-header_image-wrapper.is-secondary1 {
    text-align: right;
    width: 100%;
    max-width: 100%;
    inset: 0% 0% auto auto;
  }

  .padding-global-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-3 {
    align-self: stretch;
  }

  .home-header_component {
    border-radius: 15px;
    margin-right: 0;
    padding-top: 2rem;
    padding-left: 1rem;
  }

  .home-header_review-logo-wrapper {
    align-items: center;
    width: 4.5rem;
    display: flex;
  }

  .home-header_review-wrapper {
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: -2rem;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    font-weight: 400;
  }

  .text-block-65 {
    line-height: 20px;
  }

  .benefits-heading {
    margin-bottom: 50px;
  }

  .benefit-card-text-block {
    font-size: 13px;
  }

  .benefits-wrapper {
    text-align: left;
    padding: 50px 25px;
  }

  .title-row {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-small {
    font-size: .875rem;
  }

  .title_block {
    margin-left: 20px;
  }

  .title_block.k {
    margin-left: 20px;
    margin-right: 52px;
  }

  .bold-text-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .button-10 {
    text-align: left;
    margin-left: 10px;
  }

  .image-2 {
    margin-top: -37px;
    text-decoration: none;
  }

  .button-group-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .home-steps_item-empty {
    display: none;
  }

  .button-4, .button-4.is-secondary {
    flex: 1;
  }

  .home-steps_item {
    grid-column-gap: 1rem;
    align-items: stretch;
    display: flex;
  }

  .home-steps_item.is-right {
    flex-direction: row-reverse;
  }

  .user-inner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-user-logo-wrap {
    padding-top: 30px;
  }

  .marquee-item {
    width: 40vw;
    margin-right: 6vw;
  }

  .border-line {
    display: none;
  }

  .integrations-single-item {
    padding: 20px;
  }

  .delivery-time {
    font-size: 14px;
    line-height: 24px;
  }

  .integrations-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .line-ver._12 {
    height: 250px;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .copyright-footer {
    width: 100%;
  }

  .container-flex {
    padding-left: 26px;
    padding-right: 26px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-block {
    margin-left: 5%;
  }

  .button-block {
    top: 1%;
  }

  .wrapper {
    max-width: 100%;
  }

  .line-container {
    width: 98%;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-meta {
    font-size: 13px;
  }

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .item {
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-size-medium-4.text-weight-semibold {
    font-size: 1.1rem;
  }

  .footer_form {
    background-color: #2b2e3c;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    padding: .5rem;
  }

  .footer_links_column {
    min-width: 10rem;
    margin-left: 0;
    margin-right: -2rem;
    font-size: 12px;
  }

  .footer_links_list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: 0;
    display: grid;
  }

  .form_input-2.is-footer-form {
    margin-right: 0;
  }

  .footer_bottom {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-6.is-footer-subscribe {
    margin-top: .5rem;
    margin-left: 0;
  }

  .footer_bottom-inner {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-7.lottie-icon.mobile-cta {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo-column {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content-block {
    padding-bottom: 70px;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .image-wrapper {
    height: 260px;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .author-block {
    margin-top: 15px;
  }

  .column-left {
    padding: 40px 15px;
  }

  .marquee-text {
    font-size: 12px;
  }
}

#w-node-_33b37b86-ff00-ea97-c867-a7e159eba606-94c299a3, #w-node-_7257afba-5e40-e1e3-7700-33dd78fa096d-94c299a3, #w-node-_4c4cd1f5-2d50-e626-375b-607dcf81efc4-94c299a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85aad-94c299a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85ab4-94c299a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85abb-94c299a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85ac2-94c299a3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85ac9-94c299a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85ad0-94c299a3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b57dd857-b310-7909-0be3-805a70d85ad7-94c299a3, #w-node-b57dd857-b310-7909-0be3-805a70d85ade-94c299a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667a8-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667aa-94c29a1c {
  justify-self: center;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667be-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667bf-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667c3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667c4-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667c8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667c9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667cd-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667ce-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667d2-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667d3-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667d7-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667d8-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667e2-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667e3-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667e7-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667e8-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667ec-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667ed-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667f1-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667f2-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667f6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667f7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667fb-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257667fc-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766806-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766807-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576680b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576680c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766810-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766811-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766815-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766816-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576681f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766820-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766829-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576682a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576683c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576683d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766841-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766842-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766846-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766847-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576684b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576684c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766850-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766851-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576685b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576685c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766860-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766861-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766865-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766866-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576686a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576686b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576686f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766870-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766874-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766875-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766880-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766881-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766885-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766886-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576688a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576688b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576688f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766890-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766894-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766895-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766899-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576689a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576689e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576689f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668a3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668a4-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668a8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668a9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668ad-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668ae-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668b8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668b9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668bd-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668be-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668c2-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668c3-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668ca-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257668cb-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576690c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576690f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766910-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766913-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766914-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766917-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576691b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576691c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576691f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766920-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766923-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576692a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576692b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766930-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766931-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766935-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766936-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576693a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576693b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576693f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766940-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766950-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766953-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766954-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766957-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766958-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576695b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576695c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766960-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766963-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766964-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766967-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766968-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576696b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766973-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766974-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766975-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766977-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576697a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576697b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576697c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766980-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766983-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766984-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766985-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766989-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd2576698d-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576698e-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766994-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766997-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766998-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766999-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd2576699d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669a0-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669a1-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669a2-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669a8-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669ac-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669ad-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669b1-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669b4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669b9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669ba-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669bb-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669bf-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669c2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669c3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669c4-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669ca-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669cd-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669ce-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669cf-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669d5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669d8-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669d9-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669da-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669e2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669e5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669e6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669e7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669f3-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669f4-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669f5-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd257669f9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669fe-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd257669ff-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a00-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a06-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a0b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a0c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a0d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a13-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a18-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a19-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a1a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a22-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a28-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a29-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a2f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a34-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a35-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a36-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a3a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a3d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a3e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a3f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a45-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a48-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a49-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a4a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a50-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a53-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a54-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a55-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a5d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a60-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a61-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a62-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a68-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a6b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a6c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a6d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a75-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a79-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a7a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a80-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a89-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a8a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a8b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a8c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766a8e-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a91-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a95-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a96-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766a97-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aa0-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aa1-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aa2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aab-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aac-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aad-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766aae-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ab4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ab5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ab6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ab7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ab9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766abd-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766abe-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766abf-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ac0-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ac2-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766acb-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ad2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ad3-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ad4-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ad5-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ad7-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ada-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ade-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766adf-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ae0-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ae9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aea-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aeb-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766af4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766af5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766af6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766af7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766afd-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766afe-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766aff-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766b00-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766b02-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b06-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b07-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b08-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766b09-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b0b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766b59-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b5a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b5f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b60-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b68-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b69-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b70-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766b71-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ba2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ba6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ba7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ba9-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bab-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bac-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bae-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb0-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb1-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb5-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb6-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bb8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bba-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bbb-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bbd-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bbf-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bc0-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bc2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bc4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bc6-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bc8-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bca-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bcb-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bcd-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bce-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bd0-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bd1-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bd3-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bd4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bd6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bd7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bd9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bda-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bdc-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bdd-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bdf-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766be5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766be9-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bea-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bec-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766bee-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bef-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf1-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf4-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bf9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bfb-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bfd-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766bfe-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c00-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c02-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c03-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c05-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c07-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c08-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c0a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c0c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c0d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c0f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c11-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c12-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c14-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c16-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c17-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c19-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c1b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c1c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c1e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c23-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c27-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c29-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c2c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c31-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c36-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c3b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c40-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c47-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c48-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c4a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c4b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c4d-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c4e-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c50-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c51-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c53-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c54-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c56-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c57-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c59-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c5a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c5c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c5d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c5f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c60-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c62-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c63-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c65-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c66-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c68-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c69-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c6b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c6c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c6e-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c6f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c71-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c72-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c74-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c75-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c77-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c78-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c7a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c7b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c7d-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c7e-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c80-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c81-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c83-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c84-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c86-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c87-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c89-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c8a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c8c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c8d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c8f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c90-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c92-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c93-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c95-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c96-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c98-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c99-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c9b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c9c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766c9e-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766c9f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ca4-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ca8-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766caa-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cad-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cb2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cb7-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cbc-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cc1-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cc8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cc9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ccb-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ccc-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cce-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ccf-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cd1-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cd2-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cd4-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cd5-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cd7-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cd8-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cda-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cdb-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cdd-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cde-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ce0-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ce1-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ce3-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ce4-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766ce6-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ce7-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ce9-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cea-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cec-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ced-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cef-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cf0-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cf2-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cf3-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cf5-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cf6-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cf8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cf9-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cfb-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cfc-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766cfe-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766cff-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d01-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d02-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d04-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d05-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d07-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d08-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d0a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d0b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d0d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d0e-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d10-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d11-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d13-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d14-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d16-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d17-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d19-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d1a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d1c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d1d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d1f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d20-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d25-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d28-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d29-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d2b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d2c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d2e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d2f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d31-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d32-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d34-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d35-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d37-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d38-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d3a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d3b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d3d-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d3e-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d40-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d41-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d43-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d44-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d46-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d47-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d49-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d4a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d4c-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d4d-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d4f-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d50-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d52-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d53-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d55-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d56-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d58-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d59-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d5b-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d5c-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d5e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d5f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d61-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d62-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d64-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d65-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766d67-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766d68-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766e5a-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766e5e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e5f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e63-94c29a1c, #w-node-_90fe9506-578b-5764-e427-d8dd25766e65-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e66-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e6a-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e6b-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e6f-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e70-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e74-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e75-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e79-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e7a-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e7e-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e7f-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e83-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e84-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e88-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e89-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e8d-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e8e-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e92-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e93-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e96-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e97-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e9b-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766e9c-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ea0-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ea1-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ea5-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ea6-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eaa-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eab-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eaf-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eb0-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eb4-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eb5-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eb9-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766eba-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ebe-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ebf-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ec3-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ec4-94c29a1c {
  justify-self: start;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ec8-94c29a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe9506-578b-5764-e427-d8dd25766ec9-94c29a1c {
  justify-self: start;
}

#w-node-_0fcb0fe0-1db5-a7a9-4d01-c6e0387e4d8b-94c29a48, #w-node-d674fc30-a3e8-1143-ec7d-1dc16d5c04d3-94c29a5f, #w-node-cbb10953-c9ab-18f3-84a7-2dff15dfd864-94c29a5f, #w-node-_14150e3d-0d74-89ad-dc60-d345d72c2e97-94c29a5f, #w-node-c5fb18b2-7832-10b9-393d-90b1ccb19848-94c29a5f, #w-node-_73c4a1a3-edc0-d89e-0140-41c7eb74d27f-94c29a5f, #w-node-d0c4e155-1ff8-f45b-ce81-914b903b778d-94c29a5f, #w-node-d8ae24af-9699-5e74-ba2f-1a9df63ebf32-94c29a5f, #w-node-bf5e889b-6d7a-5c85-6fb3-42b32fc9422e-94c29a64, #w-node-bf5e889b-6d7a-5c85-6fb3-42b32fc94241-94c29a64, #w-node-edd58f6c-c4ed-19cd-1fa5-2be50f0ae211-94c29a67, #w-node-_8e57a97e-65a0-b8c1-05eb-7abd0a608d7c-94c29a67, #w-node-bc86d011-861b-ee90-c78f-acdba706bfb9-94c29a67, #w-node-bde9b768-1299-529f-91b5-3c9cb1a742fd-94c29a67, #w-node-b9f698b1-c5ad-2699-78bd-0a52e40b8f54-94c29a67, #w-node-_8abade78-d32a-19a9-160b-4e59b38dac11-94c29a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_628ea566-a39c-46d7-d885-3644acd7411a-4b2877d9 {
  justify-self: end;
}

#w-node-_43c53354-82bb-0b72-8ad0-934d3bbf2804-4b2877d9, #w-node-_43c53354-82bb-0b72-8ad0-934d3bbf2810-4b2877d9, #w-node-adc56659-519d-e80f-6d38-a8cfc115e58a-4b2877d9, #w-node-adc56659-519d-e80f-6d38-a8cfc115e596-4b2877d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b57dd857-b310-7909-0be3-805a70d85aad-94c299a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b57dd857-b310-7909-0be3-805a70d85abb-94c299a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b57dd857-b310-7909-0be3-805a70d85ac2-94c299a3, #w-node-b57dd857-b310-7909-0be3-805a70d85ad0-94c299a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_628ea566-a39c-46d7-d885-3644acd74103-4b2877d9, #w-node-_628ea566-a39c-46d7-d885-3644acd7411a-4b2877d9 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b57dd857-b310-7909-0be3-805a70d85abb-94c299a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b57dd857-b310-7909-0be3-805a70d85ac9-94c299a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b57dd857-b310-7909-0be3-805a70d85ad0-94c299a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_628ea566-a39c-46d7-d885-3644acd74103-4b2877d9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b4ccbec-09f0-aeaa-481a-3bc7fffe4255-2aa41e19, #w-node-_628ea566-a39c-46d7-d885-3644acd74113-4b2877d9, #w-node-_628ea566-a39c-46d7-d885-3644acd74115-4b2877d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  /* new csss */
  @media screen and (max-width: 768px) {
    .mobile-cta {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      background-color: #09ca77;
      color: white;
      border-radius: 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      text-decoration: none;
    }
  
    .mobile-cta .button-text {
      font-size: 16px;
      margin-left: 8px;
    }
  
    .mobile-cta .phone {
      width: 24px;
      height: 24px;
    }
  }
  /* /new css */
}


