@charset "utf-8";
/* CSS Document */
html,
body {
  min-width: 320px;
  width: 100%;
  margin: 0 !important;
  overscroll-behavior-y: none;
}
* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#header[data-v-2a252cb6] {
    background-color: #008b95;
}
.not-gov-banner[data-v-2a252cb6] {
  background-color: #EEE;
  color: #202124;
  font-size: 0.875rem;
  line-height: 1.15em;
  padding: 0.625em 0;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
.not-gov-banner span[data-v-2a252cb6] {
  font-weight: 500;
}
.not-gov-banner a[data-v-2a252cb6] {
  color: #303134;
}
@media screen and (max-width: 479px) {
.not-gov-banner .version-desktop[data-v-2a252cb6] {
    display: none;
}
}
.not-gov-banner .version-mobile[data-v-2a252cb6] {
  display: none;
}
@media screen and (max-width: 479px) {
.not-gov-banner .version-mobile[data-v-2a252cb6] {
    display: block;
}
}
@media screen and (min-width: 1025px) {
.not-gov-banner[data-v-2a252cb6] {
    box-shadow: none;
}
}
.o-header[data-v-2a252cb6] {
  display: flex;
  flex-flow: column;
  width: 100%;
  z-index: 100;
}
.o-header__wrapper[data-v-2a252cb6] {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.o-header__wrapper.-constrain[data-v-2a252cb6] {
  margin: 0 auto;
  max-width: 1640px;
}
.o-header__wrapper.-bottom[data-v-2a252cb6] {
  box-shadow: 0 2px 6px 1px rgba(102, 102, 102, 0.1);
}
.o-header__branding[data-v-2a252cb6] {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  height: 100%;
  justify-content: space-between;
  width: auto;
}
.o-header__branding-image[data-v-2a252cb6] {
  align-items: flex-end;
  box-sizing: content-box;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  height: auto;
  text-decoration: none;
  padding: 0.5em 0;
}
.o-header__branding-image .image[data-v-2a252cb6] {
  height: 100%;
  max-height: 100%;
  max-width: 100px;
  width: 100%;
}
@media screen and (min-width: 1025px) {

}
.o-header__mobileToggle[data-v-2a252cb6] {
  display: flex;
  flex-flow: column;
  height: 1.5em;
  justify-content: space-around;
  width: 2em;
}
.o-header__mobileToggle-tick[data-v-2a252cb6] {
  background-color: #FAFAFA;
  height: 2px;
  width: 100%;
}
.o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(2) {
  position: relative;
}
.o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(2)::after {
  background-color: #FAFAFA;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-header__mobileToggle.-active[data-v-2a252cb6] {
  transition: all 0.5s ease-in;
}
.o-header__mobileToggle.-active .o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(1) {
  opacity: 0;
}
.o-header__mobileToggle.-active .o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(2) {
  transform: rotate(135deg);
}
.o-header__mobileToggle.-active .o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(2)::after {
  opacity: 1;
  transform: rotate(270deg);
}
.o-header__mobileToggle.-active .o-header__mobileToggle-tick[data-v-2a252cb6]:nth-child(3) {
  opacity: 0;
}
.o-header__top[data-v-2a252cb6] {
  background-color: #008b95;
  padding: 0.5em 0.5em;
}
.o-header__top-left[data-v-2a252cb6],
.o-header__top-right[data-v-2a252cb6] {
  display: flex;
  flex-flow: row wrap;
}
.o-header__bottom[data-v-2a252cb6] {
  background-color: #f5f5f5;
}
.o-header__bottom-left[data-v-2a252cb6],
.o-header__bottom-right[data-v-2a252cb6] {
  flex: 1 1 auto;
}
.o-header__location[data-v-2a252cb6] {
  display: none;
}
@media screen and (min-width: 480px) {
.o-header__branding[data-v-2a252cb6] {
    padding: 0.25em 0.5em;
}

}
@media screen and (min-width: 768px) {
.o-header__mobileToggle[data-v-2a252cb6] {
    display: none;
}
.o-header__location[data-v-2a252cb6] {
    color: #FAFAFA;
    display: inline;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0.5em 0.5em;
}
.o-header__branding[data-v-2a252cb6] {
    box-shadow: none;
    justify-content: space-between;
    padding-left: 1.5em;
}

.o-header__wrapper[data-v-2a252cb6] {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.o-header__top-right[data-v-2a252cb6] {
    height: 70px;
    min-height: 70px;
}
.o-header.-transparent .o-header__top[data-v-2a252cb6],
  .o-header.-transparent .o-header__bottom[data-v-2a252cb6] {
    background: #008b95;
    border: none;
    box-shadow: none;
}
}
@media screen and (min-width: 1025px) {
.o-header__wrapper[data-v-2a252cb6] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.o-header__branding[data-v-2a252cb6],
  .o-header__top-left[data-v-2a252cb6],
  .o-header__top-right[data-v-2a252cb6] {
    height: 70px;
    min-height: 70px;
}
.o-header__location[data-v-2a252cb6] {
    margin: 0 0 1em 1em;
}
.o-header__branding[data-v-2a252cb6] {
    padding: 0 2em;
}
.o-header__branding-image .image[data-v-2a252cb6] {
    height: 100%;
}
}

	

.container[data-v-105ff7cd] {
  margin: 0 auto;
  max-width: 400px;
  padding: 1em;
}
@media screen and (min-width: 768px) {
.container[data-v-105ff7cd] {
    max-width: 840px;
    padding: 0;
}
}
.disclaimer[data-v-105ff7cd] {
  background-color: #FAFAFA;
  cursor: default;
}
.disclaimer h3[data-v-105ff7cd] {
  flex: 1 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.disclaimer .header-row[data-v-105ff7cd] {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: row;
  height: 30px;
  line-height: 30px;
  padding: 0 0.25em 0;
  background: #F8F9FA;
}
.disclaimer .header-row .expand-collapse[data-v-105ff7cd] {
  display: none;
  flex: 0 0 auto;
}
@media screen and (min-width: 1025px) {
.disclaimer .header-row[data-v-105ff7cd] {
    margin: 1em auto 0.5em;
}
}
.disclaimer .disclaimer-content[data-v-105ff7cd] {
  color: #202124;
  font-size: 7px !important;
  line-height: 1.25em;
  margin: 0 auto;
  background: #F8F9FA;
}
.disclaimer .disclaimer-content a[data-v-105ff7cd] {
  color: #1A73E8;
}
@media screen and (max-width: 479px) {
.disclaimer[data-v-105ff7cd] {
    padding: 10px 0;
}
.disclaimer .header-row[data-v-105ff7cd] {
    border-bottom: 0;
}
.disclaimer .header-row .expand-collapse[data-v-105ff7cd] {
    display: block;
}
.disclaimer .disclaimer-content[data-v-105ff7cd] {
    border-top: 1px solid #E5E5E5;
}
}
.o-footerBottom[data-v-105ff7cd] {
    padding: 1em;
    background: #4A4A4A;
    margin-top: 30px;
}
.o-footerBottom__legal[data-v-105ff7cd] {
  color: #FAFAFA;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.o-footerBottom__row[data-v-105ff7cd] {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}
.o-footerBottom__menu[data-v-105ff7cd] {
  color: #FAFAFA;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.o-footerBottom__menu-link[data-v-105ff7cd] {
  color: #FAFAFA;
  font-size: 0.8em;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
.o-footerBottom__row[data-v-105ff7cd] {
    flex-flow: row wrap;
    justify-content: space-between;
}
.o-footerBottom__menu[data-v-105ff7cd] {
    flex-flow: row wrap;
}
.o-footerBottom__menu-link[data-v-105ff7cd]::before {
    content: '|';
    display: inline-block;
    padding: 0 0.5em;
}
.o-footerBottom__menu-link[data-v-105ff7cd]:first-child::before {
    display: none;
}
}
.o-footer[data-v-105ff7cd] {
  background-color: #FAFAFA;
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  z-index: 100;
}

	

	
	

body[data-v-5ded574a] {
  line-height: 1.5;
  text-align: center;
}
a[data-v-5ded574a] {
  font-family: inherit;
  font-weight: bold;
}
h1[data-v-5ded574a] {
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
h1[data-v-5ded574a] {
    font-size: 2.7em;
    margin: 8px 0 20px;
}
}
p[data-v-5ded574a] {
    line-height: 1.5;
    font-family: Tahoma, sans-serif;
    margin: 0 0 18px;
}
.o-header__mobileToggle[data-v-5ded574a] {
  display: none !important;
}
.callout-text[data-v-5ded574a] {
  font-weight: bold;
  font-size: 18px;
  font-family: Tahoma, sans-serif;
}
.container[data-v-5ded574a] {
  width: 100%;
}
.article-info[data-v-5ded574a] {
  text-align: center;
  color: #666;
  font-size: 0.8em;
  margin: 0;
}
.agent-num[data-v-5ded574a] {
  display: none;
  text-align: right;
}
.agent-num span[data-v-5ded574a] {
  display: block;
  font-size: 0.75em;
}
@media screen and (min-width: 1025px) {
.agent-num[data-v-5ded574a] {
    display: block;
}
.agent-num span[data-v-5ded574a] {
    font-size: small;
}
}
.c2cnum[data-v-5ded574a] {
  transition: 0.3s;
  font-size: clamp(24px, 2vw, 36px);
  font-weight: bold;
  background-image: url('/assets/icons/phone_c2c.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 7px;
}
.callout[data-v-5ded574a] {
  width: 100%;
  margin: 1em auto;
  padding: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: #f29e23;
  border: 1px solid #ffcb36;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
.callout[data-v-5ded574a] {
    width: 80%;
}
}
.intro-photo figcaption[data-v-5ded574a] {
  text-align: left;
  max-width: 800px;
  font-size: 0.9em;
  font-weight: bold;
}
.cta-quote[data-v-5ded574a] {
  display: block;
  text-align: center;
  color: white;
  border-radius: 5px;
  margin: 1em auto;
  transition: 0.3s;
  max-width: 350px;
  background: #1A73E8;
  font-size: clamp(1.2em, 3vw, 1.8em);
  padding: 0.5em 0.25em;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.cta-quote[data-v-5ded574a]:hover {
  color: white !important;
  background: #135cbc;
}
.household-photo[data-v-5ded574a] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5em auto;
}
.body-copy-wrapper[data-v-5ded574a] {
    margin: 0 auto;
    padding: 1em;
    max-width: 400px;
    text-align: center;
}
@media screen and (min-width: 768px) {
.body-copy-wrapper[data-v-5ded574a] {
    padding: 3em 0;
    max-width: 840px;
}
}
ol[data-v-5ded574a],
ul[data-v-5ded574a] {
  padding-left: 2em;
}
ol li[data-v-5ded574a],
ul li[data-v-5ded574a] {
  margin: 0 0 0.5em;
  font-family: Tahoma, sans-serif;
}
.map-wrapper[data-v-5ded574a] {
  margin: 2em 0;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
.map-wrapper .state-map[data-v-5ded574a] {
  margin: 0 auto;
  width: 100%;
}
.map-wrapper .state-loader[data-v-5ded574a] {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1280px) {
.map-wrapper .state-map[data-v-5ded574a] {
    max-width: 800px;
}
}
.e-zipcodeFormCTA__submit[data-v-5ded574a] {
  font-size: inherit !important;
}
.open-enrollment-banner[data-v-5ded574a] {
  font-size: 16px;
  padding: 0.75em 1.5em;
  background-color: #FFFFFF;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1100;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}
.open-enrollment-banner__minimize[data-v-5ded574a] {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(97, 97, 97, 0.4);
  font-size: 1em;
  color: #FFFFFF;
  height: 1.5rem;
  width: 1.5rem;
}
.open-enrollment-banner__minimize[data-v-5ded574a]:hover {
  cursor: pointer;
  background-color: rgba(97, 97, 97, 0.5);
}
.open-enrollment-banner .open-enrollment-banner-wrapper[data-v-5ded574a] {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
}
.open-enrollment-banner .open-enrollment-headline[data-v-5ded574a] {
  margin: 0;
}
.open-enrollment-banner .open-enrollment-headline.desktop[data-v-5ded574a] {
  margin: 0 1em;
}
.open-enrollment-banner .open-enrollment-button[data-v-5ded574a] {
  background: #FFFFFF;
  color: #1A73E8;
  font-size: 12px;
  margin: 0.5em;
  padding: 0.25em 1em;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
.open-enrollment-banner[data-v-5ded574a] {
    font-size: 20px;
}
.open-enrollment-banner .open-enrollment-banner-wrapper[data-v-5ded574a] {
    flex-direction: row;
    max-width: 720px;
    margin: 0 auto;
}
.open-enrollment-banner .open-enrollment-button[data-v-5ded574a] {
    font-size: 14px;
    margin-top: 0;
}
}
@media screen and (min-width: 1025px) {
.open-enrollment-banner .open-enrollment-banner-wrapper[data-v-5ded574a] {
    max-width: 1024px;
}
}
.agent[data-v-5ded574a] {
  height: 3em;
  margin-right: 0;
  margin-bottom: 1em;
  display: none;
}
@media screen and (min-width: 768px) {
.agent[data-v-5ded574a] {
    margin-right: 1em;
    margin-bottom: 0;
    display: block;
}
}
.modal-mask[data-v-5ded574a] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container[data-v-5ded574a] {
  opacity: 100;
  display: block;
  position: relative;
  z-index: 10000;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  height: auto;
  overflow-y: hidden;
  margin: 1em auto;
  padding: 2em 1.5em;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  text-align: center;
}
.modal-container .modal-headline[data-v-5ded574a] {
  color: #1A73E8;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 1em;
}
.modal-container .modal-close[data-v-5ded574a] {
  position: absolute;
  transition: all 100ms;
  font-weight: bold;
  text-decoration: none;
  color: #303134;
  top: 15px;
  right: 20px;
  font-size: 25px;
}
.modal-container .modal-close[data-v-5ded574a]:hover {
  cursor: pointer;
}
.modal-list[data-v-5ded574a] {
  color: #303134;
  font-size: 0.9rem;
  margin: 1em;
  padding-left: 1em;
  text-align: left;
  font-weight: normal;
}
.modal-list li[data-v-5ded574a] {
  margin: 0.5em 0;
}
.modal-button[data-v-5ded574a] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: none;
  color: #303134;
  text-decoration: underline;
}
.modal-button[data-v-5ded574a]:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
.modal-headline[data-v-5ded574a] {
    font-size: 1.75em;
}
.modal-close[data-v-5ded574a] {
    top: 20px;
    right: 30px;
    font-size: 30px;
}
}
.selection-wrapper[data-v-5ded574a] {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  gap: 1em;
}
.selection-wrapper .selection-option[data-v-5ded574a] {
  width: 100%;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
.selection-wrapper[data-v-5ded574a] {
    flex-flow: row;
    justify-content: space-between;
    margin: 2em 0;
}
.selection-wrapper .selection-option[data-v-5ded574a] {
    width: 300px;
    margin: 0 10px;
}
}
.cta-final-button[data-v-5ded574a] {
  display: block;
  text-align: center;
  color: white;
  border-radius: 0;
  margin: 0.75em auto;
  transition: 0.3s;
  width: 100%;
  background: #b00020;
  font-size: 0.8em;
  padding: 0.5em 0;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: 0;
}
@media screen and (min-width: 768px) {
.cta-final-button[data-v-5ded574a] {
    font-size: 1.6em;
    border-radius: 5px;
}
}
.m-radio[data-v-5ded574a] {
  padding: 0;
}
.m-radio__input[data-v-5ded574a] {
  display: none;
}
.m-radio__label[data-v-5ded574a] {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  line-height: 1em;
  text-transform: capitalize;
  width: 100%;
  background-color: #1A73E8;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  height: 3rem;
  text-decoration: none;
}
.m-radio__label[data-v-5ded574a]:hover {
  background-color: #488fed;
}
.m-radio__input:checked + .m-radio__label[data-v-5ded574a] {
  background-color: #34a853;
  color: white;
}

	




#quiz {
  text-align: center;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  height:auto;
  min-height: 300px;
}
a {
  text-decoration: none;
}
.btn {
  padding: 1em 2em;
  margin: .5em;
  border: 2px solid white;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  width:300px;
  cursor: pointer;
  color: #ffffff;
  background: #008b95;
  font-weight: 700;
  transition: all 0.3s ease-out;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.call-now {
  background-color: #008b95;
  font-size: 1.2em;
  letter-spacing: 1px;
  width: auto !important;
  max-width: 300px;
  margin: 0 auto;
  display:flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  animation: .4s jump ease infinite alternate;
}

.flex-row {
  display: flex;
  justify-content: center;
  flex-flow: row;
}




.get_a_qoute a {
    background: #f29e23;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;transition: all 0.3s ease-out;
}
.get_a_qoute a:hover {
    background: #11c6d3;

}

p.income {
    font-size: 20px;
    font-weight: 700;
}
.img-col {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px;
}
p.quali {
    font-size: 18px;
    margin: 0 0 7px;
    color: #f29e23;
}
.desc_sec {
    display: inline-block;
    width: 100%;
    margin: 15px 0 30px;
}
.desc_sec .col-6 {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 14px;
}
.desc_sec .col-6 img {
    max-width: 100%;
}
.desc_sec .col-6 h2 {
    font-size: 20px;
}
.desc_sec .col-6 p {
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    margin: 10px 0 15px;
}
.desc_sec h3 {
    font-family: Tahoma, sans-serif;
    margin: 10px 0 6px;
    font-weight: normal;
    font-size: 17px;
}
.desc_sec .col-6 p a {
    color: #00a5b1;
}
.img-col img {
    max-width: 100%;
}




























































@media screen and (max-width: 768px) {
  #quiz-board {
    padding: .5em;
  }
  .btn {
    width:250px;
    margin: .5em auto;
  }
  .flex-row {
    flex-flow: column;
  }
	
	.desc_sec .col-6 {
    width: 100%;
    padding: 0 0 20px;
}
	
.body-copy-wrapper[data-v-5ded574a] {
    padding: 1.4em .4em .4em;max-width: 100%;
}	
	
.get_a_qoute a {
    padding: 9px 18px;

}
.desc_sec h3 {
    margin: -10px 0 0;
    font-size: 17px;
    text-align: left;
    display: inline-block;
    width: 100%;
}	
.container[data-v-105ff7cd] {

    padding: .4em;max-width: 100%;
}	
	
	
	
	
}
/* PROGRESS BAR  */

.bar-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  animation-name: hide-bar;
  animation-duration: .5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.bar-container .loading-bar {
  display: flex;
  height: 20px;
  width: 100%;
  max-width: 500px;
  box-shadow: inset 0px 0px 0px 1px #C8C8CD;
  border-radius: 50px;
  overflow: hidden;
}
.bar-container .loading-bar .progress-bar {
  display: flex;
  height: 100%;
  width: 100%;
  background: #56c163;
  -webkit-animation: progress-animation 3s ease-in-out;
          animation: progress-animation 3s ease-in-out;
}
.reveal-contact {
  opacity: 0;
  animation-name: reveal-number;
  animation-duration: .5s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  width: 100%;
}
@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
    opacity: 1;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
    opacity: 1;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
/* @keyframes hide-bar {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display:none;
  }
} */
@keyframes reveal-number {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }
}
