@charset "UTF-8";

[hidden], template {
  display: none
}

.block-full--bg-white {
  background-color: #fff
}

.block-full--bg-dark-green {
  background-color: #012d19
}

.block-full--bg-green {
  background-color: #02a95c
}

.block-full--bg-light-green {
  background-color: #f0fce9
}

.block-full--bg-light-gray {
  background-color: #fbf8f6
}

.dot {
  border-radius: 4px;
  display: inline-block;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  width: 4px
}

.dot.dot--one {
  -webkit-animation: dotOne 1s ease-in-out infinite;
  animation: dotOne 1s ease-in-out infinite
}

.dot.dot--two {
  -webkit-animation: dotTwo 1s ease-in-out infinite;
  animation: dotTwo 1s ease-in-out infinite
}

.dot.dot--three {
  -webkit-animation: dotThree 1s ease-in-out infinite;
  animation: dotThree 1s ease-in-out infinite
}

.a-loading-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.a-loading-dots--large .dot {
  border-radius: 8px;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px;
  width: 8px
}

.a-loading-dots--black .dot {
  background: #333
}

.a-loading-dots--white .dot {
  background: #fff
}

.a-loading-dots--green .dot {
  background: #02a95c
}

.a-loading-dots--gray .dot {
  background: #767676
}

@-webkit-keyframes dotOne {
  0% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  24% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  48% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  to {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@keyframes dotOne {
  0% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  24% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  48% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  to {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@-webkit-keyframes dotTwo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  24% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  72% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  96% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes dotTwo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  24% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  72% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  96% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes dotThree {
  0% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  48% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  72% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  96% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  to {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

@keyframes dotThree {
  0% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  48% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  72% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  96% {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  to {
    opacity: .4;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

.a-switch {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: radial-gradient(circle, #fff 100%, #fff 0);
  border: .125rem solid #c8c8c8;
  cursor: pointer;
  height: 20px;
  margin: 0;
  width: 20px
}

.a-switch:checked {
  border-color: #02a95c
}

.a-switch:disabled {
  cursor: not-allowed
}

.a-switch:hover:not(:disabled) {
  -webkit-box-shadow: 0 0 0 .625rem rgba(2, 169, 92, .3);
  box-shadow: 0 0 0 .625rem rgba(2, 169, 92, .3)
}

.a-card {
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem
}

.a-card-normal {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.a-card-tight {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.a-card-wide {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .1)
}

.a-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  position: relative
}

.a-checkbox:checked {
  background: #02a95c
}

.a-checkbox:checked:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath fill='%23fff' d='m7.429 13.314 8.979-8.429a.5.5 0 1 1 .684.73l-9.321 8.75a.5.5 0 0 1-.685 0L1.908 9.503a.5.5 0 1 1 .684-.729z'/%3E%3C/svg%3E");
  display: block;
  height: 1rem;
  position: absolute;
  top: -.125rem;
  width: 1rem
}

.a-checkbox:checked:disabled {
  background: #c8c8c8;
  border-color: #c8c8c8;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath d='m7.429 13.314 8.979-8.429a.5.5 0 1 1 .684.73l-9.321 8.75a.5.5 0 0 1-.685 0L1.908 9.503a.5.5 0 1 1 .684-.729z'/%3E%3C/svg%3E")
}

.a-code-block {
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: .25rem;
  font-family: Courier New, Courier, monospace;
  font-size: .875rem;
  overflow-y: auto;
  padding: 1rem;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-all;
  word-break: break-word
}

.a-code-block-inner {
  display: block
}

.a-field-alert {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.a-field-alert--info {
  color: #333
}

.a-field-alert--error {
  color: #cf364a
}

.a-field-alert--success {
  color: #02a95c
}

.a-field-alert--warning {
  color: #f58131
}

.a-legend {
  margin-bottom: 1rem !important;
  padding: 0;
  width: 100%
}

.a-logo {
  height: 4.3125rem;
  max-width: 100%;
  width: 8.0625rem
}

.a-image {
  max-height: 100%;
  max-width: 100%
}

.a-image--background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%
}

.a-overlay {
  background: transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  z-index: -9999
}

.a-overlay--animating {
  z-index: 9999
}

.a-overlay--open {
  opacity: 1;
  z-index: 9999
}

.a-overlay--bg-sand {
  background: #fbf8f6
}

.a-overlay--bg-gray {
  background: #f8f8f8
}

.a-play-button-icon {
  height: 5em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5em
}

.a-progress-bar {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e6f6ef;
  border: none;
  border-radius: .125rem;
  color: #02a95c;
  display: block;
  height: .25rem;
  width: 100%
}

.a-progress-bar::-webkit-progress-bar {
  border-radius: .125rem
}

.a-progress-bar::-webkit-progress-value {
  border-radius: .125rem;
  -webkit-transition: width .5s;
  transition: width .5s
}

.a-progress-bar::-moz-progress-bar {
  border-radius: .125rem
}

.a-progress-bar::-ms-fill {
  border-radius: .125rem
}

.a-progress-bar--green::-webkit-progress-bar {
  background-color: #e6f6ef
}

.a-progress-bar--green::-webkit-progress-value {
  background-color: #02a95c
}

.a-progress-bar--green::-moz-progress-bar {
  background-color: #02a95c
}

.a-progress-bar--green::-ms-fill {
  background-color: #02a95c
}

.a-progress-bar--gray {
  background-color: #c8c8c8
}

.a-progress-bar--gray::-webkit-progress-bar {
  background-color: #c8c8c8
}

.a-progress-bar--gray::-webkit-progress-value {
  background-color: #767676
}

.a-progress-bar--gray::-moz-progress-bar {
  background-color: #767676
}

.a-progress-bar--gray::-ms-fill {
  background-color: #767676
}

.a-radio {
  border-radius: 50%
}

.a-radio:checked {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: radial-gradient(circle, #02a95c 50%, #fff 0)
}

.a-radio:checked:disabled {
  background: radial-gradient(circle, #adadad 50%, #fff 0);
  border-color: #c8c8c8
}

.a-select {
  position: relative
}

.a-select-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: .25rem;
  cursor: pointer;
  display: block;
  padding: .75rem 2.5rem .75rem 1rem;
  width: 100%
}

.a-select-icon {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.a-select--error .a-select-options {
  border-color: #cf364a
}

.a-text-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c8c8c8;
  border-radius: .25rem;
  display: block;
  padding: .75rem 1rem;
  resize: vertical;
  width: 100%
}

.a-text-area--autosize {
  resize: none
}

.a-text-input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: .25rem;
  display: block;
  padding: .75rem 1rem;
  width: 100%
}

.a-text-input--error {
  border-color: #cf364a
}

.a-text-input--number {
  -moz-appearance: textfield
}

.a-text-input--number::-webkit-inner-spin-button, .a-text-input--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.a-upload {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: .25rem;
  display: block;
  padding: .75rem 1rem;
  width: 100%
}

.a-word-rule {
  -ms-flex-align: center;
  -webkit-box-align: center;
  grid-column-gap: 32px;
  align-items: center;
  display: grid;
  font-weight: 900;
  grid-template-columns:1fr auto 1fr;
  grid-template-rows:auto;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

.a-word-rule:after, .a-word-rule:before {
  background: #c8c8c8;
  content: "";
  height: 1px
}

.m-base-modal {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.m-base-modal, .m-base-modal-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.m-base-modal-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-animation: slideOut .3s ease-out forwards;
  animation: slideOut .3s ease-out forwards;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100vw
}

.m-base-modal-inner--open {
  -webkit-animation: bounceIn .5s ease-out forwards;
  animation: bounceIn .5s ease-out forwards
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  50% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
  50% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}



html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem
}

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

body {
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  padding: 0
}

#root, body, html {
  height: 100%
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1rem;
  margin-top: 0
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

textarea {
  border-radius: 0;
  height: auto;
  min-height: 50px
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  width: 100%
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0
}

a {
  cursor: pointer
}

a:hover {
  text-decoration: none
}

pre {
  margin: unset;
  overflow: auto
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: inherit
}

input {
  min-width: 0
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
  text-align: right
}

dt {
  float: left
}

.color-dark-gray, .color-gray-dark {
  color: #333 !important
}

.color-gray {
  color: #767676 !important
}

.color-gray-60 {
  color: #adadad !important
}

.color-gray-40 {
  color: #c8c8c8 !important
}

.color-white {
  color: #fff !important
}

.color-green {
  color: #02a95c !important
}

.color-purple {
  color: #6d2e91 !important
}

.color-orange {
  color: #f58131 !important
}

.color-red {
  color: #cf364a !important
}

.color-blue {
  color: #106ab3 !important
}

.color-gold {
  color: #fdb72f !important
}

.color-background-gray {
  background-color: #f1f1f1 !important;
  color: #333 !important
}

.color-background-green {
  background-color: #e6f6ef !important;
  color: #008748 !important
}

.color-background-purple {
  background-color: #f0eaf4 !important;
  color: #3a2468 !important
}

.color-background-orange {
  background-color: #fef2ea !important;
  color: #c06828 !important
}

.color-background-red {
  background-color: #faebed !important;
  color: #bc3042 !important
}

.color-background-blue {
  background-color: #e7f0f7 !important;
  color: #07538e !important
}

.color-background-gold {
  background-color: #fff8ea !important;
  color: #c5912c !important
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important
}


sup {
  font-size: .45em;
  vertical-align: top
}

.list-unstyled {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0
}

.dot-sep {
  margin-left: .5rem;
  margin-right: .5rem
}

.text-regular {
  font-size: 1rem !important;
  line-height: 1.5 !important
}

.text-small {
  font-size: .875rem !important;
  line-height: 1.71 !important
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.weight-400 {
  font-weight: 400 !important
}

.weight-900 {
  font-weight: 900 !important
}

.truncate-single-line {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important
}

.break-word {
  word-wrap: break-word !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
  word-break: break-all !important;
  word-break: break-word !important
}

.text-underline {
  text-decoration: underline !important
}

.text-no-underline {
  text-decoration: none !important
}

.text-stat {
  font-size: .875rem !important;
  line-height: 1.21 !important
}

.text-stat-value {
  color: #333 !important;
  font-weight: 900 !important
}

.text-stat-title {
  color: #767676 !important;
  font-weight: 400 !important
}

.text-mono {
  font-family: Courier New, Courier, monospace !important
}

.crop-line-height {
  line-height: 1.5
}

.crop-line-height:after, .crop-line-height:before {
  content: "";
  display: block;
  height: 0;
  width: 0
}

.crop-line-height:before {
  margin-bottom: -.375em
}

.crop-line-height:after {
  margin-top: -.375em
}

.global-wrapper {
  margin: 0 auto;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem
}

.grid-columns {
  grid-column-gap: 1rem !important;
  display: grid !important;
  grid-template-rows:auto !important
}

.grid-columns--2 {
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important
}

.grid-columns--3 {
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important
}

.grid-columns--4 {
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important
}

.max-width-full {
  max-width: 100% !important
}

.max-width-360 {
  max-width: 22.5rem !important
}

.width-full {
  width: 100% !important
}

.width-auto {
  width: auto !important
}

.min-height-100vh {
  min-height: 100vh !important
}

.height-100vh {
  height: 100vh !important
}

.height-auto {
  height: auto !important
}

.position-relative {
  position: relative !important
}

.position-fixed {
  position: fixed !important
}

.position-absolute {
  position: absolute !important
}

.position-static {
  position: static !important
}

.justify-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important
}

.justify-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important
}

.justify-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important
}

.justify-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important
}

.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.justify-evenly {
  -ms-flex-pack: space-evenly !important;
  -webkit-box-pack: space-evenly !important;
  justify-content: space-evenly !important
}

.align-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important
}

.align-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important
}

.align-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important
}

.align-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important
}

.align-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important
}

.flex-dir-row {
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-dir-row, .flex-dir-row-reverse {
  -webkit-box-orient: horizontal !important
}

.flex-dir-row-reverse {
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-dir-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  align-self: center !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important
}

.flex-child-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-child-grow {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important
}

.flex-child-shrink {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important
}

.flex-child-full {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.disp-block {
  display: block !important
}

.disp-flex, .flex-container {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important
}

.disp-inherit {
  display: inherit
}

.disp-inline {
  display: inline !important
}

.disp-inline-block {
  display: inline-block !important
}

.disp-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important
}

.disp-none, .hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

.show-on-focus:active, .show-on-focus:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static !important;
  white-space: normal;
  width: auto
}

.rounded {
  border-radius: .25rem !important
}

.rounded-2x {
  border-radius: .5rem !important
}

.rounded-3x {
  border-radius: .75rem !important
}

.rounded-4x {
  border-radius: 1rem !important
}

.rounded-5x {
  border-radius: 1.25rem !important
}

.rounded-medium {
  border-radius: .5rem !important
}

.rounded-large {
  border-radius: 1rem !important
}

.shared-default-header-individuals-dropdown {
  grid-gap: .5rem;
  display: grid;
  grid-template-columns:repeat(4, minmax(0, 1fr))
}

.shared-default-header-person {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center
}

.shared-default-header-sign-up-button {
  border-radius: 3.625rem;
  margin-left: .5rem
}

.shared-default-header-mobile-button {
  border-radius: 0;
  padding: 1rem;
  width: 100%
}

.shared-default-header-mobile-button:hover {
  background-color: #f1f1f1
}

.shared-default-header-mobile-cta-button {
  border-radius: .5rem
}

.InstagramShareButton_m-instagram-new-tag__2hF_x {
  margin-left: 1rem
}

.m-locale-picker-button {
  border-radius: .5rem !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  padding: .5rem !important
}

.CampaignInstagramAssetShare_l-campaign-instagram__e7ElO {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.CampaignInstagramAssetShare_l-campaign-instagram-success-toast__bmn37, .CampaignInstagramAssetShare_l-campaign-instagram__e7ElO {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.CampaignInstagramAssetShare_l-campaign-instagram-success-toast__bmn37 {
  -webkit-box-orient: horizontal;
  background: #e6f6ef;
  border-radius: 30px;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  padding: .5rem 1rem;
  position: absolute;
  right: .5rem;
  top: .5rem
}

.CampaignInstagramAssetShare_l-campaign-instagram-success-toast-checkmark__lX6xO {
  color: #02a95c !important
}

.CampaignInstagramAssetShare_l-campaign-instagram-copyfield__Uk6lo {
  border: 1px solid #e4e4e4;
  border-radius: .5rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 1rem;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.CampaignInstagramAssetShare_l-campaign-instagram-shorturl__VX_Ta {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.21%, #767676), to(hsla(0, 0%, 46%, 0)));
  background: linear-gradient(90deg, #767676 5.21%, hsla(0, 0%, 46%, 0));
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0
}

.CampaignInstagramAssetShare_l-campaign-instagram-reminder__2KuTc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center
}

.CampaignInstagramAssetShare_l-campaign-instagram-share-button__gujDg {
  position: sticky;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.CampaignInstagramAssetShare_l-campaign-instagram-link-sticker__xpFMD {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  bottom: -36px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  gap: .5rem;
  left: 145px;
  margin-bottom: 1.5rem;
  max-width: 190px;
  padding: 10px 12px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}

.CampaignInstagramAssetShare_l-campaign-instagram-link-sticker__feed__NjUyC {
  display: none
}

.CampaignInstagramAssetShare_l-campaign-instagram-curly-arrow__ZQnrr {
  bottom: -36px;
  position: absolute;
  right: -40px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg)
}

.CampaignInstagramAssetShare_l-campaign-instagram-curly-arrow__feed__gwrAY {
  display: none
}

.CampaignInstagramAssetShare_l-campaign-instagram-preview-wrapper__A_jlG {
  margin-bottom: 50px;
  position: relative;
  width: 100%
}

.CampaignInstagramAssetShare_l-campaign-instagram-preview-wrapper__feed__l9A4t {
  margin-bottom: 45px
}

.CampaignInstagramAssetShare_l-campaign-instagram-preview__vlGDS {
  background-color: #e7f0f7;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  width: 174.75px
}

.CampaignInstagramAssetShare_l-campaign-instagram-preview__feed__btNv7 {
  height: 304px;
  width: 243px
}

.CampaignInstagramAssetShare_l-campaign-instagram-preview__skeleton__KVh89 {
  height: 100%;
  width: 100%
}

.CampaignInstagramAssetShare_l-campaign-instagram-secret__1B0qo {
  left: 100000px;
  position: absolute
}

.shared-default-footer-more-resources {
  border-top: 1px solid #c8c8c8;
  display: none;
  margin-top: .5rem;
  opacity: 0;
  padding-top: 1.5rem;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out
}

.shared-default-footer-more-resources--open {
  display: block;
  opacity: 1
}

.shared-default-footer-more-resources-list {
  display: grid;
  margin: 0;
  padding-left: 0
}

.shared-default-footer-secondary--with-app-stores {
  grid-template-areas:"locale" "social" "stores" "legal" !important
}

.shared-default-footer-locale {
  grid-area: locale
}

.shared-default-footer-stores {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  grid-area: stores
}

.shared-default-footer-store-button {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 2.125rem;
  text-indent: -9999px
}

.shared-default-footer-store-button--apple {
  height: 2.125rem;
  width: 6.375rem
}

.shared-default-footer-store-button--google {
  height: 2.125rem;
  margin-right: .5rem;
  width: 7.3125rem
}

.shared-default-footer-store-button--fr {
  width: 6.75rem
}

.shared-default-footer-legal-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.more-resources-toggle.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}



* {
  font-family: "GoFundMeSans",Trebuchet,Helvetica,Arial,sans-serif !important;
}

html {
  -webkit-font-smoothing: antialiased;
  font-family: GoFundMeSans, sans-serif
}

body {
  line-height: 1.2
}

button {
  cursor: pointer
}

.page-wrapper {
  overflow: hidden
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0
}

.h2 {
  font-size: 56px;
  font-weight: 500 !important;
  letter-spacing: -.03em;

}

.h3 {
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: -0.06rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px
}

.header, .main {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 24px
}

.tooltip {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  white-space: nowrap;
  z-index: 100
}

.tooltip.active {
  opacity: 1
}

.tooltip__text {
  background-color: #fff;
  border-radius: 6px;
  bottom: 10px;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
  font-weight: 500;
  padding: 4px 8px
}

.tooltip__arrow, .tooltip__text {
  left: 0;
  position: absolute;
  translate: -50% 0
}

.tooltip__arrow {
  bottom: 0
}

.footer {
  border-top: 1px solid #c8c8c8
}

.footer__hr {
  border: 0;
  border-top: 1px solid #c8c8c8
}

.footer__cont {
  display: grid;
  grid-template-columns:repeat(4, minmax(0, 1fr))
}

.footer__cont, .footer__foot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  gap: 24px;
  margin: 0 auto;
  max-width: 1140px;
  padding: 48px 24px
}

.footer__foot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.foot-nav {
  color: #333;
  line-height: 1.5
}

.foot-nav__title {
  font-weight: 700;
  padding: 8px
}

.foot-nav__link {
  border-radius: 4px;
  color: #333;
  display: block;
  padding: 8px;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.foot-nav__link:hover {
  background-color: #f8f8f8
}

.copyrights {
  color: #767676;
  margin-right: 40px
}

.legal-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: 1.5
}

.legal-nav__link {
  border-radius: 4px;
  color: #333;
  padding: 8px;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.legal-nav__link:hover {
  background-color: #f8f8f8
}

.social-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: auto
}

.social-nav__link {
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color
}

.social-nav__link:hover {
  color: #02a95c
}

.social-nav__link svg {
  fill: currentColor;
  display: block;
  height: 20px
}

.wow {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: opacity, rotate, translate;
  transition-property: opacity, rotate, translate;
  translate: 0 80px;
  visibility: hidden
}

.wow.animated {
  opacity: 1 !important;
  rotate: 0deg !important;
  translate: 0 0 !important
}

@media print, screen and (min-width: 48em) {
  .hrt-footer-main {
    grid-template-columns:repeat(4, minmax(0, 1fr));
    padding-bottom: 3rem;
    padding-top: 3rem
  }

  .hrt-footer-secondary {
    grid-template-areas:"legal social";
    grid-template-columns:auto auto;
    padding-bottom: 3rem;
    padding-top: 3rem
  }

  .hrt-footer-social {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
  }

  .hrt-footer-legal, .hrt-footer-social {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }

  .m-base-modal-inner {
    max-height: 80vh;
    max-width: 35rem;
    position: relative
  }

  .m-base-modal-inner--open {
    -webkit-animation: bounceIn .5s ease-out forwards, fadeIn .25s ease-out forwards;
    animation: bounceIn .5s ease-out forwards, fadeIn .25s ease-out forwards
  }

  .m-drawer-modal {
    border-radius: .25rem;
    -webkit-box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .5);
    box-shadow: 0 .3125rem 1rem -.1875rem rgba(0, 0, 0, .5);
    left: 50%;
    margin: auto;
    max-height: 80vh;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 35rem
  }

  .m-drawer-modal.o-drawer--open {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .m-meta-list {
    font-size: .875rem
  }

  .o-global-footer-primary {
    grid-template-areas:"col1 fundraise learn resources";
    grid-template-columns:3fr 3fr 3fr 3fr
  }

  .o-global-footer-col-1 {
    grid-area: col1
  }

  .m-global-footer-category-fundraise-for {
    grid-area: fundraise
  }

  .m-global-footer-category-learn-more {
    grid-area: learn
  }

  .m-global-footer-category-resources {
    grid-area: resources
  }

  .o-global-footer-secondary {
    grid-template-areas:"legal social";
    grid-template-columns:auto 1fr
  }

  .o-global-footer-social {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    grid-area: social;
    justify-content: flex-end
  }

  .o-global-footer-legal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    grid-area: legal
  }

  .o-global-footer-legal-item:not(:last-child) {
    margin-right: 2rem
  }

  .o-modal {
    border-radius: .25rem;
    max-height: 80%;
    max-width: 35rem
  }

  .o-modal-inner {
    max-height: 80vh
  }


  .shared-default-footer-secondary--with-app-stores {
    grid-template-areas:"locale social" "legal stores" !important
  }
}

@media print, screen and (min-width: 48em) and (min-height: 800px) {
  .m-base-modal-inner, .m-drawer-modal, .o-modal, .o-modal-inner {
    max-height: 800px
  }
}


@media screen and (min-width: 48em) {
  .shared-default-footer-more-resources {
    grid-column: 2/span 3
  }

  .shared-default-footer-more-resources-list {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: start;
    gap: 0 1rem;
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
}

@media print, screen and (min-width: 60em) {
  .hrt-media-card--responsive {
    display: grid;
    grid-template-columns:1fr 2fr
  }

  .hrt-media-card--responsive .hrt-media-card-content {
    padding: 1.5rem
  }

  .hrt-header {
    min-height: 5rem;
    padding-bottom: 1rem;
    padding-top: 1rem
  }

  .m-readmore-collapse-button {
    display: none
  }

  .m-video-iframe {
    max-height: 25rem
  }

  .o-global-footer-primary {
    grid-template-areas:". col1 fundraise learn resources .";
    grid-template-columns:1fr 3fr 3fr 3fr 3fr 1fr
  }

  .o-global-footer-secondary {
    grid-template-areas:". legal social .";
    grid-template-columns:1fr 11fr 1fr 1fr
  }

  .m-global-header {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 2rem
  }

  .o-modal-content, .o-modal-header {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .o-modal-content {
    padding-bottom: 2.5rem
  }

  .p-no-match-content, .p-unknown-error-content {
    margin-top: 1rem
  }

  .CompetitorBanner_bannerContainer__dNtTj {
    padding: 1.5rem
  }

  .m-search-drop-down-prompt {
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    left: 1rem;
    padding: 2rem 1.5rem 1.5rem;
    position: absolute;
    right: 1rem;
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem)
  }

  .m-search-drop-down-see-all-link-rule {
    margin-bottom: 1rem;
    margin-top: 1.5rem
  }

  .o-global-search-clear-button {
    margin-right: -1rem
  }

  .global-wrapper {
    max-width: 60rem
  }

  .shared-default-footer-stores {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
  }
}



@media screen and (min-width: 72em) {
  .global-wrapper {
    max-width: 72rem
  }

}
@media screen and (max-width: 47.99875em) {
  .hrt-gradient-button--full-for-small, .hrt-primary-button--full-for-small, .hrt-secondary-button--full-for-small {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%
  }

  .hrt-cookie-notice {
    grid-template-columns:1fr;
    grid-template-rows:auto auto
  }

  .hrt-cookie-notice-content {
    margin-bottom: .5rem
  }

  .hrt-footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .m-base-modal-inner {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
  }

  .m-drawer-modal {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%
  }

  .m-drawer-modal .o-drawer-header-close-button {
    display: none
  }

  .m-drawer-modal.o-drawer--open {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .o-global-footer-social {
    margin-bottom: 2rem
  }

  .o-global-footer-legal-item:not(:last-child) {
    margin-bottom: .5rem
  }

  .o-modal {
    height: 100%
  }

  .o-modal-inner {
    max-height: 100vh
  }

  .max-width-360--for-small {
    max-width: 22.5rem !important
  }

  .width-full--for-small {
    width: 100% !important
  }


  .shared-default-footer-secondary--with-app-stores {
    grid-gap: 1.5rem !important
  }

  .shared-default-footer-legal-date {
    margin-bottom: .5rem
  }
}

@media screen and (max-width: 59.99875em) {
  .hrt-rule--pull {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .hrt-media-card--responsive .hrt-media-card-image {
    overflow: hidden;
    padding-top: 66.625%;
    position: relative
  }

  .o-global-footer-social-item {
    margin-bottom: 1rem
  }

  .o-global-search-label {
    margin-top: .25rem
  }

  .grid-columns--2.grid-columns--for-large, .grid-columns--3.grid-columns--for-large, .grid-columns--4.grid-columns--for-large {
    grid-template-columns:repeat(1, minmax(0, 1fr)) !important
  }


  .shared-default-footer-legal-date {
    padding-left: .5rem
  }
}

@media (prefers-reduced-motion) {
  .m-base-modal-inner {
    -webkit-animation-name: dissolve;
    animation-name: dissolve
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 42px
  }

  .h3 {
    font-size: 26px
  }

  .social-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    margin-left: 0;
    order: -1;
    width: 100%
  }

  .wow {
    translate: 0 60px !important
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 28px
  }

  .h3 {
    font-size: 18px
  }

  .footer__cont {
    grid-template-columns:repeat(1, minmax(0, 1fr));
    padding: 32px 24px
  }

  .footer__foot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px
  }

  .foot-nav__link, .foot-nav__title {
    padding: 4px 0
  }

  .copyrights {
    margin: 0 0 -16px
  }

  .legal-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .legal-nav__link {
    padding: 0
  }

  .wow {
    translate: 0 40px !important
  }
}
