@media only screen and (max-width: 1499px) {
  .header__logo {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}

@media only screen and (max-width: 1399px) {
  .emergency-services__wrapper_facts-container_thumb-image {
    height: 500px;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card {
    padding-right: calc((100vw / 2) - (1140px / 2));
  }

  .emergency-services__wrapper_card_thumb_overlay {
    padding-left: calc((100vw / 2) - (1140px / 2));
  }

  .hero__banner_copy {
    width: calc(1140px / 2);
    left: calc((100vw / 2) - (1140px / 2));
  }
}

@media only screen and (max-width: 1199px) {
  .menu-item a {
    padding: 10px 5px;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card {
    padding-right: calc((100vw / 2) - (960px / 2));
  }

  .emergency-services__wrapper_card_thumb_overlay {
    padding-left: calc((100vw / 2) - (960px / 2));
  }

  .hero__banner_copy {
    width: calc(960px / 2);
    left: calc((100vw / 2) - (960px / 2));
  }
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: inline-block !important;
  }

  .header {
    padding-block: 10px;
  }

  .header:has(.header__navbar--container.menu-toggled) {
    background-color: rgb(var(--clr--white));
  }

  .header__navbar--container ul#header__navbar_menu,
  .header__navbar--container ul#header__navbar--menu {
    width: 100%;
    height: 0;
    flex-direction: column;
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    gap: 0;
  }

  .header__navbar--container.menu-toggled ul#header__navbar_menu,
  .header__navbar--container.menu-toggled ul#header__navbar--menu {
    height: calc((var(--menu--childs) * 40px) + ((var(--menu--grand--childs) * 41px)));
    transition: height 300ms ease-out;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
  }

  .header__navbar--container ul#header__navbar_menu li.menu-item,
  .header__navbar--container ul#header__navbar--menu li.menu-item {
    width: 100%;
  }

  .navbar-light .navbar-nav .nav-link,
  .menu-item a {
    text-align: center;
  }

  .menu-item a {
    width: fit-content;
    margin-inline: auto;
  }

  li.menu-item ul.sub-menu li a {
    padding: 10px 15px;
  }

  .menu-item.menu-item-has-children > a::after {
    top: 12px;
  }

  .nav-btn {
    text-align: center;
  }

  .nav-btn a {
    width: fit-content;
    margin-inline: auto;
  }

  li.menu-item ul.sub-menu {
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transition: height 300ms ease-out, opacity 300ms ease-out;
    -webkit-transition: height 300ms ease-out, opacity 300ms ease-out;
    -moz-transition: height 300ms ease-out, opacity 300ms ease-out;
    -ms-transition: height 300ms ease-out, opacity 300ms ease-out;
    -o-transition: height 300ms ease-out, opacity 300ms ease-out;
  }

  li.menu-item ul.sub-menu,
  li.menu-item:hover ul.sub-menu {
    display: flex !important;
    flex-direction: column;
  }

  li.menu-item ul.sub-menu.submenu-open {
    height: calc(var(--menu--grand--childs) * 38px);
    opacity: 1;
    pointer-events: auto;
  }

  .grid-three > *,
  .grid-four > *,
  .grid-five > * {
    width: calc((100% / 2) - 13px);
  }

  .grid-two,
  .grid-three,
  .grid-four,
  .grid-five {
    gap: 20px;
    justify-content: center;
  }

  .intro__wrapper {
    gap: 15px;
  }

  .emergency-services__wrapper_facts-container_left .emergency-services__wrapper_facts-container_wrapper,
  .emergency-services__wrapper_facts-container_right .emergency-services__wrapper_facts-container_wrapper {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .emergency-services__wrapper_facts-container_facts {
    width: 100%;
  }

  .emergency-services__wrapper_facts-container_left .emergency-services__wrapper_facts-container_facts,
  .emergency-services__wrapper_facts-container_right .emergency-services__wrapper_facts-container_facts {
    padding: 0;
  }

  .emergency-services__wrapper_facts-container_facts-heading {
    margin-bottom: 1.75rem;
  }

  .emergency-services__wrapper_facts-container_facts-list {
    margin-block: 1rem;
  }

  .emergency-services__wrapper_facts-container_thumb {
    width: 100%;
  }

  .emergency-services__wrapper_facts-container_thumb-image {
    height: unset;
    aspect-ratio: 1 / 1;
  }

  .faq__wrapper_header {
    margin-top: 0;
  }

  .error-message__back-button,
  .error-message__content p {
    font-size: 18px;
  }

  .footer__wrapper {
    align-items: flex-start;
  }

  .small,
  small {
    font-size: 12px !important;
  }

  .signup__container_form-wrapper_form_form-label,
  .signup__container_form-wrapper_form_form-label * {
    font-size: 15px;
  }

  .signup__container_form-wrapper {
    padding: 15px;
  }

  .faq__wrapper_toggle_accordion-button {
    padding: 15px;
  }

  .faq__wrapper_toggle_accordion-button::after {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }

  .faq__wrapper_toggle_accordion-body {
    padding: 15px;
  }

  .faq__wrapper_toggle_accordion-body ol li,
  .faq__wrapper_toggle_accordion-body p,
  .faq__wrapper_toggle_accordion-body ul li {
    font-size: 16px;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card {
    padding-right: calc((100vw / 2) - (720px / 2));
  }

  .emergency-services__wrapper_card_thumb_overlay {
    padding-left: calc((100vw / 2) - (720px / 2));
  }

  .hero__banner_copy {
    width: calc(720px / 2);
    left: calc((100vw / 2) - (720px / 2));
    gap: 15px;
  }

  .intro__wrapper_card_video-frame video {
    padding: 73px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px !important;
  }

  .grid-two > *,
  .grid-three > *,
  .grid-four > *,
  .grid-five > * {
    width: 100%;
  }

  p,
  ul,
  ol {
    font-size: 18px;
  }

  .hero__banner_video_play-button {
    width: 75px;
  }

  .intro__wrapper {
    flex-direction: column;
  }

  .intro__wrapper_heading {
    width: 100%;
    padding: 0;
  }

  .intro__wrapper_copy {
    width: 100%;
    padding: 0;
  }

  .emergency-services__wrapper_facts-container_thumb-image {
    border-radius: 0 0 50px 0;
    -webkit-border-radius: 0 0 50px 0;
    -moz-border-radius: 0 0 50px 0;
    -ms-border-radius: 0 0 50px 0;
    -o-border-radius: 0 0 50px 0;
  }

  .signup {
    padding-inline: 0;
  }

  .signup__container_heading {
    width: 150px;
  }

  .signup__container_form-wrapper {
    width: calc(100% - 175px);
  }

  .footer__wrapper_logo {
    width: 180px;
  }

  .footer__wrapper_contact-details {
    width: calc(100% - 200px);
  }

  .footer__wrapper_contact-details p {
    font-size: 15px;
    margin-block: 15px;
  }

  .footer__wrapper_copyright {
    gap: 5px;
  }

  .footer__wrapper_privacy-menu {
    flex-wrap: wrap;
    gap: 5px;
  }

  .footer__wrapper_privacy-menu a {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }

  .hero-sound-toggle {
    bottom: 20px;
    right: 20px;
  }

  .signup__container {
    flex-direction: column;
  }

  .signup__container > * {
    width: 100%;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card_wrapper {
    flex-direction: column;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card {
    width: 100%;
    padding-inline: calc((100vw / 2) - (540px / 2) + 12px);
  }

  .emergency-services__wrapper_card_thumb_overlay {
    text-align: center;
    padding-left: calc((100vw / 2) - (540px / 2) + 12px);
  }

  .hero__banner_copy {
    width: calc(540px / 2);
    left: calc((100vw / 2) - (540px / 2) + 12px);
  }

  .emergency-services__wrapper_card_thumb {
    width: 100%;
  }

  .emergency-services__wrapper_card_thumb-image {
    height: auto;
  }

  .intro__wrapper_card_wrapper {
    flex-direction: column-reverse;
  }

  .intro__wrapper_card_wrapper > * {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .section-row {
    padding-inline: 0;
  }

  .header,
  .hero {
    padding-inline: 0;
  }

  .emergency-services__wrapper_facts-container_facts-list li ul {
    flex-direction: column;
  }

  .signup,
  .footer {
    padding-inline: 0;
  }

  .footer__wrapper {
    flex-direction: column;
  }

  .footer__wrapper_logo {
    text-align: center;
    width: 100%;
  }

  .footer__wrapper_logo img {
    width: 140px;
  }

  .footer__wrapper_contact-details {
    text-align: center;
    width: 100%;
  }

  .footer__wrapper_contact-details-wrapper_social-grid,
  .footer__wrapper_copyright {
    justify-content: center;
  }

  .emergency-services__wrapper_card_right .emergency-services__wrapper_card {
    padding-inline: 12px;
  }

  .emergency-services__wrapper_card_thumb_overlay {
    padding-inline: 12px;
  }

  .hero__banner {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero__banner_image img {
    aspect-ratio: 1 / 1;
    object-position: 100%;
  }

  .hero__banner_copy {
    text-align: center;
    width: 100%;
    padding: 30px 12px 50px;
    position: unset;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .hero__banner_copy_button {
    margin: 0 auto;
  }

  .intro__wrapper_card_video-frame video {
    max-width: 250px;
    padding: 57px 26px;
  }

  .intro__wrapper_card_video-play {
    width: 60px;
    left: 20px;
  }

  .intro__wrapper_card_video-tic {
    left: -30px;
  }

  .intro__wrapper_card_video-hand {
    width: 80px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .signup__container {
    flex-direction: column;
  }

  .signup__container_heading {
    width: 100%;
  }

  .signup__container_form-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .intro__wrapper_card_video-play {
    left: -10px;
  }

  .intro__wrapper_card_video-tic {
    left: -17px;
  }

  .intro__wrapper_card_video-hand {
    right: -20px;
  }
}