.landing section {
    padding-left: 15px;
    padding-right: 15px;
}


.landing h2 {
    text-align: center;
    width: unset;
    max-width: unset;
    font-size: 40px;
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}

.landing .left-align h2,
.landing .left-align h3,
.landing .left-align h2 + p,
.landing .left-align h3 + p,
.landing .left-align .copy-content {
    text-align: left;
}

.landing .left-align h3 {
    font-size: 26px;
}

@media screen and (max-width: 1024px) {
    .landing h2 {
        text-align: center;
        font-size: 30px;
    }

    .landing .left-align h2,
    .landing .left-align h3{
        text-align: left;
    }
}

.landing .container {
    max-width: 1440px;
    margin: 0 auto;
}

.landing .container.small {
    max-width: 1024px;
}

.ids-hero#ids-hero {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.landing .ids-hero .container {
    max-width: 100%; /* ;;reset container;; */
}

.ids-hero .ids-hero__content {
    width: 100%;
    margin: 0 auto;
}

.ids-hero .ids-hero__content.boxed {
    max-width: 1440px;
}

.ids-hero .ids-hero__content.wide {
    max-width: 100%;
}

.ids-hero .ids-hero__content .ids-hero__image {
    width: 1080px;
    height: 500px;
    margin: auto;
}

.ids-hero .ids-hero__content .ids-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ids-hero .ids-hero__content .ids-hero__image.no-image { 
    background-color: #f5f5f5;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ids-hero .ids-hero__content .ids-hero__image.no-image span {
    line-height: 1;
    font-size: 75px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.ids-hero .ids-hero__content .ids-hero__image.no-image p {
    margin: 0;
}

.ids-hero .ids-hero__content .ids-hero__image.has-image {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ids-hero .ids-hero__content .ids-hero__image.has-image .ids-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ids-hero .ids-hero__content .ids-hero__image.has-image h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    z-index: 99;
}

.ids-hero .ids-hero__copy {
    margin: 0 auto;
    text-align: center;
    max-width: 1024px;
    width: 100%;
}

.ids-hero .ids-hero__copy p {
    margin-bottom: 1rem;
    font-size: 16px;
}

@media (max-width: 768px) {
    .ids-hero .ids-hero__content .ids-hero__image {
        width: 100%;
        height: clamp(10.813rem, -0.101rem + 46.56vw, 22.25rem);
    }
}

/* \
    Locations CSS
    ----------------------- 
*/

.landing section.locations {
    text-align: left;
    padding-top: 80px;
}

/* .locations .locations__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .locations .locations__container {
        grid-template-columns: 1fr;
    }
} */

.locations .locations__container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.locations .location * {
    text-align: left; /* Reset all! */
    margin: 0;
    color: #000;
    line-height: initial;
}

.locations .location {
    /* background: #1a2e56;
    padding: 50px;
    border: 1px solid #f4f5f8;
    text-align: left; */

    color: #000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    position: relative;

    transform-origin: top;
    transition: .4s all ease-in-out;

    flex-direction: column;
    align-items: center;
    justify-content: center ;
}

/* .locations .location:hover {
    transform: translateY(-5px);
} */

.locations .location h2 {
    color: #1a2e56;
}

.locations .location p,
.locations .location__term,
.location .location__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.locations .location p.dates {
    font-size: 500;
    /* margin-bottom: 15px;
    margin-top: -5px; */
}

.location .location__copy {
    flex: 1;
    /* margin-bottom: 30px; */
}

.location .location__list {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 0.7rem;
}


/* Buttons! */
.landing a.ids-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    color: #1a2e56;
    transition: .4s all ease-in-out;
    align-self: flex-start;
    text-transform: uppercase;
}

.landing a.ids-button:hover {
    color: #000;
}

.landing a.ids-button.ids-button--small,
.landing a.ids-button.ids-button--product,
.landing a.ids-button.ids-button--featured {
    background: #1a2e56;
    border: 1px solid #1a2e56;
    color: #fff;
}

.landing a.ids-button.ids-button--small:hover,
.landing a.ids-button.ids-button--product:hover,
.landing a.ids-button.ids-button--featured:hover {
    background: #fff;
    color: #1a2e56;
}

.landing a.ids-button.ids-button--small {
    padding: 10px 20px;
    font-size: 16px;
    margin:  0 auto;
}

/* \
    Featured Products
    ----------------------- 
*/

.ids-video .ids-video__cover {
    position: relative;
    max-width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    overflow: hidden;
}

.ids-video .ids-video__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ids-video .ids-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.ids-video .ids-video__cover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 50;
    transition: .4s all ease-in-out;
}

.ids-video .ids-video__play svg {
    width: 75%;
    height: 75%;
    fill: #fff;
    transition: .4s all ease-in-out;
}

.ids-video .ids-video__cover:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

.ids-video .ids-video__cover:hover svg {
    transform: scale(1.1);
    opacity: 0.25;
}

.lity.lity-opened  {
    z-index: 9999999999999999999 !important;
}


/* Products */

.ids-product .ids-product__image,
.featured .featured__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ids-product .ids-product__image img,
.featured .featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured h3,
.ids-products-container h3 {
    font-weight: bold;
}

.featured .featured__content {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.blur-block {
    width: 100%;
    height: 100%;
    background: #1a2e56;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.ids-products-container {
    margin-top: 50px;
}

.ids-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ids-promo__image {
    margin-top: 50px;
    border-radius: 4px;
}

.ids-promo__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ids-promo__link {
    display: inline-block;
    transition: opacity 0.3s;
}

.ids-promo__link:hover {
    opacity: .65;
}

@media (max-width: 1024px) {
    .ids-products-container {
        margin-top: 25px;
    }
    .ids-products {
        grid-template-columns: 1fr;
    }
    .ids-promo__image {
        margin-top: 25px;
    }
}

.ids-products .ids-product {
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    position: relative;

    transition: .4s all ease-in-out;

    justify-content: center;
    align-items: center;
}

.ids-products .ids-product a.ids-button {
    margin: 0 auto;
}

.ids-products .ids-product h3 {
    width: 100%;
    margin: 0;
}
/* Gallery */

.ids-gallery {}

.ids-gallery .ids-gallery__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .ids-gallery .ids-gallery__content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .ids-gallery .ids-gallery__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ids-gallery .ids-gallery__content .ids-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}

.ids-gallery .ids-gallery__content .ids-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all ease-in-out;
    opacity: 0.65;
}

.ids-gallery .ids-gallery__content .ids-gallery__item:hover img {
    transform: scale(1.125);
    opacity: 1;
}

/* Social section */

.ids-social {}

.featured-products .featured-products__content,
.ids-social .ids-social__lead p {
    font-family: "NSK-TSR-E", "NSK-TSR-J", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #1a2e56;
    font-size: 16px;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.4;
}
@media screen and (min-width: 641px) {
    .ids-social .ids-social__feed #sb_instagram #sbi_images {
        max-height: 400px;
        overflow-y: auto;
    }
}


.ids-social .ids-social__feed.no-feed {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #f5f5f5;
    border-radius: 4px;
}

.ids-social .ids-social__challenges {
    margin-top: 50px;
    margin-bottom: 25px;
}

.ids-social .ids-social__challenges .challenges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center; /* Center the grid items */
}

.challenges .challenge .challenge__image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 16 / 9;
}

.ids-social__challenges.secondary .challenge .challenge__image img,
.challenges .challenge .challenge__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all ease-in-out;
}

.challenges .challenge .challenge__content * {
    text-align: left;
}

.challenges .challenge .challenge__content li {
    padding-left: 1em;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
}

@media (max-width: 1024px) {
    .ids-social .ids-social__challenges .challenges {
        grid-template-columns: 1fr;
    }
}

/* Responsive Video */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
