html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Kalam", sans-serif;
  background: #C6CAED;
}

section div {
  margin-left: 10vw;
  margin-right: 10vw;
  max-width: 80vw;
}

#landing {
  width: 100%;
  overflow: hidden;
  scroll-snap-align: start;
}

#grabber {
  width: 100%;
  margin-top: 5vh;
  font-size: 2rem;
}
@media (min-width: 576px) {
  #grabber {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: start;
  }
}
@media (min-width: 992px) {
  #grabber {
    margin-top: 15vh;
  }
}

#grabber-container h1 {
  font-size: 7rem;
  font-weight: 350;
  font-family: "Knewave", system-ui;
}
#grabber-container h2 {
  font-weight: 400;
  font-size: 3rem;
}
#grabber-container h3 {
  font-size: 5rem;
  font-weight: 10;
  font-family: "Pacifico", cursive;
}
@media (min-width: 992px) {
  #grabber-container h1 {
    font-size: 4rem;
    font-weight: 350;
  }
  #grabber-container h2 {
    font-size: 1.5rem;
    font-weight: 100;
  }
  #grabber-container h3 {
    font-size: 3rem;
    font-weight: 10;
  }
}

#method {
  padding-bottom: 20vh;
}

#process h1 {
  font-size: 5rem;
}
#process h2 {
  font-size: 2.5rem;
}
#process h3 {
  font-size: 2.75rem;
}
#process p {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  #process h1 {
    font-size: 3rem;
  }
  #process h2 {
    font-size: 2rem;
  }
  #process h3 {
    font-size: 1.75rem;
  }
  #process p {
    font-size: 1.25rem;
  }
}

#process-2-img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#process-2-img img {
  width: 100%;
  max-width: 800px;
  max-height: 370px;
}

#process-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 20px;
  margin-right: 20px;
}
#process-3 h2 {
  width: 80vw;
  text-align: start;
}
#process-3 div {
  width: 80vw;
  max-width: 650px;
}
@media (min-width: 992px) {
  #process-3 div {
    max-width: 450px;
  }
}
#process-3 p {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  #process-3 p {
    font-size: 2rem;
  }
}

#footer {
  text-align: center;
}

#footer-links-container {
  display: flex;
  justify-content: space-evenly;
}
#footer-links-container ul {
  padding: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
#footer-links-container li {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  #footer-links-container li {
    font-size: 1.5rem;
  }
}
#footer-links-container ul li {
  list-style: none;
  display: inline-block;
}
#footer-links-container ul li a {
  text-decoration: none;
  color: #000;
}
#footer-links-container ul li a:hover {
  color: #224F75;
}

#privacy-policy {
  margin-top: 11vh;
  justify-content: center;
  text-align: center;
}
#privacy-policy embed {
  width: 90vw;
  max-width: 1200px;
  height: 90vh;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#terms-of-service {
  margin-top: 11vh;
  justify-content: center;
  text-align: center;
}
#terms-of-service embed {
  width: 90vw;
  max-width: 1200px;
  height: 90vh;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.fs-1 {
  font-size: 7rem;
}
@media (min-width: 992px) {
  .fs-1 {
    font-size: 2.5rem;
  }
}

.fs-2 {
  font-size: 6rem;
}
@media (min-width: 992px) {
  .fs-2 {
    font-size: 2rem;
  }
}

.fs-3 {
  font-size: 5rem;
}
@media (min-width: 992px) {
  .fs-3 {
    font-size: 1.75rem;
  }
}

.fs-4 {
  font-size: 4rem;
}
@media (min-width: 992px) {
  .fs-4 {
    font-size: 1.5rem;
  }
}

.fs-5 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .fs-5 {
    font-size: 1.25rem;
  }
}

.fs-6 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .fs-6 {
    font-size: 1rem;
  }
}

.h1 {
  font-size: 7rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.h2 {
  font-size: 6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.h3 {
  font-size: 5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h3 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

.h4 {
  font-size: 4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h4 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.h5 {
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h5 {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.h6 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h6 {
    font-size: 1rem;
    font-weight: 700;
  }
}

.unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight-primary {
  display: inline;
  padding: 0.25em 0;
  background: #C8D8E7;
  color: #fff;
  box-shadow: 0.5em 0 0 #C8D8E7, -0.5em 0 0 #C8D8E7;
}

.highlight-secondary {
  display: inline;
  padding: 0.25em 0;
  background: #63949E;
  color: #fff;
  box-shadow: 0.5em 0 0 #63949E, -0.5em 0 0 #63949E;
}

.highlight-light {
  display: inline;
  padding: 0.25em 0;
  background: #C6CAED;
  color: #f8f8f8;
  box-shadow: 0.1em 0 0 #C6CAED, -0.1em 0 0 #C6CAED;
}
@media (min-width: 576px) {
  .highlight-light {
    box-shadow: 0.5em 0 0 #C6CAED, -0.5em 0 0 #C6CAED;
  }
}

.btn {
  appearance: none;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 6px;
  box-shadow: rgba(10, 10, 10, 0.25) 0 1px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}
.btn:disabled {
  cursor: default;
}
.btn a {
  text-decoration: none;
}

.btn-primary {
  background-color: #224F75;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0b1a26;
}
.btn-primary:focus {
  box-shadow: #0b1a26;
  outline: none;
}
.btn-primary:disabled {
  background-color: #0b1a26;
  color: #fff;
  border-color: rgba(10, 10, 10, 0.25);
}
.btn-primary a {
  color: #fff;
}

.btn-secondary {
  background-color: #ADA8BE;
  color: #000;
}
.btn-secondary:hover {
  background-color: #766e92;
}
.btn-secondary:focus {
  box-shadow: #766e92;
  outline: none;
}
.btn-secondary:disabled {
  background-color: #766e92;
  color: #fff;
  border-color: rgba(10, 10, 10, 0.25);
}
.btn-secondary a {
  color: #000;
}

.btn-more-info {
  position: absolute;
  bottom: 10vh;
  margin: 0 auto;
  text-align: center;
  animation: pulse 4s ease 0s infinite;
}
.btn-more-info a {
  text-decoration: none;
  color: #f8f8f8;
}
.btn-more-info svg {
  max-width: 100px;
  max-height: 100px;
  width: 10vh;
  height: 10vh;
}
.btn-more-info:hover {
  animation: none;
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn-outline {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: rgba(3, 21, 45, 0.2);
  color: #C6CAED;
  border: 3px solid #C6CAED;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-outline:hover {
  color: #000;
  background-color: #C6CAED;
  border-color: #C6CAED;
}
.btn-outline:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(198, 202, 237, 0.5);
}
.btn-outline:disabled {
  color: #224F75;
  background-color: transparent;
  border-color: #224F75;
  cursor: not-allowed;
}
.btn-outline a {
  color: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.btn-outline a:hover {
  color: #000;
}
@media (min-width: 576px) {
  .btn-outline {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-outline {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.btn-outline-light {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #C6CAED;
  border: 3px solid #C6CAED;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #C6CAED;
  border-color: #C6CAED;
}
.btn-outline-light:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(198, 202, 237, 0.5);
}
.btn-outline-light:disabled {
  color: #224F75;
  background-color: transparent;
  border-color: #224F75;
  cursor: not-allowed;
}
.btn-outline-light a {
  color: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.btn-outline-light a:hover {
  color: #000;
}
@media (min-width: 576px) {
  .btn-outline-light {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-outline-light {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.btn-outline-light-sm {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #C6CAED;
  border: 3px solid #C6CAED;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-outline-light-sm:hover {
  color: #000;
  background-color: #C6CAED;
  border-color: #C6CAED;
}
.btn-outline-light-sm:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(198, 202, 237, 0.5);
}
.btn-outline-light-sm:disabled {
  color: #224F75;
  background-color: transparent;
  border-color: #224F75;
  cursor: not-allowed;
}
.btn-outline-light-sm a {
  color: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.btn-outline-light-sm a:hover {
  color: #000;
}
@media (min-width: 576px) {
  .btn-outline-light-sm {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn-outline-light-sm {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  background-color: none;
  color: #fff;
}

#nav-mobile {
  visibility: visible;
  display: flex;
  flex-direction: column;
  background-color: #224F75;
  min-height: 5vh;
}
@media (min-width: 992px) {
  #nav-mobile {
    visibility: hidden;
  }
}

#nav-mobile-menu {
  display: none;
}

#nav-mobile-menu.is-active {
  display: flex;
  flex-direction: column;
  background-color: #224F75;
}

#navbar-mobile-logo-hamburger-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 93vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-right: 5vw;
  padding-left: 2vw;
}

#nav-hamburger {
  display: none;
}

#nav-hamburger-label {
  font-size: 2.5rem;
}

#navbar-mobile-text-logo {
  margin-left: 10px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #navbar-mobile-text-logo {
    font-size: 2rem;
  }
}

#nav-mobile-menu {
  padding-left: 0;
  list-style: none;
}
#nav-mobile-menu li {
  align-items: center;
  width: 50vw;
  text-align: center;
  border-top: solid;
}
#nav-mobile-menu li:first-child {
  border-top: none;
}
#nav-mobile-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 5rem;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#nav-mobile-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#nav-desktop {
  visibility: hidden;
  display: none;
}
@media (min-width: 992px) {
  #nav-desktop {
    display: flex;
    visibility: visible;
  }
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #224F75;
  flex-direction: row;
  width: 80vw;
  max-width: 800px;
  border-radius: 40px;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-desktop-logo {
  display: block;
}
.navbar-desktop-logo img {
  height: 100%;
  width: 150px;
}

.navbar-links {
  display: block;
  gap: 5px;
}
.navbar-links a {
  color: #000;
  border-radius: 60px;
  padding: 5px 10px;
  background-color: #fff;
  text-decoration: none;
  font-size: 3.5rem;
  font-weight: 120;
  transition: color 0.3s ease;
  margin-left: 5px;
  margin-right: 5px;
}
.navbar-links a:hover {
  color: #ADA8BE;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-links a {
    font-size: 2rem;
  }
}

.section-container {
  width: 100vw;
  min-height: 30vh;
  padding: 5px;
}

.line-break {
  height: 0px;
  padding: 0 5px;
  margin-left: auto;
  margin-right: auto;
}

.line-break-80 {
  width: 80%;
}

.line-break-90 {
  width: 90%;
}

.line-break-100 {
  width: 100%;
}

.line-break-dashed-bg {
  border: 1px dashed #03152D;
}

.section-bubble, .section-bubble_type-b, .section-bubble_type-a, .section-bubble2, .section-bubble1 {
  margin-bottom: 20vw;
  position: relative;
}
.section-bubble:after, .section-bubble_type-b:after, .section-bubble_type-a:after, .section-bubble2:after, .section-bubble1:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: url("") green;
  background-size: 100%;
  transform: translate(0, 100%);
}

.section-bubble1 {
  background-color: #C6CAED;
}
.section-bubble1:after {
  background-color: #ADA8BE;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23C6CAED' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble2 {
  background-color: #ADA8BE;
}
.section-bubble2:after {
  background-color: #C6CAED;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='%23ADA8BE'/></svg>");
}

.section-bubble_type-a:after {
  background-image: url("data:image/svg+xmlutf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}

.section-bubble_type-b:after {
  background-image: url("data:image/svg+xmlutf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z' fill='red'/></svg>");
}

.card {
  padding: 20px;
  background-color: #C6CAED;
  border: 5px none #000;
  box-shadow: 0 0 5px rgba(10, 10, 10, 0.75);
  border-radius: 1rem;
  margin: 5px;
}

.card-header {
  text-align: center;
}

.card-body {
  max-width: 100%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
}

#blog-main-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11vh;
  width: 90vw;
  display: block;
}

@media (min-width: 992px) {
  #blog-inner-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
}

.blog-card {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #224F75;
  text-align: center;
  color: #f8f8f8;
}
@media (min-width: 992px) {
  .blog-card {
    width: 30vw;
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.blog-card:hover {
  box-shadow: 5px 5px 20px -4px #000;
}
.blog-card a {
  text-decoration: none;
  color: #f8f8f8;
}

.blog-card-image-header img {
  width: 85vw;
  height: 85vw;
}
@media (min-width: 992px) {
  .blog-card-image-header img {
    width: 300px;
    height: 300px;
  }
}

.blog-card-description {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#blog-content-container {
  max-width: 1200px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}
#blog-content-container h1 {
  text-align: center;
  font-size: 5rem;
}
#blog-content-container h2 {
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
  font-size: 4rem;
}
#blog-content-container h3 {
  margin-top: 0.6em;
  margin-bottom: 0.25em;
  font-size: 3rem;
}
#blog-content-container p {
  font-size: 2rem;
}
@media (min-width: 992px) {
  #blog-content-container {
    margin-top: 15vh;
  }
  #blog-content-container h1 {
    font-size: 2.55rem;
  }
  #blog-content-container h2 {
    font-size: 2rem;
  }
  #blog-content-container h3 {
    font-size: 1.5rem;
  }
  #blog-content-container p {
    font-size: 1.5rem;
  }
}

#blog-image-container {
  width: 80vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #blog-image-container {
    width: 300px;
    height: 300px;
  }
}

#blog-image {
  width: 80vw;
  height: 80vw;
}
@media (min-width: 992px) {
  #blog-image {
    width: 300px;
    height: 300px;
  }
}

#blog-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}

#about-page {
  width: 100%;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#about-page h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #about-page h1 {
    font-size: 3rem;
  }
}
#about-page h2 {
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #about-page h2 {
    font-size: 2rem;
  }
}
#about-page p {
  font-size: 2rem;
  max-width: 800px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #about-page p {
    font-size: 1.25rem;
  }
}
#about-page p a {
  text-decoration: none;
}
#about-page p a:hover {
  text-decoration: underline;
}
#about-page p i {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  #about-page p i {
    font-size: 1.1rem;
  }
}

#price-page {
  width: 100%;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#price-page h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #price-page h1 {
    font-size: 3rem;
  }
}
#price-page h2 {
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #price-page h2 {
    font-size: 2rem;
  }
}
#price-page p {
  font-size: 2rem;
  max-width: 800px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  #price-page p {
    font-size: 1.25rem;
  }
}
#price-page p a {
  text-decoration: none;
}
#price-page p a:hover {
  text-decoration: underline;
}
#price-page p i {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  #price-page p i {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=light.css.map */
