/* -------------- COLORS -------------- */
/* ---------------------------- */
/* -------------- FRONT END -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
.buttonPrimary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.buttonPrimary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #ffffff;
  color: #98002e;
}
.buttonSecondary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary:hover {
  background-color: #98002e;
  color: #ffffff;
}
/* ---------------------------- */
/* -------------- MEDIA QUERIES -------------- */
#join_us_values {
  padding-top: 40px;
}
.values_top_text {
  font-size: 24px;
  font-weight: 500;
  color: #98002e;
  text-align: center;
  line-height: 150%;
  padding-bottom: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
#join_us_application_form {
  padding-bottom: 40px;
}
#join_us_application_form .container {
  background-color: #f4f4f4;
}
#join_us_application_form form {
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
#join_us_application_form form .field {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
#join_us_application_form form .field p {
  width: 100%;
}
#join_us_application_form form .field.bottom {
  justify-content: space-between;
}
#join_us_application_form form .field.bottom label {
  display: block;
}
#join_us_application_form form .field.bottom p:first-child {
  width: auto;
  flex-grow: 1;
}
#join_us_application_form form .field.bottom p:last-child {
  width: auto;
  min-width: 0;
  display: flex;
}
#join_us_application_form form .field.bottom p:last-child input {
  order: 2;
}
#join_us_application_form form .field.bottom p:last-child span {
  order: 1;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
#join_us_application_form form .wpcf7-response-output {
  width: 100%;
  margin-top: 10px;
  padding: 2px 10px 3px 10px;
}
#join_us_application_form form .wpcf7-not-valid-tip {
  font-size: 84%;
  font-weight: 500;
  line-height: 120%;
  padding-top: 2px;
  padding-left: 2px;
}
#join_us_application_form form .wpcf7-form-control-wrap {
  display: block;
}
@media only screen and (max-width: 600px) {
  #join_us_application_form form .field {
    flex-wrap: wrap;
  }
  #join_us_application_form form .field.bottom p:first-child {
    width: 100%;
  }
  #join_us_application_form form .field.bottom p:last-child {
    width: 100%;
  }
  #join_us_application_form form .field.bottom p:last-child input {
    order: 1;
  }
  #join_us_application_form form .field.bottom p:last-child span {
    order: 2;
  }
}
#hp_top.over.slider {
  height: 50vw;
  min-height: 300px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hp_top.over.slider .content {
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 36px;
  right: 36px;
  transform: translateY(-50%);
  z-index: 4;
}
#hp_top.over.slider .content h1 {
  padding: 0;
}
#hp_top #custom-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hp_top #custom-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#hp_top #custom-slider .slide.active {
  opacity: 1;
  z-index: 1;
}
#hp_top #custom-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#hp_top #slider-prev {
  left: 4px;
}
#hp_top #slider-next {
  right: 4px;
}
#hp_top #slider-prev,
#hp_top #slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
  z-index: 10;
}
#hp_top #slider-prev:hover,
#hp_top #slider-next:hover {
  background: #98002e;
}
