/*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-2243 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-container {
    width: 100%;
    max-width: 115rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-content {
    /* aligns text centrally. set to left to left-align text */
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centrally aligns items. set to flex-start to left-align items */
    align-items: center;
    z-index: 2;
  }
  #gallery-2243 .cs-title {
    max-width: 40ch;
  }
  #gallery-2243 .cs-gallery {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(16, 16.666vw);
    gap: clamp(0.5rem, 2vw, 1.25rem);
  }
  #gallery-2243 .cs-picture {
    grid-column: span 6;
    display: block;
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallery-2243 .cs-picture1 {
    grid-row: 2/span 3;
  }
  #gallery-2243 .cs-picture2 {
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-picture3 {
    grid-column: span 12;
    grid-row: 5/span 5;
  }
  #gallery-2243 .cs-picture4 {
    grid-row: 10/span 4;
  }
  #gallery-2243 .cs-picture5 {
    grid-row: 11/span 3;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-2243 .cs-gallery {
    /* 320px - 600px */
    height: clamp(20rem, 41vw, 37.5rem);
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }
  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1/span 1;
    grid-row: 2/span 3;
  }
  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2/span 1;
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3/span 2;
    grid-row: 1/span 6;
  }
  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 5/span 1;
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 6/span 1;
    grid-row: 2/span 3;
  }
}
/* Desktop - 1600px */
@media only screen and (min-width: 100rem) {
  #gallery-2243 .cs-gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }
  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1/span 1;
    grid-row: 2/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2/span 1;
    grid-row: 1/span 5;
  }
  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3/span 1;
    grid-row: 1/span 6;
  }
  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 4/span 1;
    grid-row: 1/span 5;
  }
  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 5/span 1;
    grid-row: 2/span 4;
  }
}
/*-- -------------------------- -->
<---          Gallery 2        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-47 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #gallery-47 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #gallery-47 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #gallery-47 .cs-image-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(12, 1fr);
    /* 158px - 304px */
    grid-template-rows: 1fr;
    /* 8px - 20px */
    gap: clamp(0.5rem, 1.5vw, 1.25rem);
  }
  #gallery-47 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    aspect-ratio: 1;
    grid-column: span 6;
    display: block;
    position: relative;
    /* prevents image from overflowing the container on hover */
    overflow: hidden;
  }
  #gallery-47 .cs-item:hover .cs-picture img {
    transform: scale(1.1);
  }
  #gallery-47 .cs-picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gallery-47 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s;
  }
  #gallery-47 .cs-item-1 {
    grid-column: 1/span 12;
    grid-row: 1/2;
    aspect-ratio: 328/158;
  }
  #gallery-47 .cs-item-5 {
    grid-column: 7/span 6;
    grid-row: 3/span 2;
    aspect-ratio: initial;
  }
  #gallery-47 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #gallery-47 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #gallery-47 .cs-button-solid:hover:before {
    width: 100%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-47 .cs-item {
    grid-column: span 3;
  }
  #gallery-47 .cs-item-1 {
    grid-column: 1/span 6;
  }
  #gallery-47 .cs-item-2 {
    grid-column: 1/span 3;
    grid-row: 2;
  }
  #gallery-47 .cs-item-3 {
    grid-column: 4/span 3;
    grid-row: 2;
  }
  #gallery-47 .cs-item-5 {
    grid-column: 7/span 3;
    grid-row: 2;
  }
  #gallery-47 .cs-item-6 {
    grid-column: 10/span 3;
    grid-row: 1/span 2;
    aspect-ratio: initial;
  }
}
/*-- -------------------------- -->
<---     Gallery mosaic         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #gallery-2234 {
    padding: var(--sectionPadding);
    background-color: #fbf5f1;
  }
  #gallery-2234 .cs-container {
    width: 100%;
    max-width: 120rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #gallery-2234 .cs-content {
    width: 100%;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #gallery-2234 .cs-title {
    margin: 0;
  }
  #gallery-2234 .cs-image-group {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 132px - 280px */
    grid-auto-rows: clamp(8.25rem, 20vw, 17.5rem);
    /* 16px - 20px */
    gap: clamp(0.5rem, 1.5vw, 1.25rem);
  }
  #gallery-2234 .cs-picture {
    display: block;
    position: relative;
  }
  #gallery-2234 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallery-2234 .cs-picture-1 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-2 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-3 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-4 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-5 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-6 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-7 {
    grid-column: span 12;
    grid-row: span 2;
  }
  #gallery-2234 .cs-picture-8 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-9 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-10 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-11 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-12 {
    grid-column: span 6;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-13 {
    grid-column: span 6;
    grid-row: span 1;
  }
}
/* Tablet */
@media only screen and (min-width: 48rem) {
  #gallery-2234 .cs-container {
    align-items: center;
  }
  #gallery-2234 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #gallery-2234 .cs-text {
    max-width: 28.1875rem;
  }
  #gallery-2234 .cs-flex {
    min-width: 45%;
  }
  #gallery-2234 .cs-picture-1 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-2 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-3 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-4 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-5 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-6 {
    grid-column: span 6;
    grid-row: span 2;
  }
  #gallery-2234 .cs-picture-7 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-8 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-9 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-10 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-11 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-12 {
    grid-column: span 3;
    grid-row: span 1;
  }
  #gallery-2234 .cs-picture-13 {
    grid-column: span 3;
    grid-row: span 1;
  }
}
/*# sourceMappingURL=gallery.css.map */