:root {
  --relume-library-lite--rl-black: #000;
  --relume-library-lite--rl-white: white;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

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

a {
  color: #fff;
  height: 100%;
  text-decoration: none;
}

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

.navbar-w-shadow {
  z-index: 9999;
  justify-content: center;
  display: flex;
  position: sticky;
}

.navbar-w-shadow.hidden {
  display: none;
}

.navbar-w-shadow-container {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.25rem;
  position: fixed;
  box-shadow: 0 1px 2px #0003;
}

.navbar-w-shadow-container.max-width-none {
  max-width: none;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  width: 7rem;
  height: 3rem;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current, .nav-link.hidden, .nav-link.hidden.w--current {
  display: none;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current, .nav-link.hidden, .nav-link.hidden.w--current, .nav-link.hidden, .nav-link.hidden.w--current {
  display: none;
}

.image {
  width: 140%;
  max-width: none;
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.max_width {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  height: auto;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.max_width.no-margin {
  align-items: center;
  max-width: 1140px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
}

.max_width.no-margin.left_aligned.no-padding_left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.max_width.small_margin {
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.max_width.small_margin.centered {
  align-items: center;
}

.max_width.small_margin.centered.horizontal {
  flex-direction: row;
  align-items: stretch;
}

.max_width.small_margin.centered.horizontal.mid {
  align-items: center;
}

.max_width.left_aligned {
  align-items: flex-start;
}

.max_width.right_aligned {
  align-items: flex-end;
}

.max_width.right_aligned._200vh {
  height: 200vh;
}

.max_width.right_aligned._200vh.horizontal {
  flex-direction: row;
}

.max_width.right_aligned._200vh.horizontal.top_alinged {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  max-height: 145rem;
  margin-bottom: 0;
}

.max_width.popup {
  background-color: #000;
  max-height: 80vh;
  padding: 3rem;
}

.max_width.whorwe.mobile {
  display: none;
}

.max_width.raffle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.max_width.raffle.countdown {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.max_width.raffle.above-the-fold {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.max_width.raffle.above-the-fold.hero2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: none;
}

.max_width.raffle.tickets {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.max_width.raffle.info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.max_width.raffle.info.centered {
  justify-content: center;
  align-items: center;
}

.max_width.privacy {
  margin-top: 2rem;
}

.max_width.terms-con {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.max_width.team {
  flex-flow: column;
}

.max_width.overflow-hidden {
  overflow: hidden;
}

.max_width.overflow-hidden.margin-0 {
  margin-top: 0;
}

.max_width.overflow-hidden.margin-0.width-100 {
  width: 100%;
  margin-bottom: 0;
}

.max_width.black {
  background-color: #000;
}

.max_width.middle_aligned {
  justify-content: center;
  align-items: center;
}

.max_width.donate {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.max_width.donate.join-us {
  flex-direction: column;
  justify-content: center;
}

.donate-button {
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 7rem;
  font-family: Blenderpro, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all .5s;
  display: flex;
}

.donate-button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.donate-button.white {
  color: #000;
  background-color: #fff;
}

.donate-button.white.larger {
  width: auto;
  padding: 1.5rem 2rem;
  font-size: 2rem;
}

.donate-button.white.larger:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.donate-button.mobile-menu.hidden {
  display: none;
}

.donate-button.no-hidden.mobile {
  flex-direction: row-reverse;
  display: none;
}

.heading {
  z-index: 10;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Blenderpro, sans-serif;
  font-weight: 700;
  position: relative;
}

.section_centered {
  -webkit-text-stroke-width: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_centered.black {
  background-color: #000;
  height: 70vh;
  display: block;
}

.section_centered.black.centered {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section_centered.black.centered.size-auto {
  height: auto;
}

.section_centered.black.centered.size-auto.padding {
  padding-top: 5.625rem;
}

.section_centered.black.centered.size-auto.padding.padding_low {
  padding-top: 0;
  padding-bottom: 5.625rem;
}

.section_centered.black.centered.height-auto {
  height: auto;
}

.section_centered.black.centered.height-auto.white {
  background-color: #fff;
}

.section_centered.black.countdown {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
}

.section_centered.margin-0 {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

.section_centered.margin-0.scroll {
  height: auto;
}

.section_centered.margin-0.scroll.padding_low {
  padding-bottom: 5.625rem;
}

.section_centered.margin-0.height-auto {
  height: auto;
}

.section_centered.margin-0.height-auto.info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_centered.margin-0.height-auto.auto {
  height: auto;
}

.section_centered.top_aligned {
  margin-top: 0;
  margin-bottom: 0;
}

.section_centered.raffle {
  margin-top: 3rem;
  margin-bottom: 0;
}

.section_centered.black_new {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.section_centered.buy_ticket {
  margin-top: 0;
  margin-bottom: 0;
}

.section_centered.margin-high {
  margin-top: 8.5rem;
}

.section_centered.vh-100vh {
  height: 70vh;
}

.section_centered._100vh {
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.section_centered._100vh.black {
  justify-content: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section_centered._100vh.black.donate {
  background-color: #0000;
  max-width: 100%;
  min-height: auto;
  top: 0;
  overflow: visible;
}

.section_centered._100vh.hidden-desktop {
  display: none;
}

.section_centered._100vh.mobile-hidden {
  min-height: auto;
}

.section_centered._100vh.hidden {
  display: none;
}

.section_centered._100vh.margin5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section_centered._100vh.top-alinged {
  background-color: #000;
  justify-content: flex-start;
}

.list-item {
  display: none;
}

.list-item-2 {
  display: block;
}

.image-127 {
  height: .9rem;
}

.image-127.inverted {
  filter: saturate(200%) invert();
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-204 {
  flex-direction: column;
  display: flex;
}

.div-block-204.hidden {
  display: flex;
}

.div-block-204.top.hidden {
  display: none;
}

.teleport_button_1 {
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  padding: .6em 1em;
  display: flex;
}

.teleport_button_1._501c {
  display: none;
}

.teleport_button_1.bottom {
  margin-bottom: 0;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.title-small.donate {
  margin-bottom: 0;
  margin-left: 1em;
  font-family: Blenderpro, sans-serif;
  font-size: .7rem;
}

.title-small.prevail-info {
  letter-spacing: 0;
  margin-top: .2rem;
  font-size: .6rem;
  line-height: 1.2;
}

.title-small.prevail-info.bottom {
  display: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.osprey_nav_logo {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.footer-sitelink {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}

.footer-sitelink.hidden {
  display: none;
}

.footer_links {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.footer-brand {
  flex-direction: column;
  justify-content: space-between;
  width: 25em;
  height: auto;
  display: flex;
}

.footer-brand:active {
  transform: none;
}

.image-112 {
  max-width: 100%;
  height: auto;
  max-height: 3.2rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.footer-dark {
  z-index: 20;
  background-color: #000;
  border-top: 1px dashed #fff3;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
  font-family: Blenderpro, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_donation_links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  padding-left: 0;
  display: flex;
}

.footer-divider {
  background-color: #fff;
  width: 100%;
  max-width: 90vw;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

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

.container-6.max-width {
  max-width: 90vw;
}

.footer-social-link {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: .5rem;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: .9rem;
  display: flex;
}

.footer-social-link.profile {
  align-items: center;
  width: auto;
  margin-right: 0;
  padding: .5em .5rem;
}

.footer-social-link.right {
  margin-right: 0;
}

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

.footer_link_header {
  color: #bdbdbd;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.footer_bg {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-copyright-center {
  z-index: 25;
  color: #fff;
  text-align: center;
  font-size: .8em;
  line-height: 16px;
  position: relative;
}

.footer-copyright-center.underlined {
  display: block;
}

.image-120 {
  filter: invert() contrast(200%);
  width: 1.5em;
  margin-right: .25rem;
  padding: .2em;
  display: block;
}

.image-120.not_inverted {
  filter: contrast(200%);
}

.image-120.discord {
  filter: brightness(200%) saturate(0%) contrast(200%);
  margin-right: 0;
}

.image-120.footer {
  margin-right: 0;
}

.grid-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  place-items: start;
  width: 60%;
  padding-right: 2rem;
  display: none;
}

.div-block-187 {
  justify-content: space-between;
  width: 100%;
  max-width: 90vw;
  display: flex;
}

.image-128 {
  width: auto;
  max-width: none;
  height: 80%;
  padding-top: 0;
  position: absolute;
  left: 0%;
  right: 0%;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.3rem;
  display: flex;
  position: relative;
}

.grid-25 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid-25.donate {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  width: 60%;
  top: 0;
}

.grid-25.donate.popup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-25.donate.popup.in-menu {
  display: none;
}

.services {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .5s;
  display: flex;
  box-shadow: 0 -1px 2px #0003, 0 1px 2px #0003;
}

.services:hover {
  box-shadow: 0 -1px 16px #00000026, 0 1px 16px #00000026;
}

.services.higher {
  align-items: center;
  padding: 0;
  position: relative;
  top: -3rem;
}

.services.raffle {
  width: 80%;
  position: relative;
  top: auto;
  box-shadow: 0 -1px 16px #0003, 0 1px 16px #0003;
}

.services.raffle:hover {
  box-shadow: 0 -1px 16px #0003, 0 1px 16px #0003;
}

.services.centered {
  align-items: center;
}

.services.centered.popup {
  height: 100%;
  padding: 1rem;
}

.services.centered.popup:hover {
  transform: translate(0, -7px);
}

.services.centered.popup.mobile {
  display: none;
}

.services.centered.donate {
  padding: 1rem 2rem;
}

.services.centered.donate.desktop {
  justify-content: center;
  padding: .8rem 1.7rem;
  position: relative;
  top: 0;
}

.services.centered.donate.mobile {
  display: none;
}

.services-heading-1 {
  color: #000;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Blenderpro, sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 2.375rem;
}

.services-heading-1.raffle {
  margin-bottom: .5rem;
  font-size: 2rem;
}

.services-heading-1.donate {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.services-heading-1.donate.large {
  margin-bottom: .2rem;
  font-size: 2rem;
  line-height: 1.7rem;
}

.services-heading-1.donate.large.popup {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.7rem;
}

.services-heading-1.donate.large.margin-top-0-5rem {
  margin-top: .5rem;
}

.paragraph {
  color: #000;
  text-align: center;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph.services_small {
  text-align: center;
  border: 1px #000;
  border-bottom-style: dashed;
  width: 80%;
  padding: 1rem;
  font-size: .875rem;
}

.paragraph.services_small.bottom {
  border-bottom-style: none;
}

.paragraph.services_small.raffle {
  border-top-style: none;
  border-bottom-style: none;
  width: 90%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.paragraph.link {
  font-size: .875rem;
  text-decoration: underline;
}

.image-129 {
  width: auto;
  max-width: none;
  max-height: 5rem;
  margin-bottom: 1rem;
}

.image-129.raffle {
  height: 14rem;
  max-height: none;
  margin-bottom: 0;
}

.image-129.donate {
  max-height: 3.5rem;
  margin-bottom: .3rem;
}

.image-129.donate.rotated {
  transform: rotate(0);
}

.image-129.donate.popup {
  max-height: 3rem;
  margin-bottom: .2rem;
}

.image-129.prodder {
  z-index: 5;
  max-height: 2rem;
  position: relative;
  top: -.375rem;
  transform: rotate(7deg);
}

.image-129.prodder.popup {
  max-height: 1.5rem;
}

.secondary-button.white.hidden, .secondary-button.white.hidden-no {
  font-size: 1rem;
  display: block;
}

.secondary-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #f80;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.secondary-button:hover {
  background-color: #f37a00;
}

.secondary-button.white.hidden, .secondary-button.white.hidden-no {
  font-size: 1rem;
  display: block;
}

.secondary-button.black {
  z-index: 7;
  background-color: #000;
  order: 0;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: .5rem;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  transition: all .5s;
  position: relative;
}

.secondary-button.black:hover {
  color: #000;
  background-color: #fff;
}

.secondary-button.black.more_margin {
  margin-top: 2rem;
}

.secondary-button.black.nav {
  padding: .5rem 5rem;
}

.secondary-button.black.nav.top {
  margin-top: 0;
}

.secondary-button.black.raffle {
  text-align: center;
  width: auto;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.secondary-button.black.raffle.secondary {
  color: #000;
  background-color: #0000;
}

.secondary-button.black.raffle.secondary:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.black.raffle.hidden {
  display: none;
}

.secondary-button.black.popup {
  width: 100%;
  margin-top: .5rem;
  font-size: 1rem;
}

.secondary-button.white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-family: Blenderpro, sans-serif;
  transition: all .5s;
  display: none;
}

.secondary-button.white:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.white.hidden, .secondary-button.white.hidden-no {
  font-size: 1rem;
  display: block;
}

.secondary-button.white.hidden-no.password {
  padding: 5px 10px;
  font-size: 1rem;
}

.secondary-button.white.hidden-no.raffle {
  margin-top: .5rem;
  font-size: 1rem;
}

.secondary-button.white.hidden {
  font-size: 1rem;
  display: block;
}

.overflow {
  overflow: visible;
}

.main-paragraph {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.main-paragraph.team {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.main-paragraph.team.no-hidden {
  display: block;
}

.main-paragraph.team.no-hidden.centered {
  text-align: center;
}

.main-paragraph.team.no-hidden.centered.max_widht {
  max-width: 80%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.main-paragraph.right_aligned {
  text-align: right;
}

.main-paragraph.white.intro_left {
  text-align: justify;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 0;
  line-height: 1;
}

.main-paragraph.mini_heading {
  margin-top: 2rem;
  margin-bottom: .25rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.main-paragraph.mini_heading.top {
  margin-top: 2rem;
  text-decoration: none;
}

.main-paragraph.raffle-process._1 {
  width: auto;
  margin: .5rem 0 0;
}

.main-paragraph.in-hero {
  width: 30rem;
  font-weight: 100;
  line-height: 1;
}

.main-paragraph.black {
  color: #000;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.main-paragraph.black.news {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .3rem;
  font-weight: 900;
  line-height: 1;
}

.main-paragraph.black.margin-0 {
  margin-left: 0;
}

.main-paragraph.black.margin-0.margin_north-small {
  margin-top: 1rem;
}

.main-paragraph.black.margin-0.margin_north-small.size-middle {
  width: 70%;
  margin-top: 0;
}

.main-paragraph.black.news_body {
  margin-top: 0;
}

.main-paragraph.black.margin-0---left {
  margin-left: 0;
}

.main-paragraph.black.margin-0---left.raffle {
  text-align: left;
  width: 90%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.main-paragraph.black.margin-0---left.raffle.prize-description {
  color: #fff;
  width: auto;
  margin-top: 1rem;
}

.main-paragraph.black.margin-0---left.raffle.allocation {
  margin-top: 0;
}

.main-paragraph.black.margin-0---left.raffle.whois {
  width: auto;
  margin-top: 0;
}

.main-paragraph.black.margin-0---left.raffle.whois.link.centered {
  text-align: center;
  width: 50vw;
}

.main-paragraph.black.margin-0---left.marign_north-1 {
  margin-top: 1rem;
}

.main-paragraph.black.margin-0---left.margin-up---south {
  margin-bottom: 1rem;
}

.main-paragraph.donate {
  color: #000;
  width: auto;
  margin-top: 0;
}

.main-paragraph.donate.white {
  color: #fff;
}

.main-paragraph.donate.white.main {
  line-height: 1.3;
}

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

.main-paragraph.donate.align-center.margin-0 {
  margin-bottom: 0;
  line-height: 1;
}

.main-paragraph.donate.sub {
  margin-left: 2rem;
}

.main-paragraph.donate.grid.heading {
  margin-bottom: 0;
}

.secondary_heading {
  color: #fff;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blenderpro, sans-serif;
  font-size: 4rem;
  line-height: .8;
}

.secondary_heading.margin-large {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 4rem;
}

.secondary_heading.margin-large.size-0-8 {
  line-height: .8;
}

.secondary_heading.process {
  font-size: 3.5rem;
  line-height: 1;
}

.secondary_heading.process.black {
  margin-bottom: 0;
}

.secondary_heading.process.black.margin_south-1-5 {
  margin-bottom: 1.5rem;
}

.secondary_heading.process.black.whois {
  text-align: left;
  margin-bottom: 1rem;
  line-height: .8;
}

.secondary_heading.process.black.whois.training {
  color: #fff;
  text-align: left;
  width: 90%;
}

.secondary_heading.process.margin_south-1-5 {
  margin-bottom: 1.5rem;
  display: none;
}

.secondary_heading.black {
  color: #000;
  letter-spacing: -.2rem;
  line-height: .7;
  display: block;
  overflow: visible;
}

.secondary_heading.black.margin-medium {
  margin-bottom: 1rem;
}

.secondary_heading.black.raffle.prize_description {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
}

.secondary_heading.black.raffle.prize_description.black_text_2rem {
  color: #000;
}

.secondary_heading.black.raffle_heading {
  text-align: left;
  letter-spacing: -.3rem;
  text-transform: none;
  width: auto;
  font-size: 5.3125rem;
  line-height: .8;
}

.secondary_heading.black.raffle_heading.tickets {
  margin-bottom: 3rem;
}

.secondary_heading.black.raffle_heading.tickets.prize-description {
  color: #fff;
}

.secondary_heading.black.small {
  font-size: 4rem;
}

.secondary_heading.black.small.margin-up---south {
  margin-bottom: 1rem;
  line-height: .8;
}

.secondary_heading.margin_1rem {
  color: #000;
  margin-bottom: 1rem;
  line-height: .8;
}

.secondary_heading.margin_1rem.large {
  font-size: 6rem;
}

.secondary_heading.margin_1rem.large.white.right_aligned {
  text-align: right;
}

.secondary_heading.margin_1rem._3rem {
  margin-bottom: 3rem;
}

.secondary_heading.margin_1rem.white {
  color: #fff;
  margin-top: -.5rem;
  line-height: .8;
}

.secondary_heading.margin_1rem.white.left_aligned {
  margin-top: 0;
}

.secondary_heading.margin_1rem.white.left_aligned.margin.no-hidden {
  margin-bottom: 0;
}

.secondary_heading.margin_1rem.white.popup {
  font-size: 3rem;
}

.secondary_heading.margin_1rem.thin {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 100;
}

.secondary_heading.margin_1rem.thin.white.right_aligned {
  text-align: right;
}

.secondary_heading.margin_1rem.thin.middle_alinged {
  text-align: center;
  text-transform: uppercase;
}

.secondary_heading.margin_1rem.thin.middle_alinged.top-margin {
  margin-top: 1rem;
}

.secondary_heading.margin_1rem.thin.middle_alinged.top_margin {
  margin-top: 1rem;
  margin-bottom: 0;
}

.donate-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.donate-wrap.terms-con {
  margin-top: 0;
  margin-bottom: 0;
}

.donate-wrap.privacy {
  margin-top: 2rem;
}

.sticky-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 30%;
  padding-left: 1.5rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sticky-text.countdown {
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 5.7rem;
}

.sticky-text.left {
  max-width: 40%;
  padding-left: 0;
  padding-right: 1.5rem;
  position: sticky;
  top: 5.7rem;
}

.donate_text {
  flex-direction: column;
  display: flex;
  position: sticky;
}

.donate_text.privacy {
  filter: invert();
}

.popup-close {
  margin-top: 3rem;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close.join-us {
  margin-top: 0;
  position: relative;
}

.close-button {
  width: 1.5rem;
  height: auto;
}

.close-button.inverted {
  filter: invert();
}

.navbar-blur-bg, .nav-menu-contact.hidden, .nav-menu-contact.hidden, .nav-menu-contact.hidden, .text-block-47.bottom, .text-block-47.bottom, .text-block-47.bottom {
  display: none;
}

.link-block-3 {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.image-153 {
  width: 1.5rem;
  height: .8rem;
  margin-left: .5rem;
}

.html-embed {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 29rem;
  display: flex;
  overflow: hidden;
}

.html-embed.desktop {
  z-index: 4;
  height: auto;
  position: relative;
  top: auto;
}

.html-embed.mobile {
  display: none;
}

.div-block-219 {
  background-color: var(--relume-library-lite--rl-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

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

.div-block-223 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 15rem;
  display: flex;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 1rem;
}

.grid_columns_privacy {
  border: 1px solid #000;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.donate-popup {
  z-index: 9999999;
  -webkit-backdrop-filter: brightness(15%) blur(8px);
  backdrop-filter: brightness(15%) blur(8px);
  justify-content: center;
  width: 100vw;
  height: auto;
  display: none;
  position: fixed;
  overflow: auto;
}

.donate-popup.join_us {
  display: none;
}

.div-block-237 {
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.div-block-238 {
  justify-content: center;
  display: flex;
  position: relative;
}

.close-btn.join-us {
  inset: -3rem -3rem auto auto;
  inset: -3rem -3rem auto auto;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  inset: -3rem -3rem auto auto;
}

.popup-half {
  z-index: 99999999;
  background-color: #fff;
  width: auto;
  position: relative;
}

.popup-half.image {
  background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65dd80ffa425e16696e4f266_Snapinsta.app_387798419_843287120869283_1208328087269563168_n_1080%20(2).jpg");
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  overflow: hidden;
}

.popup-half.wider {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.popup-body {
  z-index: 999999;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  height: auto;
  display: flex;
  position: relative;
}

.list-item-5 {
  display: flex;
}

.link-block-8 {
  margin-bottom: 1rem;
}

.lottie-animation-7 {
  width: 6rem;
  height: 6rem;
}

.wallets {
  width: 100%;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.button-right {
  border-right-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.ms-input-wrap {
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.hidden {
  display: none;
}

.ms-button-flex {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-100 {
  width: 100%;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.ms-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-column._50 {
  width: 47%;
}

.ms-column._50.padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #12133140;
  border-radius: 0;
  width: auto;
  padding: 3% 3% 0%;
}

.ms-input-right-button {
  color: #121331;
  border: 1px solid #12133140;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: center;
  width: auto;
  min-height: 40px;
  margin-bottom: 0;
  padding: 9px 12px;
  font-family: Blenderpro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-right-button:hover {
  color: #2962ff;
  border-color: #2962ff;
}

.ms-input-right-button::placeholder {
  color: #12133140;
}

.ms-input-right-button.success {
  color: #121331;
  background-color: #c3ffd5;
  border-color: #00a030;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  display: flex;
}

.form-block {
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-position: 0%;
  }

  .image {
    width: 130%;
  }

  .max_width {
    align-items: flex-start;
    max-width: 1140px;
  }

  .max_width.no-margin, .max_width.whorwe.desktop {
    max-width: 1140px;
  }

  .max_width.no-margin, .max_width.whorwe.desktop, .max_width.whorwe.desktop {
    max-width: 1140px;
  }

  .max_width.donate.join-us {
    align-items: center;
  }

  .title-small.donate {
    font-size: 1rem;
  }

  .image-112 {
    max-height: 3.3rem;
  }

  .footer-divider, .container-6.max-width, .container-6.max-width, .div-block-187 {
    max-width: 1140px;
  }

  .text-block-44.footer {
    font-size: 2.6rem;
  }

  .main-paragraph.team.no-hidden {
    display: none;
  }

  .image-143 {
    left: -19%;
  }

  .text-block-45 {
    text-align: left;
    display: block;
    top: 45px;
    left: -51px;
  }

  .text-block-45.left {
    display: block;
    top: -107px;
    left: -13px;
  }

  .div-block-208 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-209, .div-block-210 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-4 {
    padding: 1rem;
  }

  .column-4.hidden {
    display: block;
  }

  .columns-3 {
    width: 100%;
  }

  .member-card {
    width: 100%;
    overflow: hidden;
  }

  .member-card.hidden {
    overflow: hidden;
  }

  .sticky_container_2 {
    display: block;
  }

  .donate-popup.join_us {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    width: 130%;
  }

  .max_width, .max_width.no-margin, .max_width.no-margin {
    max-width: 1140px;
  }

  .title-small.donate {
    font-size: 1rem;
  }

  .image-112 {
    max-height: 3.3rem;
  }

  .footer-divider, .container-6.max-width, .container-6.max-width, .div-block-187 {
    max-width: 1140px;
  }

  .image-143 {
    left: -15%;
  }

  .text-block-45 {
    text-align: left;
    top: 45px;
    left: -24px;
  }

  .text-block-45.left {
    text-align: left;
    text-align: left;
    top: -107px;
    left: 1px;
  }

  .div-block-208 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-209, .div-block-210 {
    justify-content: flex-start;
    align-items: center;
  }

  .donate-popup.join_us {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-w-shadow-container.new_home {
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular.new_home {
    width: 85%;
  }

  .hero {
    min-height: 720px;
    max-height: 1500px;
    margin-bottom: 5rem;
  }

  .image {
    width: 130%;
    top: auto;
  }

  .max_width, .max_width.no-margin {
    max-width: 1140px;
  }

  .max_width.no-margin {
    max-width: 1140px;
  }

  .max_width.right_aligned._200vh.horizontal.top_alinged {
    height: auto;
  }

  .max_width.overflow-hidden.margin-0.width-100 {
    justify-content: center;
    align-items: center;
    top: 181px;
  }

  .teleport_button_1 {
    padding: .6rem 1rem;
  }

  .title-small.donate {
    font-size: 1rem;
  }

  .title-small.prevail-info {
    margin-top: .5rem;
    margin-bottom: .5em;
  }

  .image-112 {
    max-height: 3.7rem;
  }

  .footer-divider {
    max-width: 1140px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .container-6.max-width {
    max-width: 1140px;
  }

  .footer-copyright-center {
    font-size: .8rem;
  }

  .div-block-187 {
    max-width: 1140px;
  }

  .text-block-44.footer {
    font-size: 2.9rem;
  }

  .secondary_heading.margin_1rem.white.nomargin-top {
    margin-top: 0;
  }

  .text-block-45 {
    text-align: left;
    display: block;
    top: 45px;
    left: -24px;
  }

  .text-block-45.left {
    text-align: left;
    text-align: left;
    top: -107px;
    left: 1px;
  }

  .div-block-208 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-209, .div-block-210 {
    justify-content: flex-start;
    align-items: center;
  }

  .video-portrait.desktop {
    max-height: 720px;
    padding-top: 0;
  }

  .div-block-232 {
    background-color: var(--relume-library-lite--rl-white);
    box-shadow: none;
    max-width: 370px;
    max-height: 725px;
  }

  .div-block-232.new_home {
    background-color: var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-black);
    max-width: none;
  }

  .donate-popup.join_us {
    display: none;
  }

  .image-156 {
    max-height: 40vh;
  }

  .popup-body {
    width: 70%;
    height: auto;
  }

  .corner_popup_wrapper {
    z-index: 9999;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .corner_popup {
    background-color: #fff;
    border-top-left-radius: 14rem;
    border-top-right-radius: 14rem;
    border-bottom-right-radius: 14rem;
    justify-content: flex-start;
    align-items: flex-end;
    width: 20rem;
    height: 20rem;
    display: flex;
    position: relative;
  }

  .image-157 {
    height: 14rem;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: rotate(20deg);
  }

  .text-block-54 {
    color: #000;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-family: Blenderpro, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: .7;
    position: relative;
  }

  .homepage-services {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .max-width-new {
    width: 90%;
    height: auto;
  }

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

  .marquee_wrap {
    width: auto;
  }

  .partner {
    background-color: var(--relume-library-lite--rl-white);
    opacity: .46;
    filter: saturate(0%);
    width: auto;
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .partner.small {
    width: 6rem;
  }

  .partner.big {
    width: 17rem;
  }

  .partner.big.opacity-less {
    opacity: .32;
  }

  .partner.big.opacity-less.height-reduced {
    width: 15rem;
  }

  .image-161 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    width: 100%;
    inset: auto 0%;
  }

  .h1 {
    font-size: 14rem;
  }

  .h1.above_the_fold {
    font-size: 7rem;
  }

  .max_width, .max_width.no-margin {
    width: 90%;
  }

  .max_width.no-margin {
    width: 90%;
  }

  .max_width.small_margin {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .max_width.raffle.countdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .donate-button {
    display: block;
  }

  .section_centered.black.countdown {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_centered._100vh {
    min-height: auto;
  }

  .section_centered.margin-0.height-auto {
    height: auto;
  }

  .title-small.donate {
    font-size: .6rem;
  }

  .title-small.prevail-info {
    font-size: .9em;
  }

  .footer-sitelink {
    font-size: .8rem;
  }

  .footer-brand {
    width: 30em;
  }

  .footer-divider {
    width: 90%;
  }

  .container-6 {
    max-width: 728px;
  }

  .container-6.max-width {
    width: 90%;
  }

  .footer-copyright-center {
    font-size: 1em;
  }

  .div-block-187 {
    width: 90%;
  }

  .text-block-44.footer {
    font-size: 2.3rem;
  }

  .link-block {
    height: 3rem;
  }

  .grid-25.donate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    width: 65%;
  }

  .grid-25.donate.popup {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .services.centered.popup {
    padding-bottom: 1rem;
  }

  .services.centered.donate.desktop {
    justify-content: space-between;
    line-height: 1.5;
  }

  .services-heading-1 {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.3rem;
  }

  .services-heading-1.donate.large {
    font-size: 2rem;
    line-height: 2rem;
  }

  .services-heading-1.donate.large.popup {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .paragraph.services_small {
    width: auto;
    padding: .5rem;
    font-size: .8rem;
  }

  .paragraph.margin-btm-1rem {
    font-size: .8rem;
    line-height: 1;
  }

  .paragraph.margin-bottom {
    margin-bottom: 1rem;
    font-size: .8rem;
  }

  .image-129 {
    max-height: 4rem;
    font-size: 1vw;
  }

  .image-129.donate {
    max-height: 3rem;
  }

  .secondary-button.black {
    font-size: .8rem;
  }

  .secondary-button.white.hidden, .secondary-button.white.hidden-no, .secondary-button.black {
    font-size: .8rem;
  }

  .secondary-button.black.nav.top {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .8rem;
  }

  .secondary-button.black.popup {
    margin-top: 0;
    font-size: .8rem;
  }

  .secondary-button.white.hidden, .secondary-button.white.hidden-no, .secondary-button.white.hidden, .secondary-button.white.hidden-no, .main-paragraph, .main-paragraph.donate.white, .main-paragraph.donate.white.main {
    font-size: .8rem;
  }

  .main-paragraph.donate.white, .main-paragraph.donate.white.main {
    font-size: .8rem;
  }

  .main-paragraph.donate.white, .main-paragraph.donate.white.main, .main-paragraph.donate.white.main {
    font-size: .8rem;
  }

  .main-paragraph.donate.align-center.margin-0 {
    font-size: .8rem;
    line-height: 1;
  }

  .column-2 {
    align-items: flex-start;
  }

  .image-143 {
    left: -61%;
  }

  .secondary_heading {
    font-size: 4rem;
    line-height: .8;
  }

  .secondary_heading.margin_1rem.white.popup {
    margin-top: 0;
    font-size: 2rem;
  }

  .text-block-45 {
    display: block;
  }

  .div-block-208 {
    position: relative;
    top: 1.7rem;
  }

  .text-block-46.in-hero {
    max-width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

  .sticky-text.left {
    max-width: 45%;
    padding-right: 1rem;
  }

  .team-member-text.dark-version-team-text {
    width: 100%;
  }

  .column-4 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    overflow: hidden;
  }

  .columns-3 {
    justify-content: space-between;
    display: flex;
  }

  .member-card {
    width: 100%;
    overflow: hidden;
  }

  .member-card.hidden {
    width: 100%;
  }

  .sticky_container_2 {
    max-width: 12rem;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .popup-donate-main {
    display: none;
  }

  .popup-close {
    justify-content: flex-end;
    margin-right: -.2rem;
    display: flex;
  }

  .lottie-animation-2 {
    width: 20rem;
    height: 20rem;
    position: absolute;
  }

  .menu-lottie-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-menu-and-donate {
    display: block;
  }

  .html-embed.desktop {
    top: 0;
  }

  .div-block-219 {
    flex-direction: column;
    display: flex;
  }

  .services_link_wrap {
    padding: 1rem;
  }

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

  .div-block-224 {
    justify-content: center;
    align-items: center;
    height: 40vh;
    display: flex;
  }

  .loading {
    display: none;
  }

  .intro_callout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-231 {
    margin-left: 0;
  }

  .div-block-231.right {
    margin-right: 0;
  }

  .donate-popup, .donate-popup.join_us, .donate-popup.join_us {
    display: none;
  }

  .popup-close-2 {
    justify-content: flex-end;
    margin-right: -.2rem;
    display: flex;
  }

  .popup-half.image {
    background-position: 50% 20%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 60%;
    display: flex;
    overflow: hidden;
  }

  .image-156 {
    width: 100%;
    height: auto;
    position: relative;
    top: -69px;
  }

  .popup-body {
    flex-direction: column;
    width: 50vw;
    height: 80vh;
  }

  .buy_ticket {
    align-items: stretch;
    width: auto;
  }

  .html-embed-5 {
    width: auto;
  }

  .grid-28 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .ms-column {
    width: 47%;
  }

  .ms-column._50.padding {
    padding: 7%;
  }

  .ms-input-right-button {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.mobile {
    flex-direction: row;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .menu-button, .menu-button.w--open, .hero {
    display: none;
  }

  .hero.mobile {
    display: flex;
  }

  .h1 {
    font-size: 8rem;
  }

  .max_width.small_margin.centered.horizontal.mid {
    flex-direction: column;
  }

  .max_width.popup {
    max-height: none;
  }

  .max_width.raffle.countdown {
    width: auto;
  }

  .donate-button {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .donate-button.white.larger.no-hidden {
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }

  .section_centered.black.countdown {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_centered._100vh.hidden-mobile {
    display: none;
  }

  .section_centered.raffle {
    flex-flow: column;
  }

  .footer-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-204, .div-block-204.hidden {
    margin-top: 1rem;
  }

  .div-block-204.hidden {
    margin-top: 1rem;
  }

  .div-block-204.top {
    margin-top: 0;
  }

  .title-small.donate {
    font-size: .8rem;
    line-height: 2;
  }

  .title-small.prevail-info {
    margin-top: .5rem;
    font-size: .6rem;
  }

  .footer-social-block {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .footer_links.desktop {
    flex-direction: column;
    width: auto;
  }

  .footer-brand {
    width: auto;
    height: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 10px;
  }

  .container-6.max-width {
    flex-direction: row;
    display: flex;
  }

  .footer-social-link {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    padding: 0;
  }

  .footer-social-link.right {
    width: 2rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_link_header {
    margin-bottom: .5rem;
  }

  .footer-copyright-center {
    font-size: .5rem;
  }

  .image-120 {
    width: 1.5rem;
    padding: .2rem;
  }

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

  .grid-25.donate {
    width: 100%;
  }

  .services.higher {
    top: 0;
  }

  .content-no-hero {
    flex-direction: column;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .main-paragraph.black.margin-0---left.marign_north-1 {
    font-size: .9rem;
  }

  .main-paragraph.donate.white.main {
    font-size: 1rem;
  }

  .main-paragraph.right_aligned {
    text-align: left;
  }

  .column-3 {
    display: none;
  }

  .image-143 {
    left: -98%;
  }

  .secondary_heading {
    font-size: 3.6rem;
  }

  .secondary_heading.black.raffle.prize_description.black_text_2rem {
    font-size: 1.5rem;
  }

  .secondary_heading.margin_1rem.white.no-hidden {
    font-size: 3rem;
  }

  .secondary_heading.margin_1rem.large {
    font-size: 4rem;
  }

  .secondary_heading.margin_1rem.large.white.right_aligned {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .secondary_heading.margin_1rem.thin {
    font-size: 2rem;
  }

  .secondary_heading.margin_1rem.thin.white.right_aligned {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .text-block-46.in-hero.mobile {
    font-size: 1.5rem;
    top: .2625rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .donate-wrap {
    flex-direction: column;
    align-items: center;
  }

  .sticky-text.left {
    max-width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
    position: relative;
    top: auto;
  }

  .team-member-text.dark-version-team-text {
    width: 60%;
  }

  .extra-padding-for-mob {
    margin-bottom: 25px;
  }

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

  .member-card.mobile {
    display: flex;
  }

  .member-card.hidden {
    display: none;
  }

  .spline-text-layover {
    width: auto;
  }

  .text-span-5 {
    -webkit-text-stroke-width: .1rem;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .news-feature-wrap {
    flex-direction: row;
    width: auto;
  }

  .link-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .news-feature-text-wrap {
    max-width: none;
  }

  .popup-donate-main {
    display: none;
  }

  .popup-close.join-us {
    margin-right: 0;
  }

  .close-button.inverted.join-us {
    width: auto;
  }

  .lottie-animation-2, .menu-lottie-container {
    display: none;
  }

  .div-block-216 {
    align-items: center;
    display: flex;
  }

  .news_thumbnail {
    margin-bottom: 1rem;
  }

  .nav-menu-and-donate {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .lottie-animation-4 {
    z-index: 5;
    opacity: .2;
    filter: invert();
    position: relative;
  }

  .link-block-3 {
    margin-bottom: .5rem;
  }

  .html-embed.desktop {
    width: 80%;
  }

  .div-block-219 {
    background-color: var(--relume-library-lite--rl-black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-228 {
    align-items: center;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .donate-popup, .donate-popup.join_us, .donate-popup.join_us, .close-btn.join-us {
    display: none;
  }

  .close-btn.join-us {
    display: none;
  }

  .close-btn.join-us.mobile {
    justify-content: center;
    width: 3rem;
    height: 5rem;
    margin-top: 1rem;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .div-block-240.join-us {
    right: 0;
  }

  .popup-body {
    background-color: #fff0;
    align-items: center;
    width: auto;
  }

  .above-the-fold.raffle {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .buy_ticket {
    width: 90%;
  }

  .raffle_heading {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .raffle_prize {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 2rem;
  }

  .prize-description-inner {
    width: auto;
  }

  .prizes_img_details {
    height: auto;
  }

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

  .ms-column, .ms-column._50 {
    width: 100%;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    padding: 3%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-w-shadow.hidden {
    display: none;
  }

  .navbar-w-shadow-container {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .navbar-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .nav-menu-wrapper {
    z-index: 9994;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    padding-bottom: .6rem;
    padding-left: .6rem;
    padding-right: .6rem;
    overflow: visible;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu.mobile {
    z-index: 9994;
    z-index: 9994;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2.5rem;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .nav-link {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8rem;
    line-height: .8;
    display: flex;
    position: relative;
    left: -.375rem;
  }

  .nav-link.w--current, .nav-link.hidden {
    display: none;
  }

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

  .nav-link.hidden.w--current {
    display: flex;
  }

  .menu-button {
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .hero {
    display: none;
  }

  .hero.mobile {
    background-image: radial-gradient(circle at 100% 100%, #fff, #0000 70%), linear-gradient(#0000 39%, #fff), url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/6838cb5acb95abb89c29293f_SIdash_2.jpg");
    background-position: 0 0, 0 0, 60%;
    background-size: auto, auto, cover;
    min-height: auto;
    display: flex;
  }

  .image {
    width: 150%;
    top: auto;
    left: auto;
    right: auto;
  }

  .h1 {
    font-size: 6.4rem;
  }

  .h1.above_the_fold {
    text-align: left;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 7rem;
  }

  .max_width {
    width: 90%;
    max-width: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max_width.no-margin {
    flex-direction: column;
    width: 90vw;
    padding: 0;
  }

  .max_width.no-margin.mobile-hero {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 0 4rem;
  }

  .max_width.small_margin {
    align-items: center;
    width: 90%;
    padding: 0;
  }

  .max_width.small_margin.left_aligned {
    align-items: flex-start;
    padding: 0;
  }

  .max_width.right_aligned._200vh.horizontal.top_alinged {
    height: auto;
    margin-top: 5rem;
  }

  .max_width.popup {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5rem 1rem;
  }

  .max_width.whorwe {
    width: 90%;
  }

  .max_width.whorwe.mobile {
    display: flex;
  }

  .max_width.whorwe.mobile.left-aligned {
    align-items: flex-start;
    padding: 0;
  }

  .max_width.whorwe.desktop {
    display: none;
  }

  .max_width.gallery {
    justify-content: flex-start;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0;
    overflow: visible;
  }

  .max_width.donate {
    height: auto;
  }

  .max_width.raffle.info {
    margin-top: 4rem;
  }

  .max_width.raffle.info.centered {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max_width.terms-con {
    margin-top: 4rem;
  }

  .max_width.black {
    padding: 0;
  }

  .donate-button {
    display: none;
  }

  .donate-button.white.larger.no-hidden {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 1.1rem;
    display: block;
  }

  .donate-button.white.larger.no-hidden.interactive {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    display: flex;
  }

  .donate-button.mobile-menu {
    width: 100%;
    font-size: 2rem;
    display: block;
    position: relative;
  }

  .donate-button.mobile-menu.hidden {
    display: flex;
  }

  .donate-button.no-hidden {
    display: block;
  }

  .donate-button.no-hidden.mobile {
    width: auto;
    height: auto;
    margin-right: 1rem;
    padding: 7px 10px;
    font-size: .8rem;
    line-height: 1;
    display: block;
  }

  .section_centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section_centered._100vh.hidden-desktop, .section_centered._100vh.hidden-desktop.gallery {
    display: flex;
  }

  .section_centered._100vh.mobile-hidden, .section_centered._100vh.hidden-mobile {
    display: none;
  }

  .section_centered.black.centered.size-auto.padding.padding_low {
    padding-top: 0;
    padding-bottom: 5.625rem;
  }

  .section_centered.black.centered.height-auto.white {
    background-color: #fff;
  }

  .section_centered._100vh {
    display: flex;
  }

  .section_centered._100vh.hidden-desktop, .section_centered._100vh.hidden-desktop.gallery {
    display: flex;
  }

  .section_centered._100vh.mobile-hidden, .section_centered._100vh.hidden-mobile {
    display: none;
  }

  .section_centered._100vh.top-alinged {
    border-top: 1px dashed #fff;
  }

  .section_centered._100vh.hidden-desktop, .section_centered._100vh.hidden-desktop.gallery, .section_centered._100vh.hidden-desktop.gallery {
    display: flex;
  }

  .section_centered._100vh.mobile-hidden, .section_centered._100vh.hidden-mobile {
    display: none;
  }

  .section_centered.raffle.top {
    margin-top: 1rem;
  }

  .list-item {
    display: block;
  }

  .list-item.donate {
    width: 100%;
    display: none;
    position: relative;
    box-shadow: 0 2px 5px #0003;
  }

  .image-127, .image-127.inverted, .image-127.inverted {
    width: auto;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
  }

  .div-block-204, .div-block-204.hidden, .div-block-204.hidden {
    display: none;
  }

  .teleport_button_1 {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    padding: 2em 4em;
  }

  .teleport_button_1.bottom {
    justify-content: flex-start;
  }

  .title-small {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 16px;
  }

  .title-small.donate {
    margin-top: 0;
    margin-left: 2em;
    font-size: 16px;
    position: absolute;
  }

  .title-small.prevail-info {
    text-align: left;
    margin-top: .25rem;
    margin-bottom: 0;
    font-size: 3em;
  }

  .title-small.prevail-info.bottom {
    margin-top: .5rem;
    display: block;
  }

  .title-small.prevail-info.bottom.hidden {
    display: none;
  }

  .footer-social-block {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .footer-social-block.navbar {
    filter: invert();
    margin-top: .8rem;
  }

  .osprey_nav_logo {
    flex-direction: column;
    width: 100%;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .footer-sitelink {
    display: none;
  }

  .footer_links {
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .footer_links.desktop {
    display: none;
  }

  .footer-brand {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .image-112 {
    max-width: none;
    height: 19em;
    inset: auto;
  }

  .footer-dark {
    flex-direction: column;
    padding-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_donation_links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    padding-left: 0;
  }

  .footer-divider {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 2em;
  }

  .container-6 {
    max-width: none;
    padding-left: 5em;
    padding-right: 5em;
  }

  .container-6.max-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-social-link {
    border-width: 1px;
    width: 2em;
    height: 2em;
    margin-left: 0;
    margin-right: 1em;
    padding-right: 0;
  }

  .footer-social-link.right {
    width: 2em;
    height: 2em;
    margin-right: 0;
  }

  .footer-social-link.profile {
    padding-left: .25rem;
  }

  .footer_link_header {
    display: none;
  }

  .footer-copyright-center {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 3em;
  }

  .footer-copyright-center.underlined {
    text-decoration: none;
    display: block;
  }

  .image-120 {
    width: 1.5em;
    margin-right: 0;
    padding: .3em;
  }

  .div-block-187 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .text-block-44.footer {
    max-width: 13.8rem;
    padding-left: 0;
    font-size: 2.6rem;
    left: .1rem;
  }

  .link-block {
    justify-content: flex-start;
    width: 100%;
    height: 5rem;
  }

  .grid-25 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: auto;
  }

  .grid-25.donate {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: stretch;
    width: auto;
  }

  .grid-25.donate.popup {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    place-items: stretch stretch;
    width: 100%;
    height: 100%;
  }

  .grid-25.donate.popup.in-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: .8rem;
    display: none;
  }

  .services {
    padding-left: 0;
    padding-right: 0;
  }

  .services.higher {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .services.centered {
    padding: 1.5rem 1rem;
  }

  .services.centered.popup {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
  }

  .services.centered.popup.mobile {
    display: flex;
  }

  .services.centered.popup.mobile:hover {
    transform: translate(0);
  }

  .services.centered.donate.desktop {
    display: none;
  }

  .services.centered.donate.mobile {
    display: block;
  }

  .services-heading-1 {
    font-size: 2.5rem;
    line-height: .8;
  }

  .services-heading-1.donate.large {
    margin-bottom: .6rem;
  }

  .services-heading-1.donate.large.popup {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1;
  }

  .services-heading-1.raffle {
    font-size: 1.7rem;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 1rem;
    display: block;
  }

  .paragraph.services_small {
    max-width: 80%;
    padding: 1rem 0;
    font-size: .8rem;
  }

  .paragraph.margin-btm-1rem {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .paragraph.margin-bottom {
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .paragraph.margin-bottom.margin-top {
    margin-top: .3rem;
  }

  .image-129 {
    max-height: 6rem;
    margin-bottom: 2rem;
  }

  .image-129.prodder.popup {
    top: 0;
  }

  .image-129.raffle {
    max-width: 90%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  .secondary-button.white.hidden, .secondary-button.white.pdf {
    display: none;
  }

  .secondary-button.black {
    margin-top: .5rem;
  }

  .secondary-button.black.more_margin {
    text-align: justify;
  }

  .secondary-button.black.more_margin.gofundme {
    align-items: center;
    margin-top: auto;
  }

  .secondary-button.black.nav {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }

  .secondary-button.black.nav.top {
    font-size: 1rem;
  }

  .secondary-button.black.popup {
    margin-top: .8rem;
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: .7rem;
  }

  .secondary-button.black.raffle {
    font-size: 1rem;
  }

  .secondary-button.white {
    width: 100%;
    font-size: .9rem;
    display: block;
  }

  .secondary-button.white.hidden, .secondary-button.white.pdf {
    display: none;
  }

  .secondary-button.white.hidden, .secondary-button.white.pdf {
    display: none;
  }

  .secondary-button.white.margin_top {
    font-size: 1rem;
  }

  .overflow {
    overflow: visible;
  }

  .overflow.mobile {
    overflow: hidden;
  }

  .main-paragraph {
    width: auto;
    line-height: 1.3;
  }

  .main-paragraph.black {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-paragraph.black.news {
    margin-top: 0;
    position: relative;
  }

  .main-paragraph.black.margin-0 {
    line-height: 1.3;
  }

  .main-paragraph.black.margin-0---left.margin-up---south {
    font-size: .9rem;
  }

  .main-paragraph.black.margin-0---left.raffle {
    width: auto;
  }

  .main-paragraph.black.margin-0---left.raffle.whois.link.centered {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    width: auto;
  }

  .main-paragraph.donate {
    width: auto;
    line-height: 1.3;
  }

  .main-paragraph.donate.white {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: .875rem;
    display: none;
  }

  .main-paragraph.donate.white.main {
    text-align: left;
    display: block;
  }

  .main-paragraph.donate.white.main.hidden {
    display: none;
  }

  .main-paragraph.donate.sub {
    width: 80%;
    margin-left: 1rem;
  }

  .main-paragraph.donate.grid {
    margin-bottom: 0;
  }

  .main-paragraph.donate.grid.heading {
    font-size: 1rem;
    line-height: 1;
  }

  .main-paragraph.team {
    margin-bottom: 2rem;
    display: none;
  }

  .main-paragraph.team.no-hidden {
    display: block;
  }

  .main-paragraph.team.no-hidden.centered.max_widht {
    text-align: left;
    text-align: left;
    text-align: left;
    max-width: none;
    margin-top: 0;
  }

  .main-paragraph.right_aligned {
    text-align: left;
  }

  .main-paragraph.mini_heading.top {
    margin-top: auto;
  }

  .main-paragraph.in-hero {
    color: #000;
    width: 100%;
    font-weight: 100;
  }

  .columns-2 {
    flex-direction: column;
    width: 100%;
  }

  .image-143 {
    inset: -25% auto 0%;
  }

  .secondary_heading {
    text-align: center;
    margin-top: 0;
    line-height: .8;
  }

  .secondary_heading.black.raffle.prize_description.black_text_2rem, .secondary_heading.margin_1rem {
    text-align: left;
  }

  .secondary_heading.black {
    letter-spacing: -.3rem;
    font-weight: 700;
  }

  .secondary_heading.black.small.margin-up---south {
    text-align: left;
    text-align: left;
    font-size: 3rem;
  }

  .secondary_heading.black.raffle.prize_description.black_text_2rem {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .secondary_heading.margin_1rem {
    text-align: left;
  }

  .secondary_heading.margin_1rem.white {
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: none;
  }

  .secondary_heading.margin_1rem.white.left_aligned.margin.no-hidden {
    text-align: left;
    text-align: left;
    text-align: left;
    margin-bottom: 2rem;
    display: block;
  }

  .secondary_heading.margin_1rem.white.popup {
    margin-bottom: 0;
    font-size: 2.9rem;
    line-height: .8;
    display: block;
  }

  .secondary_heading.margin_1rem.white.no-hidden {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 5rem;
    display: block;
  }

  .secondary_heading.margin_1rem.large {
    text-align: left;
    margin-top: 0;
    font-size: 3.5rem;
  }

  .secondary_heading.margin_1rem.large.white.right_aligned {
    text-align: left;
    text-align: left;
    text-align: left;
    display: block;
  }

  .secondary_heading.margin_1rem.thin {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .secondary_heading.margin_1rem.thin.white.right_aligned {
    text-align: left;
    text-align: left;
    display: block;
  }

  .secondary_heading.margin_1rem.thin.middle_alinged {
    font-size: 1.7rem;
  }

  .secondary_heading.margin_1rem.thin.middle_alinged.top_margin {
    text-align: left;
    margin-top: .5rem;
    font-size: 1.7rem;
  }

  .secondary_heading.margin_1rem.thin.middle_alinged.top-margin {
    margin-top: 1rem;
  }

  .secondary_heading.margin-large.size-0-8 {
    font-size: 3.1rem;
  }

  .secondary_heading.margin-large.size-0-8.smaller {
    letter-spacing: -.1rem;
    letter-spacing: -.1rem;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 100;
  }

  .secondary_heading.process.black {
    text-align: left;
    font-size: 3rem;
    line-height: .8;
  }

  .secondary_heading.process.black.whois.training {
    letter-spacing: -.2rem;
    letter-spacing: -.2rem;
    letter-spacing: -.2rem;
    width: auto;
  }

  .section {
    margin-top: 25em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .section.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-207 {
    justify-content: center;
    height: 26rem;
  }

  .text-block-45 {
    top: auto;
    left: auto;
  }

  .text-block-45.left {
    text-align: center;
    font-size: 1.3rem;
    top: auto;
    left: auto;
  }

  .text-block-45.hidden {
    display: none;
  }

  .div-block-208 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
    top: 139px;
  }

  .div-block-209 {
    width: 90%;
  }

  .text-block-46.scroll {
    display: none;
    bottom: 38%;
  }

  .text-block-46.in-hero {
    font-size: .8rem;
    display: block;
    top: 0%;
  }

  .text-block-46.in-hero.mobile {
    color: #000;
    width: 100%;
    max-width: none;
    font-size: 1.3rem;
    font-weight: 700;
    top: 0%;
  }

  .rl_gallery21_slide-nav {
    width: 100%;
    height: 1.5rem;
  }

  .rl_gallery21_arrow-right, .rl_gallery21_arrow-left {
    display: none;
  }

  .rl_gallery21_slide {
    padding-right: 0;
  }

  .rl_gallery21_slider {
    padding-bottom: 1.5rem;
    display: flex;
  }

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_section_gallery21 {
    width: 90%;
  }

  .donate-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: .2rem;
  }

  .sticky-text.left {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .donate_text, .donate_text.privacy {
    align-items: flex-start;
  }

  .donate_text.privacy {
    align-items: flex-start;
  }

  .donate_text.popup {
    align-items: center;
  }

  .team-member-text.dark-version-team-text {
    width: auto;
    height: auto;
  }

  .team-image {
    background-image: none;
    max-width: 100%;
  }

  .column-4 {
    padding: 0;
  }

  .image-144.bnw.larger {
    right: 21%;
  }

  .image-144.width100.bnw {
    width: 106%;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .member-card {
    width: 100%;
    height: auto;
  }

  .member-card.hidden, .member-card.desktop {
    display: none;
  }

  .member-card.mobile {
    display: block;
  }

  .member-card.hidden, .member-card.desktop {
    display: none;
  }

  .spline-text-layover {
    width: auto;
    max-width: 100%;
  }

  .text-span-5 {
    -webkit-text-stroke-width: .1rem;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .aboutus-nav {
    padding: 1rem;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .cf-cta-buttons-container.not_stretch {
    flex-flow: row;
    align-items: center;
  }

  .cf-cta-paragraph {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 1.875rem;
    line-height: 90%;
  }

  .cf-center-wrapper-cta {
    flex-direction: column;
    width: auto;
  }

  .cf-cta-wrapper-2 {
    width: 90%;
    padding: 40px 0;
  }

  .lottie-animation, .lottie-animation.rotated-yeee, .lottie-animation.rotated-yeee {
    width: 3.5rem;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .column-7 {
    margin-top: 2rem;
    padding: 0;
  }

  .news-feature-wrap {
    flex-direction: column;
  }

  .link-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .news-feature-img.radio-free-europe {
    width: auto;
    position: relative;
  }

  .news-feature-text-wrap {
    max-width: none;
    margin-left: 0;
  }

  .click-to-read {
    flex-direction: row;
    height: 1rem;
    margin-top: 1rem;
    display: flex;
  }

  .image-150 {
    max-width: none;
  }

  .popup-donate-main {
    padding-top: 0;
    display: none;
  }

  .popup-close {
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .close-button.inverted {
    filter: invert();
    width: 2.5rem;
  }

  .close-button.inverted.join-us {
    width: 3rem;
  }

  .close-button.inverted {
    filter: invert();
    width: 3rem;
    max-width: none;
  }

  .lottie-animation-2 {
    width: 20rem;
    height: 20rem;
    display: block;
    position: absolute;
  }

  .menu-lottie-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-block-216 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0%;
  }

  .navbar-blur-bg {
    z-index: 999;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .lottie_arrows {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .lottie-animation-3 {
    transform: rotate(-90deg);
  }

  .lottie-animation-3.rotated {
    transform: rotate(90deg);
  }

  .news_thumbnail {
    max-width: none;
    height: 2rem;
    margin-bottom: 1.5rem;
  }

  .news_thumbnail.wide {
    height: 6rem;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .div-block-217 {
    width: 100%;
  }

  .column-8 {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .nav-menu-contact {
    height: 12rem;
    display: flex;
    position: relative;
  }

  .nav-menu-contact.hidden {
    align-items: flex-end;
    height: auto;
    display: block;
  }

  .nav-menu-contact.hidden.desktop {
    display: none;
  }

  .grid-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .nav-contact-column.navbar {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .text-block-47 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Blenderpro, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: .9;
  }

  .text-block-47.bottom {
    margin-top: .8rem;
    display: none;
  }

  .lottie-animation-4 {
    opacity: .12;
    filter: invert();
    width: 5rem;
    position: relative;
    top: 5rem;
  }

  .div-block-218 {
    align-items: center;
    display: flex;
  }

  .image-152 {
    width: 1.5rem;
    max-width: none;
    height: .7rem;
    margin-left: .4rem;
  }

  .link-block-4, .link-block-5, .link-block-6 {
    width: 100%;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 1;
  }

  .heading-6 {
    font-size: 12px;
    line-height: 1;
  }

  .body-5 {
    font-size: 1vw;
    line-height: 1;
  }

  .list-item-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .html-embed.desktop {
    display: none;
  }

  .html-embed.mobile {
    height: 100%;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-219 {
    border: 1px solid #fff;
    flex-direction: column;
    align-items: stretch;
  }

  .services_link_wrap {
    width: auto;
    padding: 3rem 0;
  }

  .loading {
    display: none;
  }

  .text-block-48 {
    color: #858585;
  }

  .div-block-226 {
    height: auto;
  }

  .video-portrait {
    width: 100%;
    height: auto;
    padding-top: 177.78%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .html-embed-4 {
    position: absolute;
    inset: 0%;
  }

  .intro_callout {
    margin-bottom: 1rem;
  }

  .intro_callout.right.mobile {
    background-image: none;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .intro_callout.mobile {
    background-image: none;
    flex-direction: row;
    align-items: center;
  }

  .image-155 {
    width: 4rem;
    height: 4rem;
  }

  .div-block-231.right {
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
    margin-right: 0;
  }

  .div-block-231.mobile {
    width: 4rem;
    height: 4rem;
    margin-left: 0;
    margin-right: 1rem;
  }

  .div-block-233 {
    background-color: #000;
    width: 100%;
    height: 100%;
    padding: 3px;
  }

  .subtitle-privacy {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .grid-27 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .5fr 1fr;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem;
  }

  .grid_columns_privacy {
    border: 1px solid #cfcfcf;
    align-items: center;
    padding: .5rem;
    display: flex;
  }

  .bold-text-3, .bold-text-4 {
    font-size: .8rem;
  }

  .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .mobile_heading_hero {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: center;
    font-family: Oswald, sans-serif;
    font-size: 200%;
    font-weight: 200;
    display: flex;
  }

  .mobile_heading_hero.on_black {
    color: #fff;
    font-size: 200%;
  }

  .mobile_paragraph {
    text-align: center;
    font-size: 80%;
    line-height: 150%;
  }

  .mobile_paragraph.on_black {
    color: #fff;
  }

  .swiper-wrapper {
    width: 100%;
    overflow: visible;
  }

  .swiper_content {
    width: 90%;
    height: 60vh;
  }

  .swiper_content.is_bathroom, .swiper_content.is_kitchen {
    background-color: #fff;
    border: 1px solid #000;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px;
    display: flex;
  }

  .swiper_content.is_wardrobe {
    background-color: #1d1d1d;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80vh;
    padding: 0;
    display: flex;
    position: relative;
  }

  .swiper_content.is_custom_project {
    background-color: #1d1d1d;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 15px;
    display: flex;
  }

  .swiper_content.is_bathroom, .swiper_content.is_kitchen {
    background-color: #fff;
    border: 1px solid #000;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px;
    display: flex;
  }

  .swiper {
    z-index: 10;
    width: 100vw;
    height: 80vh;
    display: flex;
    overflow: visible;
  }

  .div-block-234 {
    width: 100%;
    height: 100%;
  }

  .parallax-bg {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65988c2ec489a49f48048d7f_signal-2024-01-06-000450_007.webp");
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    position: relative;
  }

  .parallax-bg._1 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a48226969bf33254b7dc2f_training%201.jpeg.jpg");
  }

  .parallax-bg._2 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a39d99264fa4767db09386_Chris%20likes%20cat.jpeg.jpg");
  }

  .parallax-bg._3 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a482a8cae2314a8a3839be_Pit%201.jpeg.jpg");
  }

  .parallax-bg._4 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a483f35aade6faedae9bce_Donations_inside.jpg");
  }

  .parallax-bg._6 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a4842d736b28bebad0361a_Courtney_1.jpg");
  }

  .parallax-bg._5 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a4816852ae5860032be184_EOD%20Truck%20bg.jpeg.jpg");
  }

  .parallax-bg._7 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a484cf987628aaabce96bc_medevac.jpg");
  }

  .parallax-bg._8 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a48595508d4d48e9f74c2c_Hostomel.jpg");
  }

  .parallax-bg._9 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a4896352ae586003303db2_Medical%20donations.jpeg.jpg");
  }

  .parallax-bg._10 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a485b5376d11af3067da39_Moth.jpeg.jpg");
  }

  .parallax-bg._11 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a48c771bf69dac46ec8e60_Lotofbombs.jpg");
  }

  .text-block-49 {
    z-index: 5;
    font-size: 3rem;
    position: absolute;
    inset: 0%;
  }

  .div-block-235 {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65a39d4d59c55f9a7f748441_Chris%20gazing%20to%20the%20left%20because%20he%20thought%20there%20was%20a%20moth.jpeg.jpg");
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .swiper_text {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0009;
    width: 85%;
    max-width: 85%;
    padding: 1rem;
  }

  .text-block-50, .text-block-51 {
    font-size: 3rem;
  }

  .text-block-52 {
    font-size: 2rem;
  }

  .text-block-53 {
    font-family: Blenderpro, sans-serif;
    font-size: 1rem;
    position: relative;
  }

  .lottie-animation-6 {
    opacity: 1;
    justify-content: center;
    height: 5rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    display: flex;
    position: relative;
    left: auto;
  }

  .div-block-236 {
    width: 100%;
    height: 100%;
    padding: 3px;
  }

  .donate-popup {
    align-items: flex-start;
    display: none;
  }

  .donate-popup.join_us {
    display: none;
  }

  .div-block-238 {
    max-width: 100%;
    display: flex;
  }

  .close-btn {
    margin-bottom: auto;
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .close-btn.join-us {
    display: none;
  }

  .close-btn.join-us.mobile {
    width: auto;
    height: auto;
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .div-block-240 {
    margin-bottom: auto;
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .div-block-240.join-us {
    width: auto;
    height: auto;
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .join-us-popup {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .popup-close-2 {
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .popup-half.image {
    background-image: url("https://cdn.prod.website-files.com/6559249b2cf38d9a438af0ce/65dd80ffa425e16696e4f266_Snapinsta.app_387798419_843287120869283_1208328087269563168_n_1080%20(2).jpg");
    background-position: 50% 20%;
    background-size: cover;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 40vh;
  }

  .popup-half.wider {
    height: auto;
  }

  .image-156 {
    top: -3rem;
  }

  .popup-body {
    background-color: #fff0;
    align-items: center;
    height: 80vh;
    max-height: 80vh;
  }

  .body-6 {
    font-size: 1vw;
  }

  .buy_ticket {
    width: auto;
  }

  .buy_ticket.donorbox_embed {
    width: 100%;
  }

  .buy_ticket.countdown, .raffle_prize {
    margin-top: 3rem;
  }

  .html-embed-5 {
    width: 100%;
  }

  .countdown_header {
    margin-bottom: 2rem;
  }

  .js-clock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .box {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 10px;
  }

  .grid-28 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .prize-description-wrap.mobile {
    display: flex;
  }

  .prize-description-wrap.desktop {
    display: none;
  }

  .prize-description-inner {
    margin-bottom: 2rem;
  }

  .list-item-5 {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .text-span-13 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
  }

  .image-159 {
    max-width: 100%;
  }

  .image-159.training {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .div-block-245 {
    flex-flow: column;
  }

  .div-block-246 {
    width: auto;
    margin-top: 1rem;
    margin-left: 0;
  }

  .text-span-14 {
    letter-spacing: -.2rem;
  }

  .ms-input.button-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px 7px;
    font-size: .8rem;
  }

  .ms-input-wrap {
    flex-flow: row;
    display: flex;
  }

  .ms-button-flex {
    grid-column-gap: .1875rem;
    display: flex;
  }

  .ms-100 {
    width: 75%;
    font-size: .8rem;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    margin-top: .5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .ms-input-right-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 4px 7px;
    font-size: .8rem;
  }

  .ms-input-right-button.success {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 25%;
  }

  .ms-button-svg {
    width: .6rem;
    height: .6rem;
  }

  .div-block-252 {
    width: 100%;
  }
}

#w-node-_5b157a89-63dd-6812-ef35-35d823a68897-23a68876 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5b157a89-63dd-6812-ef35-35d823a68898-23a68876, #w-node-_5b828e43-0a69-6b3d-e69b-0399060f6aec-23a68876, #w-node-_1fdb9e19-174d-b6ff-ba97-d1ff87d5ee34-23a68876, #w-node-_5b157a89-63dd-6812-ef35-35d823a688a1-23a68876, #w-node-_5b157a89-63dd-6812-ef35-35d823a688a2-23a68876, #w-node-_5b157a89-63dd-6812-ef35-35d823a688ac-23a68876, #w-node-_5b157a89-63dd-6812-ef35-35d823a688ad-23a68876 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d52-18616ae7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d53-18616ae7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d55-18616ae7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d60-18616ae7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d6a-18616ae7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d74-18616ae7 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d7e-18616ae7, #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d84-18616ae7, #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d8a-18616ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292badc4-446d-8358-7bed-72be5fe1af04-18616ae7 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_89ba3527-c95c-8ccd-53f2-8a9836198cee-18616ae7, #w-node-_89ba3527-c95c-8ccd-53f2-8a9836198cf4-18616ae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d52-18616ae7 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d55-18616ae7 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d60-18616ae7 {
    grid-row: 3 / 4;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d6a-18616ae7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d74-18616ae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_292badc4-446d-8358-7bed-72be5fe1af04-18616ae7 {
    grid-area: 6 / 1 / 7 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d6a-18616ae7 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d74da17-0a2a-1d8e-a1d2-3bbecce460fe-2477da1d, #w-node-c6bfbf0b-f863-f787-ae12-9b4c52bd60a3-2477da1d, #w-node-ccc00a2e-6ee8-f4fa-56d8-b5682e23d01c-2477da1d, #w-node-_26726e4c-3354-a560-e04f-cfbf24c70533-2477da1d, #w-node-_0b134e73-7390-97f9-70b5-3a5b8d36acb4-2477da1d, #w-node-_30fa7f0a-128a-533a-76c2-d989c77d38ad-2477da1d, #w-node-_9cf6633d-7944-2fbd-0c05-68a39238339c-2477da1d, #w-node-_9781ad34-db16-4d82-6ee2-a5db5d88f53a-2477da1d, #w-node-b2ef9a3c-8d40-b181-23b4-656fef0af57f-2477da1d, #w-node-_14f0bee1-8e5c-aba8-4a34-ffdedb231ea7-2477da1d, #w-node-cb1a9eb5-e3c3-4081-273f-7a610b813625-2477da1d, #w-node-_665b3b72-8144-7421-ccfd-bc3c72285226-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe68-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe6d-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe72-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe76-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe7a-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe7e-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe82-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe86-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe8a-2477da1d, #w-node-_8b271ba2-fde0-089a-d683-fd942c5fbe8e-2477da1d, #w-node-_31eac71b-81ca-7994-ec95-6797bf32b00d-23a68876, #w-node-_31eac71b-81ca-7994-ec95-6797bf32b015-23a68876, #w-node-_31eac71b-81ca-7994-ec95-6797bf32b01d-23a68876, #w-node-_31eac71b-81ca-7994-ec95-6797bf32b023-23a68876 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d52-18616ae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d55-18616ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d74-18616ae7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d7e-18616ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d84-18616ae7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ce4a1b0-df2e-f747-1784-f301fb0a8d8a-18616ae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_292badc4-446d-8358-7bed-72be5fe1af04-18616ae7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_89ba3527-c95c-8ccd-53f2-8a9836198cc7-18616ae7, #w-node-_89ba3527-c95c-8ccd-53f2-8a9836198ccf-18616ae7, #w-node-_89ba3527-c95c-8ccd-53f2-8a9836198cd7-18616ae7, #w-node-_89ba3527-c95c-8ccd-53f2-8a9836198cdd-18616ae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
