@media (max-width: 100em) {
  .section-hero .hero {
    max-width: 120rem;
  }
  .logo img {
    height: 6.4rem;
  }
  .header nav {
    font-size: 1.8rem;
  }
  .hero-title {
    font-size: 6.4rem;
  }
  .hero-box.left h2 {
    font-size: 3.8rem;
  }
  .text-wrapper .hero-para {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .info-container,
  .provider-container,
  .videos-wrapper {
    margin: 0 auto;
    max-width: 120rem;
  }
  .provider-box {
    gap: 1.8rem;
  }
}
@media (max-width: 90em) {
  .hero-content,
  .videos-container {
    grid-template-columns: 1fr 1fr;
  }
  html {
    font-size: 56.25%;
  }
  .hero-title {
    margin: 0;
    font-size: 4.8rem;
    padding-top: 2rem;
  }
  .hero-content {
    display: grid;
    grid-template-rows: auto auto;
    column-gap: 2rem;
    align-items: center;
    padding-top: 4.2rem;
  }
  .text-wrapper .hero-para {
    font-size: 1.95rem;
  }
  .hero-box.left {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0;
    padding: 0;
    align-self: self-start;
  }
  .hero-box.right {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
  }
  .hero-box.center {
    grid-column: 2/3;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .hero-image {
    max-width: 80%;
    height: auto;
    top: 0;
    align-self: flex-start;
  }
  .text-wrapper {
    gap: 1.6rem;
    align-items: center;
    padding: 1rem 2rem 0;
  }
  .header {
    padding: 3.5rem 9rem;
  }
  .calculations,
  .info-btn:link {
    margin-top: 3.2rem;
  }
  .video-box {
    margin: 0;
  }
}
@media (max-width: 75em) {
  html {
    font-size: 50%;
  }
  .offers-wrapper,
  .provider-wrapper {
    gap: 2.4rem;
  }
  .brands-wrapper,
  .info-container,
  .offers-container,
  .videos-wrapper {
    margin: 0 auto;
    max-width: 110rem;
  }
  .header {
    padding: 3.5rem 8rem;
  }
  .text-wrapper {
    padding: 1rem 3rem 4rem;
  }
  .extra-list {
    gap: 1em 2.4rem;
  }
  .offer-list {
    gap: 1rem;
  }
  .hero-content {
    padding-top: 2rem;
  }
  .hero-title {
    padding-top: 2.2rem;
    font-size: 4.2rem;
  }
}
@media (max-width: 62em) {
  .provider-text,
  .videos-text span {
    text-align: center;
  }
  .section-hero {
    height: auto;
    overflow: visible;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-box.left,
  .hero-box.right {
    max-width: 85rem;
    margin: 0 auto;
    padding-bottom: 2.4rem;
  }
  .text-wrapper .hero-para {
    font-size: 2.1rem;
  }
  .hero-title {
    padding: 5rem 20rem 0;
    position: relative;
    font-size: 6.4rem;
  }
  .hero-box.center {
    height: 20rem;
    order: -1;
    width: 50%;
    position: relative;
    top: -6.2rem;
  }
  .offers-container,
  .videos-wrapper {
    padding: 0 2rem;
  }
  .cta-form,
  .offers-wrapper {
    grid-template-columns: 1fr;
  }
  .hero-box.right {
    order: -1;
    padding-bottom: 0;
  }
  .offer-box {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 2.4rem;
  }
  .offers-header {
    border-bottom: none;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 0;
  }
  .offer-extra-box {
    gap: 0;
  }
  .extra-box-header {
    gap: 1.6rem;
    width: 30%;
  }
  .extra-box-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
  }
  .extra-box-text p {
    font-size: 1.8rem;
    border-right: 1px solid #eee;
  }
  .offer-list li {
    font-size: 1.8rem;
  }
  .extra-list {
    gap: 1em 2rem;
    font-size: 1.7rem;
    padding-top: 0;
    grid-row: span 2;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .cta {
    grid-template-columns: 3fr 2.2fr;
  }
  .brands-wrapper,
  .calculations,
  .provider-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .btn-form {
    margin-top: 1.2rem;
  }
  .provider-container {
    padding: 0 3.2rem;
  }
  .strong {
    font-weight: 400;
  }
  .info-container {
    padding: 1.2rem 3.2rem;
    max-width: 90%;
  }
  .info-container h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    letter-spacing: -2px;
    text-align: center;
  }
  .info-para {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 1.2rem;
  }
  .info-btn:link,
  .info-btn:visited {
    margin-top: 0;
  }
  .thin {
    font-size: 3.2rem;
  }
  .calculations {
    row-gap: 2.4rem;
  }
  .info-btn-wrapper {
    grid-column: 2;
    grid-row: 2;
  }
  .calculations span {
    font-size: 3.6rem;
  }
  .brands-wrapper {
    display: grid;
    justify-content: center;
    max-width: 80rem;
    padding: 1.8rem;
  }
  .provider-container,
  .videos-wrapper {
    max-width: 100rem;
  }
  .provider-text {
    grid-column: span 2;
    grid-row: 1;
    margin-bottom: 2.4rem;
  }
  .brand-logo {
    justify-self: center;
  }
  .videos-text h2 {
    align-self: center;
  }
  .videos-text h2::after {
    width: 100%;
  }
  .extra-down-para {
    padding-top: 0;
  }
}
@media (max-width: 47em) {
  .header nav,
  .nav-btn-mobile:link,
  .nav-btn-mobile:visited,
  .nav-btn:link,
  .nav-btn:visited {
    font-size: 3rem;
  }
  .extra-box-header,
  .offers-header {
    border-right: none;
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .cta,
  .extra-list,
  .offer-box,
  .offers-wrapper {
    grid-template-columns: 1fr;
  }
  .btn-mobile-nav {
    display: block;
    z-index: 100;
    position: relative;
  }
  .nav-btn-mobile {
    display: inline-block;
  }
  .nav-btn,
  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }
  .nav-link-active {
    text-decoration: none;
  }
  .header nav {
    background-color: #f0faff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    z-index: 99;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4.8rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .header.nav-open nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }
  .hero-title {
    font-size: 5rem;
    padding: 2.5rem 10rem 0;
  }
  .hero-box.center {
    width: 60%;
  }
  .hero-box.left,
  .hero-box.right {
    max-width: 75rem;
  }
  .brands-wrapper {
    max-width: 60rem;
  }
  .offers-wrapper {
    gap: 2rem;
  }
  .offers-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.2rem;
  }
  .offer-box {
    row-gap: 2.4rem;
  }
  .offer-list {
    align-items: flex-start;
  }
  .offer-extra-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    gap: 2rem;
  }
  .extra-box-header {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1.6rem;
    flex-basis: auto;
  }
  .extra-list {
    gap: 1rem;
    font-size: 1.4rem;
  }
  .extra-price {
    font-size: 3.6rem;
  }
  .extra-box-text p {
    padding-right: 1.6rem;
  }
  .cta {
    grid-template-rows: auto auto;
  }
  .cta-img-box {
    margin-top: 1.2rem;
    grid-row: 1;
    height: 400px;
    width: 80%;
    justify-self: center;
  }
  .social-icons {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 34em) {
  .calculations,
  .extra-box-text,
  .provider-wrapper,
  .videos-container {
    grid-template-columns: 1fr;
  }
  .section-info {
    padding: 6.4rem 0 1.8rem;
  }
  .hero-title {
    font-size: 4.6rem;
    padding: 2.5rem 4rem 0;
  }
  .text-wrapper {
    padding: 0 3.2rem 3.2rem;
  }
  .header {
    padding: 3.5rem 3.5rem;
  }
  .text-wrapper .hero-para {
    font-size: 1.9rem;
  }
  .hero-box.center {
    height: 15rem;
    order: -1;
    width: 60%;
    position: relative;
    top: -5.2rem;
  }
  .cta-description,
  .cta-title {
    text-align: center;
  }
  .cta-text-box {
    padding: 2.4rem;
  }
  .footer-container {
    gap: 3.2rem;
  }
  .social-icons {
    margin-bottom: 6px;
  }
  .videos-container {
    row-gap: 4.8rem;
  }
  .brands-wrapper {
    max-width: 35rem;
  }
  .brands-container h4 {
    padding: 0 1.2rem;
  }
  .cta-img-box {
    display: none;
  }
  .provider-text {
    grid-column: span 1;
  }
  .cta-title {
    margin-bottom: 2.2rem;
  }
  .cta-description {
    margin-bottom: 2.8rem;
  }
  .extra-box-text {
    gap: 1.8rem;
  }
  .extra-list {
    grid-row: 4;
    font-size: 1.6rem;
    gap: 1.4rem;
    border-top: 1px solid #c4c4c4;
    padding-top: 1.2rem;
  }
  .calculations {
    justify-content: center;
    gap: 1.8rem;
    margin-top: 2.4rem;
  }
  .info-btn-wrapper {
    grid-column: 1;
    grid-row: 4;
    margin-top: 1.2rem;
  }
  .info-container h2 {
    font-size: 2.6rem;
    line-height: 2.4rem;
    letter-spacing: -1px;
    text-align: center;
    padding: 0 3.6rem;
  }
  .info-container .thin {
    font-size: 2.3rem;
  }
  .info-container h2 span:first-child {
    margin-bottom: 1px;
    display: inline-block;
  }
  .info-para {
    margin-top: 1.8rem;
  }
  .calc-item span {
    font-size: 2.8rem;
  }
  .offer-price {
    margin-bottom: 1.2rem;
  }
  .extra-box-header {
    margin-bottom: 0;
  }

  .cta-form input,
  .cta-form select {
    font-size: 2rem;
  }
}
