:root {
  --indigo: #ff708a;
  --tomato: #ff4043;
  --azure: #f8eff2;
  --primary: #eca4a2;
  --primary2: #f9a0a0;
  --orange-red-2: #f8600a26;
  --ghost-white: #efe9f0;
  --white: white;
  --cornflower-blue: #6189e5;
  --dark-magenta: #8c3396;
  --light-sea-green: #38ac8d;
  --medium-spring-green: #34df81;
  --black: black;
  --dark-sea-green: #99c5a7;
  --sienna: #c24b08;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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;
}

@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: #333;
  background-color: #f7f7f7;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--indigo);
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

a:hover {
  color: var(--tomato);
}

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

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

blockquote {
  background-color: var(--azure);
  border: 0 solid #000;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 50px 30px 40px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  height: 130px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.hidden {
  display: none;
}

.hero-section {
  background-image: linear-gradient(#50353557, #50353557), url('../images/26179.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 95vh;
  margin-top: 0;
}

.hero-section._404 {
  background-color: var(--primary);
  background-image: linear-gradient(#00000082, #00000082), url('../images/GettyImages-1306629971-ac046b93a1f74306b65b079aed470cf6.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 0;
}

.hero-overlay {
  color: #fff;
  text-align: left;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-overlay.subpage-overlay {
  background-color: #0000005c;
  justify-content: center;
  align-items: flex-end;
  height: 550px;
  padding-top: 234px;
  padding-bottom: 0;
}

.hero-overlay.subpage-overlay.transparant {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/18576.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
  padding-top: 237px;
  padding-bottom: 0;
}

.hero-overlay.subpage-overlay.transparant.contact-main-image {
  background-image: linear-gradient(#00000045, #00000045), linear-gradient(#f8600a2e, #f8600a2e), url('../images/1_1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 243px;
}

.hero-overlay.subpage-overlay.organization-overlay {
  padding-top: 170px;
  overflow: visible;
}

.hero-overlay.subpage-overlay.dark {
  background-color: #00000040;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 227px;
  padding-bottom: 113px;
}

.hero-overlay.subpage-overlay.dark.donate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2148729702.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-overlay.cms-overlay {
  text-align: center;
  background-color: #0000004f;
  width: 100vw;
  padding-top: 151px;
  padding-bottom: 50px;
}

.hero-overlay._404-overlay {
  background-color: #0000;
}

.container {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-width: 1100px;
  height: auto;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
}

.container.centered {
  align-items: center;
  top: 0;
}

.container.title {
  top: 80px;
}

.container.right {
  text-align: right;
  display: flex;
  position: static;
}

.hero-text-block {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.hero-text-block.organization-header-block {
  background-color: var(--indigo);
  color: #fff;
  width: 410px;
  margin-bottom: -180px;
  padding: 0 40px 45px 45px;
}

.hero-text-block.centered {
  text-align: center;
  align-items: center;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-block.centered.stories {
  text-align: left;
  align-items: flex-start;
  width: 480px;
}

.hero-main-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.hero-main-title.cms-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  display: inline-block;
}

.hero-main-title.cms-block-title {
  font-size: 51px;
  font-weight: 400;
  line-height: 58px;
}

.header-search {
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
}

.header-search.on-search-page {
  margin-top: 20px;
}

.header-search.on-404-page {
  margin-top: 40px;
}

.hero-paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 33px;
}

.hero-paragraph.small {
  font-size: 18px;
  line-height: 32px;
}

.search-field {
  color: #000;
  border: 0 solid #000;
  border-radius: 60px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
}

.search-field.tint {
  text-align: center;
  background-color: #f5f5f5;
  padding-right: 20px;
}

.search-button {
  color: #f5f5f5;
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 80px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-button:hover {
  transform: scale(1.1);
}

.nav-link {
  border-bottom: 1px solid #0000;
  margin-left: 30px;
  padding: 1px 0 0;
  font-size: 15px;
  transition: all .525s, border .2s;
}

.nav-link:hover {
  border-bottom-color: var(--indigo);
  color: var(--primary2);
}

.nav-link.w--current {
  border-bottom-color: var(--indigo);
  color: var(--indigo);
}

.nav-link.last {
  transition: all .525s, border .2s;
}

.nav-link-wrapper {
  border-left: 1px solid #ddd;
  height: 100%;
  margin-left: 30px;
  padding-left: 0;
  display: block;
}

.nav-link-wrapper.hidden {
  display: none;
}

.nav-menu {
  margin-top: 0;
  display: flex;
}

.dark-small-section {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.featured-cities {
  flex-flow: wrap;
  display: inline-block;
}

.featured-city-link {
  color: #ffffffb3;
  border-bottom: 1px solid #0000;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  transition: border .2s;
  display: inline-block;
}

.featured-city-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.cities-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-city-item {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 100px 60px 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--primary);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  height: auto;
  padding: 75px 0 0;
}

.section.tint {
  background-color: var(--orange-red-2);
}

.section.tint.hidden {
  display: none;
}

.section.overflow {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section.overflow.py-50 {
  padding-bottom: 50px;
}

.section.contact-section {
  background-color: #fff;
  padding-top: 110px;
  display: block;
}

.section.with-large-color-block {
  height: auto;
  padding-top: 131px;
  padding-bottom: 131px;
  display: block;
}

.section.about-us {
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/Shape-1_1.svg');
  background-position: 0 0, -20% 17%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  flex-direction: column;
  height: auto;
  padding-top: 150px;
  padding-left: 120px;
  padding-right: 120px;
}

.section.team-header {
  background-color: var(--ghost-white);
  margin-top: 110px;
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: visible;
}

.section.more-team {
  padding-top: 130px;
  padding-bottom: 120px;
}

.section.story-intro-header {
  background-color: var(--ghost-white);
  align-items: center;
  height: 80vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hidden {
  display: none;
}

.section-title {
  color: var(--indigo);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.section-title.white {
  color: #fff;
}

.section-title.white.mb-25 {
  margin-bottom: 24px;
}

.section-title.cms-title {
  margin-top: 0;
}

.section-title.green {
  color: var(--primary);
}

.section-title.mb-25 {
  margin-bottom: 60px;
}

.section-title.mb-20 {
  margin-bottom: 20px;
}

.small-uppercase-title {
  color: #a899aa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.small-uppercase-title.white {
  color: #fff;
}

.image-section {
  background-image: url('../images/2149230524.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.stories {
  background-image: url('../images/GettyImages-1306629971-ac046b93a1f74306b65b079aed470cf6.jpeg');
  background-size: cover;
}

.image-section.stories.hidden {
  display: none;
}

.image-section.image-still {
  background-attachment: scroll;
}

.image-section-overlay {
  color: #fff;
  background-color: #00000059;
  padding-top: 170px;
  padding-bottom: 170px;
}

.image-section-overlay.dark {
  background-color: #00000080;
}

.image-section-overlay.still-image {
  position: static;
}

.checklist-block {
  z-index: 10;
  color: #000;
  background-color: #fff;
  padding: 50px;
  position: static;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.checklist-block.color {
  background-color: var(--primary);
  color: #fff;
  background-image: none;
}

.checklist-item {
  background-image: url('../images/Check-Mark-Green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 17px;
}

.checklist-item.dark {
  border-bottom-color: #ffffff1a;
}

.button {
  z-index: 10;
  background-color: var(--primary2);
  color: #fff;
  border-radius: 3px;
  width: 200px;
  margin-top: 20px;
  padding: 10px 25px 11px;
  font-size: 16px;
  transition: color .2s, background-color .2s, box-shadow .2s, filter .2s;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 -2px #0000001c;
}

.button:hover {
  filter: brightness(105%);
  color: #fff;
  box-shadow: 0 8px 10px -3px #00000029, inset 0 -2px #0000001c;
}

.button.outline-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  transition: all .475s, box-shadow .2s, filter .2s;
}

.button.outline-button:hover {
  border-color: var(--azure);
  background-color: var(--primary);
  color: var(--white);
}

.button.outline-button.dark {
  box-shadow: none;
  color: #000;
  border-color: #000;
}

.button.outline-button.dark:hover {
  color: #fff;
  background-color: #000;
}

.button.outline-button.medium-dark {
  box-shadow: none;
  color: var(--primary2);
  border-color: #8c339666;
  line-height: 23px;
}

.button.outline-button.medium-dark:hover {
  border-color: var(--primary2);
  background-color: var(--primary2);
  color: #fff;
}

.button.cta-button {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--indigo), var(--primary)), url('../images/right-arrow-6.svg');
  text-align: center;
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 15px;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 50px;
}

.button.cta-button.color {
  background-color: var(--cornflower-blue);
  cursor: pointer;
  display: inline-block;
}

.button.header-cta-link {
  float: right;
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--indigo), var(--primary));
  text-align: center;
  border-radius: 4px;
  margin-top: 3px;
  margin-left: 30px;
  margin-right: 0;
}

.button.header-cta-link.w--current {
  color: #fff;
}

.button.header-cta-link.left-alignment {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.button.header-cta-link.left-alignment.wider {
  background-color: var(--white);
  color: var(--primary2);
  justify-content: center;
  width: 100%;
  margin-top: 38px;
}

.button.header-cta-link.hidden {
  display: none;
}

.button.transparant {
  box-shadow: none;
  color: var(--indigo);
  background-color: #0000;
  background-image: url('../images/right-arrow-7.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 30px;
  padding: 0 30px 0 0;
}

.button.transparant:hover {
  color: var(--tomato);
}

.button.transparant.hidden {
  display: none;
}

.small-cta-title {
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

.small-cta-title.color {
  color: var(--cornflower-blue);
}

.centered-title-wrapper {
  z-index: 20;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centered-title-wrapper.cta-version {
  max-width: 650px;
}

.centered-title-wrapper.cities {
  max-width: 520px;
  margin-bottom: 50px;
}

.centered-title-wrapper.stories {
  max-width: 470px;
}

.centered-title-wrapper.team {
  margin-bottom: 80px;
}

.bg-shape {
  z-index: 0;
  opacity: .07;
  width: auto;
  height: 900px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.bg-shape.circle {
  z-index: 1;
  opacity: .04;
  height: 400px;
  inset: -10% -15% auto auto;
}

.bg-shape.circle.behind-team {
  height: 500px;
  inset: auto -47% -113% auto;
}

.bg-shape.in-header {
  opacity: .2;
  max-width: 50%;
  height: auto;
  inset: auto -20% -58% auto;
}

.bg-shape.in-header.light {
  opacity: .1;
}

.bg-shape.in-header.light.smaller {
  max-width: 45%;
}

.bg-shape.bottom-right {
  z-index: 1;
  opacity: .03;
  height: 580px;
  inset: auto -14% -16% auto;
}

.bg-shape.behind-team {
  height: 960px;
  inset: auto auto -70% -33%;
}

.bg-shape.contact-block-shape {
  opacity: .5;
  height: 600px;
  inset: -18% -18% auto auto;
}

.bg-shape.behind-team-member {
  opacity: .04;
  height: 550px;
  inset: -70% auto auto -20%;
}

.flex-row {
  z-index: 10;
  align-items: flex-start;
  display: flex;
  position: static;
}

.footer-top-block {
  border-bottom: 1px solid #ffffff85;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 50px;
  display: flex;
}

.footer-top-title {
  margin-right: 7px;
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}

.footer-top-title.link-version {
  color: #fff;
  margin-right: 0;
  font-weight: 300;
  text-decoration: none;
}

.footer-top-title.inline {
  margin-left: 7px;
}

.footer-row {
  justify-content: center;
  width: 610px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-row._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.bottom-footer-block {
  opacity: .5;
  text-align: center;
  background-color: #f08481;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.copyright-text {
  margin-right: 10px;
  display: inline-block;
}

.footer-title {
  color: var(--white);
  text-align: center;
  width: 20%;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link {
  color: #fff9;
  text-align: center;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fffc;
}

.footer-row-wrapper {
  justify-content: space-around;
  width: auto;
  display: flex;
  position: relative;
}

.cta-title {
  color: var(--primary2);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 33px;
  font-weight: 400;
}

.cta-title.white {
  color: #fff;
  margin-top: 5px;
  font-size: 30px;
}

.cta-search {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centered-paragraph {
  margin-top: 20px;
  font-size: 19px;
  line-height: 29px;
}

.title-wrapper {
  z-index: 20;
  margin-bottom: 30px;
  position: relative;
}

.title-wrapper.how-it-works {
  margin-bottom: 50px;
}

.column-image-block {
  background-image: url('../images/Screen-Shot-2022-05-22-at-11.26.30-AM.png');
  background-position: 40% 0;
  background-size: cover;
  width: 100%;
  position: relative;
  box-shadow: 21px 21px 50px -20px #0006;
}

.column-image-block.variation {
  background-image: url('../images/adult-brainstorming-briefing-1270950.jpg');
}

.how-it-works-wrapper {
  z-index: 20;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.how-it-works-wrapper.push-down {
  margin-bottom: 160px;
}

.how-it-works-content-wrapper {
  float: right;
  width: 45%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  position: relative;
}

.how-it-works-block {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 30px 12px 40px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  box-shadow: 21px 21px 50px -20px #0000004d;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.in-block {
  color: #070707;
}

.paragraph.mt-15 {
  margin-top: 15px;
}

.paragraph.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-line {
  background-color: var(--primary);
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0;
}

.block-line._2 {
  background-color: var(--indigo);
}

.block-line._3 {
  background-color: var(--primary2);
}

.block-line._4 {
  background-color: var(--indigo);
}

.block-line._1 {
  background-color: var(--primary);
}

.block-line._5 {
  background-color: #6fa080;
}

.text-column-right {
  padding-left: 50px;
}

.text-column-left {
  padding-right: 22px;
  position: sticky;
  top: 120px;
}

.subpage-header {
  background-image: linear-gradient(#00000036, #00000036), url('../images/254.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
}

.subpage-header.color {
  background-color: var(--primary);
  background-image: none;
  margin-top: 0;
}

.subpage-header.city-page {
  background-image: linear-gradient(#00000040, #00000040), url('../images/behind-the-scenes-camera-camera-crew-2429417.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vw;
  height: 600px;
  margin-top: 0;
}

.subpage-header.stories {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/1_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.information {
  background-image: url('../images/Home-1.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.subpage-header.information.donate-now {
  background-image: none;
}

.subpage-header.about {
  background-image: linear-gradient(#0000, #0000), url('../images/18576.jpg');
}

.subpage-header.events {
  background-image: linear-gradient(#0003, #0003), url('../images/2148637935.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.solutions {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/2149012197.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.nonprofits {
  background-image: linear-gradient(#0000, #0000), url('../images/299.jpg');
}

.cities-list-wrapper {
  z-index: 30;
  position: relative;
}

.city-item {
  padding-top: 40px;
}

.city-link-block {
  color: var(--indigo);
  align-items: center;
  height: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.city-link-block:hover {
  color: #783880;
}

.city-image-block {
  background-image: url('../images/adult-brainstorming-briefing-1270950.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  height: 100%;
  transition: filter .2s;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 7px 7px 50px -20px #0000004d;
}

.city-image-block:hover {
  filter: brightness(90%);
}

.city-image-block._3 {
  background-image: url('../images/2148729702.jpg');
  background-position: 0 0;
  background-size: auto;
}

.city-image-block._2 {
  background-image: url('../images/checklist-clipboard-task-documentation-management-260nw-2270860299.webp'), url('../images/adult-brainstorming-briefing-1270950.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.city-image-block._1 {
  background-image: url('../images/document-management-concept-businesswomen-check-260nw-2335663671.webp');
}

.city-image-block._4 {
  background-image: url('../images/70284.jpg');
  background-position: 100%;
}

.city-image-block._5 {
  background-image: url('../images/49102.jpg');
}

.city-image-block._6 {
  background-image: url('../images/55975.jpg');
}

.city-image-block._7 {
  background-image: url('../images/98462.jpg');
}

.city-image-block._8 {
  background-image: url('../images/2148637935.jpg');
}

.city-text-block {
  z-index: 10;
  float: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 280px;
  padding: 45px;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 21px 21px 60px -10px #0000004d;
}

.block-title {
  z-index: 10;
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.block-image {
  opacity: .06;
  position: absolute;
  inset: auto -160px -47% auto;
}

.quick-links-wrapper {
  float: none;
  text-align: left;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 170px;
  display: block;
  position: relative;
}

.intro-block-title {
  float: left;
  color: var(--indigo);
  width: 150px;
  margin-top: -4px;
  margin-right: 30px;
  padding-left: 21px;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-block-title.contact {
  color: #fff;
  text-align: left;
  padding-left: 0;
  line-height: 34px;
}

.quicklinks-wrapper {
  position: relative;
}

.quicklink-link-block {
  color: var(--indigo);
  background-image: url('../images/right-arrow-7.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 4px;
  padding-left: 30px;
  font-size: 15px;
  display: block;
}

.quicklink-link-block:hover {
  color: var(--tomato);
}

.quicklink-title {
  display: inline-block;
}

.contact-link-block {
  color: var(--indigo);
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-link-block.hidden {
  display: none;
}

.link-block-title:hover {
  color: var(--indigo);
}

.link-block-subtitle {
  color: var(--primary);
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.link-block-subtitle:hover {
  color: var(--primary2);
}

.organizations-list-wrapper {
  z-index: 10;
  position: relative;
}

.organization-item {
  padding-top: 20px;
}

.organization-block {
  color: #000;
  background-color: #fff;
  background-image: url('../images/right-arrow-7.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 31%;
  padding-right: 90px;
  text-decoration: none;
  transition: background-position .2s;
  display: block;
  position: relative;
  box-shadow: 7px 7px 50px -20px #0000001a;
}

.organization-block:hover {
  background-position: 96%;
}

.organization-logo-block {
  width: 20%;
  position: absolute;
  inset: 50% auto auto 40px;
  transform: translate(0, -50%);
}

.logo-image {
  width: 100%;
}

.organization-content-block {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.block-subtitle {
  color: #6f6670;
  margin-top: -10px;
}

.breadcrumb-wrapper {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 12px;
}

.breadcrumb-wrapper.align-left {
  text-align: left;
}

.breadcrumb-link {
  color: #b8b8b8;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link:hover {
  color: #b4b4b4;
  text-decoration: underline;
}

.breadcrumb-link.w--current {
  color: var(--dark-magenta);
  text-decoration: underline;
}

.breadcrumb-divider {
  height: 12px;
  margin-left: 15px;
  margin-right: 15px;
}

.organization-logo {
  height: 50px;
}

.stats-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}

.stats-number {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.stats-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 20px;
}

.rtb {
  margin-bottom: -15px;
}

.rtb ul {
  margin-bottom: 0;
  padding-left: 0;
}

.rtb li {
  background-image: url('../images/verified.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 30px;
  font-size: 17px;
}

.rtb h3 {
  font-size: 26px;
  line-height: 33px;
}

.rtb.with-checklist {
  margin-bottom: 10px;
}

.rtb img {
  margin-bottom: 20px;
}

.gallery-lightbox {
  width: 97%;
  height: 250px;
  margin-bottom: 10px;
  display: block;
}

.gallery-lightbox-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: filter .2s;
  box-shadow: 14px 14px 50px -10px #0000004d;
}

.gallery-lightbox-image-block:hover {
  filter: brightness(115%);
}

.featured-list-title {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
}

.cta-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cta-button-wrapper.centered {
  text-align: center;
  display: block;
}

.cta-button-wrapper.align-left {
  display: block;
}

.cta-title-wrapper {
  text-align: center;
}

.cta-search-wrapper {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact-person-block {
  width: 100%;
}

.contact-person-row {
  z-index: 10;
  align-items: flex-end;
  margin-top: 79px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.contact-icon {
  color: var(--primary2);
  height: 50px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.support-image {
  clear: right;
  background-image: url('../images/18576.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 420px;
  box-shadow: 14px 14px 50px -20px #0003;
}

.team-title-wrapper {
  color: var(--dark-magenta);
  margin-top: 30px;
}

.team-title-wrapper.in-color-block {
  color: var(--indigo);
  margin-top: 20px;
}

.team-title-wrapper.in-team-list {
  text-align: center;
}

.team-title {
  color: var(--primary);
  margin-right: 3px;
  line-height: 20px;
  display: inline-block;
}

.team-title.other-link {
  border-left: 1px solid var(--primary2);
  margin-left: 10px;
  padding-left: 10px;
}

.team-line {
  background-color: var(--dark-magenta);
  width: 20px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.contact-column-left {
  padding-bottom: 50px;
}

.large-color-block {
  z-index: 10;
  background-color: var(--ghost-white);
  max-width: none;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 40px 100px;
  position: relative;
  overflow: hidden;
}

.large-color-block.with-team-gallery {
  background-color: #0000;
  margin-top: 90px;
  margin-bottom: 60px;
  padding: 0;
}

.faq-list-wrapper {
  z-index: 10;
  position: relative;
}

.faq-item {
  border-bottom: 1px solid #0000001a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-link-block {
  text-decoration: none;
  display: block;
}

.faq-title {
  color: var(--primary);
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s;
}

.faq-title:hover {
  color: var(--primary2);
}

.faq-answer-wrapper {
  height: auto;
  display: block;
  overflow: hidden;
}

.faq-rtb {
  padding-top: 10px;
}

.testimonial-link-block {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 460px;
  text-decoration: none;
  display: block;
  position: relative;
}

.testimonial-link-block:hover {
  color: #fff;
}

.story-overlay-block {
  position: absolute;
  inset: auto auto 40px 40px;
}

.story-overlay-title {
  opacity: 1;
  color: var(--white);
  max-width: 260px;
  font-size: 35px;
  line-height: 47px;
  position: absolute;
  inset: auto 0% 5% 8%;
}

.story-overlay-title.in-cms-block.show-on-mobile {
  display: none;
}

.testimonial-overlay-block {
  color: #fff;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  box-shadow: 21px 21px 80px -20px #0000004d;
}

.testimonial-overlay-block:hover {
  background-color: #0003;
}

.testimonial-overlay-block.hide-mobile {
  width: auto;
}

.team-list-wrapper {
  z-index: 10;
  position: relative;
}

.team-list-wrapper.related {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.team-item {
  border: 1px solid #00000030;
  margin-bottom: 30px;
  margin-left: 31px;
  margin-right: 31px;
  padding: 17px;
}

.team-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 340px;
  transition: transform .2s;
  position: relative;
}

.team-image-block:hover {
  transform: scale(1.01);
}

.team-image-block.in-header {
  z-index: 10;
  width: 290px;
  height: 430px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.team-image-block.in-header:hover {
  transform: none;
}

.team-tag {
  background-color: #fff;
  align-items: flex-start;
  width: 90%;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: 5% 0% auto auto;
}

.team-info-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.team-info-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-info-column.center {
  justify-content: center;
}

.team-info-column.center.last {
  order: 1;
}

.team-info-column.first {
  order: -1;
}

.team-gallery-image {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  position: relative;
}

.team-gallery-image._2 {
  background-image: url('../images/falls-prevention.jpg');
  height: 370px;
  margin-bottom: 0;
}

.team-gallery-image._2.space-up {
  margin-top: 40px;
}

.team-gallery-image._3 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/2149230524.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 420px;
  margin-bottom: 0;
}

.team-gallery-image._100 {
  background-image: url('../images/GettyImages-1306629971-ac046b93a1f74306b65b079aed470cf6.jpeg');
  margin-bottom: 0;
}

.team-gallery-image._100.other-image {
  background-image: url('../images/11.png');
  height: 395px;
  margin-top: 40px;
}

.team-gallery-image._100.other-image.shorter {
  background-image: url('../images/Screen-Shot-2022-05-22-at-11.26.30-AM.png');
  margin-top: 0;
}

.team-gallery-image._100.event1 {
  background-image: url('../images/2149182034.jpg');
}

.team-gallery-image._100.event1._800, .team-gallery-image._100.about {
  height: 800px;
}

.team-gallery-image.shorter {
  height: 400px;
  margin-bottom: 0;
}

.team-gallery-image.shorter._3 {
  background-image: url('../images/adult-cellphone-cheerful-1530313.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-gallery-image.shorter._4 {
  background-image: url('../images/adult-business-meeting-business-people-1438072-1.jpg'), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.team-gallery-image.shorter._5 {
  background-image: url('../images/254.jpg');
}

.team-gallery-image.event2 {
  background-image: url('../images/2148687305.jpg');
  height: 370px;
  margin-bottom: 0;
}

.team-gallery-image.event2.space-up {
  margin-top: 40px;
}

.team-gallery-image.events3 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/2149182016.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 420px;
  margin-bottom: 0;
}

.team-gallery-image.shorter-copy {
  height: 400px;
  margin-bottom: 0;
}

.team-gallery-image.shorter-copy._3 {
  background-image: url('../images/adult-cellphone-cheerful-1530313.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-gallery-image.shorter-copy._4 {
  background-image: url('../images/adult-business-meeting-business-people-1438072-1.jpg'), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.team-gallery-image.shorter-copy._5 {
  background-image: url('../images/254.jpg');
}

.team-gallery-image.events4 {
  background-image: url('../images/2149181977.jpg');
  height: 400px;
  margin-bottom: 0;
}

.team-gallery-image.events4._3 {
  background-image: url('../images/adult-cellphone-cheerful-1530313.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-gallery-image.events4._4 {
  background-image: url('../images/adult-business-meeting-business-people-1438072-1.jpg'), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.team-gallery-image.events4._5 {
  background-image: url('../images/254.jpg');
}

.color-content-block {
  background-color: var(--azure);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-content-block.orange-colour {
  background-color: #f8600a24;
}

.color-content-block.orange-colour.shorter {
  background-color: var(--azure);
  padding-top: 0;
  padding-bottom: 0;
}

.color-content-block._5 {
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 20px;
}

.intro-paragraph {
  color: var(--indigo);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 37px;
}

.info-title {
  color: var(--cornflower-blue);
  background-image: url('../images/information.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 10px;
  padding-left: 23px;
  font-size: 14px;
}

.contact-form {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.contact-form.full {
  width: 100%;
}

.field-column {
  padding-right: 0;
}

.field-column.first {
  padding-left: 0;
}

.field {
  color: #000;
  border: 1px solid #d2dbd9;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  transition: border .2s;
}

.field:hover {
  border-color: #b7c2bf;
}

.field:focus {
  border-color: var(--dark-magenta);
}

.field.area {
  height: 100px;
  padding-top: 20px;
}

.field.area.small-area {
  margin-bottom: 0;
}

.field.small {
  height: 40px;
  margin-bottom: 10px;
}

.button-info-text {
  width: 200px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  position: relative;
  top: 11px;
}

.button-info-text.hidden {
  display: none;
}

.radio-button-wrapper {
  border: 1px solid #0000001a;
  border-radius: 3px;
  height: 50px;
  padding-top: 12px;
  padding-left: 20px;
  display: flex;
}

.radio-button-wrapper.small {
  height: 40px;
  margin-bottom: 13px;
  padding-top: 7px;
}

.radio-buton {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 23px;
  display: flex;
}

.radio-buton:hover {
  color: var(--azure);
}

.radio-button {
  margin-right: 15px;
}

.success {
  color: var(--light-sea-green);
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.success-title {
  color: var(--white);
  font-size: 30px;
  line-height: 33px;
}

.thank-you-subtitle {
  color: var(--white);
}

.stories-list-wrapper {
  z-index: 30;
  margin-top: 51px;
  position: relative;
}

.stories-list.push-down {
  margin-bottom: -70px;
}

.story-item {
  border-bottom: 1px solid #00000040;
  justify-content: space-between;
  margin-top: 154px;
  margin-bottom: 176px;
  padding-top: 0;
  padding-bottom: 230px;
  display: block;
}

.story-block {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.story-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 35%;
  height: 120%;
  position: absolute;
  inset: -19% auto auto 0%;
}

.story-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 30%;
  padding: 50px 60px 50px 85px;
  display: flex;
}

.story-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.org-logo-block {
  background-color: #fff;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 14px 20px 13px;
  display: inline-block;
  position: relative;
  box-shadow: 7px 7px 30px -10px #0003;
}

.search-results-wrapper {
  width: 80%;
  margin-top: -20px;
}

.search-item {
  border-bottom: 0 solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-link-block {
  background-color: #f5f3f599;
  padding: 35px 50px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: block;
}

.search-link-block:hover {
  background-color: #fff;
  box-shadow: 7px 7px 60px -30px #0000004d;
}

.search-block-title {
  font-family: Rubik, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.search-block-text {
  color: var(--indigo);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 27px;
}

.search-block-slug {
  color: #acacac;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
}

.org-contact-link-block {
  color: var(--cornflower-blue);
  border-left: 1px solid #ffffff21;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  text-decoration: none;
  display: block;
}

.org-contact-title {
  color: #fff;
}

.org-contact-subtitle {
  font-weight: 700;
}

.contact-section {
  background-color: #2c0e30;
  padding-top: 110px;
  padding-bottom: 90px;
}

.org-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 200px;
  display: flex;
  position: relative;
}

.popup {
  z-index: 2000;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-popup-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.popup-form-wrapper {
  z-index: 10;
  background-color: var(--azure);
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
  box-shadow: 0 0 70px #0000004d;
}

.form-title {
  color: var(--indigo);
  font-family: Rubik, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.form-title.subtitle {
  color: #94b1a9;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 21px;
}

.close-link {
  color: #969696;
  font-size: 11px;
  position: fixed;
  inset: 30px 30px auto auto;
}

.close-link:hover {
  color: var(--indigo);
}

.logo {
  height: 100px;
  margin-top: 0;
}

.logo.footer-version {
  opacity: .08;
  width: 100%;
  min-width: 100vw;
  max-width: none;
  margin-top: 0;
  display: block;
  position: relative;
  inset: 6px 0% 0%;
}

.bottom-footer-link {
  color: var(--white);
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #fff;
}

._404-subtitle {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  line-height: 34px;
}

._404-link {
  color: var(--primary2);
}

._404-link:hover {
  color: #fff;
}

._404-logo {
  filter: brightness(130%);
  height: auto;
  margin-bottom: 40px;
}

.style-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.style-block.first {
  border-bottom-width: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.style-block.last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.license-block {
  border: 1px solid #0000001a;
  margin-top: 20px;
  padding: 20px 350px 20px 40px;
  position: relative;
}

.license-block-title {
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.license-links-wrapper {
  position: absolute;
  inset: 50% 50px auto auto;
  transform: translate(0, -50%);
}

.license-link {
  margin-left: 20px;
  display: inline-block;
}

.text-block {
  line-height: 23px;
}

.checklist-item-2 {
  background-image: url('../images/verified.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
}

.template-color {
  background-color: var(--indigo);
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-color._2 {
  background-color: var(--medium-spring-green);
  color: #fff;
}

.template-color._3 {
  background-color: var(--tomato);
  color: #fff;
}

.template-color._4 {
  background-color: var(--dark-magenta);
}

.font-2 {
  font-family: Rubik, sans-serif;
  font-size: 15px;
}

.style-title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.style-title.fonts-2 {
  font-family: Rubik, sans-serif;
}

.contact-person-column-right.hidden {
  display: none;
}

.checklist-column-right {
  z-index: 20;
}

.story-column-left {
  align-self: auto;
  height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.page-wrapper {
  width: 100vw;
  overflow: hidden;
}

.page-wrapper.hidden {
  display: none;
}

.team-link-block {
  transition: filter .2s;
  display: block;
}

.team-link-block:hover {
  filter: brightness(90%);
}

.team-content-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 350px;
  display: flex;
  position: relative;
}

.team-main-title-wrapper {
  z-index: 10;
  margin-bottom: 20px;
  position: relative;
}

.team-description-paragraph {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.team-social-button {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.team-social-button:hover {
  opacity: .5;
}

.team-social-button.linkedin {
  background-image: url('../images/linkedin.svg');
}

.team-social-button.twitter {
  background-image: url('../images/twitter-1.svg');
}

.team-social-wrapper {
  z-index: 20;
  margin-top: 20px;
  margin-left: -4px;
  position: relative;
}

.detailed-story-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.story-rtb blockquote {
  border-left-width: 1px;
  border-left-color: var(--dark-magenta);
  color: var(--dark-magenta);
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 43px;
}

.story-rtb img {
  width: 100%;
  min-width: 120%;
  max-width: 120%;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: -10%;
}

.story-rtb figcaption {
  background-color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 50px auto;
}

.story-section-overlay {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.subpage-intro-nav {
  margin-top: 10px;
}

.subpage-intro-nav-link {
  color: #fff;
  border-right: 1px solid #ffffff1a;
  margin-right: 14px;
  padding-right: 14px;
}

.subpage-intro-nav-link:hover, .subpage-intro-nav-link.w--current {
  color: #ffffff80;
}

.subpage-intro-nav-link.last {
  border-right-width: 0;
  margin-right: 0;
  padding-right: 0;
}

.subpage-intro-nav-link-title {
  text-transform: capitalize;
  display: inline-block;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  background-color: #ffffffd1;
  border-radius: 3px;
  flex-flow: wrap;
  width: auto;
  display: block;
  box-shadow: 4px 4px 18px #2e323c17;
}

.nav-link-2 {
  color: #fff;
  border-left: 1px #e4e4e47a;
  justify-content: center;
  align-items: center;
  padding: 30px 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  color: #fff;
  border-radius: 4px;
  padding-right: 18px;
}

.nav-link-2.w--current {
  color: #5231ff;
}

.nav-link-2.w--open {
  padding-right: 40px;
}

.nav-link-2.w--open:hover {
  border: 1px #000;
}

.nav-link-2.hidden {
  display: none;
}

.dropdown-link-second {
  color: #171d29;
  text-align: left;
  background-color: #0a2b3c00;
  border: 1px #eee;
  border-bottom: 1px solid #e4ecf6;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 23px;
  transition: none;
  display: flex;
  box-shadow: 0 3px 5px -3px #726f6f33;
}

.dropdown-link-second:hover {
  color: #000;
  background-color: #dde1e7;
  text-decoration: underline;
}

.dropdown-link-second.w--current {
  color: #e93914;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-link-second.w--current:hover {
  color: #e93914;
  background-color: #dde1e778;
}

.corner-line-horizontal {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-line-horizontal.features-line {
  background-color: var(--azure);
  border-radius: 0;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.corner-line-horizontal.features-line-righ {
  background-color: var(--primary);
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.arrow {
  color: #fff;
  display: block;
  right: -21px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #247cff;
  border: 2px solid #247cff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #1a4ed2;
  border-color: #1a4ed2;
  transform: translate(0, -2px);
}

.button-2.standard {
  letter-spacing: .5px;
  margin-top: 31px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.button-2.standard:hover {
  color: #fff;
}

.button-2.standard.header {
  z-index: 999999;
  text-transform: uppercase;
  background-color: #e93914;
  border-color: #e93914;
  margin-top: 6px;
  padding: 14px 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
}

.button-2.standard.header:hover {
  background-color: #023a6e;
  border-color: #023a6e;
}

.button-2.standard.header.w--current, .button-2.standard.header.w--current:visited {
  color: #fff;
}

.text-button {
  color: #101b22;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.nav-menu-second {
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding: 0 60px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 16px -3px #00000042;
}

.nav-button {
  justify-content: center;
  height: auto;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.menu-wrapper {
  flex: 1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-nav {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.bermuda {
  align-items: center;
  width: 250px;
  max-width: 250px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.bermuda.w--current {
  width: 250px;
  max-width: 250px;
}

.dropdown-2 {
  width: 200px;
  height: 100%;
  display: block;
}

.dropdown-2.hidden {
  display: none;
}

.white-logo {
  width: 100%;
  max-width: 90%;
  height: 100%;
  padding-left: 0;
}

.dark-logo {
  margin-top: 0;
  position: absolute;
}

.dark-logo.in-colors {
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.container-wrapper {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
  text-decoration: none;
}

.div-block-60 {
  background-image: url('../images/1.png');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.div-block-61 {
  z-index: 0;
  background-image: linear-gradient(#f8600ac2, #f8600ac2);
  position: absolute;
  inset: 0%;
}

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

.column-2.last {
  order: 1;
}

.section-2 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-3 {
  padding: 93px 60px;
}

.container-3 {
  flex-direction: row;
  display: block;
}

.gallery-thambnail {
  max-width: none;
  padding: 15px 15px 15px 0;
}

.image {
  max-width: 80%;
}

.image-2 {
  width: 400px;
}

.image-3 {
  width: 300px;
  height: 100%;
}

.c {
  margin-left: 19px;
}

.form {
  width: 60%;
  margin-top: 33px;
  margin-bottom: 15px;
}

.form-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field {
  background-color: #ffffff87;
  border: 1px #000;
}

.heading {
  font-size: 32px;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link {
  font-size: 13px;
}

.text-field-2 {
  border-radius: 3px;
  height: 50px;
  padding-left: 20px;
}

.columns {
  flex-direction: column;
  display: flex;
}

.modal-wrapper-button {
  z-index: 99999;
  opacity: 1;
  text-align: center;
  background-color: #00000085;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  padding: 49px 0 43px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.link-23 {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.image-43 {
  width: auto;
  max-width: none;
  height: 80vh;
}

.success-message {
  background-color: #34df818f;
}

.error-message {
  color: var(--white);
  background-color: #ff3737;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: relative;
  top: -2px;
}

.div-block-43 {
  z-index: 5555;
  background-color: #fff;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -2% 33% auto 0;
}

.div-block-63 {
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-item {
  margin-bottom: 15px;
}

.div-block-65 {
  background-color: var(--primary);
  height: 160px;
}

.image-44 {
  width: 50%;
}

.block-title-2 {
  z-index: 10;
  color: var(--indigo);
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.block-line-2 {
  background-color: #34df81;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0;
}

.block-line-2._2 {
  background-color: var(--primary);
}

.city-text-block-2 {
  z-index: 10;
  float: left;
  background-color: #fff;
  width: 40%;
  padding: 45px;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 21px 21px 60px -10px #0000004d;
}

.button-3 {
  z-index: 10;
  background-color: var(--primary2);
  color: #fff;
  margin-top: 20px;
  padding: 10px 25px 11px;
  font-size: 16px;
  transition: color .2s, background-color .2s, box-shadow .2s, filter .2s;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 -2px #0000001c;
}

.button-3:hover {
  filter: brightness(105%);
  color: #fff;
  box-shadow: 0 8px 10px -3px #00000029, inset 0 -2px #0000001c;
}

.button-3._2 {
  background-image: linear-gradient(90deg, var(--indigo), var(--primary));
  border-radius: 4px;
}

.city-link-block-2 {
  color: #45164b;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.city-link-block-2:hover {
  color: #783880;
}

.paragraph-2 {
  margin-bottom: 0;
}

.paragraph-2.in-block {
  color: #070707;
}

.contact-person-row-2 {
  z-index: 10;
  align-items: flex-end;
  margin-top: -80px;
  display: flex;
  position: relative;
}

.contact-column-left-2 {
  padding-bottom: 50px;
}

.team-title-wrapper-2 {
  color: #8c3396;
  margin-top: 30px;
}

.team-title-2 {
  margin-right: 3px;
  display: inline-block;
}

.link-block-subtitle-2 {
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.container-4 {
  flex: 1;
  position: relative;
}

.section-title-2 {
  color: #45164b;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.contact-link-block-2 {
  color: #45164b;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  text-decoration: none;
  display: block;
  position: relative;
}

.team-line-2 {
  background-color: #8c3396;
  width: 20px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.contact-icon-2 {
  height: 50px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.support-image-2 {
  clear: right;
  background-image: url('../images/Support.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 420px;
  box-shadow: 14px 14px 50px -20px #0003;
}

.bottom-footer-link-2 {
  color: #b98bbe;
}

.bottom-footer-link-2:hover {
  color: #fff;
}

.footer-row-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-title-2 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
}

.footer-top-title-2 {
  margin-right: 7px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}

.footer-top-title-2.inline {
  margin-left: 7px;
}

.footer-top-title-2.link-version {
  color: #fff;
  margin-right: 0;
  font-weight: 400;
}

.footer-top-block-2 {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.logo-2 {
  height: 25px;
  margin-top: 15px;
}

.logo-2.footer-version {
  opacity: 1;
  width: 30%;
  height: auto;
  margin-top: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.footer-row-2 {
  width: 610px;
}

.bottom-footer-block-2 {
  opacity: .5;
  margin-top: 40px;
  font-size: 13px;
}

.footer-link-2 {
  color: #fff9;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: #fffc;
}

.div-block-66 {
  padding-left: 75px;
  padding-right: 75px;
}

.footer-wrapper {
  background-color: #21212100;
  border-radius: 64px;
  width: 100%;
  margin-top: 62px;
  margin-bottom: 62px;
  padding: 0;
}

.text-block-9 {
  font-size: 26px;
}

.menu-wrapper---main {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.footer-text-field {
  color: #fff;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f7e4d6;
  border-radius: 0;
  min-width: 240px;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-text-field:focus {
  border-bottom-color: #f2d201;
}

.footer-text-field::placeholder {
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1.1em;
}

.footer-copyright-link-2 {
  color: #122953;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s;
  display: inline;
}

.footer-copyright-link-2:hover {
  color: #fff;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._650px.width-100._100---tablet {
  width: 30%;
  max-width: none;
}

.footer-links-rights-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-form-wrapper {
  grid-column-gap: 10px;
  text-align: left;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.footer-links-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-links-wrapper-2.last-item {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
}

.nav-menu-list-item {
  color: #f3f3f4;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.111em;
  display: flex;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 350px;
  margin-bottom: 18px;
}

.footer-logo-wrapper.w--current {
  margin-bottom: 20px;
}

.style---line-icons-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.style---line-icons-grid.flex-horizontal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: repeat(auto-fit, 20px) 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-footer---main {
  grid-column-gap: 39px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  width: auto;
  display: flex;
}

.social-icon-font {
  line-height: 1.1em;
}

.footer-info {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-info.space-down {
  flex-flow: row;
  margin-bottom: 19px;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.bold {
  font-weight: 700;
}

.text-400.bold.color-neutral-100 {
  color: #fff;
}

.nav-link-3 {
  color: #f3f3f4;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link-3:hover {
  color: var(--indigo);
}

.nav-link-3.w--current {
  color: #f3f3f4;
}

.footer-copyright-2 {
  color: #f7e4d6;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-rights-wrapper-small {
  justify-content: flex-end;
  display: flex;
}

.subscribe-button {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Play-Icon.png');
  background-position: 0 0;
  background-size: cover;
  border-style: none;
  border-right-color: #000;
  width: 37px;
  height: 33px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .5s, color .3s;
}

.subscribe-button:hover {
  color: #f2d201;
  width: 44.2px;
  height: 38.5px;
}

.div-block {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.link-social-2 {
  color: #fff;
  padding: 5px 4px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.link-social-2:hover {
  color: #216fff;
  transform: translate(0, -3px);
}

.link-social-2.hidden {
  display: none;
}

.section-4 {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--indigo), var(--primary));
  background-position: 0 0;
  padding: 0 60px 30px;
}

.nav-menu-list-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-wrapper-2 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-middle {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-rights-2 {
  color: #f7e4d6;
  text-align: left;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-rights-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message-2 {
  color: #f2d201;
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-default {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.success-message-text {
  font-size: 16px;
  line-height: 1.1em;
}

.nav-content {
  grid-column-gap: 0px;
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 40%;
  max-width: none;
  min-height: 100%;
  display: flex;
  position: static;
  top: -9px;
}

.footer-form {
  grid-column-gap: 10px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.footer-newsletter {
  color: #fff;
  text-align: left;
  max-width: none;
  font-size: 16px;
}

.icon-social {
  align-items: center;
  font-size: 22px;
  display: flex;
}

.icon-social.size-22px {
  color: #fff;
}

.icon-social.size-22px.color-neutral-100 {
  flex-flow: row;
  margin-left: 0;
}

.div-block-47 {
  width: 60%;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.image-45 {
  height: 30px;
}

.list-item-2 {
  color: var(--black);
}

.div-block-67 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: row;
  display: flex;
  position: static;
}

.div-block-68 {
  width: 50%;
  position: static;
}

.div-block-69 {
  position: sticky;
  top: 16px;
}

.div-block-70 {
  position: static;
}

.block-heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: block;
  position: static;
  top: 140px;
}

.block-heading-text._40 {
  width: 50%;
}

.subtitle-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-123 {
  width: 60%;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #e0b5b5;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  position: static;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.div-block-122 {
  position: sticky;
  top: 150px;
}

.footer-social-icons-wrapper-2 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 38px;
  margin-bottom: 8px;
  display: flex;
}

.heading-2 {
  letter-spacing: 0;
  max-width: none;
  font-family: Lato, sans-serif;
  font-size: 48px;
}

.text-subtitle-3 {
  color: #101b22;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.line-subtitle {
  background-color: #be1e2d;
  width: 27px;
  height: 1px;
}

.social-icon {
  color: #fff;
  border: 0 #000;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height: 1em;
  transition: background-color .2s, color .3s;
  display: flex;
}

.social-icon:hover {
  color: #be1e2d;
  background-color: #0000;
  border-color: #1c1c1c;
}

.social-icon._2 {
  color: #be1e2d;
  background-color: #fff;
  border-style: none;
  font-size: 24px;
}

.social-icon._2:hover {
  color: #000;
}

.div-block-121 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.text-span-52 {
  color: #be1e2d;
  font-size: 44px;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 24px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding: 163px 40px 80px;
  display: flex;
  position: relative;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: auto;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-title {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.div-block-124 {
  width: 50%;
}

.div-block-125 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding: 163px 40px 80px;
  display: flex;
  position: relative;
}

.base-container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.base-container.mb-0 {
  margin-bottom: 0;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.heading-79 {
  letter-spacing: 0;
  max-width: 700px;
  font-family: Lato, sans-serif;
  font-size: 48px;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 6px;
  width: 100%;
  min-height: 46px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #be1e2d;
  border-color: #1c1c1c;
}

.primary-button.other {
  background-color: #be1e2d;
  border-width: 2px;
  border-color: #be1e2d;
  width: auto;
  padding: 8px 18px;
  font-size: 14px;
  transition-duration: .45s;
}

.primary-button.other:hover {
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  border-width: 2px;
  border-color: #1c1c1c;
}

.paragraph-large {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.link-15 {
  color: #be1e2d;
  text-decoration: none;
}

.link-15:hover {
  color: #21293f;
  text-decoration: none;
}

.about-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

.block-accent {
  background-color: #e0010000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 47px 0%;
  display: flex;
}

.block-accent.no-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  padding: 163px 40px 80px;
  display: flex;
  position: relative;
}

.section-7.light-background {
  background-color: #fff;
  padding-top: 41px;
  padding-bottom: 41px;
}

.img-wrapper-i2 {
  background-image: url('../images/bond-3_1bond-3.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-wrapper-i2.team {
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.heading-77 {
  color: #1c1c1c;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-style: italic;
}

.text-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.image-99 {
  width: auto;
}

.grid {
  grid-template-rows: auto;
}

.bg-shape-2 {
  opacity: .07;
  height: 900px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.bg-shape-2.circle {
  z-index: 1;
  opacity: .04;
  height: 400px;
  inset: -10% -15% auto auto;
}

.no-margin {
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

.no-margin.font-24pt {
  font-size: 24px;
}

.no-margin.font-24pt.bold {
  font-weight: 500;
}

.no-margin.font-24pt.bold.even-bigger-font {
  color: var(--indigo);
  font-size: 32px;
  font-weight: 600;
}

.top-white-con {
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.clip-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-cover {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.print-image-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.animation-con {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  z-index: 30;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

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

.lightbox-link.hidden {
  display: none;
}

.full-width-panel {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.play-icon {
  z-index: 25;
  margin-left: 5px;
  font-size: 25px;
  position: relative;
}

.bottom-white-con {
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--azure);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
  position: relative;
}

.content-grid._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.outline {
  border: 1px solid #77cc6d;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.space-text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}

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

.tab-content-home-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.print-hero-photo {
  background-image: url('../images/WhatsApp-Image-2024-05-23-at-3.07.08-PM_1WhatsApp-Image-2024-05-23-at-3.07.08-PM.avif');
  background-position: 80%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.print-hero-photo.design {
  background-image: url('../images/2150384786.jpg');
  background-position: 100%;
  background-attachment: fixed;
}

.print-hero-photo.web {
  background-image: url('../images/124765.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.print-hero-photo.printing {
  background-image: url('../images/2149182042.jpg');
  background-position: 0%;
  background-attachment: fixed;
}

.print-hero-photo.wireless {
  background-image: url('../images/2149353736.jpg');
  background-position: 100%;
  background-attachment: fixed;
}

.print-hero-photo.text {
  background-image: url('../images/4256.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
}

.print-hero-photo.subscription {
  background-image: url('../images/549.jpg');
  background-position: 100%;
  background-attachment: fixed;
}

.circle-link-hover {
  background-color: #77cc6d;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-video-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-8 {
  width: 100vw;
  padding: 126px 40px;
  position: relative;
}

.section-8.light-background {
  background-color: var(--azure);
  width: 100%;
  padding: 90px 0;
}

.base-container-2 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  width: 100%;
  display: flex;
}

.grid-4.no-grid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-pricing-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-9 {
  width: 100%;
  padding: 126px 40px;
  position: relative;
}

.base-container-3 {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.title-info-pricing-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.info-pricing-wrapper-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .footer-wrapper {
    width: 100%;
  }

  .footer-text-field {
    min-width: 220px;
  }

  .grid-footer---main {
    width: 100%;
  }

  .subscribe-button {
    width: 37px;
    height: 33px;
  }

  .container-default {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .block-heading-text {
    width: auto;
  }

  .div-block-121 {
    max-width: 1300px;
  }

  .section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .accordion-wrapper-one-column {
    width: auto;
  }

  .div-block-125 {
    max-width: 1300px;
  }

  .section-6, .section-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .img-wrapper-i2 {
    background-position: 100% 0;
  }

  .no-margin {
    width: 95%;
  }

  .full-width-panel {
    padding-left: 3.5em;
  }

  .history-intro {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .print-hero-photo.design, .print-hero-photo.wireless, .print-hero-photo.subscription {
    background-attachment: fixed;
  }

  .section-8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .grid-4 {
    grid-column-gap: 80px;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .title-info-pricing-wrap {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-footer---main {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-template-columns: 1.2fr 2fr;
  }

  .container-default {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

  .icon-social.size-22px.color-neutral-100 {
    margin-left: 0;
  }

  .block-heading-text, .footer-social-icons-wrapper-2 {
    width: auto;
  }

  .social-icon._2 {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .img-wrapper-i2 {
    background-position: 50% 0;
  }

  .full-width-panel {
    padding-left: 7.5em;
  }

  .play-icon {
    display: block;
  }

  .section-8.light-background {
    padding-top: 137px;
    padding-bottom: 137px;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: none;
  }

  .section-5 {
    padding-top: 130px;
  }

  .accordion-wrapper-one-column {
    width: auto;
  }

  .section-6 {
    padding-top: 130px;
  }

  .block {
    max-width: none;
  }

  .section-7 {
    padding-top: 130px;
  }

  .section-7.light-background {
    padding-left: 250px;
    padding-right: 250px;
  }

  .img-wrapper-i2 {
    background-image: url('../images/Stellar-red-roof_1Stellar-red-roof.avif');
    background-position: 50% 0;
  }

  .grid {
    grid-template-rows: auto;
  }

  .full-width-panel {
    justify-content: center;
  }

  .tab-content-home-4 {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-overlay {
    background-color: #0000004d;
    padding-top: 107px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-overlay.subpage-overlay {
    height: 400px;
    padding: 257px 40px 57px;
  }

  .hero-overlay.subpage-overlay.transparant {
    height: 450px;
    padding-top: 174px;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .hero-overlay.subpage-overlay.organization-overlay {
    padding-top: 90px;
  }

  .hero-overlay.subpage-overlay.dark {
    height: 450px;
    padding-top: 203px;
    padding-bottom: 0;
  }

  .hero-text-block {
    width: auto;
  }

  .hero-text-block.organization-header-block {
    width: 350px;
  }

  .hero-main-title {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-main-title.cms-block-title {
    font-size: 41px;
    line-height: 47px;
  }

  .hero-paragraph {
    margin-top: 1px;
    margin-bottom: 32px;
  }

  .hero-paragraph.small {
    line-height: 29px;
  }

  .nav-link {
    margin-left: 20px;
    font-size: 13px;
  }

  .nav-menu {
    margin-top: 9px;
  }

  .dark-small-section {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
  }

  .featured-city-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding: 80px 40px;
  }

  .section.footer-section {
    padding-top: 29px;
  }

  .section.tint {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.overflow {
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.contact-section {
    padding: 80px 50px 0;
  }

  .section.with-large-color-block {
    padding: 0 40px;
  }

  .section.about-us {
    padding: 72px 30px;
  }

  .section.team-header {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.more-team {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.more-stories {
    padding-top: 70px;
  }

  .section.story-intro-header {
    margin-top: 85px;
    padding: 0;
  }

  .section-title {
    font-size: 43px;
    line-height: 50px;
  }

  .section-title.white {
    font-size: 34px;
  }

  .image-section-overlay {
    background-color: #0000004d;
    padding: 53px 40px;
  }

  .image-section-overlay.dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .checklist-block {
    padding: 25px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.cta-button {
    padding-left: 20px;
    padding-right: 40px;
  }

  .button.cta-button.color {
    padding-left: 20px;
  }

  .button.header-cta-link {
    margin-top: -1px;
  }

  .button.header-cta-link.hidden {
    display: none;
  }

  .button.transparant {
    width: 230px;
    display: flex;
  }

  .small-cta-title {
    font-size: 18px;
  }

  .centered-title-wrapper.stories {
    max-width: 410px;
  }

  .centered-title-wrapper.team {
    margin-bottom: 60px;
  }

  .bg-shape.in-header {
    opacity: .2;
    height: 530px;
  }

  .flex-row {
    padding-bottom: 30px;
  }

  .footer-top-title {
    display: block;
  }

  .footer-top-title.link-version, .footer-top-title.inline {
    display: inline-block;
  }

  .footer-row {
    width: 560px;
  }

  .how-it-works-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .how-it-works-content-wrapper {
    width: 70%;
  }

  .how-it-works-block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 30px;
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph.in-block {
    font-size: 16px;
    line-height: 25px;
  }

  .text-column-right {
    padding-left: 40px;
  }

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

  .subpage-header {
    margin-top: 0;
  }

  .city-text-block {
    padding: 30px;
  }

  .intro-block-title.contact {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    position: static;
  }

  .contact-link-block {
    padding-left: 41px;
  }

  .organization-logo {
    height: 41px;
  }

  .cta-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-person-block {
    padding-bottom: 58px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-person-row {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .support-image {
    height: 340px;
  }

  .team-title-wrapper.in-color-block {
    margin-top: 10px;
  }

  .team-title {
    font-size: 14px;
  }

  .contact-column-left {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .large-color-block {
    padding: 90px 50px;
  }

  .large-color-block.with-team-gallery {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-color-block.contact-version {
    margin-bottom: 84px;
    padding-top: 60px;
  }

  .story-overlay-block.in-cms-block {
    bottom: 30px;
    left: 30px;
  }

  .story-overlay-title.in-cms-block {
    max-width: 220px;
    font-size: 32px;
    line-height: 42px;
  }

  .team-list-wrapper.related {
    width: 100%;
  }

  .team-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-item {
    width: 30%;
    margin-left: 6px;
    margin-right: 16px;
  }

  .team-image-block {
    height: 260px;
  }

  .team-image-block.in-header {
    width: 270px;
    height: 410px;
  }

  .team-tag {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
    line-height: 14px;
  }

  .team-info-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-info-column.center.last {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .team-gallery-image {
    height: 230px;
    margin-bottom: 20px;
  }

  .team-gallery-image._2 {
    height: 250px;
  }

  .team-gallery-image._3 {
    height: 360px;
  }

  .team-gallery-image.shorter._2 {
    height: 100%;
  }

  .team-gallery-image.event2 {
    height: 250px;
  }

  .team-gallery-image.events3 {
    height: 360px;
  }

  .team-gallery-image.shorter-copy._2, .team-gallery-image.events4._2 {
    height: 100%;
  }

  .color-content-block {
    padding: 30px 35px;
  }

  .stories-list-wrapper.first {
    margin-top: -30px;
  }

  .stories-list.push-down {
    margin-bottom: -20px;
  }

  .story-item {
    margin-top: -58px;
    padding-top: 40px;
    padding-bottom: 68px;
  }

  .story-image-block {
    height: 100%;
  }

  .story-content-block {
    padding: 30px 40px 30px 110px;
  }

  .story-text {
    font-size: 17px;
    line-height: 26px;
  }

  .search-results-wrapper {
    width: 100%;
  }

  .org-contact-link-block {
    border-left-width: 0;
    border-right: 1px solid #ffffff1a;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
    display: inline-block;
  }

  .org-contact-link-block.last {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 40px;
  }

  .org-contact-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
    display: block;
  }

  .popup-form-wrapper {
    width: 90%;
  }

  .logo {
    height: 17px;
  }

  .contact-person-column-right {
    padding-bottom: 50px;
  }

  .checklist-column-right {
    padding-right: 0;
  }

  .team-content-block {
    width: 100%;
    padding-left: 340px;
  }

  .team-description-paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .story-section-overlay {
    padding: 40px;
  }

  .subpage-intro-nav-link {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .dropdown-list-second.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .dropdown-list-second.w--open:hover {
    background-color: #e4ecf666;
  }

  .nav-link-2 {
    text-align: left;
    background-color: #fff0;
    border-bottom: 1px solid #e4ecf6;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
  }

  .nav-link-2:hover {
    background-color: var(--indigo);
  }

  .dropdown-link-second {
    box-shadow: none;
    background-color: #e4ecf666;
  }

  .dropdown-link-second:hover {
    background-color: #e4ecf6cc;
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .dropdown-link-second.w--current:hover {
    color: #00b3ac;
    background-color: #e4ecf6cc;
  }

  .arrow {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .nav-menu-second {
    background-color: var(--primary);
    color: #000;
    border: 1px #e7ecf8;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 155px;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0 20px;
    position: fixed;
  }

  .text-block-nav {
    color: #fff;
  }

  .bermuda {
    width: auto;
    padding: 10px 0;
  }

  .bermuda.w--current {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .menu-button-2 {
    color: #343e52;
    padding: 20px;
  }

  .menu-button-2.w--open {
    color: #333;
    background-color: #0000;
  }

  .menu-button-2.white {
    color: #fff;
  }

  .dropdown-2 {
    width: 100%;
  }

  .white-logo {
    max-width: none;
    height: auto;
    position: absolute;
  }

  .dark-logo.in-colors {
    opacity: 0;
    max-width: none;
    height: auto;
    inset: auto;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

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

  .section-3 {
    padding-top: 91px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-3.space-up {
    padding-top: 190px;
  }

  .form {
    width: 80%;
  }

  .modal-wrapper-button {
    flex-flow: column;
    align-items: center;
    min-height: auto;
    padding: 13px 0 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-29 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 80%;
    height: auto;
    padding-top: 41px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-23 {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .image-43 {
    max-width: none;
  }

  .div-block-43 {
    position: relative;
    inset: 3.5% 0% auto;
  }

  .icon {
    font-size: 50px;
  }

  .city-text-block-2 {
    width: 60%;
    padding: 30px;
  }

  .button-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .city-link-block-2 {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .paragraph-2.in-block {
    font-size: 16px;
    line-height: 25px;
  }

  .contact-person-row-2 {
    margin-top: -70px;
  }

  .contact-column-left-2 {
    padding-left: 20px;
  }

  .team-title-2 {
    font-size: 14px;
  }

  .section-title-2 {
    font-size: 43px;
    line-height: 50px;
  }

  .support-image-2 {
    height: 340px;
  }

  .footer-top-title-2 {
    display: block;
  }

  .footer-top-title-2.inline, .footer-top-title-2.link-version {
    display: inline-block;
  }

  .logo-2 {
    height: 17px;
  }

  .footer-row-2 {
    width: 560px;
  }

  .footer-wrapper {
    border-radius: 42px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrapper---main {
    flex-wrap: wrap;
  }

  .footer-links-rights-wrapper {
    background-color: var(--indigo);
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 10px;
    width: 48%;
  }

  .footer-links-wrapper-2.last-item {
    width: 70%;
  }

  .grid-footer---main {
    grid-template-columns: 1fr;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px;
  }

  .text-400 {
    font-size: 22px;
  }

  .subscribe-button {
    padding-top: 9px;
  }

  .section-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrapper-2 {
    flex: 0 auto;
  }

  .footer-middle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-rights-wrapper-2 {
    flex-flow: column;
    width: auto;
  }

  .nav-content {
    width: 30%;
  }

  .icon-social.size-22px.color-neutral-100 {
    margin-left: 0;
  }

  .div-block-47 {
    width: 70%;
  }

  .block-heading-text, .block-heading-text._40 {
    width: 100%;
  }

  .div-block-123 {
    width: auto;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    letter-spacing: 0;
    flex-flow: column;
    width: 100%;
    max-width: none;
    font-size: 32px;
    display: flex;
  }

  .text-subtitle-3 {
    font-size: 14px;
  }

  .div-block-121 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
  }

  .text-span-52 {
    font-size: 40px;
  }

  .section-5 {
    padding: 102px 35px 40px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .div-block-124 {
    width: auto;
  }

  .div-block-125 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
  }

  .section-6 {
    padding: 102px 35px 40px;
  }

  .base-container {
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block {
    width: 100%;
    max-width: none;
  }

  .heading-79 {
    letter-spacing: 0;
    max-width: none;
    font-size: 32px;
  }

  .primary-button {
    min-height: auto;
    display: block;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .about-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    display: flex;
  }

  .block-accent {
    padding: 34px 0% 58px;
  }

  .section-7 {
    padding: 102px 35px 40px;
  }

  .image-98 {
    width: 50%;
  }

  .img-wrapper-i2 {
    background-position: 60%;
    height: 400px;
  }

  .img-wrapper-i2.team {
    border-bottom: 1px solid #11151fe8;
    height: auto;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    height: 300px;
    position: relative;
  }

  .print-image-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .video-grid-wrapper {
    grid-row-gap: 48px;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% auto;
  }

  .full-width-panel {
    width: 100%;
    padding: 0 15px;
  }

  .play-icon {
    margin-top: 3px;
    margin-left: 0;
    font-size: 20px;
  }

  .history-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-grid {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .tab-content-home-4 {
    max-width: 100%;
  }

  .print-hero-photo {
    background-position: 50% 0;
  }

  .print-hero-photo.printing {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-8 {
    padding: 76px 25px;
  }

  .section-8.light-background {
    padding: 65px 30px 45px;
  }

  .base-container-2 {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    grid-column-gap: 40px;
    flex-flow: column;
    grid-template-columns: .8fr 1.2fr;
  }

  .section-9 {
    padding: 76px 25px;
  }

  .base-container-3 {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-info-pricing-wrap {
    width: auto;
  }

  .heading-62 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-overlay {
    text-align: center;
    padding-left: 0;
  }

  .hero-overlay.subpage-overlay {
    height: 400px;
    padding-top: 138px;
    padding-bottom: 0;
  }

  .hero-overlay.subpage-overlay.transparant {
    height: 400px;
    padding-top: 179px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-overlay.subpage-overlay.organization-overlay {
    padding: 0;
  }

  .hero-overlay.subpage-overlay.dark {
    height: 350px;
    padding-top: 94px;
  }

  .hero-overlay._404-overlay {
    padding-left: 45px;
    padding-right: 45px;
  }

  .container {
    max-width: none;
  }

  .hero-text-block {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-block.organization-header-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-main-title {
    text-align: right;
    width: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .header-search {
    margin-top: 30px;
  }

  .hero-paragraph {
    text-align: right;
    margin-top: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .search-field {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .nav-link {
    color: #fff;
    border-bottom-color: #ffffff1a;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 35px;
    display: block;
  }

  .nav-link.last {
    border-bottom-width: 0;
  }

  .nav-link-wrapper {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    background-color: var(--indigo);
    margin-top: 0;
    padding: 30px;
  }

  .dark-small-section {
    padding: 20px 30px;
  }

  .cities-list {
    display: block;
  }

  .featured-city-item {
    padding-top: 9px;
  }

  .section {
    padding: 0;
  }

  .section.overflow {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.with-large-color-block {
    padding: 50px 20px;
  }

  .section.about-us {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.team-header {
    margin-top: 60px;
  }

  .section.more-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.story-intro-header {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-title.white {
    font-size: 26px;
  }

  .section-title.mb-20 {
    text-align: left;
  }

  .image-section-overlay {
    padding: 58px 18px;
  }

  .image-section-overlay.dark {
    background-color: #0009;
  }

  .checklist-block {
    padding: 14px 20px 20px;
    box-shadow: 7px 7px 60px -20px #0000001a;
  }

  .checklist-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.header-cta-link {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .centered-title-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-title-wrapper.cities {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .centered-title-wrapper.we-love {
    max-width: 450px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-shape {
    opacity: 0;
  }

  .bg-shape.circle {
    height: 280px;
  }

  .bg-shape.circle.hide-mobile {
    display: none;
  }

  .bg-shape.in-header {
    opacity: .2;
    bottom: -70%;
    right: -40%;
  }

  .flex-row {
    display: block;
  }

  .footer-top-block {
    margin-bottom: 10px;
    padding: 9px 30px 30px;
  }

  .bottom-footer-block {
    margin-top: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
  }

  .copyright-text {
    font-size: 11px;
  }

  .cta-title {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .centered-paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .title-wrapper.how-it-works {
    margin-bottom: 0;
    padding: 50px 0;
  }

  .how-it-works-wrapper.push-down {
    margin-bottom: 80px;
  }

  .how-it-works-content-wrapper {
    background-color: var(--azure);
    width: 100%;
    padding: 30px;
  }

  .how-it-works-block {
    box-shadow: 14px 14px 50px -20px #0000001a;
  }

  .paragraph {
    text-align: left;
    line-height: 20px;
  }

  .paragraph.mt-15 {
    margin-bottom: 12px;
  }

  .paragraph.my-20 {
    text-align: left;
  }

  .text-column-right {
    padding: 40px 30px;
  }

  .text-column-left {
    padding: 40px 0;
  }

  .subpage-header {
    margin-top: 0;
    padding-top: 0;
  }

  .subpage-header.color {
    padding-top: 0;
  }

  .subpage-header.about, .subpage-header.events, .subpage-header.solutions, .subpage-header.nonprofits {
    height: 400px;
    padding-top: 0;
  }

  .city-link-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .city-image-block {
    width: 100%;
    height: 230px;
    position: relative;
  }

  .city-text-block {
    width: 100%;
    box-shadow: 14px 14px 60px -10px #0000001a;
  }

  .block-image {
    opacity: .04;
    width: 80%;
  }

  .contact-link-block {
    padding-left: 47px;
  }

  .organizations-list-wrapper {
    margin-top: -10px;
  }

  .organization-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .organization-block {
    padding: 30px 80px 30px 30px;
  }

  .organization-logo-block {
    width: 30%;
    margin-bottom: 20px;
    position: static;
    transform: none;
  }

  .organization-content-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .breadcrumb-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .stats-number {
    margin-bottom: 0;
    line-height: 40px;
  }

  .gallery-lightbox {
    height: 150px;
  }

  .gallery-item {
    width: 50%;
  }

  .featured-list-title {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 20px;
    display: block;
  }

  .cta-title-wrapper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-person-block {
    padding-bottom: 0;
  }

  .contact-person-row {
    margin-top: 0;
    display: block;
  }

  .team-title-wrapper {
    margin-top: 0;
    padding: 30px;
  }

  .team-title-wrapper.in-block {
    margin-top: 20px;
    padding: 0;
  }

  .team-title-wrapper.in-color-block {
    padding: 0;
  }

  .contact-column-left {
    padding: 0 30px;
  }

  .large-color-block {
    padding: 50px 40px;
  }

  .large-color-block.with-team-gallery {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-color-block.contact-version {
    padding-top: 30px;
  }

  .story-overlay-block.in-cms-block {
    display: none;
  }

  .story-overlay-title.in-cms-block.show-on-mobile {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    display: block;
  }

  .testimonial-overlay-block.hide-mobile {
    display: none;
  }

  .team-list {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .team-list.mobile-full {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-item {
    width: 70%;
  }

  .team-item.mobile-full {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-image-block {
    height: 450px;
  }

  .team-image-block.in-header {
    width: 240px;
    height: 280px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .team-info-row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-top: 20px;
  }

  .team-info-column {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-left: 0;
    padding-right: 6px;
  }

  .team-gallery-image {
    margin-bottom: 10px;
  }

  .team-gallery-image._100.event1._800 {
    height: 300px;
  }

  .team-gallery-image.shorter, .team-gallery-image.shorter-copy, .team-gallery-image.events4 {
    width: 100%;
  }

  .color-content-block {
    height: auto;
    padding: 38px 19px;
  }

  .color-content-block.orange-colour.shorter {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .color-content-block._5 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    width: 100%;
  }

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

  .field.area.small-area {
    height: 60px;
  }

  .radio-button-wrapper {
    margin-bottom: 10px;
  }

  .radio-buton {
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .stories-list-wrapper.first {
    margin-top: 0;
  }

  .stories-list.push-down {
    margin-bottom: 0;
  }

  .story-item {
    margin-top: 0;
    margin-bottom: 54px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .story-block {
    height: auto;
    display: block;
  }

  .story-image-block {
    z-index: 3333;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .story-content-block {
    text-align: center;
    margin-left: 0%;
    padding: 40px 30px;
    display: block;
    position: relative;
    top: -55px;
  }

  .org-logo-block {
    margin-top: 30px;
  }

  .search-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .org-contact-link-block {
    border-top: 1px solid #ffffff1a;
    border-right-width: 0;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
    display: block;
  }

  .contact-section {
    padding: 50px 30px;
  }

  .popup-form-wrapper {
    width: 100%;
    padding: 0 30px 10px;
  }

  .logo {
    height: 22px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .logo.footer-version {
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
  }

  .style-block {
    padding: 30px;
  }

  .style-block.first {
    padding: 40px 40px 0;
  }

  .license-block {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .license-links-wrapper {
    margin-top: 10px;
    position: static;
    transform: none;
  }

  .license-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .button-column {
    padding-top: 10px;
  }

  .contact-person-column-right {
    margin-top: 35px;
    padding: 0;
  }

  .footer-column {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    color: var(--indigo);
    text-align: center;
    border-left: 1px solid #ebebeb;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    padding: 11px 0 0;
    font-size: 39px;
  }

  .menu-button.w--open {
    background-color: var(--indigo);
  }

  .checklist-column-right, .story-column-left {
    padding: 0;
  }

  .gallery-column-left {
    padding: 20px 10px 10px 20px;
  }

  .stats-column {
    padding-top: 20px;
  }

  .team-content-block {
    text-align: center;
    width: auto;
    max-width: 400px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .team-social-button {
    margin-left: 6px;
    margin-right: 6px;
  }

  .detailed-story-wrapper {
    width: 100%;
    padding: 50px 30px 30px;
  }

  .story-rtb img {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .story-section-overlay {
    padding: 0;
  }

  .column {
    padding: 20px 0 0;
  }

  .subpage-intro-nav {
    float: none;
  }

  .subpage-intro-nav-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .container-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    margin-left: 0;
  }

  .column-2 {
    height: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .section-3 {
    padding: 0 20px 31px;
  }

  .section-3.space-up {
    padding-top: 63px;
  }

  .container-3 {
    text-align: left;
    padding-left: 55px;
  }

  .modal-wrapper-button {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-29 {
    flex-wrap: nowrap;
    place-content: stretch flex-start;
    width: 80%;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .link-23 {
    margin-left: 0;
  }

  .image-43 {
    max-width: 90%;
  }

  .html-embed {
    overflow: hidden;
  }

  .div-block-43 {
    width: 100%;
    height: 40px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-63 {
    position: relative;
    overflow: hidden;
  }

  .div-block-64 {
    text-align: center;
  }

  .city-text-block-2 {
    width: 100%;
    box-shadow: 14px 14px 60px -10px #0000001a;
  }

  .city-link-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-person-row-2 {
    margin-top: 0;
    display: block;
  }

  .contact-column-left-2 {
    padding: 40px 30px;
  }

  .team-title-wrapper-2 {
    margin-top: 0;
    padding: 30px;
  }

  .footer-column-2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-top-block-2 {
    margin-bottom: 10px;
    padding: 50px 30px 30px;
  }

  .logo-2 {
    height: 22px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .logo-2.footer-version {
    margin-top: 30px;
    margin-left: 30px;
    display: block;
    position: static;
  }

  .bottom-footer-block-2 {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .footer-wrapper {
    border-radius: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 23px 0 8px;
  }

  .menu-wrapper---main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inner-container._650px.width-100._100---tablet {
    width: auto;
  }

  .footer-links-rights-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    justify-content: center;
  }

  .footer-links-wrapper-2 {
    align-items: center;
    width: auto;
  }

  .footer-links-wrapper-2.last-item {
    width: 100%;
  }

  .nav-menu-list-item {
    margin-bottom: 15px;
  }

  .mg-bottom-32px {
    margin-bottom: 17px;
  }

  .footer-logo-wrapper {
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .style---line-icons-grid.flex-horizontal {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-footer---main {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-info {
    grid-row-gap: 32px;
  }

  .text-400 {
    font-size: 20px;
  }

  .nav-link-3 {
    margin-right: 20px;
  }

  .footer-rights-wrapper-small {
    justify-content: center;
  }

  .div-block {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .section-4 {
    padding-right: 0;
  }

  .nav-menu-list-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-wrapper-2 {
    flex-flow: column;
  }

  .footer-middle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .error-message-2 {
    text-align: center;
  }

  .container-default {
    align-items: stretch;
  }

  .nav-content {
    grid-column-gap: 20px;
    width: 100%;
    display: block;
  }

  .footer-newsletter {
    text-align: left;
    margin-bottom: 10px;
  }

  .icon-social.size-22px.color-neutral-100 {
    margin-left: 0;
  }

  .div-block-47 {
    width: 100%;
  }

  .footer-logo {
    width: 70%;
  }

  .image-45 {
    width: auto;
    max-width: none;
  }

  .image-46 {
    width: auto;
    max-width: none;
    height: 20px;
  }

  .block-heading-text._40, .div-block-123 {
    width: 100%;
  }

  .accordion-list-content {
    font-size: 14px;
  }

  .div-block-122 {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    text-align: left;
    font-size: 28px;
  }

  .div-block-121 {
    flex-flow: column;
  }

  .text-span-52 {
    font-size: 38px;
  }

  .section-5 {
    padding: 96px 20px 35px;
  }

  .accordion-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .accordion-title {
    font-size: 16px;
  }

  .div-block-124 {
    width: 100%;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .section-6 {
    padding: 96px 20px 35px;
  }

  .base-container {
    margin-top: 75px;
  }

  .paragraph-large {
    text-align: left;
    font-size: 14px;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .block-accent {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .block-accent.no-padding {
    padding-top: 0;
  }

  .section-7 {
    padding: 96px 20px 35px;
  }

  .img-wrapper-i2 {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .img-wrapper-i2.team {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-77 {
    text-align: left;
  }

  .bg-shape-2 {
    opacity: 0;
  }

  .bg-shape-2.circle {
    height: 280px;
  }

  .no-margin.font-24pt.bold.even-bigger-font {
    line-height: 1.2em;
  }

  .video-cover {
    height: 250px;
  }

  .print-image-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-left-text {
    text-align: left;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .full-width-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .play-icon {
    font-size: 18px;
  }

  .history-intro {
    padding: 41px 20px;
  }

  .section-8 {
    padding: 42px 24px 60px;
  }

  .section-8.light-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container-2 {
    max-width: none;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .info-pricing-wrapper {
    text-align: center;
    align-items: center;
  }

  .section-9 {
    padding: 42px 24px 60px;
  }

  .base-container-3 {
    max-width: none;
  }

  .title-info-pricing-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-62 {
    font-size: 22px;
  }

  .info-pricing-wrapper-2 {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }

  h1, h2 {
    font-size: 30px;
  }

  h4, h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    width: 100%;
    padding: 25px;
    font-size: 22px;
    line-height: 33px;
  }

  .hero-overlay {
    padding-top: 201px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay.subpage-overlay {
    height: 360px;
    padding-top: 208px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-overlay.subpage-overlay.transparant {
    height: 380px;
    padding-top: 49px;
  }

  .hero-overlay.subpage-overlay.transparant.contact-main-image {
    height: 400px;
    padding-top: 226px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .hero-overlay.subpage-overlay.dark {
    padding-top: 146px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay.subpage-overlay.dark.donate {
    padding-top: 174px;
  }

  .hero-overlay.cms-overlay {
    background-color: #00000080;
    padding-top: 50px;
  }

  .hero-overlay._404-overlay {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container {
    max-width: none;
  }

  .container.right {
    z-index: 5;
    position: relative;
  }

  .hero-text-block {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: flex-end;
    max-width: 300px;
  }

  .hero-text-block.right {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-main-title {
    text-align: right;
    font-size: 28px;
    line-height: 33px;
  }

  .hero-paragraph {
    text-align: right;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 16px;
  }

  .search-field {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .search-button {
    background-size: 20px;
    width: 60px;
  }

  .dark-small-section {
    padding: 10px 12px;
  }

  .section.footer-section {
    display: block;
    overflow: hidden;
  }

  .section.tint {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.overflow {
    padding-top: 41px;
  }

  .section.contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about-us {
    padding: 50px 0 0;
  }

  .section.team-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.more-team {
    padding-bottom: 40px;
  }

  .section.more-stories {
    padding-top: 40px;
  }

  .section-title {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.white {
    text-align: center;
    font-size: 24px;
  }

  .section-title.email {
    font-size: 30px;
  }

  .section-title.cms-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.mb-25 {
    margin-bottom: 28px;
  }

  .small-uppercase-title {
    text-align: left;
  }

  .image-section-overlay {
    background-color: #0009;
    padding: 55px 13px;
  }

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

  .checklist-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.header-cta-link {
    width: 60%;
    margin-top: 12px;
    font-size: 13px;
  }

  .button.transparant {
    width: auto;
    padding-right: 0;
  }

  .small-cta-title {
    margin-bottom: 10px;
    display: block;
  }

  .centered-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-title-wrapper.cities {
    max-width: 300px;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .centered-title-wrapper.team {
    max-width: 300px;
  }

  .centered-title-wrapper.we-love {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-title-wrapper.why {
    max-width: 290px;
  }

  .bg-shape.in-header {
    opacity: .1;
  }

  .flex-row {
    padding-bottom: 0;
  }

  .footer-top-title {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-top-title.link-version, .footer-top-title.inline {
    margin-bottom: 0;
    font-size: 17px;
  }

  .footer-top-title.inline.hide-mobile {
    display: none;
  }

  .footer-row {
    flex-direction: column;
  }

  .cta-title {
    text-align: left;
    max-width: 280px;
    font-size: 24px;
    line-height: 33px;
  }

  .centered-paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .column-image-block.variation {
    box-shadow: 14px 14px 50px -20px #0003;
  }

  .how-it-works-content-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .paragraph, .paragraph.my-20 {
    text-align: left;
  }

  .text-column-left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header, .subpage-header.color {
    padding-top: 0;
  }

  .subpage-header.about, .subpage-header.events, .subpage-header.solutions, .subpage-header.nonprofits {
    height: 360px;
  }

  .city-image-block {
    height: 170px;
  }

  .quick-links-wrapper {
    padding-left: 0;
  }

  .intro-block-title {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    font-size: 19px;
    line-height: 30px;
    position: static;
  }

  .contact-link-block {
    padding-left: 60px;
  }

  .link-block-subtitle {
    font-size: 14px;
  }

  .organization-block {
    padding-right: 60px;
  }

  .organization-logo-block {
    width: 50%;
  }

  .block-subtitle {
    line-height: 24px;
  }

  .breadcrumb-wrapper {
    margin-bottom: 20px;
  }

  .breadcrumb-wrapper.align-left {
    margin-bottom: 30px;
  }

  .stats-subtitle {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }

  .rtb li {
    background-position: 0%;
    padding-left: 40px;
  }

  .cta-button-wrapper {
    display: block;
  }

  .cta-search-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }

  .contact-person-block {
    padding: 0;
  }

  .contact-person-row {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon {
    width: 15%;
    max-width: none;
    height: auto;
  }

  .support-image {
    height: 190px;
  }

  .team-title-wrapper.in-color-block {
    text-align: left;
  }

  .team-title-wrapper.in-team-list {
    padding: 20px 0;
  }

  .team-title {
    font-size: 16px;
  }

  .contact-column-left {
    padding-top: 0;
    padding-left: 0;
  }

  .large-color-block {
    margin-bottom: 0;
    padding: 24px 16px;
  }

  .large-color-block.with-team-gallery {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 26px;
    display: flex;
  }

  .large-color-block.contact-version {
    margin-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .faq-rtb {
    font-size: 14px;
    line-height: 24px;
  }

  .story-overlay-title {
    font-size: 32px;
    line-height: 41px;
  }

  .team-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-item {
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px 5px 0;
  }

  .team-item.mobile-full {
    width: 60%;
  }

  .team-image-block {
    height: 400px;
  }

  .team-image-block.in-header {
    width: 180px;
    height: 230px;
    margin-bottom: 30px;
  }

  .team-tag {
    font-size: 14px;
    line-height: 20px;
    top: 3%;
  }

  .team-info-row {
    flex-direction: column;
    margin-top: 13px;
  }

  .team-info-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-info-column.center.last {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-gallery-image, .team-gallery-image._2, .team-gallery-image._3 {
    height: 170px;
  }

  .team-gallery-image._100 {
    height: 240px;
    margin-bottom: 20px;
  }

  .team-gallery-image._100.other-image.shorter {
    width: 100%;
    margin-top: 20px;
  }

  .team-gallery-image._100.event1._800 {
    height: 170px;
  }

  .team-gallery-image.shorter {
    margin-bottom: 20px;
  }

  .team-gallery-image.shorter._2 {
    margin-bottom: 0;
  }

  .team-gallery-image.event2, .team-gallery-image.events3 {
    height: 170px;
  }

  .team-gallery-image.shorter-copy {
    margin-bottom: 20px;
  }

  .team-gallery-image.shorter-copy._2 {
    margin-bottom: 0;
  }

  .team-gallery-image.events4 {
    margin-bottom: 20px;
  }

  .team-gallery-image.events4._2 {
    margin-bottom: 0;
  }

  .color-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-content-block._5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro-paragraph {
    font-size: 25px;
    line-height: 34px;
  }

  .field-label {
    font-size: 13px;
    line-height: 20px;
  }

  .field {
    height: 40px;
  }

  .field.small {
    height: 35px;
    margin-bottom: 5px;
  }

  .button-info-text {
    margin-left: 0;
    display: block;
  }

  .stories-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .story-content-block {
    top: -38px;
  }

  .story-text {
    text-align: left;
  }

  .search-results-wrapper {
    margin-top: 10px;
  }

  .search-link-block {
    padding: 30px;
  }

  .search-block-title {
    font-size: 24px;
    line-height: 30px;
  }

  .search-block-text {
    font-size: 14px;
    line-height: 25px;
  }

  .search-block-slug {
    font-size: 10px;
  }

  .form-title {
    line-height: 34px;
  }

  .form-title.subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .close-link {
    top: 20px;
    right: 20px;
  }

  .logo {
    height: 13px;
    margin-top: 25px;
    margin-left: 10px;
  }

  .logo.footer-version {
    height: 20px;
  }

  ._404-subtitle {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }

  ._404-logo {
    height: 150px;
    margin-bottom: 30px;
  }

  .style-block.first {
    padding: 25px 25px 0;
  }

  .license-block {
    border-width: 1px 0 0;
    margin-top: 0;
    padding: 25px;
  }

  .button-column {
    text-align: center;
    padding-bottom: 10px;
  }

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

  .footer-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    width: 55px;
    margin-left: 15px;
  }

  .team-content-block {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-rtb {
    font-size: 14px;
    line-height: 24px;
  }

  .story-rtb blockquote {
    padding-left: 30px;
    padding-right: 0;
    font-size: 20px;
    line-height: 33px;
  }

  .story-rtb img {
    margin-bottom: 30px;
  }

  .story-rtb figcaption {
    opacity: .6;
    color: var(--dark-magenta);
    text-align: right;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 12px;
    font-style: italic;
    position: static;
  }

  .subpage-intro-nav-link {
    border-right-width: 0;
    margin-top: 8px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-2.standard {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 18px;
  }

  .nav-menu-second {
    z-index: 9999;
    top: 203px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 0;
  }

  .bermuda {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bermuda.w--current {
    width: 70%;
  }

  .menu-button-2.white {
    padding: 0;
  }

  .dark-logo.in-colors {
    width: 100%;
    height: auto;
  }

  .navigation-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 30%;
    max-width: none;
  }

  .container-wrapper {
    justify-content: space-between;
  }

  .div-block-59 {
    align-items: center;
    margin-left: 0;
  }

  .column-2 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-2 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .section-3 {
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3.space-up {
    padding-top: 25px;
  }

  .container-3 {
    text-align: center;
    padding-left: 0;
  }

  .gallery-thambnail {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    width: 100%;
  }

  .heading {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .modal-wrapper-button {
    justify-content: flex-start;
    align-items: center;
    padding: 39px 0 0;
    display: none;
  }

  .div-block-29 {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100vw;
    height: 97%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-23 {
    margin-bottom: 11px;
    margin-left: -1px;
  }

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

  .div-block-43 {
    height: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-63 {
    width: 90%;
  }

  .icon {
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    font-size: 50px;
    display: flex;
  }

  .image-44 {
    width: 60%;
    margin-bottom: 20px;
  }

  .block-title-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .city-text-block-2 {
    padding: 22px;
  }

  .team-title-2 {
    font-size: 12px;
  }

  .link-block-subtitle-2 {
    font-size: 18px;
  }

  .section-title-2 {
    font-size: 40px;
    line-height: 43px;
  }

  .contact-link-block-2 {
    padding-left: 60px;
  }

  .contact-icon-2 {
    height: 40px;
  }

  .support-image-2 {
    height: 190px;
  }

  .footer-top-title-2 {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-top-title-2.inline {
    margin-bottom: 0;
    font-size: 17px;
  }

  .footer-top-title-2.inline.hide-mobile {
    display: none;
  }

  .footer-top-title-2.link-version {
    margin-bottom: 0;
    font-size: 17px;
  }

  .logo-2 {
    height: 13px;
    margin-top: 25px;
    margin-left: 10px;
  }

  .logo-2.footer-version {
    height: 20px;
  }

  .footer-wrapper {
    border-radius: 28px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 3px;
  }

  .footer-text-field {
    min-width: 180px;
  }

  .inner-container._650px.width-100._100---tablet {
    width: 100%;
  }

  .footer-links-rights-wrapper {
    grid-row-gap: 20px;
  }

  .footer-form-wrapper, .footer-links-wrapper-2 {
    width: 100%;
  }

  .footer-links-wrapper-2.last-item {
    grid-row-gap: 5px;
  }

  .success-message-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-wrapper {
    max-width: none;
    margin-bottom: 10px;
  }

  .style---line-icons-grid.flex-horizontal {
    flex-direction: row;
  }

  .grid-footer---main {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info.space-down {
    justify-content: center;
    align-items: center;
  }

  .text-400.bold.color-neutral-100 {
    margin-bottom: 0;
  }

  .footer-copyright-2 {
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    margin-bottom: 5px;
  }

  .footer-rights-wrapper-small {
    grid-row-gap: 2px;
    flex-wrap: wrap;
  }

  .subscribe-button {
    width: 34px;
    height: 28px;
  }

  .div-block {
    flex-flow: column;
  }

  .link-social-2 {
    margin-right: 6px;
  }

  .section-4 {
    padding-right: 0;
  }

  .menu-wrapper-2 {
    flex-flow: column;
  }

  .footer-rights-2 {
    text-align: center;
    letter-spacing: 0;
    padding-left: 61px;
    padding-right: 61px;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .container-default {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-form {
    width: 100%;
    margin-top: 0;
  }

  .footer-newsletter {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-47 {
    width: 100%;
  }

  .image-45 {
    height: 27px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    letter-spacing: 0;
    flex-flow: column;
    font-size: 24px;
  }

  .text-subtitle-3 {
    font-size: 11px;
  }

  .text-span-52 {
    font-size: 28px;
  }

  .section-5, .section-6 {
    padding-top: 108px;
  }

  .base-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-79 {
    text-align: left;
    letter-spacing: 0;
    font-size: 28px;
  }

  .primary-button {
    min-height: auto;
    padding: 6px 11px;
    font-size: 10px;
    line-height: 14px;
  }

  .primary-button.other {
    font-size: 12px;
  }

  .block-accent {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .block-accent.no-padding {
    padding-top: 0;
  }

  .section-7 {
    padding-top: 108px;
  }

  .section-7.light-background {
    padding-top: 0;
    padding-left: 19px;
    padding-right: 19px;
  }

  .image-98 {
    width: 80%;
  }

  .img-wrapper-i2 {
    height: 240px;
  }

  .img-wrapper-i2.team {
    border-bottom-style: none;
    height: auto;
    padding-right: 0;
  }

  .heading-77 {
    font-size: 18px;
  }

  .text-button-2 {
    font-size: 12px;
  }

  .no-margin.font-24pt.bold.even-bigger-font {
    font-size: 24px;
  }

  .video-cover {
    min-height: 275px;
  }

  .tab-content-home-4 {
    justify-content: flex-start;
  }

  .section-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-8.light-background {
    padding: 28px 15px 26px;
  }

  .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-info-pricing-wrap {
    width: 100%;
  }

  .heading-62 {
    font-size: 22px;
  }
}

#w-node-_07e76523-d71e-1de8-0f8a-331fd9d43336-c18a45f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68940286-e14c-654d-c485-e672a0b235c8-1a555035, #w-node-_68940286-e14c-654d-c485-e672a0b235da-1a555035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_84882566-4056-6e4a-b865-730995f757f8-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_84882566-4056-6e4a-b865-730995f757f9-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_84882566-4056-6e4a-b865-730995f75804-ccf11bca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_84882566-4056-6e4a-b865-730995f75814-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_84882566-4056-6e4a-b865-730995f75815-ccf11bca {
  order: -9999;
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_84882566-4056-6e4a-b865-730995f7581b-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_84882566-4056-6e4a-b865-730995f75829-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_84882566-4056-6e4a-b865-730995f7582a-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_84882566-4056-6e4a-b865-730995f75835-ccf11bca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561a4-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561a5-ccf11bca {
  order: -9999;
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561ab-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0d7-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0d8-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0de-ccf11bca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2cec-ccf11bca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2ced-ccf11bca {
  order: -9999;
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2cf3-ccf11bca {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_62660239-4113-a7ff-ba92-297e688e4e27-ccf11bca, #w-node-e393492f-697e-6649-0de5-1bc72c2b24c2-ccf11bca, #w-node-e393492f-697e-6649-0de5-1bc72c2b24c7-ccf11bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_84882566-4056-6e4a-b865-730995f7581b-ccf11bca, #w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561ab-ccf11bca, #w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2cf3-ccf11bca {
    grid-area: 1 / 3 / 2 / 5;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_84882566-4056-6e4a-b865-730995f75804-ccf11bca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f7581b-ccf11bca {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: start;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f75835-ccf11bca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561ab-ccf11bca {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: start;
  }

  #w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0de-ccf11bca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2cf3-ccf11bca {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_84882566-4056-6e4a-b865-730995f757f9-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f75804-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f75815-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f7581b-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f7582a-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-_84882566-4056-6e4a-b865-730995f75835-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561a5-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-e03b3e36-ebe9-0a01-7e96-aa85d6c561ab-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0d8-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-b717d879-ebb4-77b0-0a62-d13fbbf8a0de-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2ced-ccf11bca {
    grid-column: 1 / 4;
  }

  #w-node-_141cd6ba-ec15-02f8-30fa-4a8d1a4d2cf3-ccf11bca {
    grid-area: 2 / 1 / 3 / 4;
  }
}


