:root {
  --Primary: #F7F2ED;
  --primaryDarker: #E69665;
  --white: white;
  --black: black;
  --bodyColor: #f6f0eb;
  --textColor: #222;
  --textHover: #C17B5E;
  --background: #FAFAFA;
  --background: #f8f8f8;
  --background2: #F7E4D0;
  --background3: #BE785B;
  --backgroundHover: #f1d1b8;
  --buttonHoverColor: #F7E4D0;
  --buttonHoverColor: #f1d1b8;
  --button: var(--primaryDarker);
  --buttonHover: var(--buttonHoverColor);
  --boxShadow: 0px 0px 3px rgb(124, 124, 124);
  --boxShadowHover: 0px 0px 3px rgb(20, 20, 20);
  --border: 1px solid var(--shadowColor);
  --secondary: #6F8F7C;
  --secondary2: #7E9A8A;
}

@media only screen and (min-width: 0px) {
  #hero {
    height: calc(100vh - 94px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../images/index/hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-height: 900px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #hero {
    background-position-x: -850px;
    min-height: 850px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #hero {
    background-image: url("../images/index/hero-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-inner {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: 1100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #hero .hero-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-inner .hero-text {
    height: 100%;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 25px;
  }
  #hero .hero-inner .hero-text h2 {
    font-size: clamp(20px, 3.5vw, 24px);
    color: var(--button);
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px black;
    line-height: 1.5;
  }
  #hero .hero-inner .hero-text h2 span {
    white-space: nowrap;
    color: var(--button);
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px black;
    line-height: 1.5;
  }
  #hero .hero-inner .hero-text h1 {
    font-size: clamp(36px, 5vw, 52px);
    color: white;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px black;
  }
  #hero .hero-inner .hero-text p {
    color: white;
    font-size: 18px;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    max-width: 700px;
    text-shadow: 0px 0px 3px black;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #hero .hero-inner .hero-text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-inner .hero-text .button {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
  }
  #hero .hero-inner .hero-text .button a {
    font-size: 16px;
    color: var(--textColor);
  }
  #hero .hero-inner .hero-text .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #hero .hero-inner .hero-text .button button:hover {
    background: var(--buttonHover);
  }
  #hero .hero-inner .hero-text .button button:hover a {
    color: var(--black);
  }
  #hero .hero-inner .hero-text .button .view-services {
    -webkit-text-decoration: 2px underline;
            text-decoration: 2px underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--white);
  }
  #hero .hero-inner .hero-text .button .view-services:hover {
    color: var(--primaryDarker);
    text-decoration-color: var(--primaryDarker);
  }
  #hero .hero-inner .hero-text .button .view-services a {
    color: white;
    padding: 10px;
    font-size: 16px;
    text-shadow: 1px 1px 3px black;
  }
  #hero .hero-inner .hero-text .button .view-services a:hover {
    color: var(--primaryDarker);
    text-decoration-color: var(--primaryDarker);
  }
}
@media only screen and (min-width: 0px) {
  #stages {
    padding: 100px 0 125px;
    background-color: var(--background);
    background-image: url("../images/index/corner1.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #stages {
    padding: 50px 0 75px;
  }
}
@media only screen and (min-width: 0px) {
  #stages .stages-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
  }
  #stages .stages-inner .stages-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  #stages .stages-inner .stages-header h1 {
    font-size: clamp(28px, 5vw, 36px);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  #stages .stages-inner .stages-header p {
    font-size: clamp(16px, 1vw, 17px);
  }
  #stages .stages-inner .stages-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    max-width: 1500px;
  }
  #stages .stages-inner .stages-items img {
    max-width: 450px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    box-shadow: var(--boxShadow);
    border: 10px solid white;
    margin-bottom: 15px;
  }
  #stages .stages-inner .stages-items h2 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #stages .stages-inner .stages-items p {
    padding-left: 25px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #stages .stages-inner .stages-items {
    display: flex;
    flex-direction: column;
  }
  #stages .stages-inner .stages-items img {
    max-height: 225px;
    border: 10px solid white;
  }
}
@media only screen and (min-width: 0px) {
  #core .services-cards {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #core .services-cards .card {
    padding: 35px 35px 40px;
    background: var(--white);
    box-shadow: var(--boxShadow);
    border-radius: 3px;
  }
  #core .services-cards .card img {
    margin-bottom: 5px;
  }
  #core .services-cards .card h2 {
    margin-bottom: 15px;
  }
  #core .services-cards .card p {
    display: flex;
    margin-bottom: 25px;
  }
  #core .services-cards .card a {
    -webkit-text-decoration: 2px underline;
            text-decoration: 2px underline;
    text-underline-offset: 5px;
    padding: 10px;
    position: relative;
    left: -10px;
    font-weight: bolder;
  }
  #core .services-cards .card a:hover {
    color: var(--background3);
  }
  #core .services-cards .card:hover {
    box-shadow: var(--boxShadowHover);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #core .services-cards .card {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 0px) {
  #about {
    padding: 100px 0;
    background: var(--background2);
    background-image: url("../images/index/left-corner.webp");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 800px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about {
    padding: 75px 0 100px;
    background-image: none;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(25px, 3.5vw, 75px);
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image {
    position: relative;
  }
  #about .about-inner .about-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 600px;
    border: 10px solid var(--background3);
    box-shadow: var(--boxShadow);
  }
  #about .about-inner .about-image .anne {
    position: absolute;
    display: block;
    background: var(--white);
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 46px;
    right: 34px;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about .about-inner .about-image .anne {
    bottom: 25px;
    right: 20px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image .anne P {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 12px;
    font-weight: bold;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner .about-image {
    max-width: 450px;
  }
  #about .about-inner .about-image img {
    border: 10px solid var(--background3);
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-text {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner .about-text {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-text h1 {
    margin-bottom: 20px;
  }
  #about .about-inner .about-text p {
    margin-bottom: 25px;
    font-size: clamp(16px, 1vw, 18px);
  }
  #about .about-inner .about-text a {
    margin-top: 25px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #about .about-inner .about-text button {
    background: var(--button);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
  }
  #about .about-inner .about-text button a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: var(--textColor);
  }
  #about .about-inner .about-text button:hover {
    background: var(--buttonHover);
  }
  #about .about-inner .about-text button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) {
  #not-alone {
    background: var(--background3);
    padding: clamp(25px, 5vw, 50px) clamp(0px, 1vw, 25px);
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px black;
  }
  #not-alone h1 {
    width: 90%;
    margin: 0 auto;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.5;
    text-wrap: pretty;
  }
}
@media only screen and (min-width: 0px) {
  #support {
    background-color: var(--background2);
    padding: 125px 0;
    background-image: url(../images/index/flower-bg.webp);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #support {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 0px) {
  .support-inner {
    background: var(--background);
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 50px;
    padding: clamp(20px, 4vw, 75px);
    border: 2px solid #afafaf;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .support-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(25px, 3.5vw, 50px);
  }
}
@media only screen and (min-width: 0px) {
  .support-inner .support h1 {
    margin-bottom: 20px;
  }
  .support-inner .support p {
    margin-bottom: 25px;
  }
  .support-inner .support .text {
    max-width: 650px;
  }
  .support-inner .support .text ul {
    position: relative;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .support-inner .support .text ul {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
}
@media only screen and (min-width: 0px) {
  .support-inner .support .text ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .support-inner .support .button {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: clamp(25px, 3.5vw, 50px);
    width: -moz-fit-content;
    width: fit-content;
  }
  .support-inner .support .button button {
    background: var(--button);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }
  .support-inner .support .button button a {
    font-size: 16px;
    color: var(--textColor);
  }
  .support-inner .support .button button:hover {
    background: var(--buttonHover);
  }
  .support-inner .support .button button:hover a {
    color: var(--black);
  }
  .support-inner .support .button .view-services {
    text-decoration: underline;
    text-underline-offset: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .support-inner .support .button .view-services:hover {
    color: var(--background3);
    text-decoration-color: var(--background3);
  }
  .support-inner .support .button .view-services a {
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .support-inner .support .button .view-services a:hover {
    color: var(--background3);
    text-decoration-color: var(--background3);
  }
  .support-inner .image img {
    display: block;
    max-width: 600px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/index/coast.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    border-top: 10px solid var(--background3);
    border-bottom: 10px solid var(--background3);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta {
    background-image: url("../images/index/coast-mobile.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(31, 71%, 89%, 0.5), rgba(0, 0, 0, 0));
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(100px, 10vw, 200px) clamp(0px, 1vw, 150px);
  }
  #cta .cta-inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #cta .cta-inner .text h1 {
    margin-bottom: 15px;
    color: var(--textColor);
    font-size: clamp(28px, 5vw, 36px);
    line-height: 1.25;
  }
  #cta .cta-inner .text p {
    margin-bottom: 50px;
    max-width: 650px;
    font-size: clamp(16px, 5vw, 18px);
  }
  #cta .cta-inner .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 25px;
    margin: 0 auto;
  }
  #cta .cta-inner .button a {
    font-size: 16px;
    color: var(--textColor);
  }
  #cta .cta-inner .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #cta .cta-inner .button button:hover {
    background: var(--buttonHover);
  }
  #cta .cta-inner .button button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta .cta-inner .button {
    gap: 15px;
  }
}/*# sourceMappingURL=index.css.map */