/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/routes/choose-event/choose-event.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.choose-event_wrapper___EWWd {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 70px;
  padding: 70px;
}

.choose-event_info__efoAn {
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.choose-event_select__S5_cS {
  display: flex;
  gap: 10px;
}
.choose-event_select__S5_cS button {
  border-radius: 3px;
  border: 1px solid var(--foreground);
  background-color: transparent;
  color: var(--foreground);
  text-align: center;
  font-family: var(--font-montserrat-alternates);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.919px;
  padding: 7px 16px;
  cursor: pointer;
  height: 2rem;
  text-wrap: nowrap;
}
.choose-event_select__S5_cS button.choose-event_active__vMFJ5 {
  background-color: var(--foreground);
  color: var(--background);
}

.choose-event_description__Nmm4b {
  font-family: var(--font-montserrat);
  font-weight: 500;
  line-height: 26.858px;
}

.choose-event_map__tlxqi {
  position: relative;
  flex-basis: 208px;
}

.choose-event_conditions__TSntU {
  font-family: var(--font-montserrat-alternates);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose-event_conditionsLink__9MS_v {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-montserrat-alternates);
}

.choose-event_gallery__KogE2 {
  flex: 1 1;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .choose-event_wrapper___EWWd {
    padding: 100px 20px;
    flex-direction: column;
    align-items: center;
  }
  .choose-event_select__S5_cS button {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .choose-event_wrapper___EWWd {
    padding: 100px 20px;
    flex-direction: column;
    align-items: center;
  }
  .choose-event_select__S5_cS button {
    font-size: 0.7rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/custom-button/custom-button.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.custom-button_button__HDp2W {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--foreground);
  color: var(--background);
  font-family: var(--font-montserrat-alternates);
  border-radius: 30px;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
}
