.app__footer {
  min-height: 180px;
  background: var(--primary__color, #FA653F);
  color: #f5f5f5;
  margin-top: 1rem;
}
.app__footer a {
  color: #f5f5f5;
}
.app__footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.app__footer p:not(:last-child) {
  margin-bottom: 1rem;
}
.is--center--aligned {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 2rem auto;
  max-width: 500px;
}
.is--center--aligned .horizontal__form {
  width: 100%;
  flex-grow: 1;
  max-width: unset;
}
.is--center--aligned p.hint {
  text-align: left;
  align-self: flex-start;
}
.app__header {
  padding: 2rem 0;
}
@media screen and (max-width: 769px), print {
  .app__header {
    padding: 1rem 0;
  }
}
.logo__container a {
  height: 50px;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .logo__container a {
    text-align: left;
  }
}
.logo__container img {
  height: 100%;
}
.home__banner {
  display: block;
}
.home__banner .wrap {
  flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (min-width: 769px), print {
  .home__banner .wrap {
    padding: 1rem 0;
    min-height: 40vh;
    display: flex;
    align-items: center;
  }
}
.title__container {
  margin-bottom: 1.5rem;
  width:100%;
}
.home__banner .title {
  font-size: 2.5rem;
  background: linear-gradient(to right, #f0524d, #158dad);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.1;
}

@media screen and (min-width: 769px), print {
  .home__banner .left {
    flex: 0 0 40%;
  }
}
.home__banner .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
.home__banner .right img {
  display: block;
}
.home__banner p:not(:last-child) {
  margin-bottom: 1rem;
}
.form__wrapper {
  padding: 1rem;
}
@media screen and (min-width: 769px), print {
  .form__wrapper {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.horizontal__form {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .horizontal__form {
    max-width: 40%;
    flex-direction: row;
  }
}
.horizontal__form .input {
  border: 1px solid #0091b3;
  min-height: 2.5rem;
  flex: 0 0 60%;
  display: flex;
  justify-content: flex-start;
  padding: 4px 1rem;
  border-radius: 4px;
}
.horizontal__form .button {
  flex: 0 0 40%;
}
.horizontal__form .button {
  background: var(--primary__color, #FA653F);
  color: #fff;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 5px;
}

.element__card_text_only p, .element__card p {
  text-align: center;

}
.element__card .tc,
.element__card .title,
.patg .element__card .tc,
.patg .element__card .title,
.element__card_text_only .title {
  margin-top: unset !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.element__card .card__img_wrapper {
  height: 110px;
  margin: 1rem auto 2rem auto;
  align-items: flex-end;
  display: flex;
}

.element__card .tc img,
.patg .element__card .tc img {
  display: block;
  max-height: 110px;
}
.main__title,
.patg .main__title {
  text-align: center;
  padding: 2rem 0 0 0;
}
.patg__title,
.patg .patg__title {
  font-size: 1rem !important;
}

@media screen and (min-width: 769px), print {
  .grid__poexis_2,
  .grid__poexis_3,
  .grid__poexis_4,
  .grid__poexis_flex {
    gap: 3rem;
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 980px;
  }
}

.text__grid .wrap {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  gap: 3rem;
}
@media screen and (min-width: 769px), print {
  .text__grid .wrap {
    padding: 1rem 0;
  }
}
.text__grid .title {
  font-size: 1.2rem;
}

.element__card_text_only {
  align-items: center !important;
}

.ttca {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 1rem;
}
.ttca p {
  font-weight: 600;
}
html {
  background: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica,
    Arial, sans-serif;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden;
}
body {
  color: #363636;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background: #fafafa;
  min-height: 100vh;
}
.is--sans {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica,
    Arial, sans-serif;
}
.title {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  color: #363636;
  font-weight: 700;
}
.title:not(:last-child) {
  margin-bottom: 1rem;
}
.is--serif {
  font-family: Merriweather, serif;
}
.is--1 {
  font-size: 2rem;
}
@media screen and (min-width: 769px), print {
  .mobile--only {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .container {
    max-width: 980px;
    margin: 0 auto;
  }
}
.twitter__wrapper {
  max-width: 500px;
  overflow-y: scroll;
  height: 300px;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 769px), print {
  .twitter__wrapper {
    padding: 0;
  }
}
a {
  color: #0091b3;
}
.button__wrapper {
  margin: 10px 0;
  flex-basis: 100%;
}
@media screen and (max-width: 769px), print {
  .button__wrapper {
    display: flex;
    justify-content: center;
  }
}
.link__wrap a {
  display: inline-block;
  padding: 16px 40px;
  /*border: 1px solid #f5f5f5;*/
  margin-top: 1rem;
  font-weight: 800;
  font-size: 0.9rem;
  transition: background-color ease-in 0.2s;
  text-decoration: none;
  box-shadow: 0.2px 0.2px 0 0.2px rgb(0 0 0 / 40%);
  background-color: var(--primary__color, #FA653F);
  color: #fff;
  border-radius: 40px;
}
@media screen and (min-width: 769px), print {
  .link__wrap a {
    margin-top: 0;
  }
}
.link__wrap a:hover {
  background-color: var(--primary__color_fade, #FA653F60) !important;
  color: #fafafa !important;
  cursor: pointer;
}