:root {
  --black-2: #333;
  --branding2: #7d2856;
  --branding3: #008c95;
  --black: #222;
  --forest-green: #038d00;
  --medium-violet-red: #c60258;
  --royal-blue: #0055de;
  --dark-orchid: #ae06d8;
  --branding-1: #1c3d6e;
  --burntsienna: #db8256;
  --midnight-blue: #0a1055;
  --white-smoke: #f5f6f9;
  --grey: #797979;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

a {
  text-decoration: underline;
}

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

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

.text-block-22 {
  color: var(--black-2);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon-3 {
  color: var(--branding2);
}

.dropdown-link {
  color: #000;
  letter-spacing: .5px;
  font-family: Avenir next font;
  font-size: 11px;
  font-weight: 400;
  transition: all .4s;
}

.dropdown-link:hover {
  color: var(--branding2);
  font-family: Avenir next font;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: #d52effe3;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link.members {
  background-color: var(--branding2);
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  font-weight: 500;
}

.logo-brand {
  margin-top: 10px;
}

.logo-brand.inline {
  margin-top: 24px;
}

.logo-brand.inline.w--current {
  margin-top: 25px;
}

.logo-brand.inline.scroll, .logo-brand.inline.scroll.w--current {
  margin-top: 8px;
}

.logo-brand.footer-one {
  margin-top: 34px;
}

.nav-link {
  color: var(--black-2);
  letter-spacing: 1px;
  padding: 37px 10px 35px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.nav-link.w--current:active {
  color: #ae06d8e3;
}

.nav-link.dropdown {
  color: #797979;
  padding-top: 37px;
  padding-left: 14px;
  padding-right: 35px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 11px;
}

.nav-link.dropdown:hover {
  color: var(--branding2);
}

.nav-link.dropdown.scroll, .nav-link.scroll, .nav-link.scroll.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  box-shadow: 0 1px 3px #0000001a;
}

.navbar.transparent {
  z-index: 999;
  color: #ae06d8e3;
  background-color: #fff;
  padding-left: 3%;
  padding-right: 3%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000024;
}

.navbar.footer-located {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.full-container {
  z-index: 1;
  color: #1a1a1a;
  background-color: #0000;
  max-width: 1270px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.full-container.center {
  z-index: 2;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.full-container.center.first {
  margin-top: 0;
  top: 26vh;
}

.full-container.top {
  margin-top: -300px;
  position: static;
  top: -300px;
  left: 0;
}

.full-container.top.tabs {
  margin-top: -300px;
  font-family: Rnssanz;
}

.full-container.top-padding {
  margin-top: 0;
}

.full-container.footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.dropdown-list.w--open {
  color: #1a1a1a;
  text-align: center;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-menu.footer-located {
  float: none;
  background-color: #0000;
}

.navbar-scroll {
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 18px -6px #0000001f;
}

.link-block-2 {
  background-image: url('../images/together-256_1together-256.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.button {
  text-transform: uppercase;
  background-color: #29a1ff;
  background-image: none;
  padding: 18px 35px 16px;
  font-family: Rnssanz;
  font-weight: 600;
}

.button.move-up {
  letter-spacing: 1px;
  background-color: #1c3d6ee6;
  background-image: none;
  border-radius: 8px;
  padding-top: 16px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.button.move-up:hover {
  background-color: var(--branding3);
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button.move-up.fullwidth {
  background-color: #ae06d8e3;
  width: 100%;
  padding-top: 16px;
  display: block;
}

.button.move-up.fullwidth:hover {
  background-color: #1a1a1a;
}

.button.move-up.fullwidth.subscribe {
  background-color: #ae06d8e3;
  width: auto;
  height: 50px;
  margin-left: 14px;
  padding: 14px 26px;
}

.button.move-up.fullwidth.subscribe:hover {
  background-color: #1a1a1a;
}

.button.move-up.color {
  color: #fff;
  background-color: #06d8cf;
  padding: 12px 25px;
  font-weight: 400;
  transition-duration: .4s;
  display: inline-block;
}

.button.move-up.color:hover {
  background-color: #1a1a1a;
  border: 0 #fff;
}

.button.move-up.color.no-hover {
  padding: 18px 35px 16px;
  font-weight: 400;
}

.button.move-up.color.no-hover:hover {
  background-color: #29a1ff;
}

.button.move-up.color.no-hover.full {
  background-color: #ae06d8e3;
  background-image: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.move-up.donate {
  color: #fff;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}

.button.move-up.donate.line.white {
  background-color: #1c3d6ee6;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button.move-up.donate.line.white:hover {
  background-color: var(--branding3);
  box-shadow: 0 2px 11px #00000026;
}

.button.move-up.colorated {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ffffff3b;
}

.button.move-up.colorated:hover {
  color: #fff;
  background-color: #ae06d8e3;
  border-style: none;
  border-width: 0;
}

.button.move-up.colorated.orange {
  background-color: #ff9c08eb;
  border-style: none;
  padding-top: 16px;
  display: inline-block;
}

.button.move-up.colorated.orange:hover {
  background-color: #ff9c08e3;
}

.button.move-up.colorated.orange._70 {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button.move-up._70 {
  color: #fff;
  text-align: center;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button.move-up._70:hover {
  box-shadow: 0 4px 12px #00000026;
}

.button.move-up.a {
  margin-right: 5px;
}

.liquid-card {
  z-index: 2000;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 24px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  box-shadow: 0 6px 20px #00000029;
}

.form {
  color: #fff;
}

.form.subscribe {
  width: 400px;
  margin-top: 14px;
  display: flex;
}

.paragraph {
  color: var(--black-2);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.text-field {
  color: #797979;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #49494940;
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px 10px 14px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .4s;
  display: block;
}

.paragraph.text-field:hover {
  background-color: #fafafa;
}

.paragraph.text-field.subscribe {
  color: #797979;
  padding-left: 0;
}

.paragraph.text-field.message {
  color: #1a1a1a;
  border-radius: 0;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.paragraph.text-field.second {
  color: #797979;
  background-color: #0000;
}

.paragraph.text-field.second:hover {
  border-bottom-color: #ae06d8e3;
}

.paragraph.left {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph.center {
  color: #797979;
  text-align: center;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.paragraph.white.block {
  text-align: left;
  margin: 5px 5px 20px;
  font-style: normal;
  display: inline-block;
}

.paragraph.white.percentual {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.white.percentual.color {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sub-tittle {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Avenir next font;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.sub-tittle.subscribe {
  font-size: 14px;
}

.sub-tittle.smaller {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  font-style: normal;
}

.success-message {
  color: #fff;
  background-color: #06d852;
  border-radius: 10px;
  font-size: 14px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff0000e3;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
}

.paragraph-big-hero {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-big-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.hero-big-text.left-side {
  text-align: left;
  text-shadow: 1px 1px 3px #000;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 9vw;
}

.hero-big-text.smaller {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.hero-big-text.smaller.no-padding {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.top-space-block {
  text-align: left;
  background-color: #0000;
  margin-top: 50px;
  padding-top: 0;
}

.top-space-block._100 {
  float: none;
  text-align: center;
  margin-top: 100px;
}

.top-space-block._100.left {
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
}

.top-space-block._100.left.top {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: 60px;
  bottom: 50%;
  left: 5%;
}

.top-space-block._100.left.top._50 {
  width: 86%;
  top: 50px;
}

.top-space-block._30 {
  text-align: center;
  margin-top: 0;
}

.top-space-block._30.center {
  color: #797979;
}

.top-space-block._30.left {
  text-align: left;
}

.top-space-block.left-side {
  width: 90%;
  margin-top: 0;
  position: relative;
  top: 70px;
  left: 5%;
}

.top-space-block.left-side.padding {
  height: auto;
  position: static;
}

.emphasized-text-16 {
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 100;
}

.emphasized-text-16.bottom-padding {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  display: block;
}

.emphasized-text-16.bottom-padding.left {
  text-align: left;
}

.emphasized-text-16.bottom-padding.smaller {
  text-align: center;
  font-family: Rnssanz;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.side-content {
  width: 66%;
}

.hero-section {
  color: #1a1a1a;
  height: 80vh;
  margin-top: 0;
  padding: 0 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.section {
  background-color: #fff;
  padding: 75px 5%;
  display: block;
  position: relative;
}

.section.causes {
  background-color: #f5f6f9;
}

.section.volunteer {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/2022-04-08-182940-dscf5025_orig_12022-04-08-182940-dscf5025_orig.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0 0%;
}

.section.gray {
  text-align: left;
  background-color: #f5f6f9;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.section.gray.black {
  color: #1a1a1a;
  background-color: #1a1a1a;
  background-image: linear-gradient(#1a1a1aa1, #1a1a1aa1), url('../images/mapp-dots_1mapp-dots.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section.gray.job {
  padding-top: 160px;
}

.section.padtop {
  padding-top: 135px;
}

.small-separator {
  float: none;
  color: #797979;
  background-color: silver;
  width: 20px;
  height: 4px;
  margin: 0 4px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.small-separator.center.red {
  background-color: var(--medium-violet-red);
}

.small-separator.center.blue {
  background-color: var(--royal-blue);
}

.small-separator.center {
  background-color: #ae06d8e3;
  height: 7px;
  margin-top: 0;
  padding-top: 0;
}

.small-separator.large {
  width: 75px;
  height: 2px;
}

.text-block-13 {
  color: #fff;
  font-style: normal;
}

.tabs-content {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0003;
}

.separator-wrapper {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}

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

.separator-wrapper.left.padding {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.separator-wrapper.in-box {
  margin-top: 10px;
}

.button-block-center {
  color: #1a1a1a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.features-content {
  color: #1a1a1a;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.section-tittle-block {
  color: #1a1a1a;
  text-align: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.section-tittle-block.padding-top {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section-tittle-block.no-margin {
  text-align: left;
  margin-bottom: 0;
}

.section-tittle-block.in-box {
  margin-bottom: 0;
}

.section-tittle-block.page-header {
  background-image: none;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-tittle-block.left {
  text-align: left;
}

.section-tittle-block.no-space {
  text-align: center;
  margin-bottom: 0;
}

.section-tittle-block.no-space.left {
  text-align: left;
}

.section-tittle-block._85 {
  width: 80%;
}

.section-tittle-block.a {
  margin-bottom: 10px;
}

.tab-portfolio {
  color: #ffffffb3;
  background-color: #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.tab-portfolio.w--current {
  color: #f5f5f7;
  background-color: #0000;
  border-bottom: 1px solid #ffffff9c;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 300;
  display: inline-block;
}

.tabs-2 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  background-color: #0000;
  margin-top: 50px;
}

.tabs-menu.second {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.tabs-menu.second.left-side {
  text-align: left;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.section-tittle {
  color: #1a1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.section-tittle.big-transparent {
  color: #1a1a1a08;
  font-size: 100px;
  font-weight: 700;
  display: none;
  position: relative;
}

.section-tittle.big-transparent.white {
  color: #ffffff0a;
}

.section-tittle.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.section-tittle.a {
  text-align: left;
  margin-bottom: 13px;
}

.features-tittle {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.features-tittle.causes {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 90%;
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.features-tittle.causes.left {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.color {
  color: #ae06d8e3;
  margin-top: 20px;
  font-size: 24px;
}

.tab-pane {
  border-radius: 0;
}

.button-block-left {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
}

.heading-3 {
  color: #1a1a1a;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
}

.heading-3.w {
  color: #fff;
  text-align: center;
}

.car-icon {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.services-icon {
  float: left;
  width: 50px;
  height: 50px;
}

.services-icon.second {
  float: none;
  text-align: center;
  background-color: #29a1ff;
  background-image: url('../images/rdf-resource-description-framework-symbol_1rdf-resource-description-framework-symbol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 0 #29a1ff;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-icon.second._3 {
  background-color: #ff9c08eb;
  background-image: url('../images/user-1_1user-1.webp');
  background-size: 40px;
  border-width: 0;
  border-color: #ff9c08eb;
}

.services-icon.second._4 {
  background-color: #ae06d8e3;
  background-image: url('../images/candle-flame_1candle-flame.webp');
  background-position: 50%;
  background-size: 40px;
  border-width: 0;
  border-color: #ae06d8e3;
}

.services-icon.second._2 {
  background-color: #08ff30e3;
  background-image: url('../images/operator-avatar_1operator-avatar.webp');
  background-size: 40px;
  border-color: #08ff30e3;
}

.swervices-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-tittle {
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.services-tittle.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.form-wrapper-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-wrapper-block.home {
  width: 70%;
  display: block;
  position: relative;
  top: 15%;
}

.center-content-section {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10%;
  left: 0;
}

.half-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 800px;
}

.half-section.image {
  float: left;
  background-image: url('../images/nonprofit-wordpress-theme-1_1nonprofit-wordpress-theme-1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 50%;
  height: 800px;
}

.link-block.footer {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top-left-text {
  color: #fff;
  margin-right: 15px;
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}

.top-left-text.dark {
  color: #858585;
  font-weight: 400;
}

.top-left-text.dark.link {
  float: none;
  color: #1a1a1a;
  text-align: left;
  border-right-style: none;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 300;
  display: inline;
  position: static;
}

.top-left-text.dark.link:hover {
  color: #1a1a1a;
}

.top-left-text.dark.link.right {
  float: right;
  text-align: center;
  font-family: Rnssanz;
  font-weight: 500;
}

.top-left-text.dark.link.right:hover {
  color: var(--medium-violet-red);
}

.top-left-text.dark.link.center {
  text-align: center;
}

.social-icon {
  text-align: right;
  background-image: url('../images/facebook-logo_1facebook-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .4s;
}

.social-icon:hover {
  background-image: url('../images/facebook-logo-2_1facebook-logo-2.webp');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-logo_1instagram-logo.webp');
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-logo-2_1instagram-logo-2.webp');
  background-size: 16px;
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette_1twitter-logo-silhouette.webp');
  background-size: 16px;
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-logo-silhouette-2_1twitter-logo-silhouette-2.webp');
  background-size: 16px;
}

.social-icon.whatsapp {
  background-image: url('../images/whatsapp-logo_1whatsapp-logo.webp');
  background-size: 16px;
}

.social-icon.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-2_1whatsapp-logo-2.webp');
  background-size: 16px;
}

.footer {
  background-color: #f5f6f9;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.footer.coming {
  background-color: #f5f6f9;
  padding-left: 3%;
  padding-right: 3%;
}

.footer.style4 {
  opacity: 1;
  color: #1a1a1a;
  background-color: #1a1a1a;
  background-image: linear-gradient(#00000057, #00000057), url('../images/mapp-dots_1mapp-dots.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 13px;
}

.footer-divider {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-2 {
  color: var(--black-2);
  border-right: 1px #858585;
  margin-right: 5px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline;
}

.paragraph-3 {
  color: #797979;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #858585;
  margin-right: 5px;
  padding-left: 0;
  font-size: 13px;
  font-weight: 300;
  display: inline;
}

.paragraph-3.hire-me {
  margin-right: 0;
}

.center-block {
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: 10px;
}

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

.center-device.center {
  text-align: center;
  margin-top: 20px;
}

.center-device.right {
  float: right;
  text-align: right;
}

.center-device.bottom {
  text-align: left;
}

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

.donate-pop-up {
  z-index: 9999;
  background-color: #1a1a1af2;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.form-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px 40px;
  box-shadow: 0 20px 20px #0000001a;
}

.form-contact.fluid {
  width: 42%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: static;
  top: 20%;
}

.form-contact.fluid.device {
  width: 45%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.form-contact.volunteer {
  box-shadow: none;
  background-color: #0000;
  padding: 0;
}

.form-contact.volunteer.width {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.close-pop-up {
  opacity: .5;
  background-color: #0000;
  background-image: url('../images/524543.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  overflow: auto;
}

.close-pop-up:hover {
  opacity: 1;
}

.background-video {
  background-image: linear-gradient(#00000008, #00000008);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iteam-block.donation {
  text-align: center;
  margin-top: 20px;
}

.iteam-block.donation.transparent {
  text-align: left;
  width: 90%;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.iteam-block.donation.transparent:hover {
  bottom: 50px;
  left: 0;
  right: 0;
}

.iteam-block.donation.right {
  float: right;
}

.iteam-block.donation.auto {
  height: 120.556px;
}

.column {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.section-4 {
  display: block;
}

.causes-link-wrapper {
  text-align: center;
  background-color: #f5f6f9;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, box-shadow .4s, transform .4s;
  display: block;
}

.causes-link-wrapper:hover {
  background-color: #fff;
  transform: translate(0, -6px);
  box-shadow: 4px 4px 15px #2e323c17;
}

.causes-link-wrapper.full {
  background-color: #fff;
  background-image: url('../images/ben-white-357087_1ben-white-357087.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 350px;
  margin-top: 0;
  padding: 0;
}

.causes-link-wrapper.full._1 {
  background-image: linear-gradient(#7d2856bf, #7d2856bf), url('../images/yc-nigel_1yc-nigel.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._1:hover {
  box-shadow: none;
  transform: none;
}

.causes-link-wrapper.full._2 {
  background-image: linear-gradient(#008c95bf, #008c95bf), url('../images/kaufman-542_1kaufman-542.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._2:hover {
  transform: none;
}

.causes-link-wrapper.full._3 {
  background-image: linear-gradient(#1c3d6ebf, #1c3d6ebf), url('../images/evc-sakura-park-april-8th-combined-choirs-singing_1evc-sakura-park-april-8th-combined-choirs-singing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  transition-property: none;
}

.causes-link-wrapper.full._3:hover {
  transform: none;
}

.causes-link-wrapper.top {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.causes-link-wrapper.top:hover {
  box-shadow: none;
  transform: none;
}

.causes-link-wrapper._50 {
  cursor: pointer;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.causes-link-wrapper._50.choirs {
  cursor: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.causes-link-wrapper._50.choirs:hover {
  transform: none;
}

.causes-link-wrapper._50.choirs.hide {
  display: none;
}

.causes-link-wrapper._50.choirs._100 {
  width: 100%;
}

.causes-link-wrapper.members {
  background-color: #fff;
  width: 32%;
  padding: 20px;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 10px;
  width: 85%;
  margin: -300px auto 60px;
  padding: 20px;
  display: block;
  box-shadow: 0 3px 15px #00000029;
}

.progress-element {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.progres-overlay {
  width: 80%;
  position: absolute;
  inset: 0;
}

.progress-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.row-4 {
  border-radius: 9px;
  height: 100%;
}

.progress-line {
  background-color: #f5f5f7;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.donation-range {
  color: #ae06d8e3;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 13px;
  display: inline-block;
}

.donation-range.raised {
  color: var(--black-2);
  font-family: Avenir next font;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.donation-range.raised.white {
  color: #ffffffd9;
}

.donation-range.white {
  color: #fff;
  font-size: 15px;
}

.text-block-20 {
  color: var(--medium-violet-red);
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.text-block-20.white {
  color: #ffffffc7;
  font-size: 15px;
}

.column-7 {
  text-align: right;
}

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

.column-no-padding.image {
  background-image: url('../images/643053498_1643053498.webp');
  background-position: 75%;
  background-size: cover;
}

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

.percentage {
  color: #fff;
  text-align: center;
  background-color: #ae06d8e3;
  border-radius: 100px;
  width: 70px;
  height: 30px;
  margin: 10px;
  padding: 4px 8px;
  display: block;
  position: absolute;
  box-shadow: 4px 4px 17px #2e323c2e;
}

.percentage.empty {
  color: #ae06d8e3;
  background-color: #f5f5f7;
  width: 70px;
  height: auto;
  margin: 0;
  padding: 10px 8px;
  display: inline-block;
  position: static;
}

.percentage.in-block {
  float: right;
  color: #ae06d8e3;
  text-align: center;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.percentage.in-block.featured {
  float: none;
  color: #fff;
  background-color: #ff9c08eb;
  width: auto;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.percentage.blog {
  z-index: 2;
  float: none;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 5px;
  width: 100px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 6px 10px;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-6 {
  background-color: var(--branding2);
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  padding: 30px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.body {
  padding-top: 73px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-block-9 {
  text-decoration: none;
}

.services-bottom {
  text-align: left;
  background-color: #fff;
  height: 100%;
  padding: 30px;
  text-decoration: none;
}

.services-bottom.c {
  text-align: center;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.blog-info {
  color: #797979;
  margin-bottom: 20px;
}

.link-4 {
  color: #1a1a1a;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-4:hover {
  color: #ae06d8e3;
  text-decoration: underline;
}

.link-4.right {
  float: right;
  color: #1a1a1a;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

.link-4.right:hover {
  color: #ae06d8e3;
}

.services-wrapper {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 0;
  transition: all .4s;
  display: block;
}

.services-wrapper:hover {
  box-shadow: 0 0 500px #0000001a;
}

.services-wrapper.in-blog {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Rnssanz;
  position: relative;
  overflow: hidden;
}

.services-wrapper.in-blog:hover {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  transform: translate(0, -10px);
}

.date {
  float: left;
  color: #797979;
  margin-right: 20px;
  font-family: Merriweather, serif;
  display: inline-block;
}

.date.by {
  float: none;
  color: #797979;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.blog-tittle-black {
  float: none;
  color: #1a1a1a;
  text-transform: none;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.blog-tittle-black:hover {
  color: #ae06d8e3;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.text-block-23 {
  color: var(--branding3);
  height: auto;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.post-summary {
  margin-bottom: 20px;
  font-family: Avenir next font;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.collection-list {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.collection-list.a {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column-8 {
  background-image: url('../images/hunter-skye-brynn-kareem-copym-copy_1hunter-skye-brynn-kareem-copym-copy.webp');
  background-position: 100% 15%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  width: 100%;
}

.columns {
  align-items: stretch;
  display: flex;
}

.column-9 {
  align-items: center;
  padding: 55px 40px;
  display: flex;
}

.copy-link {
  color: var(--black-2);
  font-weight: 700;
  text-decoration: none;
}

.copy-link:hover {
  color: var(--medium-violet-red);
}

.separator {
  background-color: var(--royal-blue);
  opacity: .21;
  width: 45%;
  height: 1px;
  margin: 10px auto 15px;
}

.separator.padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-link-footer {
  color: #1a1a1a;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-footer:hover {
  color: var(--branding2);
}

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

.social-icon-2 {
  text-align: right;
  background-image: url('../images/317746_facebook_social-media_social_icon_1317746_facebook_social-media_social_icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .4s;
}

.social-icon-2.instagram {
  background-image: url('../images/1298747_instagram_brand_logo_social-media_icon_11298747_instagram_brand_logo_social-media_icon.webp');
  background-size: 16px;
}

.social-icon-2.instagram.hover-white {
  background-image: url('../images/instagram-logo_1instagram-logo.webp');
  background-size: 16px;
}

.social-icon-2.instagram.hover-white:hover {
  background-image: url('../images/instagram-logo-1_1instagram-logo-1.webp');
  background-size: 16px;
}

.social-icon-2.twitter {
  background-image: url('../images/4202085_linkedin_logo_social_social-media_icon_14202085_linkedin_logo_social_social-media_icon.webp');
  background-size: 16px;
}

.social-icon-2.twitter.white-hover:hover {
  background-image: url('../images/twitter-logo-silhouette-1_1twitter-logo-silhouette-1.webp');
  background-size: 16px;
}

.social-icon-2.whatsapp {
  background-image: url('../images/whatsapp-logo_2whatsapp-logo.webp');
  background-size: 16px;
}

.social-icon-2.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-2_1whatsapp-logo-2.webp');
  background-size: 16px;
}

.social-icon-2.whatsapp.hover-white {
  background-image: url('../images/whatsapp-logo_2whatsapp-logo.webp');
  background-size: 16px;
}

.social-icon-2.whatsapp.hover-white:hover {
  background-image: url('../images/whatsapp-logo-1_1whatsapp-logo-1.webp');
  background-size: 16px;
}

.social-icon-2.website {
  background-image: url('../images/iconfinder_socialmedia_website-outline_2959741_1iconfinder_socialmedia_website-outline_2959741.webp');
  background-size: 20px;
}

.social-icon-2.white-hover:hover {
  background-image: url('../images/facebook-logo-1_1facebook-logo-1.webp');
  background-size: 16px;
}

.social-icon-2.mail {
  background-image: url('../images/mail-2_1mail-2.webp');
}

.div-block-8 {
  text-align: right;
}

.chisholmdesigns {
  color: var(--black-2);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.chisholmdesigns:hover {
  color: var(--branding2);
}

.div-block-9 {
  flex-direction: column;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accent-left {
  position: absolute;
  inset: 10% auto auto -5%;
}

.left-arrow {
  display: none;
}

.slide-line-break {
  background-color: #e5e5e5;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-team {
  padding: 0 0%;
  overflow: hidden;
}

.team-mask {
  overflow: visible;
}

.button-arrow-wrapper {
  align-items: center;
  display: flex;
}

.container-team {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-large {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.team-details-large.dates {
  font-size: 15px;
  line-height: 24px;
}

.team-details-large.w {
  color: #fff;
  font-weight: 400;
}

.next-button {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  padding: 14px;
  transition: all .3s;
  display: flex;
}

.next-button:hover {
  border-color: #ef8b7c;
}

.right-arrow {
  display: none;
}

.team-name {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.team-name.month {
  color: var(--forest-green);
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 30px;
}

.team-name.month.spring {
  color: var(--royal-blue);
}

.team-name.month.w {
  color: #fff;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.team-name.a {
  font-size: 30px;
  line-height: 36px;
}

.slide-nav {
  display: none;
}

.image-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-cover.nicole {
  box-shadow: 0 3px 12px #0000000f;
}

.image-cover.nicole.a {
  float: none;
  width: 30%;
  margin-bottom: 0;
  margin-right: 20px;
}

.image-cover.nat {
  object-fit: cover;
  object-position: 25% 50%;
}

.slider-embed {
  display: none;
}

.quote-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.team-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.grid-team-slider {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.title-large {
  color: #8e8e8e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
}

.image-block {
  width: 90%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accent-bottom-right {
  position: absolute;
  inset: auto -5% -5% auto;
}

.back-button {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 14px;
  padding: 14px;
  transition: all .3s;
  display: flex;
}

.back-button:hover {
  border-color: #ef8b7c;
}

.heading-large {
  color: #262626;
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.team-role {
  color: var(--branding3);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}

.team-role.g {
  color: var(--black-2);
  font-family: Avenir next font;
  font-style: italic;
}

.team-role.g._2 {
  margin-top: 15px;
  font-family: Avenir next font;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

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

.team-slider-wrapper {
  color: #1e1e20;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: none;
}

.team-point-wrapper {
  color: #1e1e20;
  align-items: center;
  display: flex;
}

.span-underline {
  text-decoration: underline;
}

.heading-detail {
  color: var(--dark-orchid);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail.c {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 35px;
}

.heading-detail.c.hide {
  display: none;
}

.team-image {
  z-index: 55;
  background-color: #d2d2d7;
  border-radius: 8px;
  width: 100%;
  max-width: 350px;
  height: 360px;
  position: relative;
}

.heading-wrapper {
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-name-wrapper {
  margin-bottom: 24px;
}

.team-tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.team-social {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-social:hover {
  color: #0080ff;
}

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

.team-arrow:hover {
  color: #0080ff;
}

.team-tab {
  color: #000;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 32px;
  padding: 8px 13px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.team-tab.w--current {
  background-color: var(--branding2);
  color: #fff;
  border-style: none;
  border-color: #000;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-slider-2 {
  background-color: #0000;
  height: auto;
}

.team-name-block {
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  width: 100%;
  max-width: 290px;
  margin-bottom: 30px;
  padding: 16px;
  position: absolute;
  inset: auto auto -50px -32px;
}

.flowbase-alert {
  color: #f69013;
  background-color: #feedd7;
  border: 1px solid #f3f5fb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 0 0 80px -20px #393b6a14;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.team-social-link {
  color: #1e1e20;
}

.custom-slide-arrows {
  display: none;
}

.team-dot {
  background-color: #d0011d;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-right: 12px;
}

.next-button-2 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.team-column-image {
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.slide-nav-2 {
  display: block;
  position: static;
  bottom: -50px;
}

.team-social-wrapper {
  align-items: center;
  display: flex;
}

.team-small-detail {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.back-button-2 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.left-arrow-hidden {
  display: block;
}

.team-content-block {
  color: #1e1e20;
  background-color: #fff;
  border: 1px #d2d2d7;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
  box-shadow: 1px 4px 13px 2px #0000000a;
}

.team-content-block.a {
  align-items: flex-start;
  display: flex;
}

.team-content-block.job {
  padding: 50px;
}

.h1-heading {
  letter-spacing: -.04em;
  font-size: 64px;
  line-height: 1.2;
}

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

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.team-arrow-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-hidden {
  display: block;
}

.team-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .5fr;
  width: 90%;
  margin: 25px auto;
  padding: 20px;
}

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

.tabs-content-2 {
  overflow: hidden;
}

.page-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2343244545-p-1600_1-p-1600.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.page-header.about {
  background-image: linear-gradient(#00000073, #00000073), url('../images/2022-04-08-182940-dscf5025_orig_12022-04-08-182940-dscf5025_orig.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.page-header.donate {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kaufman-542_1kaufman-542.webp');
  background-position: 0 0, 50% 0;
}

.page-header.contact {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6500de22ab426eca1e444693/6500de22ab426eca1e44470f_MLK%20Day%202017%20BPC%20-%20Rockin'%20Robin.webp");
  background-position: 0 0, 50% 67%;
  background-size: auto, cover;
}

.page-header.kids {
  background-image: linear-gradient(#0006, #0006), url('../images/68af692591dfc721d76b3582_5fd9d94dca3dc922895dfea72c05fa02_earthdayjazz-28.webp');
  background-position: 0 0, 50% 6%;
  background-size: auto, cover;
}

.page-header.youth {
  background-image: linear-gradient(#0006, #0006), url('../images/68af6d073e324606c0711c22_33e386937d52ecb8c07ed8d97bd58d3b_springconcert-278.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.concert {
  background-image: linear-gradient(#0006, #0006), url('../images/68e8a43a158e93553bf9700f_achristmasoratorioandcantata-1002-copy.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-header.voiceability {
  background-color: #bd56c1;
  background-image: linear-gradient(#00000042, #00000042), url('../images/everyvoicechoir-singtome-310_1everyvoicechoir-singtome-310.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header.technize {
  background-image: linear-gradient(#00000080, #00000080), url('../images/everyvoicechoir-singtome-238_1everyvoicechoir-singtome-238.webp');
  background-position: 0 0, 50% 28%;
  background-size: auto, cover;
}

.page-header.calendar {
  background-image: linear-gradient(#00000057, #00000057), url('../images/spirituality-conference-photo-2019-11-03_1spirituality-conference-photo-2019-11-03.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.page-header.media {
  background-image: linear-gradient(#00000080, #00000080);
  position: relative;
}

.page-header.members {
  background-image: linear-gradient(#0006, #0006), url('../images/5085898_orig_15085898_orig.webp');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
}

.page-header.grant {
  background-color: #f5f1ec;
  background-image: linear-gradient(#00000040, #00000040), url('../images/evc-grant-voices-intergenerational-choir-neutral-background-copy.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.page-header.tuition {
  background-image: linear-gradient(#00000069, #00000069), url('../images/evc-sakura-park-april-8th-combined-choirs-singing_1evc-sakura-park-april-8th-combined-choirs-singing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.gen {
  background-image: linear-gradient(#0006, #0006), url('../images/1054819333.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header.logistics {
  background-color: var(--branding-1);
  background-image: none;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.page-header.hunter {
  background-image: linear-gradient(#00000082, #00000082), url('../images/68eecc93b9aa8bce4e5c5469_springconcert-41.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-tittle-2 {
  color: var(--black-2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.section-tittle-2.big-transparent {
  color: #1a1a1a08;
  font-size: 100px;
  font-weight: 700;
  display: none;
  position: relative;
}

.section-tittle-2.white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Rnssanz;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.section-tittle-2.w {
  color: #fff;
  text-transform: none;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.section-tittle-2.w.dark {
  color: #fff;
  text-shadow: 0 1px 4px #000;
}

.section-tittle-2.w._2 {
  font-size: 75px;
}

.section-tittle-2.g {
  color: var(--forest-green);
  margin-bottom: 8px;
}

.section-tittle-2.b {
  color: var(--royal-blue);
  margin-bottom: 8px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.section-tittle-2.b.job {
  color: var(--black-2);
  font-size: 30px;
  line-height: 35px;
}

.section-tittle-2.p {
  color: var(--dark-orchid);
  margin-top: 10px;
  margin-bottom: 8px;
}

.section-tittle-2.o {
  color: var(--burntsienna);
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-tittle-2.member {
  margin-bottom: 0;
  font-size: 24px;
}

.section-5 {
  background-color: #fff;
  padding: 100px 5%;
  display: block;
  position: relative;
}

.section-5.gray {
  text-align: left;
  background-color: #f5f6f9;
  padding: 75px 5%;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.section-5.contact {
  background-color: #0000;
  border-bottom: 1px solid #ededed;
  height: auto;
  padding: 0;
}

.paragraph-4 {
  color: var(--black-2);
  text-align: left;
  text-transform: none;
  font-family: Avenir next font;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-4.c {
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.paragraph-4 a {
  color: var(--dark-orchid);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.video-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.video-wrapper.video {
  filter: saturate(147%);
  background-image: url('../images/ekntrtmz-224106_1-p-1600_1-p-1600.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 500px;
  box-shadow: 0 10px 24px #1a1a1a33;
}

.video-wrapper.video.full {
  float: left;
  width: 90%;
  height: 400px;
}

.video-wrapper.video.full.second {
  background-image: url('../images/h1-slide-1-background-img_1h1-slide-1-background-img.webp');
}

.lightbox-divider.center {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 50%;
  left: 0;
}

.lightbox-divider.center.in-video {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-case-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
}

.image-case-link._1 {
  background-image: url('../images/everyvoicechoir-singtome-693_2everyvoicechoir-singtome-693.webp');
  background-position: 25%;
}

.image-case-link._2 {
  background-image: url('../images/evc-sakura-park-april-8th-combined-choirs-singing_1evc-sakura-park-april-8th-combined-choirs-singing.webp');
}

.image-case-link.kids {
  background-image: url('../images/evk-megu-mina-meira-peace-seekers-vii-i-dream-a-world-635.jpeg');
  background-position: 50% 0;
}

.image-case-link.youth {
  background-image: url('../images/yc-nigel.jpg');
  background-position: 50% 0;
}

.image-case-link.concert {
  background-image: url('../images/cc-carnegie-2014.jpeg');
}

.image-case-link.ability {
  background-color: #bd56c1;
  background-image: url('../images/everyvoicechoir-singtome-310_1everyvoicechoir-singtome-310.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.image-case-link.technique {
  background-image: url('../images/seedling-vtag-01.png');
  background-size: cover;
}

.image-case-link.grant {
  background-color: #f5f1ec;
  background-image: url('../images/evc-grant-voices-intergenerational-choir-neutral-background-copy.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.image-case-link.gen {
  background-image: url('../images/1054819333.jpeg');
}

.image-case-link.hunter {
  background-image: url('../images/hunter-college-campus-schools_1-1.jpeg');
}

.button-2 {
  text-transform: uppercase;
  background-color: #29a1ff;
  background-image: none;
  padding: 18px 35px 16px;
  font-family: Rnssanz;
  font-weight: 400;
}

.button-2.move-up {
  letter-spacing: 1px;
  background-color: #00064ae6;
  background-image: none;
  border-radius: 8px;
  padding-top: 16px;
  font-size: 12px;
  transition: all .3s;
}

.button-2.move-up:hover {
  background-color: #ae06d8e3;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-2.move-up.donate {
  background-color: var(--branding-1);
  color: #fff;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}

.button-2.move-up.donate:hover {
  background-color: var(--branding3);
  box-shadow: 0 3px 12px #0000003b;
}

.button-2.move-up.donate.rightpad {
  background-color: var(--branding-1);
  margin-right: 20px;
}

.button-2.move-up.donate.rightpad:hover {
  background-color: var(--branding3);
}

.button-2.move-up.donate.rightpad._100 {
  text-align: center;
  width: 100%;
}

.button-2.move-up.donate.big {
  background-color: var(--branding-1);
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.button-2.move-up.donate.big:hover {
  background-color: var(--branding3);
}

.button-2.move-up.donate.big.a {
  margin-left: 10px;
}

.button-2.move-up.logistics {
  background-color: var(--branding-1);
  width: 100%;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
}

.button-2.move-up.logistics:hover {
  background-color: var(--branding3);
}

.button-2.donate {
  background-color: var(--medium-violet-red);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 16px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
}

.button-2.donate.g {
  background-color: var(--forest-green);
}

.button-2.donate.b {
  background-color: var(--royal-blue);
}

.button-2.donate.p {
  background-color: var(--dark-orchid);
}

.button-2.donate.o {
  background-color: var(--burntsienna);
}

.button-2.logisitcs {
  background-color: var(--branding-1);
  text-align: center;
  letter-spacing: 1px;
  background-image: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

.div-block-10.choirs {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 0;
}

.div-block-10.c {
  justify-content: space-around;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.partners {
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  width: 23%;
  margin-bottom: 3%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 3px 13px 3px #00000021;
}

.partners:hover {
  transform: scale(1.03);
}

.image-7 {
  width: 200px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.div-block-11 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.bottom-block {
  text-align: center;
  margin-bottom: 100px;
}

.bottom-block._30 {
  margin-bottom: 30px;
}

.content-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  width: 33.333%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px 30px;
  transition: all .4s;
  position: relative;
  overflow: visible;
}

.content-wrapper:hover {
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px #00000030;
}

.content-wrapper.in-contact {
  z-index: 1;
  color: #fff;
  width: 33.3333%;
  height: auto;
  font-family: Rnssanz;
  position: relative;
}

.content-wrapper.in-contact:hover {
  box-shadow: 0 10px 17px #00000030;
}

.content-wrapper.in-contact.r {
  background-color: var(--medium-violet-red);
  border-style: none;
  margin-right: 0;
}

.content-wrapper.in-contact.g {
  background-color: var(--forest-green);
  border-style: none;
  margin-right: 0;
}

.content-wrapper.in-contact.b {
  background-color: #0055de;
  border-style: none;
  margin-right: 0;
}

.content-wrapper.in-contact {
  z-index: 1;
  color: var(--black-2);
  height: auto;
  position: relative;
}

.paragraph-center {
  text-align: center;
  font-family: Avenir next font;
}

.text-block-24 {
  color: #797979;
}

.button-3 {
  text-transform: uppercase;
  background-color: #29a1ff;
  background-image: none;
  padding: 18px 35px 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-3.move-up {
  letter-spacing: 1px;
  background-color: #00064ae6;
  background-image: none;
  border-radius: 8px;
  padding-top: 16px;
  font-size: 12px;
  transition: all .3s;
}

.button-3.move-up:hover {
  background-color: #ae06d8e3;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-3.move-up.color {
  color: #fff;
  background-color: #06d8cf;
  padding: 12px 25px;
  font-weight: 400;
  transition-duration: .4s;
  display: inline-block;
}

.button-3.move-up.color:hover {
  background-color: #1a1a1a;
  border: 0 #fff;
}

.button-3.move-up.color.no-hover {
  padding: 18px 35px 16px;
  font-weight: 400;
}

.button-3.move-up.color.no-hover:hover {
  background-color: #29a1ff;
}

.button-3.move-up.color.no-hover.full {
  background-color: var(--midnight-blue);
  background-image: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
}

.button-3.move-up.color.no-hover.full:hover {
  background-color: var(--dark-orchid);
}

.button-3.move-up.color.no-hover.full.notop {
  height: auto;
  margin-top: 0;
}

.button-3.move-up.color.no-hover.full.notop:hover {
  background-color: var(--branding3);
}

.contact-icon {
  background-image: url('../images/information_1information.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-icon.map {
  background-image: url('../images/62e8990a54b3005ed534914f_62e8917cfbcb3a74592ea186_placeholder-1.png');
  background-repeat: no-repeat;
  background-size: 50px;
}

.contact-icon.email {
  background-image: url('../images/62e89915c9bbf3ad2aa532fb_62e8917cfbcb3a16872ea188_mail-2.png');
  background-repeat: no-repeat;
  background-size: 70px;
}

.contact-icon.call {
  background-image: url('../images/62e898bf5669317c9695da97_62e8917cfbcb3a390f2ea182_phone-call-1.png');
  background-repeat: no-repeat;
  background-size: 50px;
}

.top-navigation {
  border-bottom: 0 #ededed;
  padding-top: 10px;
  padding-bottom: 0;
}

.footer-line {
  background-color: #ffffff1c;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-5 {
  color: #797979;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-5.white {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-5.white.in-footer {
  color: #797979;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
}

.paragraph-5.text-field {
  color: #797979;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #49494940;
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px 10px 14px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .4s;
  display: block;
}

.paragraph-5.text-field:hover {
  background-color: #fafafa;
}

.paragraph-5.text-field.gray {
  background-color: #f5f6f9;
  border-bottom-style: none;
  border-radius: 0;
  margin-right: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 16px;
}

.paragraph-5.text-field.gray::placeholder {
  color: var(--branding-1);
  font-size: 18px;
}

.paragraph-5.text-field.second {
  color: #797979;
  background-color: #0000;
}

.paragraph-5.text-field.second:hover {
  border-bottom-color: #ae06d8e3;
}

.paragraph-5.text-field.second.gray {
  color: #797979;
  background-color: #f5f6f9;
}

.paragraph-5.text-field.second.area {
  color: #797979;
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  overflow: auto;
}

.paragraph-5.text-field.second.area.gray {
  color: #797979;
  background-color: #f5f6f9;
  height: auto;
  padding-top: 10px;
}

.bottom-footer-text {
  color: #797979;
  font-size: 13px;
  font-weight: 300;
}

.bottom-footer-text.right {
  color: #797979;
}

.bottom-footer-text.center {
  color: #797979;
  text-align: center;
}

.nav-link-2 {
  color: #797979;
  letter-spacing: 1px;
  padding: 37px 10px 35px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.nav-link-2.w--current, .nav-link-2.w--current:active {
  color: #ae06d8e3;
}

.nav-link-2.scroll, .nav-link-2.scroll.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-2.dropdown {
  color: #797979;
  padding-top: 37px;
  padding-left: 14px;
  padding-right: 35px;
  font-size: 11px;
}

.nav-link-2.dropdown.scroll {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.footer-tittle {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-12 {
  border-bottom: 1px solid #ededed;
}

.navigation-container {
  max-width: 1170px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.page-header-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2343244545-p-1600_1-p-1600.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header-2.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bill-wegener-287873-p-1080_1-p-1080.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-nav-containner {
  max-width: 1170px;
}

.page-wrapper {
  overflow: hidden;
}

.heading-8 {
  color: var(--branding3);
  text-align: center;
  margin-top: 0;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .2s;
}

.heading-8.r {
  color: var(--branding2);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 25px;
}

.heading-8.b {
  color: var(--branding-1);
}

.full-container-2 {
  color: #1a1a1a;
  background-color: #0000;
  max-width: 1170px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.form-2 {
  font-family: Rnssanz;
}

.link-5 {
  color: var(--black-2);
  text-decoration: none;
}

.link-6 {
  color: var(--black-2);
  text-decoration: none;
  display: none;
}

.select-field {
  background-color: var(--white-smoke);
  color: var(--branding-1);
  border: 1px #000;
  margin-right: 0;
  padding-right: 12px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 18px;
}

.insta {
  width: 37%;
}

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

.html-embed {
  z-index: 2;
  position: relative;
}

.div-block-14 {
  float: right;
  border-radius: 8px;
  width: 40vw;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #00000030;
}

.div-block-14.noshadow {
  box-shadow: none;
  width: 35vw;
  margin-bottom: 45px;
  margin-left: 45px;
}

.background-video-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.evckidsgallery {
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.kidspic {
  object-fit: cover;
  width: 17vw;
  height: 13vw;
}

.video-2 {
  z-index: 3;
  margin-bottom: 0;
}

.choirvids {
  border-radius: 8px;
  width: 45%;
  overflow: hidden;
}

.div-block-15 {
  justify-content: space-around;
  margin-top: 25px;
  display: flex;
}

.title-wrapper-2 {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.team-link-wrapper {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-line-break {
  background-color: var(--dark-orchid);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-standard {
  color: var(--black-2);
  text-align: center;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Rnssanz;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-standard._100 {
  text-align: left;
  max-width: none;
  font-family: Avenir next font;
  font-weight: 400;
}

.team-social-link-2 {
  color: #061237;
  padding: 8px;
  transition: all .3s;
}

.team-social-link-2:hover {
  color: #1355ff;
}

.team-wrapper.a {
  align-items: center;
  margin-top: 75px;
  display: block;
}

.team-wrapper.a.hide {
  display: none;
}

.team-wrapper.a.center {
  margin-bottom: 75px;
  display: flex;
}

.title-large-2 {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.team-grid-standard {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-grid-standard.hide {
  display: none;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.team-image-large {
  border-radius: 20px;
  height: 340px;
  margin-bottom: 32px;
  overflow: hidden;
}

.section-team-2 {
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-role-2 {
  color: #1355ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-name-2 {
  color: #061237;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Rnssanz;
  font-size: 30px;
  line-height: 35px;
}

.team-name-2.l {
  text-align: left;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.image-8 {
  border-radius: 8px;
  margin-bottom: 15px;
}

.div-block-16, .div-block-17 {
  text-align: center;
}

.div-block-18 {
  float: left;
  flex: none;
  width: 28%;
  margin-bottom: 0;
  margin-right: 20px;
  display: inline-block;
}

.image-9 {
  border-radius: 8px;
  margin-bottom: 18px;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.form-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button {
  border: 2px solid #aeafc5;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: #5f30e2;
}

.form-heading {
  color: #02044a;
  letter-spacing: -.03em;
  font-family: Rnssanz;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--white-smoke);
  border: 1px #c4cee8;
  border-bottom: 2px solid #c4cee8;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 11px;
  transition: all .3s;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field::placeholder {
  color: #494a7d;
  font-size: 16px;
}

.check-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.field-wrap {
  margin-bottom: 24px;
}

.radio-button-field {
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-title {
  color: #02044a;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 16px;
}

.display-medium {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 400;
}

.field-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.submit-button {
  background-color: var(--midnight-blue);
  color: #fff;
  border: 2px solid #5f30e2;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .5s;
}

.submit-button:hover {
  color: #5f30e2;
  background-color: #0000;
}

.radio-button-label {
  color: #8687a8;
  margin-bottom: 0;
}

.form-wrap {
  background-color: #fff;
  border-radius: 8px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  font-family: Rnssanz;
  box-shadow: 0 1px 13px 1px #0000001c;
}

.success-message-2 {
  color: #fff;
  background-color: #5f30e2;
  border-radius: 8px;
}

.check-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.month {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rnssanz;
  font-size: 24px;
}

.div-block-19 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-20 {
  align-items: flex-start;
  margin-top: 25px;
  display: none;
}

.monthdiv {
  border: 5px solid var(--forest-green);
  text-align: center;
  background-color: #038d0012;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px;
  box-shadow: 0 2px 12px #00000030;
}

.monthdiv.spring {
  border-color: var(--royal-blue);
  background-color: #0055de12;
}

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

.div-block-21 {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-22 {
  text-align: left;
  margin-bottom: 45px;
}

.div-block-23 {
  background-color: var(--branding2);
  border-radius: 8px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 0 3px 13px #0000002b;
}

.link-7 {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.bold-text {
  text-transform: none;
  font-style: italic;
  font-weight: 900;
}

.div-block-24 {
  margin-bottom: 60px;
}

.background-video-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.videodiv {
  border-radius: 8px;
  width: 47%;
  margin-bottom: 2%;
  overflow: hidden;
}

.videodiv.summer {
  width: 100%;
}

.div-block-25 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.membersquare {
  width: 25vw;
  height: 18vw;
  margin-bottom: 20px;
}

.link-8 {
  color: var(--black-2);
  text-decoration: none;
}

.icon-4, .icon-5 {
  color: var(--royal-blue);
}

.text-block-25 {
  margin-bottom: 7px;
  font-family: Avenir next font;
  font-style: italic;
  font-weight: 500;
}

.link-block-10 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  width: 100%;
}

.text-field-2 {
  border-radius: 8px;
  height: 51.9792px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 15px;
  font-family: Avenir next font;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #eead35;
  border-radius: 8px;
  font-weight: 700;
}

.form-3 {
  align-items: center;
  display: flex;
}

.div-block-26 {
  background-image: linear-gradient(#0000005c, #0000005c);
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/everyvoicechoir-singtome-693_1everyvoicechoir-singtome-693.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.html-embed-2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  margin-top: 35px;
}

.div-block-28 {
  color: var(--branding3);
}

.columns-3 {
  font-family: Avenir next font;
}

.heading-9 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.field-label, .text-field-3 {
  font-family: Avenir next font;
}

.submit-button-3 {
  background-color: var(--branding-1);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
}

.article-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.large-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.social-link {
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  border-color: #000;
}

.image-small {
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.heading-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.blog-container-large {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.related-article-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-header-image {
  border-radius: 20px;
  height: auto;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px #0a25413d;
}

.blog-content {
  padding-bottom: 50px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-end-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.avatar-circle {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.related-article-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.small-dots {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-paragraph {
  color: #313131;
  font-size: 18px;
  line-height: 32px;
}

.blog-title-medium {
  color: #313131;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.blog-container {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-container.move-up {
  position: relative;
}

.header-bg {
  z-index: -1;
  background-color: var(--branding-1);
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.author-name-large {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.avatar-cover {
  width: 100%;
  height: 100%;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  white-space: nowrap;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.detail-text {
  color: #bababa;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper-3 {
  text-align: center;
  max-width: 800px;
  max-height: none;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
}

.header-paragraph.date {
  float: none;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir next font;
  font-style: normal;
  display: block;
}

.author-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4 {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.blog-header {
  background-color: var(--branding-1);
  justify-content: center;
  align-items: center;
  padding: 150px 3% 60px;
  display: flex;
}

.block-quote {
  background-color: #c9c9c930;
  border-left-width: 4px;
  border-left-color: #c9c9c9;
  margin: 32px 0;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}

.blog-heading-large {
  color: #313131;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

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

.richtext {
  color: var(--black-2);
  width: auto;
  font-family: Avenir next font;
  font-size: 18px;
  line-height: 28px;
}

.richtext h2 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
}

.richtext h1 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.richtext a {
  color: var(--branding3);
  font-weight: 600;
  text-decoration: underline;
}

.richtext.hack20-rich-text h3 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 35px;
}

.richtext img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.richtext h3 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.div-block-29 {
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  object-fit: cover;
  border-radius: 8px;
  width: 250px;
  height: 200px;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.collection-item {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.div-block-31 {
  margin-top: 18px;
}

.collection-list-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  text-align: center;
  width: 45%;
  margin-bottom: 15px;
}

.updaterichtext {
  outline-offset: 0px;
  color: var(--black-2);
  background-color: #fff;
  border: 1px solid #1c3d6e24;
  border-radius: 10px;
  outline: 3px #333;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Avenir next font;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 13px #00000021;
}

.updaterichtext h5 {
  color: var(--branding-1);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.updaterichtext a {
  color: var(--dark-orchid);
  text-transform: uppercase;
  font-family: Avenir next font;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.heading-10 {
  color: var(--branding2);
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-32 {
  border-radius: 10px;
  width: 46%;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 13px #00000021;
}

.div-block-33 {
  background-color: #fff;
  border: 1px solid #1c3d6e2e;
  border-radius: 10px;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  box-shadow: 0 3px 12px #00000029;
}

.div-block-33.noborder {
  box-shadow: none;
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-item-3 {
  border-bottom: 1px solid #1c3d6e45;
  margin-bottom: 55px;
  padding-bottom: 40px;
}

.text-block-26 {
  text-align: center;
  font-family: Avenir next font;
}

.collection-item-4 {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.collection-item-4.bottompad {
  margin-top: 15px;
  margin-bottom: 15px;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.html-embed-3 {
  text-align: center;
  margin-bottom: 15px;
}

.div-block-34 {
  background-color: #fff;
  border: 1px solid #1c3d6e21;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 25px;
  display: block;
  box-shadow: 0 2px 13px #00000021;
}

.div-block-35 {
  border: 1px solid #1c3d6e29;
  border-radius: 10px;
  flex: none;
  width: 48%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  box-shadow: 0 3px 13px #0000001c;
}

.div-block-36 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-37 {
  flex: 0 auto;
  width: auto;
  min-width: 48%;
  margin-right: 0;
  padding: 0 2% 0 0;
}

.div-block-38 {
  margin-top: 40px;
}

.rich-text-block {
  border-radius: 10px;
  overflow: hidden;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 30px;
}

.div-block-39 {
  display: flex;
}

.div-block-40 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.div-block-41 {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 12px #00000024;
}

.div-block-42 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.hack20-rich-text {
  color: var(--black-2);
  font-family: Avenir next font;
  font-size: 18px;
  line-height: 26px;
}

.hack20-rich-text h3 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 35px;
}

.hack20-rich-text a {
  color: var(--branding3);
  text-decoration: none;
}

.div-block-43 {
  text-align: center;
}

.logistics-div {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 48%;
  max-width: 48%;
  margin-bottom: 25px;
  padding: 25px;
  box-shadow: 0 2px 14px #0000001c;
}

.logistics-div._100 {
  max-width: none;
}

.div-block-44 {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.div-block-45 {
  width: 48%;
}

.div-block-46 {
  justify-content: space-between;
  display: flex;
}

.div-block-47 {
  margin-bottom: 50px;
}

.image-11 {
  border-radius: 10px;
  margin: -151px auto 40px;
  display: block;
  box-shadow: 0 2px 12px #00000024;
}

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

.div-block-49 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px;
  box-shadow: 0 3px 13px #00000024;
}

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

.collection-item-5.a {
  margin-bottom: 40px;
}

.summary {
  font-family: Avenir next font;
  font-size: 17px;
  line-height: 26px;
}

.pagination {
  margin-top: 10px;
}

.div-block-53 {
  text-align: center;
  margin-top: 25px;
}

.div-block-54 {
  width: 75%;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-3 {
  background-color: var(--branding3);
  border-radius: 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.whitelabel {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 8px;
}

.submit-button-4 {
  background-color: var(--branding-1);
  border-radius: 8px;
}

.dropdown-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-27 {
  font-weight: 400;
}

.div-block-55 {
  width: 80%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  background-color: #0000;
}

.div-block-56 {
  align-items: center;
  width: 65%;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-56.a {
  flex-direction: row-reverse;
  align-items: center;
  display: block;
}

.div-block-56.hide {
  display: none;
}

.image-12 {
  width: 30%;
}

.image-12.a {
  width: 45%;
  margin-left: 20px;
}

.div-block-57 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.empty-state-2 {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

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

.empty-state-3 {
  background-color: #0000;
}

.div-block-58 {
  display: block;
}

.div-block-59 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link-9 {
  color: var(--black-2);
  text-decoration: none;
}

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

.div-block-60 {
  border: 1px solid var(--dark-orchid);
  text-align: center;
  padding: 25px;
}

.collection-list-5 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.job-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.job-type {
  color: var(--dark-orchid);
  margin-bottom: 19px;
  font-style: italic;
  font-weight: 300;
}

.collection-item-6 {
  width: 30%;
}

.collection-list-wrapper {
  margin-top: 31px;
}

.div-block-61 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hacks-10_richtext {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.sectionjov {
  color: var(--dark-orchid);
  margin-bottom: 13px;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.example_block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #3e3e3e;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
}

.hacks-10_richtext-2 {
  color: #fff;
  max-width: 43.75rem;
}

.div-block-62 {
  margin-bottom: 33px;
}

.collection-list-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-7 {
  width: 24%;
  margin-right: .5%;
}

.empty-state-4, .empty-state-5 {
  display: none;
}

.staticbutton {
  background-color: var(--branding2);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 18px 35px 16px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.empty-state-6 {
  display: none;
}

.collection-list-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .text-block-22 {
    text-align: left;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button-2.dark {
    color: #1a1a1a;
    background-color: #0000;
    border: 1px solid #dfe4f1;
    border-radius: 4px;
    margin-right: 20px;
  }

  .menu-button-2.dark.w--open {
    background-color: #dfe4f1;
  }

  .logo-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .logo-brand.w--current {
    margin-left: 20px;
  }

  .logo-brand.inline {
    margin-top: 16px;
  }

  .logo-brand.inline.w--current {
    margin-top: 18px;
  }

  .nav-link {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 25px;
    padding-left: 14px;
  }

  .nav-link.dropdown {
    padding-top: 27px;
  }

  .navbar {
    position: relative;
  }

  .navbar.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .full-container.center.first {
    top: 26vh;
  }

  .dropdown-list.w--open {
    background-color: var(--branding3);
  }

  .nav-menu {
    background-color: #fff;
    top: 80px;
  }

  .nav-menu.footer-located {
    position: static;
    top: 0;
  }

  .button.move-up {
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
  }

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

  .paragraph.white {
    text-align: left;
  }

  .paragraph.white.percentual {
    text-align: center;
  }

  .sub-tittle {
    margin-top: 10px;
    font-size: 16px;
  }

  .hero-big-text {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-big-text.left-side {
    font-size: 11vw;
    line-height: 10vw;
  }

  .hero-big-text.smaller.no-padding {
    margin-bottom: 0;
    line-height: 30px;
  }

  .top-space-block._100.left {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .top-space-block._100.left.top {
    width: 90%;
  }

  .top-space-block._100.left.top._50 {
    height: auto;
  }

  .top-space-block._30.center {
    margin-top: 50px;
  }

  .hero-section {
    height: 56vh;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.gray {
    padding-top: 50px;
  }

  .features-content {
    text-align: left;
    margin-bottom: 40px;
  }

  .section-tittle-block.padding-top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-tittle-block.left {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section-tittle-block.no-space.left {
    margin-top: 0;
  }

  .section-tittle {
    font-size: 32px;
  }

  .section-tittle.white {
    font-size: 32px;
    line-height: 46px;
  }

  .features-tittle.causes {
    margin-bottom: 10px;
  }

  .button-block-left {
    text-align: left;
    display: block;
  }

  .heading-3 {
    font-size: 32px;
  }

  .swervices-wrapper {
    margin-bottom: 40px;
  }

  .footer.coming {
    padding-top: 50px;
  }

  .footer.style4 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-block {
    margin-top: 0;
    padding-left: 0;
  }

  .center-device.right {
    text-align: left;
  }

  .center-device.bottom {
    padding-left: 10px;
  }

  .donate-pop-up {
    display: none;
  }

  .form-contact.fluid {
    width: 70%;
  }

  .form-contact.fluid.device {
    width: 65%;
  }

  .background-video {
    inset: 0%;
  }

  .iteam-block.donation {
    text-align: center;
  }

  .iteam-block.donation.right {
    text-align: right;
  }

  .iteam-block.donation.left {
    text-align: left;
  }

  .causes-link-wrapper.full._1 {
    background-image: linear-gradient(#7d2856bf, #7d2856bf), url('../images/yc-nigel_1yc-nigel.webp');
    background-position: 0 0, 50% 25%;
    margin-bottom: 0;
  }

  .causes-link-wrapper.full._2 {
    margin-bottom: 0;
  }

  .causes-link-wrapper.top {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .causes-link-wrapper._50 {
    width: 50%;
  }

  .causes-link-wrapper._50.choirs {
    width: 49%;
  }

  .causes-link-wrapper.members {
    padding: 10px;
  }

  .div-block-5 {
    width: 90%;
    height: auto;
    margin-top: -216px;
  }

  .donation-range.raised {
    font-size: 16px;
    line-height: 24px;
  }

  .column-no-padding {
    height: 340px;
  }

  .column-no-padding.image {
    flex-direction: column;
    display: block;
  }

  .div-block-6 {
    height: 100%;
  }

  .body {
    padding-top: 60px;
  }

  .link-4.right {
    float: none;
  }

  .services-wrapper {
    margin-bottom: 40px;
  }

  .date.by {
    display: none;
  }

  .column-8 {
    background-position: 100% 0;
    height: 400px;
  }

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

  .column-9 {
    padding-top: 55px;
    padding-bottom: 0;
  }

  .nav-link-footer {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .image-block {
    width: 55%;
  }

  .team-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .page-header, .page-header.about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-tittle-2 {
    font-size: 32px;
  }

  .section-tittle-2.white {
    font-size: 32px;
    line-height: 46px;
  }

  .section-tittle-2.w._2 {
    font-size: 60px;
    line-height: 70px;
  }

  .section-tittle-2.g.member {
    font-size: 22px;
    line-height: 30px;
  }

  .section-tittle-2.b {
    font-size: 32px;
  }

  .section-tittle-2.b.member, .section-tittle-2.p.member, .section-tittle-2.o.member, .section-tittle-2.member {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-4 {
    text-align: left;
  }

  .video-wrapper {
    width: 100%;
  }

  .video-wrapper.video {
    width: 90%;
  }

  .video-wrapper.video.full {
    float: none;
    width: 100%;
  }

  .lightbox-divider.center {
    width: 100px;
    height: 100px;
  }

  .image-case-link {
    height: 200px;
  }

  .button-2.move-up {
    font-size: 11px;
  }

  .button-2.move-up.donate {
    font-size: 20px;
  }

  .div-block-10 {
    flex-direction: row;
  }

  .div-block-10.choirs {
    margin-top: 25px;
  }

  .div-block-10.c {
    flex-wrap: wrap;
    margin-top: 30px;
  }

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

  .partners {
    width: 46%;
  }

  .content-wrapper {
    height: auto;
  }

  .content-wrapper.in-contact {
    height: 310px;
  }

  .text-block-24 {
    text-align: left;
  }

  .button-3.move-up {
    font-size: 11px;
  }

  .paragraph-5, .paragraph-5.white {
    text-align: left;
  }

  .nav-link-2 {
    padding-top: 27px;
    padding-bottom: 25px;
    padding-left: 14px;
  }

  .nav-link-2.dropdown {
    padding-top: 27px;
  }

  .page-header-2, .page-header-2.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insta {
    width: 45%;
  }

  .div-block-14, .div-block-14.noshadow {
    width: 50vw;
  }

  .kidspic {
    width: 28vw;
    height: 20vw;
  }

  .team-grid-standard {
    grid-template-columns: 1fr 1fr;
  }

  .section-team-2 {
    padding-bottom: 140px;
  }

  .related-article-grid {
    grid-template-columns: 1fr;
  }

  .title-wrapper-3 {
    max-width: 80%;
  }

  .logistics-div {
    max-width: 100%;
  }

  .div-block-44 {
    flex-direction: column;
    display: block;
  }

  .div-block-45 {
    width: 100%;
  }

  .div-block-46 {
    display: block;
  }

  .collection-item-5 {
    width: 48%;
  }

  .column-14, .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-52 {
    margin-bottom: 40px;
  }

  .form-block-3 {
    width: 95%;
    margin-top: 50px;
  }

  .div-block-56 {
    align-items: flex-start;
    width: 85%;
  }

  .image-12 {
    width: 36%;
  }

  .collection-item-7 {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button-2.dark {
    margin-right: 10px;
  }

  .logo-brand {
    margin-top: 12px;
    margin-left: 0;
  }

  .logo-brand.w--current {
    padding-left: 0;
  }

  .logo-brand.footer-one {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .nav-link.dropdown {
    padding-top: 22px;
  }

  .navbar.transparent {
    z-index: 999;
    position: relative;
  }

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

  .sub-tittle {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .sub-tittle.subscribe {
    text-align: left;
  }

  .hero-big-text {
    font-size: 36px;
  }

  .top-space-block._100 {
    margin-top: 50px;
  }

  .top-space-block._100.left {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .top-space-block._100.left.top {
    top: 40px;
  }

  .top-space-block._30.left {
    text-align: center;
  }

  .emphasized-text-16.bottom-padding {
    font-size: 18px;
  }

  .emphasized-text-16.bottom-padding.smaller {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 600px;
  }

  .separator-wrapper.left {
    text-align: center;
  }

  .section-tittle, .section-tittle.white {
    font-size: 28px;
  }

  .heading-3 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .swervices-wrapper {
    margin-bottom: 40px;
  }

  .half-section, .half-section.image {
    width: 100%;
  }

  .link-block.footer {
    text-align: center;
  }

  .top-left-text.dark {
    text-align: center;
    margin-right: 15px;
  }

  .top-left-text.dark.link.right {
    float: none;
  }

  .footer.coming {
    padding-top: 60px;
  }

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

  .center-block {
    padding-left: 0;
  }

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

  .center-device.right {
    float: none;
    text-align: center;
    display: block;
  }

  .center-device.bottom {
    text-align: center;
    display: block;
  }

  .donate-pop-up {
    display: none;
  }

  .form-contact.fluid.device {
    width: 70%;
  }

  .close-pop-up {
    background-color: #0000;
    border-radius: 100px;
  }

  .column-no-padding {
    height: 360px;
  }

  .link-4.right {
    float: right;
  }

  .services-wrapper {
    margin-bottom: 0;
  }

  .date.by {
    display: block;
  }

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

  .grid-team-slider {
    grid-template-columns: 1fr;
  }

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .page-header, .page-header.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-tittle-2, .section-tittle-2.white, .section-tittle-2.white {
    font-size: 28px;
  }

  .video-wrapper {
    margin-top: 50px;
  }

  .content-wrapper {
    width: 100%;
    margin-bottom: -1px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper.in-contact {
    height: 300px;
    margin-bottom: 0;
  }

  .paragraph-5.white.in-footer, .bottom-footer-text {
    text-align: center;
  }

  .bottom-footer-text.right {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .bottom-footer-text.center {
    margin-top: 10px;
    line-height: 20px;
  }

  .nav-link-2 {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .nav-link-2.dropdown {
    padding-top: 22px;
  }

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

  .page-header-2, .page-header-2.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .team-grid-standard {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-role-2 {
    font-size: 14px;
  }

  .example_block {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-2.dark {
    position: relative;
  }

  .menu-button-2.dark.w--open {
    z-index: 2;
  }

  .navbar.transparent {
    position: fixed;
  }

  .full-container {
    text-align: left;
    margin-top: 0;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
  }

  .nav-menu.footer-located {
    position: static;
  }

  .button.move-up._70 {
    font-size: 18px;
  }

  .liquid-card {
    display: none;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.left {
    text-align: left;
  }

  .paragraph.white.block {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-tittle {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-big-hero {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big-text.left-side {
    font-size: 14vw;
    line-height: 12vw;
  }

  .hero-big-text.smaller {
    font-size: 24px;
    line-height: 34px;
  }

  .top-space-block._100.left {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .top-space-block._100.left.top {
    width: 100%;
  }

  .emphasized-text-16 {
    font-size: 21px;
  }

  .emphasized-text-16.bottom-padding {
    font-size: 16px;
  }

  .hero-section {
    height: 55vh;
  }

  .section {
    padding-top: 75px;
  }

  .section.gray {
    padding-top: 50px;
  }

  .section.padtop {
    padding-top: 75px;
  }

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

  .section-tittle-block {
    max-width: none;
    margin-bottom: 30px;
  }

  .section-tittle-block.no-margin {
    position: relative;
  }

  .section-tittle-block.page-header {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu.second.left-side {
    text-align: center;
  }

  .section-tittle {
    font-size: 28px;
    line-height: 32px;
  }

  .section-tittle.white {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .form-wrapper-block.home {
    top: 20%;
  }

  .center-content-section {
    width: 80%;
    position: relative;
    top: 20%;
    transform: translate(0, -50%);
  }

  .half-section {
    height: 800px;
    display: block;
  }

  .half-section.image {
    width: 100%;
    height: 600px;
  }

  .center-block {
    padding-left: 0;
  }

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

  .donate-pop-up {
    display: none;
  }

  .form-contact.fluid {
    width: 90%;
    display: block;
  }

  .form-contact.fluid.device {
    width: 90%;
  }

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

  .close-pop-up {
    background-color: #0000;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: visible;
  }

  .background-video {
    overflow: hidden;
  }

  .iteam-block.donation {
    text-align: center;
  }

  .iteam-block.donation.transparent {
    width: 100%;
  }

  .iteam-block.donation.right {
    float: none;
    text-align: left;
    margin-top: 0;
  }

  .causes-link-wrapper._50, .causes-link-wrapper._50.choirs, .causes-link-wrapper.members {
    width: 100%;
  }

  .div-block-5 {
    width: 95%;
    padding: 12px;
  }

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

  .column-no-padding {
    height: auto;
  }

  .column-no-padding.image {
    height: 200px;
  }

  .div-block-6 {
    padding: 20px;
  }

  .body {
    padding-top: 80px;
  }

  .link-4.right {
    float: left;
  }

  .services-wrapper {
    width: auto;
  }

  .date.by {
    display: none;
  }

  .post-summary {
    font-size: 16px;
    line-height: 24px;
  }

  .collection-list {
    flex-direction: column;
  }

  .column-8 {
    background-position: 50% 0;
    height: 300px;
  }

  .column-9 {
    padding-top: 36px;
  }

  .nav-link-footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-8 {
    text-align: center;
  }

  .div-block-9 {
    height: auto;
  }

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

  .team-mask {
    width: 100%;
  }

  .team-details-large {
    font-size: 16px;
    line-height: 24px;
  }

  .team-name {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .image-block {
    object-position: 50% 25%;
    width: 250px;
    height: 250px;
  }

  .heading-large {
    font-size: 48px;
  }

  .team-slider-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-detail {
    text-align: center;
    font-size: 12px;
  }

  .team-tab-menu {
    margin-bottom: 28px;
  }

  .team-name-block {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0;
  }

  .team-content-block {
    padding: 14px;
  }

  .team-content-block.job {
    padding: 20px;
  }

  .team-grid {
    padding: 0;
  }

  .page-header {
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header.about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header.donate {
    height: 200px;
  }

  .page-header.logistics {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-tittle-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-tittle-2.white {
    text-align: center;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .section-tittle-2.w {
    font-size: 50px;
    line-height: 60px;
  }

  .section-tittle-2.w._2 {
    font-size: 40px;
    line-height: 45px;
  }

  .section-5.gray {
    padding-top: 50px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-2.move-up.donate.rightpad {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .partners {
    width: 100%;
  }

  .bottom-block._30 {
    margin-bottom: 0;
  }

  .content-wrapper {
    position: static;
  }

  .content-wrapper.in-contact {
    z-index: 1000;
    float: left;
    z-index: 1000;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px 8px;
    position: relative;
  }

  .contact-icon.map, .contact-icon.email, .contact-icon.call {
    background-size: cover;
    width: 30px;
    height: 30px;
  }

  .page-header-2, .page-header-2.contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .full-container-2 {
    text-align: left;
    display: block;
  }

  .insta {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-13 {
    display: block;
  }

  .div-block-14 {
    float: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .div-block-14.noshadow {
    width: 100%;
    margin-left: 0;
  }

  .evckidsgallery {
    width: 80vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .kidspic {
    width: 80vw;
    height: 60vw;
  }

  .choirvids {
    width: 100%;
    margin-bottom: 5%;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .team-wrapper.a.center {
    display: block;
  }

  .h3-heading {
    font-size: 48px;
  }

  .team-name-2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-18.seuumer {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .form-wrap {
    padding: 24px;
  }

  .check-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-23 {
    max-width: 95%;
  }

  .videodiv {
    width: 100%;
    margin-bottom: 5%;
  }

  .html-embed-2 {
    width: 100%;
  }

  .large-header {
    font-size: 45px;
    line-height: 50px;
  }

  .blog-end-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .avatar-circle {
    margin-right: 12px;
  }

  .blog-article-wrapper {
    margin-bottom: 50px;
  }

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

  .header-paragraph.date {
    font-size: 14px;
    line-height: 22px;
  }

  .author-block {
    margin-bottom: 40px;
  }

  .blog-header {
    padding-top: 120px;
  }

  .richtext {
    display: block;
  }

  .div-block-30 {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .div-block-31 {
    text-align: center;
  }

  .collection-item-2 {
    width: 10045%;
  }

  .updaterichtext {
    padding: 15px;
    display: block;
  }

  .heading-10 {
    font-size: 30px;
  }

  .div-block-32, .div-block-35 {
    width: 100%;
  }

  .div-block-37 {
    min-width: 100%;
    display: block;
  }

  .logistics-div {
    max-width: 100%;
  }

  .div-block-44 {
    margin-top: 0;
    display: block;
  }

  .div-block-45 {
    width: 100%;
  }

  .div-block-46 {
    display: block;
  }

  .div-block-48 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .div-block-50 {
    flex-wrap: wrap;
  }

  .collection-item-5 {
    width: 100%;
  }

  .column-15 {
    margin-top: 10px;
  }

  .div-block-51 {
    text-align: left;
  }

  .form-block-3 {
    width: 100%;
    padding: 22px;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .image-12 {
    width: 95%;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-57 {
    align-items: center;
  }

  .collection-list-5 {
    flex-direction: row;
  }

  .collection-item-6 {
    width: 100%;
  }

  .hacks-10_richtext {
    font-size: 16px;
  }

  .sectionjov {
    font-size: 20px;
  }

  .example_block {
    padding: 1.5rem;
  }

  .collection-item-7 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
  }
}

#w-node-_304cb565-6d8d-e2f2-0ce6-aa5e413ae1ee-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_304cb565-6d8d-e2f2-0ce6-aa5e413ae207-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf48f7fe-86b5-850e-0f23-c082fc635917-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf48f7fe-86b5-850e-0f23-c082fc63591d-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_798761c4-45c3-b2fd-3607-604e782f68bf-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798761c4-45c3-b2fd-3607-604e782f68c5-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7bb8c99-f343-64c0-2d30-ba9ed4b1cd78-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7bb8c99-f343-64c0-2d30-ba9ed4b1cd7e-1e4446ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_63035e4d-6758-6c9a-503e-860141f6af44-1e4446d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


