:root {
  --white-smoke: #f2f2f2;
  --dark-slate-grey: #404040;
  --black: #1a1a1a;
  --chocolate: #f66813;
}

.rise-up-logo {
  height: 100px;
}

.body {
  background-color: #000;
  padding: 0 20px 20px;
}

.welcome-text {
  text-align: center;
  font-size: 18px;
}

.welcome-text.fix {
  text-align: left;
}

.section {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 20px;
  display: flex;
}

.section.miguelfix {
  padding-left: 8px;
  padding-right: 8px;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 25px;
}

.heading-2.button {
  font-size: 35px;
  font-weight: 400;
}

.social-share-buttons {
  width: 100%;
  height: 2em;
  margin-top: 17px;
  margin-bottom: 15px;
}

.ig-feed {
  margin-top: 10px;
}

.link-block {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  height: 85px;
}

.image.fixgap {
  margin-bottom: -10px;
}

.image-2 {
  filter: invert();
  height: 40px;
  margin-right: 15px;
}

.text-block-2 {
  color: #f2f2f280;
  font-style: italic;
}

.line {
  background-color: #f66813;
  border-radius: 100%;
  width: 50%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block {
  background-color: var(--chocolate);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 558px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.image-3 {
  filter: invert();
  height: 25px;
  margin-left: 5px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 100%;
}

.popup-module {
  z-index: 999;
  background-color: var(--black);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  padding: 10px;
}

.button-2 {
  background-color: var(--chocolate);
  margin-top: 10px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-5 {
  position: relative;
}

.link {
  color: var(--chocolate);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-6.fixgap {
  flex-flow: column wrap;
  margin-bottom: -10px;
}

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

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #ec383b;
  border-radius: 10px;
  width: 100%;
  height: 65px;
  font-weight: 700;
}

.form-block {
  width: 75%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-field {
  border-radius: 10px;
}

.text-block-3 {
  color: red;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 15px;
}

.success-message {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  color: var(--dark-slate-grey);
  border-radius: 10px;
}

.text-block-4 {
  color: var(--chocolate);
}

.text-block-5 {
  color: var(--black);
}

.empty-state {
  background-color: var(--black);
}

.collection-list-wrapper {
  flex: none;
  width: 100%;
  height: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-body {
  background-color: #080b10;
  flex-direction: column;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.app {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: max-content max-content;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: grid;
}

.share-button {
  background-color: #0d4373;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.image-5 {
  height: 400px;
}

.share-title {
  color: var(--white-smoke);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.button {
  background-color: #3f51b4;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 19px;
  display: flex;
}

.button:hover {
  filter: saturate(150%);
}

.button:active {
  filter: saturate(200%);
}

.button.twitter {
  background-color: #00acee;
}

.button.ig {
  background-color: #dd2a7b;
}

.button.ru {
  background-color: #c4302b;
}

.logo {
  justify-content: center;
  height: 125px;
  margin: 10px auto 0;
  display: flex;
}

.image-7 {
  max-height: 90px;
}

.heading-3 {
  color: var(--white-smoke);
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.8125rem;
}

.main-wrapper {
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 30px 47px;
  display: flex;
}

.main-wrapper.hide {
  display: none;
}

.giving {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  margin-bottom: -5px;
  font-size: 18px;
}

.orange-line {
  background-color: var(--chocolate);
  border-radius: 100%;
  width: 350px;
  height: 2px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.spacer {
  height: 30px;
}

.image-8 {
  height: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  object-fit: cover;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.imgyt {
  width: 100%;
}

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

  .main-wrapper {
    width: 75%;
  }

  .orange-line {
    width: 70%;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .line {
    background-color: var(--chocolate);
  }

  .popup-module {
    display: none;
  }

  .div-block-4 {
    margin-top: 30px;
  }

  .button-2 {
    top: 5px;
    right: 12px;
  }

  .text-field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    background-color: #404040;
    border-radius: 15px;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .text-block {
    color: var(--white-smoke);
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .social-section {
    background-color: var(--dark-slate-grey);
    border-radius: 15px;
    margin-top: 2em;
    padding: 20px;
  }

  .heading {
    color: var(--white-smoke);
  }

  .popup-module {
    height: 1920px;
  }

  .app {
    grid-template-rows: max-content;
  }

  .share-title {
    text-shadow: 1px 1px 2px var(--black);
  }

  .heading-3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .heading-3.footer {
    font-size: 1.1rem;
  }

  .main-wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 20px;
  }

  .orange-line {
    width: 80%;
  }
}

#w-node-_64f5eda5-2fe9-63dc-14c4-095a43295629-09ce0b85, #w-node-f2ef31d1-8fdd-920a-faeb-888ca37f6463-09ce0b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95fc3306-50ec-5e8f-713a-13da91c165f7-09ce0b85 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_10394925-f6f7-d150-ab3e-7c700c7a5f96-09ce0b85, #w-node-_74e18f95-b1f8-ef46-9a68-c14d86dff229-09ce0b85, #w-node-_77d15e9c-6a31-86a6-b796-ad57a2a10fb7-09ce0b85, #w-node-_2e8418d9-5c42-9364-f8f4-7a425b1bb9fc-09ce0b85, #w-node-_8fa07dbd-5500-fee4-2b0e-4408c7dbe0fd-09ce0b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


