#banner-afe .container,
#banner-facebook .container {
  width: 1310px;
}
#banner-afe {
  margin-top: 40px;
}
#banner-afe .panel {
  height: 275px;
  gap: 184.5px;
  justify-content: flex-start;
  padding: 0 151px 0 107.5px;
  background-color: var(--light-blue);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../images/home/redesign/aug26/hp-dr-back.jpg");
  background-image: image-set(url("../../../images/home/redesign/aug26/hp-dr-back.jpg") 1x, url("../../../images/home/redesign/aug26/hp-dr-back@2x.jpg") 2x);
}
#banner-afe .left {
  width: 226.5px;
  flex: 0 0 auto;
  margin-top: -4px;
}
#banner-afe .dr-logo {
  width: 188px;
  height: auto;
}
#banner-afe .tagline {
  font-size: 22.5px;
  line-height: 1;
  margin: 15px 0 0 0;
  padding: 0;
  color: #041b3f;
  white-space: nowrap;
}
#banner-afe .headline {
  font-size: 45px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#banner-afe .right {
  width: 612.5px;
  flex: 0 0 auto;
}
#banner-afe .desc {
  font-size: 25px;
  line-height: 1;
  margin: 19px 0 0 0;
  padding: 0;
  white-space: nowrap;
}
#banner-afe .button {
  width: 307px;
  height: 44px;
  font-size: 19px;
  line-height: 1;
  margin-top: 23.5px;
  padding: 0;
  border: none;
}
#banner-facebook {
  margin-top: 40px;
}
#banner-facebook .panel {
  height: 259px;
  padding-top: 33.2px;
  background-color: var(--dark-blue);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../images/home/redesign/aug26/fb-back.jpg");
  background-image: image-set(url("../../../images/home/redesign/aug26/fb-back.jpg") 1x, url("../../../images/home/redesign/aug26/fb-back@2x.jpg") 2x);
}
#banner-facebook .title .line2 {
  display: inline;
}
#banner-facebook .title {
  font-size: 47.5px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#banner-facebook .select-wrapper {
  width: 312px;
  margin-top: 24.8px;
}
#banner-facebook .fb-store {
  width: 100%;
  height: 58.5px;
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 46px 0 20px;
  margin: 0;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 13px 22.5px 21px rgba(0, 0, 0, 0.17);
}
#banner-facebook .select-wrapper::before {
  content: "*";
  position: absolute;
  left: 171px;
  top: 50%;
  margin-top: -9px;
  font-size: 20px;
  line-height: 1;
  color: var(--red);
  pointer-events: none;
  z-index: 1;
  display: none;
}
#banner-facebook .select-wrapper:has(.fb-store:invalid)::before {
  display: block;
}
#banner-facebook .select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M1 1l7.5 7.5L16 1' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
#banner-facebook .button {
  width: 102px;
  height: 44px;
  font-size: 25px;
  line-height: 1;
  margin-top: 29.5px;
  padding: 0;
}
#location .like-us {
  width: auto !important;
  padding-left: 1.15em;
  padding-right: 1.15em;
}
@supports (text-box: trim-both cap alphabetic) {
  #banner-afe .button > span,
  #banner-facebook .button > span {
    display: block;
    text-box: trim-both cap alphabetic;
  }
}
@media screen and (max-width: 1339px) {
  #banner-afe .container,
  #banner-facebook .container {
    width: 100%;
  }
  #banner-afe .panel {
    gap: 40px;
    justify-content: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  #banner-afe .panel {
    height: auto;
    gap: 28px;
    padding: 28px 20px;
  }
  #banner-afe .headline {
    font-size: 36px;
    line-height: 42px;
  }
  #banner-afe .desc {
    font-size: 21px;
    white-space: normal;
  }
  #banner-facebook .panel {
    height: auto;
    padding: 28px 20px 32px;
  }
  #banner-facebook .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #banner-afe .container,
  #banner-facebook .container {
    padding: 0 14.5px;
  }
  #banner-afe .panel {
    flex-direction: column;
    background-size: 100% 100%;
    gap: 0;
    padding: 0;
    background-image: url("../../../images/home/redesign/aug26/hp-dr-back-m.jpg");
    background-image: image-set(url("../../../images/home/redesign/aug26/hp-dr-back-m.jpg") 1x, url("../../../images/home/redesign/aug26/hp-dr-back-m@2x.jpg") 2x);
  }
  #banner-afe .left,
  #banner-afe .right {
    width: 100%;
    align-self: auto;
    margin-top: 0;
  }
  #banner-afe .dr-logo {
    width: 119.5px;
    margin-top: 12.5px;
  }
  #banner-afe .tagline {
    font-size: 13px;
    margin-top: 8.5px;
  }
  #banner-afe .headline {
    font-size: 29px;
    line-height: 35px;
    margin: 41.5px auto 0 auto;
    max-width: 296px;
    white-space: normal;
  }
  #banner-afe .headline .block {
    display: inline;
  }
  #banner-afe .desc {
    font-size: 20px;
    line-height: 25px;
    width: auto;
    max-width: 290px;
    margin: 13.5px auto 0 auto;
    white-space: normal;
  }
  #banner-afe .button {
    width: 294.5px;
    height: 33px;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 27.5px;
  }
  #banner-facebook .panel {
    padding: 0 0 48px 0;
    background-size: 100% 100%;
    background-image: url("../../../images/home/redesign/aug26/fb-back-m.jpg");
    background-image: image-set(url("../../../images/home/redesign/aug26/fb-back-m.jpg") 1x, url("../../../images/home/redesign/aug26/fb-back-m@2x.jpg") 2x);
  }
  #banner-facebook .title {
    font-size: 37.5px;
    line-height: 38px;
    max-width: none;
    margin: 0 auto;
    padding-top: 47px;
  }
  #banner-facebook .title .line2 {
    display: block;
  }
  #banner-facebook .select-wrapper {
    width: 312px;
    max-width: 100%;
    margin-top: 38px;
  }
  #banner-facebook .button {
    width: 99.5px;
    height: 33px;
    font-size: 18px;
    margin-top: 33.5px;
  }
}
