﻿.choose-hidden {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex: none;
    min-height: 256px;
    display: flex;
    z-index: 10;
    position: relative;
    height: 400px;
}
.choose-none {
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.choose-inset {
    position: absolute;
}
.choose-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.choose-container {
    padding-top: 98px;
    padding-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    max-width: 1536px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
}
.choose-flex {
    align-items: center;
    flex-direction: column;
    max-width: 960px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.choose-heading {
    font-size: calc(48px* var(--head-fontSize, 1));
    line-height: calc(56px* var(--head-fontHeight, 1));
}
.choose-center {
    gap: .75rem;
    align-items: center;
    flex: 1 1 0%;
    display: flex;
}
.choose-body {
    justify-content: center;
    font-size: calc(16px* var(--body-fontSize, 1));
    line-height: calc(21px* var(--body-fontHeight, 1));
}
.choose-block {
    display: inline-block;
}
.choose-full {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: .75rem;
}
.img-choose {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    overflow: hidden;
}
.image-container {
    position: relative;
    display: inline-block;

}

    .image-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 54%);
    }
.choose-details {
    z-index: 10;
    position: relative;
}
.choose-events {
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.choose-absolute {
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.choose-auto {
    padding-bottom: 7rem;
    padding-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    max-width: 1536px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.choose-max {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.choose-text {
    font-size: calc(18px* var(--body-fontSize, 1));
    line-height: calc(28px* var(--body-fontHeight, 1));
    font-family: var(--body-fontFamily);
    font-weight: var(--body-fontWeight, 400);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.choose-text h2 {
    padding-top: 0;
    font-size: calc(48px* var(--head-fontSize, 1));
    line-height: calc(56px* var(--head-fontHeight, 1));
    margin-bottom: 1.75rem;
    padding-bottom: .5rem;
    font-family: var(--head-fontFamily);
    font-weight: var(--head-fontWeight, 500);
    margin: 0;
}
    .choose-text p {
        margin-bottom: 1.75rem;
        font-size: calc(18px* var(--body-fontSize, 1));
        line-height: calc(28px* var(--body-fontHeight, 1));
        font-family: inherit;
        font-weight: inherit;
    }
.choose-cover > img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    -webkit-user-select: none;
    max-width: 100%;
    height: auto;
}