/* Importing fonts with @font-face within styled-components causes a font request to be sent on each render. Declaring them here and importing them into global.ts prevents this. */
@font-face {
  font-family: 'Graphik';
  font-weight: 400;
  src: url(/kaupa/fonts/Graphik-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  font-weight: 500;
  src: url(/kaupa/fonts/Graphik-Medium.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  font-weight: 700;
  src: url(/kaupa/fonts/Graphik-Bold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Riposte';
  font-weight: 300;
  src: url(/kaupa/fonts/Riposte-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Riposte';
  font-weight: bold;
  src: url(/kaupa/fonts/Riposte-Bold.woff2) format('woff2');
  font-display: swap;
}



.gM6z9z8z {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
}

.A3Nj6lny {
  color: white;
  background: #D04642;
}

.nAieeqUy {
  color: #2E5046;
  background: #FFCD50;
}

.f6SuYRvG {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.n3LNjINO {
  -webkit-transition: -webkit-transform 0.4s ease-out 0.5s;
  transition: -webkit-transform 0.4s ease-out 0.5s;
  transition: transform 0.4s ease-out 0.5s;
  transition: transform 0.4s ease-out 0.5s, -webkit-transform 0.4s ease-out 0.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.VAJmQzR5 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.l2dm4b52 {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.EOVmpUs1 {
  max-width: 1024px;
  font-size: 16px;
  font-weight: 500;
}

.dzf4Pw1l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 56px 26px;
}

.gQBsRKfV {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}

.mFXKEJyr {
  font-size: 20px;
  line-height: 1.5;
  margin: 10vh 0;
  max-width: 820px;
}

.FW2pikCb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.NwqcDHTz {
  font-size: 18px;
  margin-bottom: 20px;
}

.OwN3zmB6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.T7gC7ajr {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.nhDMD28M {
  color: #2E5046;
}

.nhDMD28M:hover {
  color: #056954;
}

@media screen and (min-width: 900px) {
  .FW2pikCb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 700px) {
  .dzf4Pw1l {
    padding-left: 15vw;
    padding-right: 56px;
  }

  .gQBsRKfV {
    font-size: 60px;
  }
  .mFXKEJyr {
    font-size: 27px;
    line-height: 36px;
  }

  .NwqcDHTz {
    margin-right: 104px;
  }
}

@media screen and (min-width: 1680px) {
  .dzf4Pw1l {
    padding-top: 8vw;
    padding-left: 20vw;
  }
}

.globalTransition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #056954;
  z-index: 1000000;
}
.globalTransition-enter {
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
}
.globalTransition-enter-active {
  -webkit-transition: -webkit-transform 0.4s ease-in 0.1s;
  transition: -webkit-transform 0.4s ease-in 0.1s;
  transition: transform 0.4s ease-in 0.1s;
  transition: transform 0.4s ease-in 0.1s, -webkit-transform 0.4s ease-in 0.1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.globalTransition-exit {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.globalTransition-exit-active {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.DHaBqsOb {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  opacity: 0;
}

.DHaBqsOb ::-moz-selection {
  background-color: #056954;
  color: white;
}

.DHaBqsOb ::selection {
  background-color: #056954;
  color: white;
}

.BzQ5hfmY {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  margin: 20px;
  z-index: 1;
}

.ct1BWBVq:focus {
  outline: 4px solid #FFCD50;
}

.AAGUWinT {
  visibility: hidden;
}
.Ky_cwB8t {
  font-weight: 500;
  font-size: 18px;
  justify-self: end;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #D0F2EC), color-stop(50%, transparent));
  background: linear-gradient(to right, #D0F2EC 50%, transparent 50%);
  background-size: 200% 34%;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-right: 24px;
  padding: 0;
  cursor: pointer;
  border: none;
  color: #2E5046;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  border-bottom: 2px solid #2E5046;
}

.Ky_cwB8t:focus {
  outline: none;
  background-size: 200% 100%;
  background-position: left bottom;
}

.GBbxKVgY {
  opacity: 1;
}

@media screen and (min-width: 700px) {

  .BzQ5hfmY {
    height: 104px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 1rem;
  }

  .Ky_cwB8t:hover {
    background-position: left bottom;
  }
}

.js-focus-visible .focus-visible::before {
  opacity: 1;
}
.js-focus-visible .focus-visible {
  outline-color: #2E5046;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.PAiqJjX1 {
  opacity: 0;
}
.fPAAIrOE {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.Sa3ytFmb {
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.qOML8WhS {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.i8ug6Ozd {
  padding: 15vh 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.i8ug6Ozd.aduH0Cfo {
  padding: 94px 98px 88px;
}
.aduH0Cfo {
  margin: 7vw 7vw 0;
}

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

.P3fXVxqU {
  min-height: 100vh;
}

@media screen and (min-width: 600px) {
  .i8ug6Ozd {
    padding: 15vh 15vw;
  }
}

.pbhlF4YE {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;

  margin: 32px auto;
  padding: 0;

  border: 0;
  background: none;
  cursor: pointer;
}

.pbhlF4YE:focus::after {
  opacity: 1;
}

.pbhlF4YE::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: -1;

  width: 100%;
  height: 100%;

  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px #056954;
          box-shadow: 0 0 0 2px #056954;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pbhlF4YE:hover > .YJoApTr5 {
  color: #2E5046;
}

.pbhlF4YE:focus,
.YJoApTr5:focus {
  outline: none;
}

.pbhlF4YE:focus > .YJoApTr5 {
  color: #2E5046;
}

.YJoApTr5 {
  position: relative;
  padding: 0 4px;
  color: #757575;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.kj7FIgXz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.YD6gtGWk {
  margin: 44px 0;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.YD6gtGWk > h1 {
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.FwdsCQWG {
  margin-bottom: 3.0625rem;
}

@media screen and (min-width: 700px) {
  .YD6gtGWk {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}

.J7n5HwaT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.BfDa5sSs {
  margin: 44px 0;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.BfDa5sSs > h1 {
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.Jmf0YIds {
  margin-bottom: 3.0625rem;
}

@media screen and (min-width: 700px) {
  .BfDa5sSs {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}

.RybX5p0f {
  margin-top: 42px;
  margin-bottom: 33px;
}

@media screen and (min-width: 700px) {
  .RybX5p0f {
    margin-top: 30px;
    margin-bottom: 72px;
  }
}

.jAUrNTdV {
  margin-top: 32px;
  margin-bottom: 33px; /* subtract input error label height */
  width: 100%;
  max-width: 400px;
}

@media screen and (min-width: 700px) {
  .jAUrNTdV {
    margin-top: 30px;
    margin-bottom: 49px;
    width: 100%;
  }
}

.E3gVUnwZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  width: 100%;
}

.NpB9B3iG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 32px;
}

.GerVmJQn {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 48px;
}

.G0n5ILkt {
  margin-top: 27px;
}

._ixgniai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 900px) {
  .E3gVUnwZ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }

  ._ixgniai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .G0n5ILkt {
    margin-top: 49px;
  }
}

.VFsXcLpb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.vmn0AcC5 {
  margin: 44px 0;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.vmn0AcC5 > h1 {
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

@media screen and (min-width: 700px) {
  .vmn0AcC5 {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}

.LMRrAPTM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.Ja6OhmjV {
  margin: 44px 0;
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

.Ja6OhmjV > h1 {
  /* IE11 needs to be told explicitly that children of flex parents shouldn't overflow them */
  width: 100%;
}

@media screen and (min-width: 700px) {
  .Ja6OhmjV {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}

.CatZQN5J {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 32px;
  border-radius: 0.75rem;
  background-color: #F9F8F4;
  color: #2E5046;
  min-height: 356px;
  width: 100%;
}

.bafNvkZi {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.Gm1w693R {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.V5axBB8s {
  min-height: 208px;
}
.vBzX6fw8 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 24px 0;
}
.rIcMXhfc {
  width: 100%;
  margin-bottom: 2rem;
}
.Kf6XqTiz {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 32px 0;
}

.mWot7n43 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.PsA1jWaN {
  margin-right: 1rem;
}

.l5wnpdhw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* React transition group animations */
.pJ3pNRt9 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.dFWqOO1_ {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.EEzdQLKS {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

.crhxWwJk {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.N0WiMCR1 {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
}

.RscfOZ12 {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.j99HjDKC {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

.d4IXTxRv {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.R9o5ih9i {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.br_40qnN {
  opacity: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.RN59iw_w {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.CVb8TiSB {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.shFT3uGp {
  opacity: 0;
  -webkit-transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
      -ms-transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
          transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.af0JwqfZ {
  opacity: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.Ah3PowPe {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 150ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
}

.e24UoypH {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.HSLUU4rl {
  opacity: 0;
  -webkit-transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
      -ms-transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
          transform: translateY(5px) cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.Fs18yU0_ {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.lKBbJHOH {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

@media (min-width: 700px) {
  .CatZQN5J {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 72px;
    width: 33.125rem;
    height: 28.125rem;
  }

  .vBzX6fw8 {
    font-size: 2rem;
  }

  .Kf6XqTiz {
    top: 70px;
  }
}

@media (min-width: 900px) {
  .CatZQN5J {
    height: 33.125rem;
  }
}

.f0k9VWjk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 32px;
}

.PArDm93e {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

  margin-right: 24px;
  padding: 0;
  border: 1px solid transparent;

  background-color: transparent;
  fill: #F9F8F4;
  stroke: #FFCD50;
}

.PArDm93e:hover:not(.v3fYETKc),
.PArDm93e:focus:not(.v3fYETKc) {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.O4UHrb3b {
  fill: #F9F8F4;
}

.NofQnXa1 {
  fill: #FFCD50;
}

.O4UHrb3b[data-index='0'] {
  -webkit-animation: uVh_pB_w 0.4s 0.1s forwards ease-in;
          animation: uVh_pB_w 0.4s 0.1s forwards ease-in;
}
.O4UHrb3b[data-index='1'] {
  -webkit-animation: uVh_pB_w 0.4s 0.2s forwards ease-in;
          animation: uVh_pB_w 0.4s 0.2s forwards ease-in;
}
.O4UHrb3b[data-index='2'] {
  -webkit-animation: uVh_pB_w 0.4s 0.3s forwards ease-in;
          animation: uVh_pB_w 0.4s 0.3s forwards ease-in;
}
.O4UHrb3b[data-index='3'] {
  -webkit-animation: uVh_pB_w 0.4s 0.4s forwards ease-in;
          animation: uVh_pB_w 0.4s 0.4s forwards ease-in;
}
.O4UHrb3b[data-index='4'] {
  -webkit-animation: uVh_pB_w 0.4s 0.5s forwards ease-in;
          animation: uVh_pB_w 0.4s 0.5s forwards ease-in;
}
.NofQnXa1[data-index='0'] {
  -webkit-animation: hLhgbQ3P 0.4s 0.5s forwards ease-in;
          animation: hLhgbQ3P 0.4s 0.5s forwards ease-in;
}
.NofQnXa1[data-index='1'] {
  -webkit-animation: hLhgbQ3P 0.4s 0.4s forwards ease-in;
          animation: hLhgbQ3P 0.4s 0.4s forwards ease-in;
}
.NofQnXa1[data-index='2'] {
  -webkit-animation: hLhgbQ3P 0.4s 0.3s forwards ease-in;
          animation: hLhgbQ3P 0.4s 0.3s forwards ease-in;
}
.NofQnXa1[data-index='3'] {
  -webkit-animation: hLhgbQ3P 0.4s 0.2s forwards ease-in;
          animation: hLhgbQ3P 0.4s 0.2s forwards ease-in;
}
.NofQnXa1[data-index='4'] {
  -webkit-animation: hLhgbQ3P 0.4s 0.1s forwards ease-in;
          animation: hLhgbQ3P 0.4s 0.1s forwards ease-in;
}

@media screen and (min-width: 700px) {
  .f0k9VWjk {
    margin-bottom: 40px;
  }
}

@-webkit-keyframes uVh_pB_w {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #F9F8F4;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #FFCD50;
  }
}

@keyframes uVh_pB_w {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #F9F8F4;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #FFCD50;
  }
}

@-webkit-keyframes hLhgbQ3P {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #FFCD50;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #F9F8F4;
  }
}

@keyframes hLhgbQ3P {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #FFCD50;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #F9F8F4;
  }
}

.S3sBjM2U {
  margin-top: 42px;
  margin-bottom: 33px; /* subtract input error label height */
}

@media screen and (min-width: 700px) {
  .S3sBjM2U {
    margin-top: 30px;
    margin-bottom: 72px;
  }
}




/*# sourceMappingURL=main.c1deef6b4cfc8f6483d2.css.map*/