fieldset {
  padding: 0;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
select {
  text-transform: none;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  box-shadow: 0 0 0 62.5rem #fff inset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

nav ul,
nav ol {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

a,
a img,
input,
button,
select,
textarea,
.c-btn,
[class^=svg-] {
  transition-property: color, opacity, border-color, background-color, box-shadow, fill, stroke;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  color: #000;
  letter-spacing: -0.01em;
  min-width: 20rem;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}

h1 {
  font-size: 2rem;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.125rem;
  }
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1[class], h1:last-child,
h2[class],
h2:last-child,
h3[class],
h3:last-child,
h4[class],
h4:last-child,
h5[class],
h5:last-child,
h6[class],
h6:last-child {
  margin-bottom: 0;
}

a {
  color: #0ea4da;
  text-decoration: underline;
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: default;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
a:hover, a[href^=tel] {
  text-decoration: none;
}

p,
ul,
ol,
dl,
table,
blockquote {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.o-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row-reverse wrap;
}
@media (max-width: 1023px) {
  .o-container {
    display: block;
  }
}

.o-content, .c-goal {
  max-width: 46.25rem;
  flex: 0 0 46.25rem;
}
@media (max-width: 1279px) {
  .o-content, .c-goal {
    max-width: 100%;
    flex: 1;
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .o-content, .c-goal {
    padding-right: 0;
  }
}

.o-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
.o-grid__item {
  flex: 0 0 100%;
}
.o-grid__item--1of2 {
  flex: 0 0 50%;
}
.o-grid__item--1of4 {
  flex: 0 0 25%;
}
.o-grid__item--1of3 {
  flex: 0 0 calc(100% / 3);
}
.o-grid__item--2of3 {
  flex: 0 0 66.66667%;
}
.o-grid__item--1of5 {
  flex: 0 0 20%;
}
.o-grid__item--1of6 {
  flex: 0 0 calc(100% / 6);
}

.o-main {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}

.o-shell {
  max-width: 75.125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.o-shell--flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
.o-shell--fluid {
  max-width: none;
}
@media (max-width: 1023px) {
  .o-shell {
    max-width: 100vw;
  }
}

.o-sidebar, .c-share {
  max-width: 23.125rem;
  flex: 0 0 23.125rem;
}
.o-sidebar__section h2 {
  line-height: 1.2;
  margin: 0 0 2.125rem;
}
@media (max-width: 1023px) {
  .o-sidebar, .c-share {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto !important;
  }
  .o-sidebar__section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    min-width: 24.125rem;
  }
  .o-sidebar__section h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .o-sidebar__section {
    min-width: 86.5vw;
  }
  .o-sidebar__section h2 {
    margin-bottom: 1.25rem;
  }
}

.o-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: column nowrap;
  min-height: 100vh;
  overflow: hidden;
}

.screen-reader-text {
  word-wrap: normal !important;
  width: 1px;
  height: 1px;
  position: absolute !important;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.alignleft {
  float: left;
  margin: 0.35rem 1.25rem 1.25rem 0;
}

.alignright {
  float: right;
  margin: 0.35rem 0 1.25rem 1.25rem;
}

.alignnone,
.aligncenter {
  float: none;
}

.alignnone {
  margin: 0.35rem 0 1.25rem;
}

.aligncenter {
  display: block;
  margin: 0.35rem auto 1.25rem;
}

.error {
  color: red;
  display: none;
}

.has-error .error {
  display: block;
}

.fullsize-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.hidden,
[hidden] {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.text-left {
  text-align: left;
}

.text-center, .c-widget__actions {
  text-align: center;
}

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

.c-btn {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-width: 11.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.625rem 2.8125rem;
  border: 1px solid #32a9fe;
  background-color: #32a9fe;
  border-radius: 1.9375rem;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn.disabled, .c-btn[disabled] {
  cursor: default;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-btn:hover {
    color: #32a9fe;
    background-color: #fff;
  }
  .c-btn:hover.disabled, .c-btn:hover[disabled] {
    color: #fff;
    background-color: #32a9fe;
  }
}
.c-btn--block {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.c-btn-white-blue {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #32a9fe;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  min-width: 11.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0.625rem 2.8125rem;
  border: 1px solid #32a9fe;
  background-color: #fff;
  border-radius: 1.9375rem;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn-white-blue.disabled, .c-btn-white-blue[disabled] {
  cursor: default;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-btn-white-blue:hover {
    color: #fff;
    background-color: #32a9fe;
  }
  .c-btn-white-blue:hover.disabled, .c-btn-white-blue:hover[disabled] {
    color: #32a9fe;
    background-color: #fff;
  }
}
.c-btn-white-blue--block {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.c-budget {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  counter-reset: budget;
}
.c-budget td {
  counter-increment: budget;
  padding: 1.875rem;
  border: 1px solid rgba(191, 191, 191, 0.2);
}
.c-budget td:first-child {
  padding-left: 0;
  border-left: 0;
}
.c-budget td:last-child:nth-child(3) {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 1279px) {
  .c-budget td {
    padding: 1rem;
  }
}
.c-budget tr:first-child td {
  padding-top: 0;
  border-top: 0;
}
.c-budget tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-budget h2 {
  margin-bottom: 0.75rem;
}
.c-budget h2 svg {
  display: none;
  margin: -0.125rem 0 0 0.25rem;
}
.c-budget__item::before {
  content: counter(budget);
  font-size: 1.5rem;
  line-height: 1.25;
  color: #bfbfbf;
  font-weight: 700;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  padding: 0.625rem 0;
  margin-bottom: 1rem;
  background-color: #f7f9fb;
  border-radius: 50%;
}
.c-budget__item--completed::before {
  color: #32a9fe;
  background-color: rgba(50, 169, 254, 0.3);
}
.c-budget__item--completed h2 svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-budget {
    font-size: 1rem;
  }
  .c-budget, .c-budget tbody, .c-budget thead, .c-budget tr, .c-budget td {
    display: block;
  }
  .c-budget td {
    padding: 0 0 1rem !important;
    border: 0;
  }
  .c-budget h2 {
    margin-bottom: 1rem;
  }
}

.c-crypto {
  padding-top: 2rem;
}
.c-crypto p {
  text-align: center;
  margin: 1.5rem auto !important;
}
.c-crypto .svg-qrcode {
  display: block;
  margin: auto;
  width: 8.3125rem;
  height: 8.3125rem;
}
.c-crypto__field {
  position: relative;
}
.c-crypto__field button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  bottom: 0.25rem;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-crypto__field svg {
  display: block;
  margin: auto;
  pointer-events: none;
}
.c-crypto__field input[type=text] {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  padding-right: 3rem !important;
  margin: 0 !important;
}

.c-faq {
  padding-bottom: 1.875rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.c-faq h4 {
  margin-bottom: 1rem;
}
.c-faqs {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media (max-width: 767px) {
  .c-faq {
    padding-bottom: 1rem;
  }
  .c-faq h4 {
    margin-bottom: 0.5rem;
  }
  .c-faqs {
    -moz-columns: 1;
         columns: 1;
  }
}

.c-footer {
  font-size: 0.875rem;
  color: #fff;
  background-color: #0ea4da;
  padding: 2.6875rem 0;
}
.c-footer__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.c-footer__body p {
  margin: 0;
}
.c-footer__nav {
  margin-left: auto;
  margin-right: 1rem;
}
.c-footer__nav ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-footer__nav ul li {
  margin-left: 1.875rem;
}
.c-footer__nav a {
  text-decoration: none;
  color: #fff;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-footer__nav a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1023px) {
  .c-footer__nav, .c-footer__body p {
    flex: 0 0 100%;
  }
  .c-footer__nav {
    margin: 0;
    padding-bottom: 2rem;
  }
  .c-footer__nav ul {
    justify-content: center;
  }
  .c-footer__nav li {
    margin: 0 1rem;
  }
  .c-footer__body {
    text-align: center;
    flex-wrap: wrap;
  }
  .c-footer__body p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .c-footer {
    padding: 2rem 0;
  }
  .c-footer p {
    margin: 0;
  }
  .c-footer__body {
    flex-direction: column-reverse;
  }
  .c-footer__nav {
    padding-bottom: 1rem;
  }
  .c-footer__nav ul {
    display: block;
  }
  .c-footer__nav ul li {
    margin: 0 0 0.5rem;
  }
}

.c-form__row {
  padding-bottom: 0.9375rem;
}
.c-form__row--rewards {
  display: none;
}
.c-form__row--rewards .c-widget {
  display: none;
  padding: 0;
  margin: 0;
}
.c-form__row--rewards .c-widgets {
  display: block;
  padding-top: 1rem;
}
.c-form__row--rewards .c-widget.is--active {
  display: block;
}
.c-form__section:not(:last-child) {
  padding-bottom: 0.9375rem;
}
.c-form__section p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #5e5372;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-form__col {
  padding: 0 0.5rem;
}
.c-form__cols {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
.c-form__col--3of5 {
  flex: 0 0 60%;
}
.c-form__col--2of5 {
  flex: 0 0 40%;
}
.c-form__col--1of5 {
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .c-form__col:not(:first-child) {
    padding-top: 1rem;
  }
  .c-form__cols {
    display: block;
  }
  .c-form__section h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.c-field {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #5e5372;
  font-weight: 400;
  width: 100%;
  height: 3.25rem;
  display: block;
  padding: 0.9375rem;
  border: 1px solid #f7f9fb;
  background: #f7f9fb;
  border-radius: 0.3125rem;
  box-shadow: none;
}
.c-field:focus {
  border-color: currentColor;
  outline: 0 none;
}

.c-checkbox {
  position: relative;
}
.c-checkbox input {
  display: none;
}
.c-checkbox input:checked ~ svg {
  opacity: 1;
}
.c-checkbox label {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #5e5372;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 2.875rem;
}
.c-checkbox label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.9375rem;
  margin: auto;
  background-color: #32a9fe;
  border-radius: 0.125rem;
}
.c-checkbox svg {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.15rem;
  z-index: 2;
  margin: auto;
  pointer-events: none;
}

.c-gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-gallery .c-image {
  flex: 0 0 calc(50% - 1rem);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-gallery:not(.c-gallery--alt) {
    display: block;
  }
  .c-gallery .c-image {
    margin-bottom: 1rem;
  }
}

.c-goal {
  font-size: 1.175rem;
}
.c-goal p {
  padding: 0;
  margin: 0;
}
.c-goal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  font-size: 1.5rem;
  padding-bottom: 1.375rem;
}
.c-goal__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.625rem;
  background-color: #e8e8e8;
  border-radius: 0.625rem;
  overflow: hidden;
}
.c-goal__progress span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0ea4da;
  border-radius: 0.625rem;
}
.c-goal__footer {
  padding-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .c-goal__head {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
  .c-goal__footer {
    font-size: 0.875rem;
    padding-top: 1rem;
  }
}

.c-header {
  padding: 2.625rem 0;
}
.c-header .o-shell--flex {
  align-items: center;
}
@media (max-width: 767px) {
  .c-header {
    padding: 1rem 0;
  }
}

[class^=ico-] {
  @util text-hide;
  display: inline-block;
  vertical-align: middle;
}

.c-image {
  height: 0;
  padding-bottom: 26.5%;
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
}
.c-image img, .c-image video {
  min-width: 101%;
  min-height: auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-image {
    padding-bottom: 54.75%;
  }
}

.gallery-modal-pic {
  cursor: pointer;
}

@media (min-width: 1020px) {
  .c-image img {
    width: auto !important;
  }
}

@media (min-width: 1020px) {
  .c-modal--gallery img {
    width: auto !important;
  }
}

@media (min-width: 1020px) {
  .gallery-modal-pic img {
    width: auto !important;
    max-width: 100% !important;
  }
}

.c-intro {
  position: relative;
  margin-bottom: 3.625rem;
}
.c-intro video {
  display: block;
  width: 100%;
  height: auto;
}
.c-intro__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-in-out;
}
.c-intro__btn.is--hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-intro__btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .c-intro {
    margin-bottom: 1rem;
  }
}

[class^=c-list-] {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.c-list-radios {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -0.5rem 1.4375rem;
}
.c-list-radios li {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  padding: 0 0.5rem 0.5rem;
}
.c-list-radios input {
  display: none;
}
.c-list-radios input:checked ~ label {
  color: #fff;
  background-color: #32a9fe;
}
.c-list-radios label {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 0.625rem 0.25rem;
  background-color: #fff;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .c-list-radios label {
    font-size: 1.125rem;
    line-height: 1.3333;
    padding: 0.625rem 0;
  }
}

.c-list-currencies {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -0.4rem;
}
.c-list-currencies li {
  padding: 0 0.4rem;
}
.c-list-currencies a {
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-list-currencies a:hover {
    transform: scale(1.2);
  }
}

@media (max-width: 600px) {
  .c-list-currencies li {
    padding: 0 0.2rem !important;
  }
}
.c-logo {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {}
@keyframes slideIn {}
@-webkit-keyframes slideOut {}
@keyframes slideOut {}
.c-modal__close {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  padding: 0;
  border: 0;
  margin: -2rem -2rem 2rem auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-modal__close svg {
  pointer-events: none;
}
.c-modal__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal__container {
  width: 51.5625rem;
  max-height: 90vh;
  padding: 3.75rem;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-radius: 0.25rem;
}
.c-modal__container--wider {
  width: 71.5625rem;
}
.c-modal__container h1 {
  margin: 0 0 1.875rem;
}
.c-modal__head {
  text-align: center;
}
.c-modal__body {
  padding: 1.875rem 3.75rem 0.875rem;
  border: 1px solid #bfbfbf;
  border-radius: 1.5rem;
}
.c-modal__actions {
  text-align: center;
  padding-top: 3.75rem;
}
.c-modal__message {
  text-align: center;
  display: none;
}
.c-modal__message h1,
.c-modal__message h2 {
  margin: 0 0 1.5rem;
}
.c-modal__message p {
  margin: 1.5rem 0;
}
.c-modal__message .svg-brand {
  display: block;
  margin: 2.5rem auto;
}
.c-modal__message .c-form__row {
  max-width: 27.375rem;
  position: relative;
  padding: 0;
  margin: 0 auto 1.5rem;
}
.c-modal__message .c-form__row .svg-link {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25rem;
  margin: auto;
}
.c-modal__message .c-form__row .c-field {
  padding-left: 3.25rem;
}
.c-modal--slide {
  display: none;
}
.c-modal--slide.is-open {
  display: block;
}
.c-modal--slide .c-modal__container, .c-modal--slide .c-modal__backdrop {
  will-change: transform;
}
.c-modal--rewards .c-form__row--rewards {
  display: block;
}
.c-modal--success form {
  display: none;
}
.c-modal--success .c-modal__message {
  display: block;
}
.c-modal--gallery img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 500px;
}
@media (max-width: 1023px) {
  .c-modal__container {
    padding: 1.875rem;
  }
  .c-modal__close {
    margin: 0 0 0 auto;
  }
  .c-modal__body {
    padding: 1.875rem 1.875rem 0.75rem;
  }
  .c-modal__actions {
    padding-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .c-modal__head {
    text-align: left;
    padding: 0 1rem;
  }
  .c-modal__body {
    padding: 0 1rem 1rem;
    border: 0;
    border-radius: 0;
  }
  .c-modal__close {
    margin: 1rem 1rem -1.25rem auto;
  }
  .c-modal__actions {
    padding: 0 0 2rem;
  }
  .c-modal__container {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    padding: 0;
  }
  .c-modal__container h1 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .donation-container {
    height: 100vh;
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    padding: 0;
  }
}
.c-nav ul {
  font-size: 0.875rem;
}
.c-nav ul a {
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.4s ease-in-out;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-nav ul a:hover {
    opacity: 0.8;
  }
}

.c-patrons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.c-patrons img {
  margin: 0 3rem 2.75rem 0;
}
@media (max-width: 767px) {
  .c-patrons {
    display: block;
  }
  .c-patrons img {
    width: auto;
    height: 0.875rem;
    margin: 0 1rem 1.5rem 0;
  }
}

.c-section {
  padding: 0 0 3.75rem;
}
.c-section__head {
  padding-bottom: 1.875rem;
}
.c-section--solid-bg {
  position: relative;
  padding: 3.75rem 0;
  margin-bottom: 3.75rem;
  background-color: #f7f9fb;
}
.c-section--solid-bg::before {
  content: "";
  width: 50vw;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #f7f9fb;
}
.c-section-goal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-section-tabs {
  padding-bottom: 1.625rem;
}
.c-section-donation {
  text-align: center;
}
.c-section-patrons {
  padding-bottom: 1rem;
}
.c-section-faqs {
  padding-bottom: 2rem;
}
.c-section-team {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-section-team .c-gallery {
  flex: 0 0 22.1875rem;
  margin: 1rem 2rem 0 0;
}
.c-section-team .c-gallery .c-image {
  margin-bottom: 1rem;
}
.c-section-team .c-image {
  max-width: calc(100% / 3 - 1rem);
  flex: 0 0 calc(100% / 3 - 1rem);
  padding-bottom: 20%;
  border-radius: 1rem;
}
.c-section-team .c-image:nth-child(4) {
  max-width: 100%;
  flex: 0 0 100%;
  padding-bottom: 62.5%;
  border-radius: 2rem;
}
.c-section-team .c-section__head {
  flex: 1;
}
@media (max-width: 1279px) {
  .c-section-team .c-gallery {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .c-section-goal {
    display: block;
    padding-bottom: 2.325rem;
  }
  .c-section-budget {
    padding-bottom: 2rem;
  }
  .c-section-budget .c-section__head {
    padding-bottom: 1.125rem;
  }
  .c-section-patrons {
    padding: 2rem 0 1rem;
    margin-bottom: 2rem;
  }
  .c-section-team {
    padding-bottom: 1rem;
  }
  .c-section-team .c-gallery {
    order: 2;
    margin: 0;
  }
  .c-section-donation {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}

.c-share {
  padding-top: 0.425rem;
}
.c-share h3 {
  font-weight: 400;
  margin: 0 0 1.875rem;
}
.c-share ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-share li + li {
  margin-left: 4rem;
}
.c-share li a {
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .c-share li a:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 1023px) {
  .c-share {
    display: block;
    flex: none;
    padding-left: 1rem;
  }
  .c-share ul li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .c-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 1rem 0 0;
  }
  .c-share h3 {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
  }
}

.c-socials {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0;
}
.c-socials li {
  margin-left: 1rem;
}
.c-socials a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.c-socials a svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .c-socials {
    flex: 0 0 100%;
    justify-content: center;
  }
  .c-socials li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .c-socials {
    padding: 0 0 2rem;
  }
}

.c-statement {
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .c-statement {
    padding-bottom: 1rem;
  }
}

[class^=svg-] {
  display: inline-block;
  vertical-align: middle;
}

.svg-link,
.svg-facebook {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .svg-link,
.svg-facebook {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.svg-twitter {
  width: 3.076875rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .svg-twitter {
    width: 1.875rem;
    height: 1.5rem;
  }
}

.svg-logo {
  width: 13.6875rem;
  height: 2.1875rem;
}
@media (max-width: 767px) {
  .svg-logo {
    width: 9.375rem;
    height: 1.5rem;
  }
}

.svg-play-btn {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 767px) {
  .svg-play-btn {
    width: 2rem;
    height: 2rem;
  }
}

.svg-ether,
.svg-bitcoin,
.svg-litecoin,
.svg-bitcoin-cash {
  width: 3.125rem;
  height: 3.125rem;
}

.svg-checkbox {
  width: 1.375rem;
  height: 1rem;
}

.svg-close {
  width: 1.0625rem;
  height: 1.0625rem;
}

.svg-close-white {
  width: 1.0625rem;
  height: 1.0625rem;
}

.svg-tick {
  width: 0.625rem;
  height: 0.5rem;
}

.svg-visa {
  width: 2.3125rem;
  height: 0.75rem;
}

.svg-mastercard {
  width: 1.25rem;
  height: 0.75rem;
}

.svg-brand {
  width: 26.125rem;
  height: 7.5rem;
}

.svg-copy {
  width: 0.9375rem;
  height: 1rem;
}

.swiper-slide * {
  box-sizing: border-box;
}

.c-tab {
  line-height: 1.225;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.c-tab.is--active {
  height: auto;
  opacity: 1;
  visibility: visible;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  overflow: visible;
}
.c-tab p {
  margin-bottom: 1.25em;
}
.c-tab .c-gallery {
  padding-top: 5rem;
}
.c-tabs__nav {
  font-size: 1.5rem;
  color: #bfbfbf;
  font-weight: 700;
  padding-bottom: 1rem;
}
.c-tabs__nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.c-tabs__nav a {
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  padding-bottom: 0.625rem;
  position: relative;
}
.c-tabs__nav a strong {
  padding: 0 0.625rem;
  background-color: #f7f9fb;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.c-tabs__nav a::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #32a9fe;
  border-radius: 0.125rem;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.4s ease-in-out;
}
.c-tabs__nav .is--active a {
  color: #282829;
}
.c-tabs__nav .is--active a::after {
  transform: scaleX(1);
}
@media (max-width: 1279px) {
  .c-tabs__nav {
    font-size: 1rem;
  }
}
.c-tabs__body {
  position: relative;
}
@media (max-width: 767px) {
  .c-tab {
    line-height: 1.4;
  }
  .c-tab p {
    margin-bottom: 1.325em;
  }
  .c-tab .c-gallery {
    padding-top: 1rem;
  }
  .c-tabs__nav {
    font-size: 1.125rem;
  }
  .c-tabs__nav ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-tabs__nav li {
    margin-right: 1rem;
  }
  .c-tabs__nav a {
    line-height: 1.2;
  }
}

.c-widget {
  line-height: 1.25;
  padding-bottom: 1.875rem;
}
.c-widget h3 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin: -1rem 0 1rem;
}
.c-widget h3 strong {
  font-size: 1.5rem;
  white-space: nowrap;
  display: block;
  padding-left: 1rem;
}
.c-widget h4 {
  margin-bottom: 1rem;
}
.c-widget h5 {
  color: #bfbfbf;
  font-weight: 400;
}
.c-widget p {
  margin-bottom: 0.625rem;
}
.c-widget__head {
  padding: 1.875rem;
  background-color: rgba(50, 169, 254, 0.1);
  border-radius: 1rem 1rem 0 0;
}
.c-widget__head h3 {
  margin: 0 0 1rem;
}
.c-widget__content {
  padding: 1.875rem;
  background-color: #f7f9fb;
  border-radius: 0 0 1rem 1rem;
}
.c-widget__actions {
  padding-top: 2rem;
}
.c-widget__image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-widget input[type=text] {
  font-size: 1.5rem;
  line-height: 1.333333;
  color: #282829;
  font-weight: 700;
  width: 100%;
  height: 3.25rem;
  display: block;
  padding: 0.625rem 0.9375rem;
  border: 0;
  margin: 0 0 0.9375rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.03);
}
.c-widget input[type=text]::-moz-placeholder {
  opacity: 0.4;
}
.c-widget input[type=text]:-ms-input-placeholder {
  opacity: 0.4;
}
.c-widget input[type=text]::placeholder {
  opacity: 0.4;
}
.c-widget form .c-btn {
  display: block;
  margin: auto;
}
@media (max-width: 1023px) {
  .c-widget {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column wrap;
    flex: 0 0 23.125rem;
    margin-right: 1rem;
  }
  .c-widgets {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    height: 100%;
  }
  .c-widget__head, .c-widget__image, .c-widget__content {
    width: 100%;
  }
  .c-widget__content {
    flex: 1;
  }
  .c-widget__content, .c-widget__content form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column wrap;
  }
  .c-widget__content > *,
.c-widget__content input[type=text] {
    width: 100%;
  }
  .c-widget__content [class^=c-list-] {
    width: calc(100% + 1rem);
  }
  .c-widget__content form {
    height: 100%;
  }
  .c-widget__content input[type=submit] {
    margin: auto auto 0;
  }
  .c-widget__actions {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .c-widget {
    line-height: 1.35;
    flex: 0 0 calc(86.5vw - 1rem);
  }
  .c-widget__head {
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .c-widget__head h3 {
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }
  .c-widget__image {
    margin-bottom: 0.5rem;
  }
  .c-widget__content {
    padding: 1rem;
  }
  .c-widget__content input[type=text] {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    height: 2.75rem;
    padding: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
