/*global block styles*/

.f {
  display: flex;
  flex-direction: row;
}
.f-sb {
  justify-content: space-between;
}
/*61 styles */

.feature-04 {
  --background-image: url('/uploads/media/v-638018187011653510/p7-b61-bg.jpg');
  --background-overlay: #122559;
  --gap: 1rem;
  position: relative;
  background-color: var(--accent-color);
  color: white;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
}
.feature-04:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-overlay);
  opacity: .8;
}
.feature-04 .block-inner {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  min-height: 400px;
}
.feature-04 .label {
  font-size: 1.2rem;
  font-weight: 600;
}
.feature-04 .contents {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.feature-04 h1,
.feature-04 p {
  margin: 0;
  max-width: 640px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .feature-01 {
    --gap: 4vw;
  }
}
@media screen and (max-width:767px) {
  .feature-01 {
    --gap: 1rem;
    padding: 0;
  }
  .feature-01 .contents {
    flex-wrap: wrap;
  }
  .feature-01 .title,
  .feature-01 .text {
    width: 100%;
  }
  .feature-01 .title {
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }
  .feature-01 .text {
    font-size: 1.25rem;
  }
  .feature-01 .photos img {
    width: 30%;
  }
  .feature-01 .intro {
    flex-direction: column;
    text-align: center;
  }
  .feature-01 .cards {
    flex-direction: column;
  }
  .feature-01 .cards .card {
    max-width: 100%;
  }
}
/*checking for variables*/

/* PATTERN= \/\*(?<var>[a-zA-Z0-9\\_]+)\=(?<styles>.*)\*\/ */

/* MATCHES FOUND=4*/

/*39 styles */

.contact {
  --background-image: url(/uploads/media/v-637986985587220405/p7-b39-photo.jpg);
  position: relative;
  background: white;
}
.contact .block-inner {
  padding: 4rem 2rem;
}
.contact .contents {
  display: flex;
  gap: 3rem;
  width: 100%;
}
.contact .text {
  font-size: 1.2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  font-weight: 300;
}
.contact h1 {
  margin: 0;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--primary-color);
}
.contact h2 {
  max-width: 420px;
  margin-top: 0;
}
.contact h3 {
  color: var(--accent-color);
  border-top: 1px solid #dddddd;
  padding-top: 1rem;
}
.contact ui-icon {
  display: inline-block;
  vertical-align: middle;
}
.contact .address {
  line-height: 1.5rem;
}
.contact .form {
  padding-left: 2rem;
  max-width: 480px;
}
.contact .form form {
  background: whitesmoke;
  padding: 1rem;
  border: 1px solid #dddddd;
}
.contact fieldset {
  border: 0;
  border-top: 1px solid #dddddd;
}
.contact fieldset legend {
  font-weight: 700;
  font-size: 150%;
  padding: 0 0.5rem;
  color: #9f3968;
}
.contact ui-input,
.contact ui-textarea {
  width: 100%;
}
.contact ui-button {
  --box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.contact ui-button ui-icon,
.contact ui-button ui-spinner {
  width: 1.5rem;
}
.contact ui-button ui-spinner {
  display: none;
}
.contact ui-button ui-spinner::part(base) {
  width: 1rem;
  height: 1rem;
  border: 3px solid transparent;
  border-top-color: #9f3968;
}
.contact .alert {
  padding: 1rem;
  border-left: 1px solid #9f3968;
  border-left-width: 4px;
  background: #ffffed;
}
.contact .alert strong {
  color: #9f3968;
}
.contact .alert ul {
  list-style-type: square;
}
.contact .days {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact .day {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
.contact .map {
  display: none;
  width: 40%;
}
.contact .social {
  display: flex;
  gap: 1rem;
}
.contact .social > a {
  display: block;
  font-size: 2rem;
  color: #222222;
}
.contact .social > a:hover ui-icon {
  color: var(--accent-color);
}
@media screen and (max-width:767px) {
  .contact .block-inner {
    padding: 2rem 1rem;
  }
  .contact .contents {
    gap: 1rem;
  }
  .contact .day {
    flex-direction: column;
    gap: .5rem;
  }
}
/*checking for variables*/

/* PATTERN= \/\*(?<var>[a-zA-Z0-9\\_]+)\=(?<styles>.*)\*\/ */

/* MATCHES FOUND=1*/

