
img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease; }
@charset "UTF-8";
.hero {
  height: auto;
  display: flex;
  position: relative; }
  .hero .hero-map {
    position: relative;
    z-index: 1;
    width: 45%;
    height: 100%;
    background-size: cover; }
  .hero .img {
    position: relative;
    z-index: 1;
    width: 45%;
    height: 100%;
    background-size: cover; }
  .hero .img-s {
    object-fit: contain;
    width: 45%; }
  .hero iframe {
    height: 500px; }
  .hero .contents {
    width: 55%;
    position: relative; }
    .hero .contents img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 1; }
    .hero .contents .w {
      height: 100%;
      width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      position: relative;
      z-index: 2; }
      .hero .contents .w h1 {
        font-size: 2.3vw;
        font-family: IBold; }
      .hero .contents .w .sub-label {
        margin-top: 20px;
        font-size: 1vw; }
      .hero .contents .w .hero-desc {
        margin: 20px 0 30px 0;
        line-height: 22px;
        letter-spacing: 1px;
        font-size: .9vw; }
      .hero .contents .w .involveme_popup {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 232px;
        height: 44px;
        color: #BC0E0E;
        background: #fff;
        border-radius: 50px;
        font-family: IMedium;
        cursor: pointer;
        transition: all .3s; }
        .hero .contents .w .involveme_popup:hover {
          background: #e4e4e4; }

.hero-nav {
  background: #fff;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  display: grid;
  grid-template-columns: auto auto auto auto; }
  .hero-nav a {
    text-decoration: none;
    font-family: IMedium;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s; }
    .hero-nav a:not(:last-child) {
      border-right: 1px solid #000; }
    .hero-nav a:hover {
      background: #efefef; }

.f {
  display: flex;
  align-items: center;
  justify-content: center; }

.v-center {
  display: flex;
  align-items: center; }

.h-center {
  display: flex;
  justify-content: center; }

.f-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.link-button,
.hero-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #1560E6;
  letter-spacing: 1px;
  width: max-content;
  height: 45px;
  padding: 0 35px; }

.hero-link-button div {
  width: 25px;
  height: 25px; }
  .hero-link-button div svg {
    width: 25px;
    height: 25px; }
.hero-link-button p {
  margin-left: 5px; }

.align1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px; }
  .align1 div {
    display: flex;
    align-items: center; }
    .align1 div p {
      font-size: 19px;
      width: 580px;
      font-family: NRegular;
      margin-right: 30px;
      line-height: 30px; }

.align2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between; }
  .align2 p:last-child {
    font-size: 19px;
    font-family: NRegular;
    width: 700px;
    margin-left: 15px; }

.red-text {
  font-size: 32px;
  font-family: IBold;
  font-weight: bold;
  color: #BC0E0E; }

.w81 {
  width: 81%;
  margin: 0 auto; }

.image-card-grid3 {
  background: #fff; }
  .image-card-grid3 img {
    width: 100%;
    height: 220px; }
  .image-card-grid3 div {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    color: #0A1B2E; }
    .image-card-grid3 div p {
      letter-spacing: .5px; }
    .image-card-grid3 div .service-label {
      font-size: 20px;
      font-family: IBold;
      margin-bottom: 10px; }
    .image-card-grid3 div a {
      display: flex;
      align-items: center;
      text-decoration: none;
      cursor: pointer;
      color: #0A1B2E;
      margin-top: 10px; }
      .image-card-grid3 div a p {
        font-family: IBold; }
      .image-card-grid3 div a svg {
        width: 22px;
        height: 22px;
        margin-left: 10px; }

.no-drip-club {
  margin-top: 160px;
  background: url(https://d1rplazj5a80fb.cloudfront.net/images/no-drip-club.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 500px;
  overflow: hidden; }
  .no-drip-club .character {
    width: 350px;
    height: 450px;
    position: relative;
    z-index: 1;
    margin-top: 70px; }
  .no-drip-club .no-drip-red {
    position: absolute;
    inset: 0;
    background: #BC0E0E;
    opacity: .78;
    border-radius: 10px; }
  .no-drip-club .no-drip-labels {
    color: #fff;
    font-family: IBold;
    font-size: 120px;
    width: 260px;
    line-height: 105px;
    margin: -450px 0 0 295px; }
    .no-drip-club .no-drip-labels p {
      transform: skew(-7deg, -7deg) rotate(-3deg); }
      .no-drip-club .no-drip-labels p:first-child {
        position: relative;
        z-index: 2; }
      .no-drip-club .no-drip-labels p:last-child {
        position: relative;
        z-index: 1;
        color: #540606;
        margin: -311px 0 0 -5px; }
  .no-drip-club .no-drip-content {
    width: 450px;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10%;
    transform: translate(10%, -50%); }
    .no-drip-club .no-drip-content p {
      color: #fff;
      font-family: NELight;
      font-size: 20px;
      line-height: 30px; }
    .no-drip-club .no-drip-content a {
      margin-top: 35px;
      display: flex;
      text-decoration: none;
      cursor: pointer;
      background: #fff;
      color: #BC0E0E;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      width: 266px;
      font-family: IMedium;
      height: 45px; }

.pv {
  padding: 100px 0 50px 0;
  width: 100%; }
  .pv .w81 {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pv .w81 div {
      width: 50%; }
      .pv .w81 div .red-text {
        width: 450px; }
      .pv .w81 div p:last-child {
        color: #0A1B2E;
        font-size: 20px;
        line-height: 30px; }
      .pv .w81 div p:nth-child(3) {
        color: #0A1B2E;
        font-size: 20px;
        margin: 15px 0 20px 0;
        line-height: 30px; }
      .pv .w81 div .r24-7 {
        display: none; }
    .pv .w81 img {
      width: 470px;
      height: 320px;
      margin-left: 30px;
      object-fit: contain; }

.se {
  padding: 100px 0;
  width: 100%; }
  .se .w81 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .se .w81 .inner-width {
      width: 50%; }
      .se .w81 .inner-width .red-text {
        width: 490px;
        margin-bottom: 20px; }
      .se .w81 .inner-width p {
        color: #0A1B2E;
        font-size: 20px;
        line-height: 30px; }
        .se .w81 .inner-width p:nth-child(4) {
          margin: 15px 0 20px 0; }
      .se .w81 .inner-width .r24-7 {
        display: none; }
      .se .w81 .inner-width .link-button {
        display: none; }
    .se .w81 img {
      width: 470px;
      height: 320px;
      margin-right: 30px;
      object-fit: contain; }

.wte {
  padding: 100px 0 50px 0;
  width: 100%; }
  .wte .w81 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .wte .w81 .red-text-mobile {
      display: none; }
    .wte .w81 div {
      width: 50%; }
      .wte .w81 div .red-text {
        width: 450px; }
      .wte .w81 div p:not(:first-child) {
        font-family: NRegular; }
      .wte .w81 div p:last-child {
        color: #0A1B2E;
        font-size: 20px;
        line-height: 30px; }
      .wte .w81 div p:nth-child(2) {
        color: #0A1B2E;
        font-size: 20px;
        margin: 15px 0 20px 0;
        line-height: 30px; }
    .wte .w81 img {
      width: 470px;
      height: 320px;
      margin-right: 30px;
      object-fit: contain; }

@media only screen and (max-width: 1400px) {
  .no-drip-club .no-drip-labels {
    font-size: 100px;
    line-height: 90px;
    margin: -400px 0 0 295px; }
    .no-drip-club .no-drip-labels p:last-child {
      margin: -266px 0 0 -5px; } }
@media only screen and (max-width: 1300px) {
  .no-drip-club .no-drip-labels {
    font-size: 90px;
    line-height: 90px;
    margin: -400px 0 0 295px; }
    .no-drip-club .no-drip-labels p:last-child {
      margin: -266px 0 0 -5px; } }
@media only screen and (max-width: 1280px) {
  .align1 {
    justify-content: center;
    margin-bottom: 60px; }
    .align1 div p {
      flex: 1 1 0%;
      width: auto;
      margin: 0 30px;
      font-size: 16px; }

  .no-drip-club .no-drip-content {
    width: 400px;
    right: 7%;
    transform: translateX(7%, -50%); }

  .hero .contents .w {
    width: 90%; }
    .hero .contents .w h1 {
      font-size: 2.3vw; }
    .hero .contents .w .sub-label {
      font-size: 1.5vw; }
    .hero .contents .w .hero-desc {
      font-size: 1.3vw; }

  .pv .w81 {
    width: 90%; }
    .pv .w81 div .red-text {
      font-size: 25px; }

  .se .w81 {
    width: 90%; }
    .se .w81 .inner-width .red-text {
      font-size: 25px; }

  .wte .w81 {
    width: 90%; }
    .wte .w81 div {
      width: 40%; }
      .wte .w81 div .red-text {
        font-size: 25px;
        width: 100%; } }
@media only screen and (max-width: 1180px) {
  .no-drip-club {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 30px 30px 30px; }
    .no-drip-club .character {
      display: none; }
    .no-drip-club .no-drip-labels {
      margin: 0;
      width: 100%;
      font-size: 34px; }
      .no-drip-club .no-drip-labels p {
        margin: 0;
        transform: skew(0deg) rotate(0deg); }
        .no-drip-club .no-drip-labels p:last-child {
          display: none; }
    .no-drip-club .no-drip-content {
      width: 100%;
      position: relative;
      top: 0;
      right: 0;
      transform: translate(0, 0); }
      .no-drip-club .no-drip-content a {
        font-family: IBold; } }
@media only screen and (max-width: 1140px) {
  .pv .w81 div {
    width: 45%; }

  .se .w81 .inner-width {
    width: 45%; } }
@media only screen and (max-width: 1060px) {
  .pv .w81 div {
    width: 35%; }
  .pv .w81 img {
    width: 430px;
    height: 280px;
    margin-left: 30px; }

  .se .w81 .inner-width {
    width: 40%; }
    .se .w81 .inner-width .red-text {
      width: 100%; }
  .se .w81 img {
    width: 430px;
    height: 280px;
    margin-right: 30px; } }
@media only screen and (max-width: 900px) {
  .hero-nav {
    display: none; }

  .align1 {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 40px; }
    .align1 div p {
      color: #0A1B2E;
      margin: 10px 0 0 0;
      font-size: 18px; }
    .align1 div a {
      display: none; }

  .hero {
    height: auto;
    flex-direction: column; }
    .hero .hero-map {
      display: none; }
    .hero .img-s {
      display: none; }
    .hero .contents {
      width: 100%; }
      .hero .contents .w {
        width: 90%;
        flex-direction: column;
        padding: 50px 0 40px; }
        .hero .contents .w h1 {
          font-size: 3vw; }
        .hero .contents .w .sub-label {
          font-size: 20px; }
        .hero .contents .w .hero-desc {
          font-size: 16px; }

  .pv .w81 {
    flex-direction: column;
    align-items: start; }
    .pv .w81 div {
      width: 100%; }
    .pv .w81 img {
      width: 100%;
      height: 450px;
      margin: 30px 0 0 0; }

  .se .w81 {
    flex-direction: column;
    align-items: start; }
    .se .w81 .inner-width {
      width: 100%; }
      .se .w81 .inner-width .link-button {
        margin-top: 30px;
        display: flex; }
    .se .w81 img {
      width: 100%;
      height: 450px;
      margin: 0 0 30px 0; }

  .wte {
    padding: 20px 0; }
    .wte .w81 {
      display: flex;
      flex-direction: column; }
      .wte .w81 .red-text-mobile {
        display: flex; }
      .wte .w81 div {
        width: 100%; }
        .wte .w81 div .red-text {
          display: none; }
      .wte .w81 img {
        width: 100%;
        height: 420px;
        margin: 25px 0 15px 0; } }
@media only screen and (max-width: 770px) {
  .no-drip-club {
    margin-top: 20px; }
    .no-drip-club .no-drip-red {
      border-radius: 0; }

  .align2 {
    justify-content: space-between;
    flex-direction: column; }
    .align2 p:last-child {
      width: 100%;
      margin: 15px 0 0 0;
      text-align: center; }

  .hero .contents .w h1 {
    font-size: 5vw; } }
@media only screen and (max-width: 640px) {
  .hero .contents .w {
    padding: 20px 0; } }
@media only screen and (max-width: 600px) {
  .wte .w81 img {
    height: 350px; } }
@media only screen and (max-width: 480px) {
  .pv .w81 div .red-text {
    width: 100%; }
  .pv .w81 img {
    height: 350px; }

  .se .w81 .inner-width .link-button {
    width: 100%;
    box-sizing: border-box; }
  .se .w81 img {
    height: 350px; }

  .wte .w81 img {
    height: auto; } }
@media only screen and (max-width: 425px) {
  .no-drip-club .no-drip-content a {
    width: 100%;
    text-align: center; }

  .hero .contents .w h1 {
    font-size: 45px; } }
@media only screen and (max-width: 380px) {
  .hero .contents .w h1 {
    font-size: 35px; } }
:root {
  --brand-red-light: #e63946;
  --brand-red-dark: #9b0d0d; }

.city-sub-categories .services-row {
  background: linear-gradient(to bottom, var(--brand-red-light), var(--brand-red-dark)) !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0; }

.city-sub-categories .service-category {
  background-color: transparent !important;
  flex: 0 1 auto; }

.city-sub-categories .service-category > summary {
  background: transparent;
  color: white !important; }

.city-sub-categories .service-category > summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: background-color .2s ease-out;
  background: transparent; }

.city-sub-categories .service-category > summary:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.city-sub-categories .service-category > summary::-webkit-details-marker {
  display: none; }

.city-sub-categories .service-category > summary::after {
  content: "▾";
  margin-left: 0.5em;
  color: white;
  transition: transform .2s ease-out; }

.city-sub-categories .service-category[open] > summary::after {
  transform: rotate(180deg); }

.city-sub-categories .service-category ul li a {
  background-color: transparent !important;
  color: white !important; }

.city-sub-categories svg,
.icon-text {
  filter: brightness(0) invert(1) !important; }

.city-sub-categories .service-category > summary img.icon-text,
.city-sub-categories .service-category > summary svg {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0; }

.city-sub-categories .service-category > summary img.icon-text,
.city-sub-categories .service-category > summary svg {
  margin-right: 0.75em;
  vertical-align: middle; }

.city-sub-categories .service-category > summary {
  display: flex;
  align-items: center;
  gap: 0.2em; }

.city-sub-categories .service-category > summary svg {
  fill: white !important;
  stroke: white !important; }

.city-sub-categories .service-category > summary {
  font-size: 1rem; }

.city-sub-categories .service-category ul li {
  color: white !important; }

.city-sub-categories .service-category ul li::marker {
  color: white !important; }

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