@charset "UTF-8";
@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/about/about-hero.webp");
  }
}
@media only screen and (min-width: 0px) {
  .anne-content {
    background: var(--background);
    padding: clamp(25px, 5vw, 100px);
    background-image: url(../images/index/corner1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .anne-content .anne-content-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .anne-content .anne-content-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .anne-content .anne-content-inner .anne-image {
    width: 100%;
    height: 100%;
    display: block;
  }
  .anne-content .anne-content-inner .anne-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .anne-content .anne-content-inner .anne-image img {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 0px) {
  .anne-content .anne-content-inner .anne-text {
    max-width: 600px;
  }
  .anne-content .anne-content-inner .anne-text h1 {
    margin-bottom: 10px;
  }
  .anne-content .anne-content-inner .anne-text p {
    margin-bottom: 25px;
  }
  .anne-content .anne-content-inner .anne-text ul {
    margin-bottom: 15px;
  }
  .anne-content .anne-content-inner .anne-text ul li {
    margin-bottom: 5px;
    position: relative;
    left: 15px;
  }
  .anne-content .anne-content-inner .anne-text ul li::before {
    position: absolute;
    content: "•";
    width: 5px;
    height: 5px;
    left: -10px;
  }
}
@media only screen and (min-width: 0px) {
  .working {
    background: var(--background2);
  }
  .working .working-inner {
    width: 90%;
    padding: clamp(75px, 5vw, 100px) 0;
    max-width: 1100px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .working .working-inner .working-text {
    max-width: 550px;
  }
  .working .working-inner .working-text h1 {
    margin-bottom: 15px;
  }
  .working .working-inner .working-text p {
    margin-bottom: 25px;
  }
  .working .working-inner .working-image {
    display: flex;
    height: 100%;
    align-self: flex-end;
  }
  .working .working-inner .working-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) {
  .quote {
    background: var(--background3);
    padding: clamp(50px, 5vw, 75px) clamp(0px, 1vw, 25px);
    text-align: center;
    text-shadow: 1px 1px 3px black;
  }
  .quote h1 {
    line-height: 1.5;
    color: white;
    font-size: clamp(28px, 5vw, 40px);
  }
}
@media only screen and (min-width: 0px) {
  .mission {
    background: var(--background2);
  }
  .mission .mission-inner {
    max-width: 1600px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=about.css.map */