/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./adage-static/sass/probabilityOfSurvival.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
  font-size: 18px;
  line-height: 33px;
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold;
}

.bg-white {
  color: black;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
  color: #215680;
}

.main {
  background: #215680;
  color: white;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}
.main.with-form-continue {
  padding-bottom: 100px;
}
.main:not(.no-watermark) {
  background: linear-gradient(to bottom, #215680, #008aa9 85%);
}
@media (min-width: 992px) {
  .main:not(.no-watermark) #probability-of-survival-tool {
    background-image: url(0c5100eb7e638f4201fd.png);
    background-position: top right;
    background-size: 400px;
    background-repeat: no-repeat;
  }
}

div, button, input, form {
  box-sizing: border-box;
}

.mb-2 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 30px;
}

.mb-6 {
  margin-bottom: 45px;
}

.p-3 {
  padding: 25px;
}

.p-4 {
  padding: 50px;
}

.px-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.flex-spacer, .flex-grow-1 {
  flex-grow: 1;
}

.btn {
  font-family: "Arial";
  font-weight: bold;
}

.btn-primary, .btn-primary:hover, .btn-primary:hover, .btn-primary:hover:hover {
  background-color: #769c38;
}

.longevityillustrator-us .btn-primary, .longevityillustrator-us .btn-primary:hover {
  background-color: #67c197;
}

.btn-primary, .btn-secondary, .btn-outline {
  padding: 12px 25px;
}

.btn-outline {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.btn-check {
  position: absolute;
  opacity: 0;
}
.btn-check:checked + .btn {
  color: #215680;
  border: 2px solid #215680;
  font-weight: bold;
  background-color: white;
}
@media print {
  .btn-check:checked + .btn {
    border: none;
  }
}
.btn-check:not(:checked) + .btn {
  background-color: white;
  color: gray;
  border-color: gray;
  font-weight: normal;
}
@media print {
  .btn-check:not(:checked) + .btn {
    display: none;
  }
}
.btn-check:not(:last-child) + .btn {
  margin-right: 10px;
}
.btn-check + .btn {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px 32px;
  white-space: normal;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .btn-check + .btn {
    width: auto;
  }
}

.form-group > label {
  font-size: 22px;
  font-weight: bold;
}

.form-dropdown {
  position: relative;
}
.form-dropdown > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.form-dropdown::after {
  background-image: url(74878a2b1497973431f7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  height: 100%;
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
  position: absolute;
  width: 16px;
  right: 20px;
  top: 0;
  content: " ";
  display: block;
  pointer-events: none;
}

.form-control__narrow {
  max-width: 150px;
  text-align: center;
}

.tooltip-error > .tooltip-inner {
  background-color: red;
}
.tooltip-error > .arrow::before {
  border-bottom-color: red;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.print-only {
  display: none;
}
@media print {
  .print-only {
    display: unset !important;
  }
}

@media print {
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print {
  .no-print-break {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.navbar-wrap {
  padding: 25px;
  display: none;
}
@media (min-width: 992px) {
  .navbar-wrap {
    display: block;
  }
}
@media print and (min-width: 992px) {
  .navbar-wrap {
    display: none !important;
  }
}

.navbar {
  height: 64px;
  border-radius: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar__contents {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.navbar__contents .navbar__logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
}
.navbar__contents .nav-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.navbar__contents .nav-list li {
  display: inline-block;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.navbar__contents .nav-list li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #215680;
  font-weight: bold;
  font-size: 18px;
}
.navbar__contents .nav-list li a:hover {
  color: #215680;
  text-decoration: none;
}

.mobile-header {
  background-color: white;
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header__logo {
  height: 36px;
}
.mobile-header__nav-button-wrap {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 10px;
}
.mobile-header__nav-button-wrap > button {
  background-color: transparent;
  border: none;
}
.mobile-header__nav-button-wrap > button > img {
  width: 24px;
  height: auto;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}
@media print {
  .mobile-header {
    display: none;
  }
}

.mobile-navbar {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21000;
  display: flex;
}
.mobile-navbar__contents {
  width: 65%;
  height: 100%;
  background-color: white;
}
.mobile-navbar__contents .nav-list {
  padding-left: 0;
  list-style-type: none;
}
.mobile-navbar__contents .nav-list li a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #044c7a;
  font-weight: bold;
}
.mobile-navbar__contents .nav-list li a:hover {
  text-decoration: none;
}
.mobile-navbar__background {
  background-color: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
}

.footer {
  background-color: #fcfcfc;
  color: #676c79;
}
.footer .footer__links {
  list-style-type: none;
  margin-bottom: 0;
}
.footer .footer__links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer__links li a {
  color: #676c79;
}
.footer .footer__links li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.terms-modal {
  --terms-modal-header-height: 60px;
  --terms-modal-footer-height: 140px;
  --terms-modal-top: 20px;
  --terms-modal-bottom: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20010;
}
@media (min-width: 992px) {
  .terms-modal {
    --terms-modal-footer-height: 70px;
    --terms-modal-top: 10%;
    --terms-modal-bottom: 10%;
  }
}
.terms-modal__header {
  left: 0;
  right: 0;
  top: var(--terms-modal-top);
  height: var(--terms-modal-header-height);
  border-radius: 14px 14px 0 0;
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 992px) {
  .terms-modal__header {
    left: 15%;
    right: 15%;
  }
}
.terms-modal__header .btn-close {
  background-color: transparent;
  border: none;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.terms-modal__header .btn-close img {
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
}
.terms-modal__body {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 20020;
  background-color: white;
  color: black;
  opacity: 1;
  top: calc(var(--terms-modal-header-height) + var(--terms-modal-top));
  height: calc(100vh - var(--terms-modal-header-height) - var(--terms-modal-footer-height) - var(--terms-modal-top) - var(--terms-modal-bottom));
  overflow: auto;
  font-size: 14px;
}
@media (min-width: 992px) {
  .terms-modal__body {
    left: 15%;
    right: 15%;
  }
}
.terms-modal__body .terms-modal__text {
  padding: 10px 50px;
  font-size: 14px;
  line-height: 22px;
  color: #343434;
}
.terms-modal__body .terms-modal__text h2 {
  color: #215680;
  font-size: 25px;
}
.terms-modal__body .terms-modal__text h3 {
  color: #215680;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.terms-modal__body .terms-modal__text p {
  margin-top: 0;
}
.terms-modal__buttons {
  left: 0;
  right: 0;
  position: absolute;
  bottom: var(--terms-modal-bottom);
  height: var(--terms-modal-footer-height);
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-shadow: 0 -1px 20px 0 rgba(4, 75, 119, 0.27);
  z-index: 20030;
  border-radius: 0 0 14px 14px;
}
@media (min-width: 992px) {
  .terms-modal__buttons {
    left: 15%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .terms-modal__buttons {
    flex-wrap: nowrap;
  }
}
.terms-modal__buttons .terms-modal__button__caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: initial;
  color: black;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .terms-modal__buttons .terms-modal__button__caption {
    width: auto;
    text-align: center;
  }
}
.terms-modal__buttons .btn {
  max-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
@media (min-width: 992px) {
  .terms-modal__buttons .btn {
    width: auto;
  }
}

.person-number-badge {
  border-radius: 16px;
  padding: 6px 10px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: initial;
}
.person-number-badge__one {
  background-color: #e9ffcd;
  color: #35550c;
}
.person-number-badge__two {
  background-color: #f1ebff;
  color: #623dc4;
}

.longevityillustrator-us .person-number-badge__one {
  background-color: #67c197;
  color: white;
}
.longevityillustrator-us .person-number-badge__two {
  background-color: #dd407c;
  color: white;
}

.profile-form-header {
  color: white;
}
.profile-form-header h2 {
  font-size: 33px;
}
@media (min-width: 992px) {
  .profile-form-header h2 {
    font-size: 42px;
  }
}
.profile-form-header a {
  color: white;
}

.profile-form {
  background-color: white;
  border-radius: 14px;
  padding: 50px;
  margin-bottom: 40px;
}
.profile-form label {
  color: #215680;
}
@media print {
  .profile-form label {
    color: black;
  }
}
.profile-form input, .profile-form input:active, .profile-form input:focus, .profile-form select, .profile-form select:active, .profile-form select:focus {
  background-color: #F5F6F7;
  color: #383838;
}

.form-continue-footer {
  position: fixed;
  height: 100px;
  bottom: 0;
  background-color: white;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 20px 0 rgba(162, 162, 162, 0.27);
  display: flex;
  flex-direction: column;
}
.form-continue-footer__buttons {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-continue-footer__buttons > button {
  height: 50px;
}
.form-continue-footer__buttons .go-back-button {
  position: absolute;
  left: 25px;
  border: 0;
  background-color: transparent;
  color: gray;
  width: 36px;
  height: 36px;
  padding: 0;
}
.form-continue-footer__buttons .go-back-button img {
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
}
.form-continue-footer__progress-bar {
  height: 10px;
  display: flex;
  width: 100%;
}
.form-continue-footer__progress-bar > .completed-part {
  content: " ";
  background-color: #9573EB;
}
.form-continue-footer__progress-bar > .incomplete-part {
  content: " ";
}

.results-page-form-wrap {
  margin-left: 15px;
  margin-right: 15px;
}
.results-page-form-wrap .results-page-form {
  background-color: white;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 10px;
  position: fixed;
}
@media print {
  .results-page-form-wrap .results-page-form {
    position: static;
    width: 100% !important;
  }
}
.results-page-form-wrap .results-page-form__footer-wrap {
  width: 100%;
  position: relative;
  height: 10px;
}
.results-page-form-wrap .results-page-form__footer-wrap .results-page-form__footer {
  width: 100%;
  position: absolute;
  text-align: center;
}
.results-page-form-wrap .results-page-form label {
  color: #215680;
  font-size: 14px;
}
@media print {
  .results-page-form-wrap .results-page-form label {
    color: black;
  }
}
.results-page-form-wrap .results-page-form .btn-check + .btn {
  padding: 5px 21px;
}
.results-page-form-wrap .results-page-form input, .results-page-form-wrap .results-page-form select {
  background-color: #f5f6f7;
  color: #383838;
  padding: 5px 13px;
  height: 30px;
  font-size: 14px;
}
.results-page-form-wrap .results-page-form input:disabled, .results-page-form-wrap .results-page-form select:disabled {
  background-color: #d0d0d0;
  color: #202020;
}
.results-page-form-wrap .results-page-form .form-group {
  margin-bottom: 3px;
}
.results-page-form-wrap .results-page-form label {
  margin-bottom: 0;
  line-height: initial;
}
.results-page-form-wrap .results-page-form .info-tooltip img {
  width: 10px;
}
@media print {
  .results-page-form-wrap {
    display: block !important;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.results-page-form-mobile {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: white;
  z-index: 20000;
  padding: 30px;
  overflow-y: auto;
}
.results-page-form-mobile label {
  color: #215680;
  font-size: 20px;
  font-weight: bold;
}
.results-page-form-mobile input, .results-page-form-mobile select {
  background-color: #f5f6f7;
  color: #383838;
}
.results-page-form-mobile .results-page-form__header {
  margin-bottom: 5px;
}
.results-page-form-mobile .results-page-form__header .btn-close {
  background-color: transparent;
  border: none;
}
.results-page-form-mobile .results-page-form__header .btn-close > img {
  width: 18px;
  height: 18px;
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
}
.results-page-form-mobile .results-page-form {
  padding-bottom: 70px;
}
.results-page-form-mobile .results-page-form-mobile__footer {
  position: fixed;
  height: 70px;
  background-color: white;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 20px 0 rgba(4, 75, 119, 0.27);
  padding-top: 12px;
  padding-bottom: 12px;
}
.results-page-form-mobile .results-page-form-mobile__footer > button {
  padding-top: 0;
  padding-bottom: 0;
}

.remove-person-button {
  background-color: transparent;
  border: none;
  color: #215680;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

.add-person-button {
  background-color: transparent;
  border: none;
  color: #215680;
  font-size: 14px;
  font-weight: bold;
}
.add-person-button > img {
  width: 16px;
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
}

.results-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid white;
  border-radius: 5px;
}

.results-table {
  border-radius: 14px;
  margin-bottom: 0;
  line-height: initial;
}
.results-table thead {
  font-size: 16px;
  background-color: #295881;
}
.results-table tbody {
  font-size: 14px;
}
.results-table tbody td:not(:last-child) {
  border-right: 1px solid white;
}
.results-table tbody tr:nth-child(2n) {
  background-color: #295881;
}
.results-table tbody tr:nth-child(2n+1) {
  background-color: #1e4c77;
}

.results-page {
  margin-top: 10px;
  margin-bottom: 100px;
}
.results-page h2 {
  font-size: 33px;
}
@media (min-width: 992px) {
  .results-page h2 {
    font-size: 45px;
  }
}
.results-page .planning-horizon-heading {
  font-size: 27px;
}
.results-page #helpful-hints h2 {
  font-size: 18px;
}
.results-page h3 {
  font-size: 27px;
}
.results-page h4 {
  font-size: 20px;
}
.results-page a {
  color: white;
  text-decoration: underline;
}

.results-page-footer {
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}
.results-page-footer__person-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.results-page-footer__person-column > .btn {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.results-page-footer__person-column:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: lightgray;
  right: 0;
}
@media (min-width: 992px) {
  .results-page-footer {
    display: none;
  }
}

.print-button > img {
  width: 14px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
}

.faq {
  border-radius: 14px;
  background-color: white;
}
.faq__header > button {
  color: #676C79;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.faq__header > button:hover, .faq__header > button:active, .faq__header > button:focus {
  text-decoration: none;
  color: #676C79;
}
.faq__header > button.expanded .faq__question-body {
  color: #215680;
  font-weight: bold;
}
.faq__header > button.expanded:hover .faq__question-body, .faq__header > button.expanded:active .faq__question-body, .faq__header > button.expanded:focus .faq__question-body {
  color: #215680;
}
.faq__header > button.expanded .faq__expand-icon > img {
  filter: invert(29%) sepia(16%) saturate(2279%) hue-rotate(165deg) brightness(93%) contrast(87%);
}
.faq__header > button .faq__expand-icon {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  align-self: top;
}
.faq__header > button .faq__expand-icon > img {
  width: 24px;
  height: 24px;
  filter: invert(44%) sepia(3%) saturate(1386%) hue-rotate(186deg) brightness(94%) contrast(92%);
}
.faq__header > button .faq__question {
  max-width: 100%;
}
.faq__header > button .faq__question .faq__question-body {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}
.faq__body {
  padding-left: 62px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #676C79;
  font-size: 18px;
  line-height: 33px;
}

.results-page .faq {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.results-page .faq__header > button .faq__question-body, .results-page .faq__header > button:hover .faq__question-body, .results-page .faq__header > button:active .faq__question-body, .results-page .faq__header > button:focus .faq__question-body {
  color: white;
}
.results-page .faq__header > button .faq__expand-icon > img, .results-page .faq__header > button:hover .faq__expand-icon > img, .results-page .faq__header > button:active .faq__expand-icon > img, .results-page .faq__header > button:focus .faq__expand-icon > img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
}
.results-page .faq__header > button.expanded, .results-page .faq__header > button.expanded:hover, .results-page .faq__header > button:hover.expanded, .results-page .faq__header > button:hover.expanded:hover, .results-page .faq__header > button:active.expanded, .results-page .faq__header > button:active.expanded:hover, .results-page .faq__header > button:focus.expanded, .results-page .faq__header > button:focus.expanded:hover {
  color: white;
}
.results-page .faq__header > button.expanded .faq__expand-icon > img, .results-page .faq__header > button.expanded:hover .faq__expand-icon > img, .results-page .faq__header > button:hover.expanded .faq__expand-icon > img, .results-page .faq__header > button:hover.expanded:hover .faq__expand-icon > img, .results-page .faq__header > button:active.expanded .faq__expand-icon > img, .results-page .faq__header > button:active.expanded:hover .faq__expand-icon > img, .results-page .faq__header > button:focus.expanded .faq__expand-icon > img, .results-page .faq__header > button:focus.expanded:hover .faq__expand-icon > img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
}
.results-page .faq__body {
  color: white;
}

.info-tooltip {
  color: #215680;
}
.info-tooltip > img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
  width: 14px;
  height: 14px;
}
.info-tooltip.info-tooltip-gray > img {
  filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(91%) contrast(88%);
}

.intro h2 {
  line-height: 52px;
}
.intro p {
  font-size: 20px;
  line-height: 36px;
  color: #343434;
}
.intro .steps-wrap {
  background-color: #044b77;
}
@media (min-width: 992px) {
  .intro .steps-wrap {
    padding-bottom: 200px;
  }
}
.intro .steps-wrap h2 {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .intro .steps-wrap h2 {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
.intro .steps-wrap .stepbox__image {
  max-width: 130px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.intro .steps-wrap .stepbox h3 {
  font-size: 23px;
}
.intro .steps-wrap .stepbox p {
  color: white;
}

.hero-gradient-bg {
  background: linear-gradient(to left, #044f7a 0%, #028eab 49%, #037298 80%, #003157 100%);
}

@media (min-width: 992px) {
  .narrow {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .narrow {
    padding-left: 140px;
    padding-right: 140px;
  }
}

/*# sourceMappingURL=probabilityOfSurvival.css.map*/