/* [project]/app/components/share/Button/Button.module.scss.module.css [app-client] (css) */
.Button-module-scss-module__s4uweW__button {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  outline: none;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .Button-module-scss-module__s4uweW__button {
    font-size: calc(.493827vw + 12.0741px);
  }
}

.Button-module-scss-module__s4uweW__button {
  height: 52px;
}

@media (max-width: 1200px) {
  .Button-module-scss-module__s4uweW__button {
    height: calc(1.48148vw + 34.2222px);
  }
}

.Button-module-scss-module__s4uweW__button:disabled, .Button-module-scss-module__s4uweW__button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .6;
  pointer-events: none;
}

/* [project]/app/components/share/Header/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__NGrZxG__header {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper {
  background-color: #fdf5df;
  border-bottom: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__logo {
  cursor: pointer;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__logo a {
  display: block;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__logo img {
  width: 100%;
  height: 40px;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper {
  background-color: #fff;
  border: 3px solid #ae3711;
  border-radius: 9999px;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchInput {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 100%;
  min-width: 300px;
  height: 100%;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchForm {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__locationButton {
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover {
  z-index: 20;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipForm {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipLabel {
  font-size: 12px;
  font-weight: 500;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipInput {
  background-color: #f4f4f4;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButton {
  color: #fff;
  cursor: pointer;
  background-color: #ae3711;
  border: 1px solid #e0e0e0;
  border-radius: 9999px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper {
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper > button {
  color: #fff;
  cursor: pointer;
  background-color: #ae3711;
  border: none;
  border-radius: 9999px;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButton {
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButtonIcon {
  width: 20px;
  height: 20px;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__buttonsWrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__buttonsWrapper > a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__buttonsWrapper > a .Header-module-scss-module__NGrZxG__button {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__buttonsWrapper > a .Header-module-scss-module__NGrZxG__button:first-child {
  color: #2b8588;
  background-color: rgba(0, 0, 0, 0);
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__headerWrapper .Header-module-scss-module__NGrZxG__headerTop .Header-module-scss-module__NGrZxG__buttonsWrapper > a .Header-module-scss-module__NGrZxG__button:last-child {
  color: #fff;
  background-color: #2b8588;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__filtersWrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__header .Header-module-scss-module__NGrZxG__filtersWrapper .Header-module-scss-module__NGrZxG__filter {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  font-size: 14px;
}

.Header-module-scss-module__NGrZxG__moreDropdown {
  position: relative;
}

.Header-module-scss-module__NGrZxG__moreDropdown .Header-module-scss-module__NGrZxG__moreMenu {
  display: flex;
}

.Header-module-scss-module__NGrZxG__moreMenu {
  z-index: 10;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.Header-module-scss-module__NGrZxG__moreMenu .Header-module-scss-module__NGrZxG__filter {
  white-space: nowrap;
  background: none;
  border-radius: 6px;
  padding: 6px 12px;
}

.Header-module-scss-module__NGrZxG__hamburger {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  display: none;
}

@media (max-width: 768px) {
  .Header-module-scss-module__NGrZxG__hamburger {
    display: inline-flex;
  }
}

.Header-module-scss-module__NGrZxG__hamburger span {
  background: #111;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  display: block;
}

@media (max-width: 768px) {
  .Header-module-scss-module__NGrZxG__buttonsWrapper {
    display: none;
  }
}

.Header-module-scss-module__NGrZxG__mobileOverlay {
  opacity: 0;
  pointer-events: none;
  z-index: 998;
  background: rgba(0, 0, 0, .35);
  transition: opacity .2s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Header-module-scss-module__NGrZxG__mobileOverlay.Header-module-scss-module__NGrZxG__open {
  opacity: 1;
  pointer-events: auto;
}

.Header-module-scss-module__NGrZxG__mobileMenu {
  z-index: 999;
  background: #fff;
  flex-direction: column;
  height: 100dvh;
  padding: 10px 16px 16px;
  transition: transform .25s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(-100%);
}

.Header-module-scss-module__NGrZxG__mobileMenu.Header-module-scss-module__NGrZxG__open {
  transform: translateY(0);
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuHeader {
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuHeader .Header-module-scss-module__NGrZxG__logoSmall img {
  width: auto;
  height: 32px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuHeader .Header-module-scss-module__NGrZxG__closeBtn {
  cursor: pointer;
  background: #f4f4f4;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 1;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody {
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchInput {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 100%;
  min-width: 300px;
  height: 100%;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchForm {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__locationButton {
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover {
  z-index: 20;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipForm {
  flex-direction: column;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipLabel {
  font-size: 12px;
  font-weight: 500;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipInput {
  background-color: #f4f4f4;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButton {
  color: #fff;
  cursor: pointer;
  background-color: #2b8588;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper {
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper > button {
  color: #fff;
  cursor: pointer;
  background-color: #ae3711;
  border: none;
  border-radius: 9999px;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButton {
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButtonIcon {
  width: 20px;
  height: 20px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__mobileButtons {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__mobileButtons .Header-module-scss-module__NGrZxG__button {
  cursor: pointer;
  color: #fff;
  background: #2b8588;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__mobileMenuBody .Header-module-scss-module__NGrZxG__mobileButtons .Header-module-scss-module__NGrZxG__button:first-child {
  color: #2b8588;
  background: none;
  border: 1px solid #2b8588;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__filtersWrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 20px 0 10px;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__filtersWrapper .Header-module-scss-module__NGrZxG__filter {
  cursor: pointer;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__filtersScrollable {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
}

.Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__filtersScrollable::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .Header-module-scss-module__NGrZxG__mobileMenu .Header-module-scss-module__NGrZxG__moreDropdown {
    display: none;
  }
}

.Header-module-scss-module__NGrZxG__mobileButtonsWrapper {
  align-items: center;
  gap: 20px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileHeader {
  background-color: #fdf5df;
  border-bottom: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 75px;
  margin-top: -2px;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper {
  z-index: 100;
  background-color: #fff;
  border: 3px solid #ae3711;
  border-radius: 9999px;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

@media (max-width: 500px) {
  .Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper {
    max-width: 100%;
    position: relative;
  }
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchInput {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 100%;
  min-width: 300px;
  height: 100%;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchForm {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__locationButton {
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover {
  z-index: 20;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipForm {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipLabel {
  font-size: 12px;
  font-weight: 500;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipInput {
  background-color: #f4f4f4;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButton {
  color: #fff;
  cursor: pointer;
  background-color: #2b8588;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper {
  gap: 10px;
  display: flex;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__zipPopover .Header-module-scss-module__NGrZxG__zipButtonWrapper > button {
  color: #fff;
  cursor: pointer;
  background-color: #ae3711;
  border: none;
  border-radius: 9999px;
  outline: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButton {
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.Header-module-scss-module__NGrZxG__mobileHeader .Header-module-scss-module__NGrZxG__searchWrapper .Header-module-scss-module__NGrZxG__searchButtonIcon {
  width: 20px;
  height: 20px;
}

.Header-module-scss-module__NGrZxG__signInButton {
  color: #ae3711;
  background-color: #fff;
  max-height: 45px;
  border: 1px solid #ae3711 !important;
}

.Header-module-scss-module__NGrZxG__signUpButton {
  color: #fff;
  background-color: #ae3711;
  border: none;
  max-height: 45px;
}

.Header-module-scss-module__NGrZxG__iconButton {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ae3711;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: all .3s;
  display: flex;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__iconButton {
    width: calc(.987654vw + 28.1481px);
  }
}

.Header-module-scss-module__NGrZxG__iconButton {
  height: 40px;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__iconButton {
    height: calc(.987654vw + 28.1481px);
  }
}

.Header-module-scss-module__NGrZxG__iconButton img {
  width: 25px;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__iconButton img {
    width: calc(.617284vw + 17.5926px);
  }
}

.Header-module-scss-module__NGrZxG__iconButton img {
  height: 25px;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__iconButton img {
    height: calc(.617284vw + 17.5926px);
  }
}

.Header-module-scss-module__NGrZxG__iconButton:hover {
  background-color: #f4f4f4;
}

.Header-module-scss-module__NGrZxG__bellButton {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__bellButton {
    width: calc(.987654vw + 28.1481px);
  }
}

.Header-module-scss-module__NGrZxG__bellButton {
  height: 40px;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__bellButton {
    height: calc(.987654vw + 28.1481px);
  }
}

.Header-module-scss-module__NGrZxG__lines {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.Header-module-scss-module__NGrZxG__line {
  opacity: .3;
  width: 100%;
  height: 10px;
}

@media (max-width: 1200px) {
  .Header-module-scss-module__NGrZxG__line {
    height: calc(.246914vw + 7.03704px);
  }
}

.Header-module-scss-module__NGrZxG__line:first-child, .Header-module-scss-module__NGrZxG__lineAuth:first-child {
  background-color: #199096;
}

.Header-module-scss-module__NGrZxG__line:nth-child(2), .Header-module-scss-module__NGrZxG__lineAuth:nth-child(2) {
  background-color: #f6b300;
}

.Header-module-scss-module__NGrZxG__line:nth-child(3), .Header-module-scss-module__NGrZxG__lineAuth:nth-child(3) {
  background-color: #e46b02;
}

/* [project]/app/components/share/NewFooter/NewFooter.module.scss.module.css [app-client] (css) */
.NewFooter-module-scss-module__JNty8G__footer {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 0 60px;
  display: flex;
}

@media (max-width: 1100px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper {
    padding: 0 20px;
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

@media (max-width: 1100px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top {
    display: none;
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__left {
  border-right: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 20px 40px 0;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__socials {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center {
  border-right: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center input {
  border: 1px solid #000;
  border-radius: 999px;
  min-width: 225px;
  height: 44px;
  padding: 0 20px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center input {
    font-size: calc(.493827vw + 12.0741px);
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center input {
  height: 52px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center input {
    height: calc(.987654vw + 40.1481px);
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center .NewFooter-module-scss-module__JNty8G__subscribeButton {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center .NewFooter-module-scss-module__JNty8G__subscribeButton {
    font-size: calc(.246914vw + 15.037px);
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center .NewFooter-module-scss-module__JNty8G__subscribeButton {
  height: 52px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__center .NewFooter-module-scss-module__JNty8G__subscribeButton {
    height: calc(.987654vw + 40.1481px);
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  height: 72px;
  padding: 20px 0 0 40px;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__right a {
  cursor: pointer;
  text-decoration: underline;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__top .NewFooter-module-scss-module__JNty8G__social {
  cursor: pointer;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__note {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media (max-width: 800px) {
  .NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories {
    display: none;
  }
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories .NewFooter-module-scss-module__JNty8G__title {
  margin-bottom: 20px;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories .NewFooter-module-scss-module__JNty8G__wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories .NewFooter-module-scss-module__JNty8G__wrapper .NewFooter-module-scss-module__JNty8G__col {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__categories .NewFooter-module-scss-module__JNty8G__wrapper .NewFooter-module-scss-module__JNty8G__downloadButton {
  color: #fff;
  background-color: #ae3711;
  width: 100%;
  max-width: 200px;
  padding: 0;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  margin: 20px 0;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__bottom p {
  min-width: 150px;
}

.NewFooter-module-scss-module__JNty8G__footer .NewFooter-module-scss-module__JNty8G__footerWrapper .NewFooter-module-scss-module__JNty8G__bottom .NewFooter-module-scss-module__JNty8G__line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.NewFooter-module-scss-module__JNty8G__topMobile {
  flex-direction: column;
  width: 100%;
  display: none;
}

@media (max-width: 1100px) {
  .NewFooter-module-scss-module__JNty8G__topMobile {
    display: flex;
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper > * {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__leftMobile {
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__leftMobile {
    width: 33%;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__leftMobile {
    width: auto;
    padding: 20px 20px 0 0;
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__centerMobile {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  text-decoration: underline;
  display: flex;
}

@media (max-width: 1100px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__centerMobile {
    width: 33%;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__centerMobile {
    width: 50%;
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__centerMobile a {
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__centerMobile a {
    font-size: calc(.493827vw + 12.0741px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__socialsMobile {
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__socialsMobile .NewFooter-module-scss-module__JNty8G__social {
  cursor: pointer;
  width: 50px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__socialsMobile .NewFooter-module-scss-module__JNty8G__social {
    width: calc(2.71605vw + 17.4074px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__socialsMobile .NewFooter-module-scss-module__JNty8G__social {
  height: 50px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__topMobileWrapper .NewFooter-module-scss-module__JNty8G__socialsMobile .NewFooter-module-scss-module__JNty8G__social {
    height: calc(2.71605vw + 17.4074px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile {
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
  border: 1px solid #000;
  border-radius: 999px;
  min-width: 225px;
  height: 44px;
  padding: 0 20px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
    font-size: calc(.493827vw + 12.0741px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
  height: 52px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
    height: calc(.987654vw + 40.1481px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
  min-width: 300px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile input {
    min-width: calc(18.5185vw + 77.7778px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile .NewFooter-module-scss-module__JNty8G__subscribeButton {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile .NewFooter-module-scss-module__JNty8G__subscribeButton {
    font-size: calc(.246914vw + 15.037px);
  }
}

.NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile .NewFooter-module-scss-module__JNty8G__subscribeButton {
  height: 52px;
}

@media (max-width: 1200px) {
  .NewFooter-module-scss-module__JNty8G__topMobile .NewFooter-module-scss-module__JNty8G__bottomMobile .NewFooter-module-scss-module__JNty8G__subscribeButton {
    height: calc(.987654vw + 40.1481px);
  }
}

.NewFooter-module-scss-module__JNty8G__categoriesMobile {
  flex-direction: column;
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  .NewFooter-module-scss-module__JNty8G__categoriesMobile {
    display: flex;
  }
}

.NewFooter-module-scss-module__JNty8G__categoriesMobile .NewFooter-module-scss-module__JNty8G__title {
  margin-bottom: 20px;
}

.NewFooter-module-scss-module__JNty8G__categoriesMobile .NewFooter-module-scss-module__JNty8G__wrapperMobile {
  width: 100%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__categoriesMobile .NewFooter-module-scss-module__JNty8G__wrapperMobile .NewFooter-module-scss-module__JNty8G__col {
  flex-direction: column;
  gap: 10px;
  width: 50%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__categoriesMobile .NewFooter-module-scss-module__JNty8G__DownloadButton {
  color: #fff;
  cursor: pointer;
  background-color: #ae3711;
  border-radius: 999px;
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
}

.NewFooter-module-scss-module__JNty8G__modalContent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.NewFooter-module-scss-module__JNty8G__modalContent h2 {
  font-size: 24px;
  font-weight: 500;
}

.NewFooter-module-scss-module__JNty8G__modalContent p {
  margin: 40px 0;
  font-size: 24px;
}

.NewFooter-module-scss-module__JNty8G__modalContent .NewFooter-module-scss-module__JNty8G__okBtn {
  color: #fff;
  background-color: #ae3711;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.NewFooter-module-scss-module__JNty8G__logo {
  width: 52px;
  height: 52px;
}

/* [project]/app/components/share/Modal/Modal.module.scss.module.css [app-client] (css) */
.Modal-module-scss-module__8Dhhbq__overlay {
  z-index: 100;
  background-color: rgba(37, 37, 37, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Modal-module-scss-module__8Dhhbq__overlay .Modal-module-scss-module__8Dhhbq__modal {
  background-color: #fff;
  border-radius: 16px;
  max-height: 90vh;
  padding: 32px;
  position: relative;
  overflow-y: auto;
}

.Modal-module-scss-module__8Dhhbq__overlay .Modal-module-scss-module__8Dhhbq__modal .Modal-module-scss-module__8Dhhbq__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.Modal-module-scss-module__8Dhhbq__overlay .Modal-module-scss-module__8Dhhbq__modal .Modal-module-scss-module__8Dhhbq__header p {
  font-size: 24px;
  font-weight: 500;
}

.Modal-module-scss-module__8Dhhbq__overlay .Modal-module-scss-module__8Dhhbq__modal .Modal-module-scss-module__8Dhhbq__closeButton {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

/*# sourceMappingURL=app_components_share_bd9a2b77._.css.map*/