@media all and (max-width: 1279px) {
  #pets .container {
    padding: 0 3.5rem;
  }
  #pets .intro {
    background-position: center;
  }
  #pets .compare-table td {
    padding: 0.4rem;
  }
}
@media all and (max-width: 1023px) {
  #container {
    overflow-y: auto !important;
  }
}
@media all and (max-width: 991px) {
  #pets .intro-title {
    max-width: 50rem;
    font-size: 3rem;
  }
  #pets .intro-text {
    font-size: 1.9rem;
  }
  #pets .intro-form {
    margin-top: 7.9rem;
  }
  #pets .goodbye-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #pets .goodbye-left {
    max-width: 70rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #pets .goodbye-right {
    max-width: 70rem;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #pets .explore .container {
    padding: 0;
  }
  #pets .compare-table thead .name {
    min-height: auto;
  }
  #pets .compare-table thead a {
    display: flex;
    margin: 1rem auto 0;
  }
  #pets .compare-table th {
    height: 24rem;
  }
  #pets .compare-table th img {
    margin-bottom: 1rem;
  }
  #pets .compare-table .hideMobile {
    display: none;
  }
  #pets .compare-table .no-bold-mobile {
    font-weight: 400;
  }
  #pets .compare-table tr.lines-5 {
    height: 8rem;
  }
  #pets .explore-content-left {
    width: 13.9rem;
  }
  #pets .explore-content-left .compare-table tbody td {
    border-right: 2px solid #D3E1EB;
    padding: 1rem;
  }
  #pets .explore-content-right {
    overflow: auto;
  }
  #pets .explore-content-right .compare-table {
    width: 84.4rem;
  }
  #pets .explore-content-right .compare-table tbody tr:last-child {
    display: none;
  }
  #pets .reviews-slider {
    padding: 0 4.5rem;
  }
  #pets .blog .container {
    padding: 0;
  }
  #pets .cta-left {
    padding: 1rem 4rem 1rem 2.5rem;
  }
}
@media all and (max-width: 767px) {
  #pets .intro-title {
    font-size: 2.8rem;
    max-width: 40rem;
  }
  #pets .intro-text {
    font-size: 1.4rem;
    max-width: 30rem;
  }
  #pets .intro-form-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  #pets .intro-form-input-wrapper {
    max-width: none;
  }
  #pets .common-input {
    font-size: 1.4rem;
  }
  #pets .common-section-title {
    font-size: 2rem;
  }
  #pets .goodbye {
    margin-top: 12.2rem;
  }
  #pets .goodbye-title {
    margin-bottom: 3rem;
  }
  #pets .goodbye-text {
    font-size: 1.4rem;
  }
  #pets .common-section {
    margin-top: 4rem;
  }
  #pets .goodbye {
    margin-top: 10.2rem;
  }
  #pets .project-content {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  #pets .project-item-title {
    font-size: 1.8rem;
  }
  #pets .project-item {
    max-width: 10rem;
  }
  #pets .project-item-separator {
    display: none;
  }
  #pets .reasons {
    padding: 4rem 0;
  }
  #pets .reasons-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  #pets .reasons-item {
    max-width: 30rem;
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    min-height: auto;
  }
  #pets .reasons-item-image {
    margin-bottom: 0;
    max-width: 6.2rem;
  }
  #pets .reasons-item-title {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  #pets .reasons-item-text {
    text-align: left;
    font-size: 1.4rem;
  }
  #pets .explore {
    padding-bottom: 2rem;
  }
  #pets .reviews {
    padding: 6rem 0;
  }
  #pets .reviews-inner {
    min-height: auto;
  }
  #pets .reviews-title {
    margin-bottom: 2.5rem;
  }
  #pets .reviews-slider-button {
    width: 0.9rem;
    height: 1.8rem;
  }
  #pets .reviews-item {
    margin: 0;
  }
  #pets .reviews-item-stars {
    width: 9.4rem;
  }
  #pets .reviews-item-stars--1 {
    width: 1.8rem;
  }
  #pets .reviews-item-stars--2 {
    width: 3.7rem;
  }
  #pets .reviews-item-stars--3 {
    width: 5.6rem;
  }
  #pets .reviews-item-stars--4 {
    width: 7.5rem;
  }
  #pets .reviews-item-stars--4 {
    width: 9.4rem;
  }
  #pets .reviews-item-icon {
    max-width: 1.8rem;
  }
  #pets .reviews-item-text {
    font-size: 1.4rem;
  }
  #pets .reviews-item-author {
    font-size: 1.4rem;
  }
  #pets .blog-item-content {
    padding: 2rem 1.8rem;
  }
  #pets .cta-inner {
    flex-direction: column-reverse;
  }
  #pets .cta-left, #pets .cta-right {
    width: 100%;
  }
  #pets .cta-left {
    padding: 3rem 2.7rem;
  }
  #pets .cta-title {
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
  }
  #pets .intro-form-button {
    margin-right: auto;
    margin-left: auto;
  }
  #pets .cta-right {
    min-height: 30rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #pets .questions {
    margin: 0;
    padding: 6rem 0;
  }
  #pets .questions-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
}
@media all and (max-width: 547px) {
  #pets .intro {
    padding-top: 3rem;
    position: relative;
    background-image: url(/static/images/pets_landing/intro_background_mobile.jpg);
    min-height: 47rem;
  }
  #pets .intro-title {
    max-width: 30rem;
    margin: 0 auto 0.5rem;
    text-align: center;
  }
  #pets .intro-text {
    margin: 0 auto;
    text-align: center;
    max-width: 31rem;
  }
  #pets .intro-form {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    top: 39rem;
  }
  #pets .intro-form-title {
    text-align: center;
  }
  #pets .intro-form-subtitle {
    text-align: center;
  }
  #pets .intro-form-text {
    text-align: center;
  }
  #pets .intro-form-inner {
    flex-direction: column;
  }
  #pets .intro-form-button {
    max-width: none;
  }
  #pets .cta-right {
    background-image: url(/static/images/pets_landing/cta_background_mobile.jpg);
    min-height: 20rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #pets .goodbye {
    margin-top: 22.2rem;
  }
  #pets .goodbye-title {
    text-align: center;
  }
  #pets .goodbye-right {
    max-width: 30rem;
  }
  #pets .goodbye-right-item {
    width: 100%;
  }
  #pets .goodbye-right-item--image {
    display: none;
  }
  #pets .goodbye-right-background {
    display: none;
  }
  #pets .goodbye-right-video-wrapper {
    max-width: 30rem;
  }
  #pets .blog-item {
    margin: 0 1.25rem;
  }
  #pets .common-section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
  #pets .questions-link {
    max-width: 26rem;
  }
}
@media all and (max-width: 389px) {
  #pets .container {
    padding: 0 1.5rem;
  }
  #pets .container--large {
    padding: 0 2rem;
  }
}

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