.gp-dvc-section-head {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.25;
}
.gp-dvc-section-head-1 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.1333;
}
.gp-dvc-section-head-2 {
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: 500;
}
.gp-dvc-section-head-3 {
    font-size: 1.125rem;
    line-height: 1.333;
    font-weight: 500;
}
.gp-dvc-section-subhead {
    font-weight: 500;
}
.gp-dvc-section-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 1024px) {
    .gp-dvc-section-head {
        /* font-size: 3.75rem; */
        font-size: 4.25rem;
        line-height: 1.1333;
    }
    .gp-dvc-section-head-1 {
        font-size: 2rem;
    }
    .gp-dvc-section-head-2 {
        font-size: 2.5rem;
    }
    .gp-dvc-section-head-3 {
        font-size: 1.25rem;
    }
}

.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>*,
.ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}
.object-fit-fill {
    object-fit: fill;
}


.gp-rounded-0 {
    border-radius: 0 !important;
}
.gp-rounded-sm {
    border-radius: 22px !important;
}

@media screen and (min-width: 1024px) {
    .gp-rounded-md {
        border-radius: 28px !important;
    }
}

.gp-video-box {
    position: relative;
}
.gp-video-buttons {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    height: 40px;
}
.gp-video-btn {
    color: #5f6368;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(66, 63, 63, .3), 0px 1px 3px 1px rgba(66, 63, 63, .15);
}
.gp-video-controls-small .gp-video-buttons {
    height: 40px;
}
.gp-video-controls-small .gp-video-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.gp-video-btn:hover {
    background-color: #e3e3e3;
    color: #3c4043;
}
.gp-video-btn .material-icons-extended {
    line-height: 40px;
    font-size: 20px;
}
.gp-video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.gp-video-play,
.gp-video-pause,
.gp-video-repeat {
    left: auto;
    right: 0;
}
.gp-video-btn.hidden,
.gp-video-mute.muted svg:first-child,
.gp-video-mute:not(.muted) svg:last-child {
    display: none;
}

@media screen and (min-width: 1024px) {
    .gp-video-buttons {
        height: 60px;
    }
    .gp-video-btn {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        line-height: 60px;
    }
    .gp-video-btn .material-icons-extended {
        line-height: 60px;
        font-size: 1rem;
    }
}

.gp-section-bg {
    background-color: #F5F3EF;
}
.gp-spacer-0 {
    height: 0;
}
.gp-spacer-16 {
    height: 1rem;
}
.gp-spacer-20 {
    height: 1.25rem;
}
.gp-spacer-24 {
    height: 1.5rem;
}
.gp-spacer-30 {
    height: 1.875rem;
}
.gp-spacer-32 {
    height: 2rem;
}
.gp-spacer-40 {
    height: 2.5rem;
}
.gp-spacer-60 {
    height: 3.75rem;
}
.gp-spacer-80 {
    height: 5rem;
}
.gp-spacer-100 {
    height: 6.25rem
}
.gp-spacer-120 {
    height: 7.5rem;
}
.gp-sapcer-160 {
    height: 10rem;
}

@media screen and (min-width: 1024px) {
    .gp-spacer-md-0 {
        height: 0;
    }
    .gp-spacer-md-20 {
        height: 1.25rem;
    }
    .gp-spacer-md-24 {
        height: 1.5rem;
    }
    .gp-spacer-md-32 {
        height: 2rem;
    }
    .gp-spacer-md-40 {
        height: 2.5rem;
    }
    .gp-spacer-md-60 {
        height: 3.75rem;
    }
    .gp-spacer-md-80 {
        height: 5rem;
    }
    .gp-spacer-md-100 {
        height: 6.25rem
    }
    .gp-spacer-md-120 {
        height: 7.5rem;
    }
    .gp-spacer-md-160 {
        height: 10rem;
    }
    .gp-spacer-md-200 {
        height: 12.5rem;
    }
}

@media screen and (min-width: 600px) {
    .gp-container {
        max-width: 456px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 1024px) {
    .gp-container {
        max-width: 1156px;
    }
}

.gp-modal-full {
    max-width: initial;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
.gp-modal {
    padding-right: 0 !important;
    background-color: #efeae5;
}
.gp-modal .modal-content {
    border-radius: 0;
    height: 100%;
    background-color: #efeae5;
    border: none;
}
.gp-modal .modal-header {
    border-bottom: none;
}
.gp-modal-black,
.gp-modal-black .modal-content {
    background-color: #202124;
    color: #fff;
}
.gp-modal-video .modal-body {
    display: flex;
    align-items: center;
}
.gp-modal-video-wrapper {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
}
.gp-modal-video-container {
    position: relative;
    padding-top: 56.25%;
}
.gp-modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.gp-modal .close {
    color: #5f6368;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    transition: .3s;
    margin-top: 0;
    margin-right: 0;
}
.gp-modal .close,
.gp-modal .close:focus {
    outline: none;
}
.gp-modal .close:not(:disabled):not(.disabled):hover, 
.gp-modal .close:not(:disabled):not(.disabled):focus  {
    opacity: 1;
}
.gp-modal .close:hover {
    background-color: #e1e3e429;
}
.gp-modal-black .close {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    padding: .5rem .5rem;
}

@media screen and (max-width: 1023px) {
    .gp-modal-full {
        margin: 0;
    }
    .gp-modal {
        padding-right: 0 !important;
    }
    .gp-modal .modal-header {
        border-bottom: none;
    }
    .gp-modal-video-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .gp-modal .close {
        padding: .5rem .5rem;
    }
}
/**/

.gp-dvc {
    color: #000;
}
.gp-dvc sup {
    font-size: .625em;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
     .gp-dvc {
        overflow: hidden;
    }
}

.gp-dvc-link {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    position: relative;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
    border-radius: 100px 100px 100px 100px;
    color: rgb(255, 255, 255);
    min-height: 40px;
    background-color: #191c1d;
    border: 2px solid #191c1d;
    padding: 6px 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1.5;
}
.gp-dvc-link:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #3e4041;
    border-color: #3e4041;
}
.gp-dvc-link__white {
    color: rgb(25, 28, 29);
    background-color: #ffffff;
    border-color: #ffffff;
}
.gp-dvc-link__white:hover {
    color: rgb(25, 28, 29);
    background-color: #ededed;
    border-color: #ededed;
}
.gp-dvc-link::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
.gp-dvc-link::after {
    content: "";
    position: absolute;
    margin: auto;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
}
.gp-dvc-link:active:before, .gp-dvc-link:hover:before {
    border-radius: 100px 100px 100px 100px;
}

/*------------------------*/
.gp-dvc-bg-10 {
    background-color: rgb(231, 230, 252);
}
.gp-dvc-bg-11 {
    background-color: rgb(6, 3, 6);
}
.gp-dvc-bg-12 {
    background-color: rgb(245, 242, 227)
}
.gp-dvc-bg-13 {
    background-color: rgb(228, 244, 255)
}

@media screen and (min-width: 1024px) {
    .gp-section-text-camera .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-camera .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-camera {
    --bs-aspect-ratio: 150%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-camera {
        --bs-aspect-ratio: 68.05555555555556%;
    }
}

.gp-dvc-section-series-grid {
    --gp-gap: 2.5rem;
}
.gp-dvc-section-series-grid__row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-series-grid__w {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-series-grid__text {
    font-size: 1.125rem;
    font-weight: 500;
    padding-right: 13%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-series-grid {
        --gp-gap: 1.5rem;
    }
    .gp-dvc-section-series-grid .gp-container {
        max-width: 1132px;
    }
    .gp-dvc-section-series-grid__row {
        align-items: stretch;
        flex-direction: row;
    }
    .gp-dvc-section-series-grid__card {
        width: calc((100% - 2 * var(--gp-gap)) / 3);
    }
    .gp-dvc-section-series-grid__text {
        font-size: 1.25rem;
    }
}

.gp-dvc-section-detail {
    --bs-aspect-ratio: 100%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-detail {
        --bs-aspect-ratio: 56.25%;
    }
    .gp-dvc-section-detail .gp-container {
        max-width: 1392px;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-detail .gp-dvc-section-head {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.gp-dvc-section-twice {
    --gp-gap: 2.5rem;
    --bs-aspect-ratio: 130.879345603272%;
}
.gp-dvc-section-twice__row {
    display: flex;
    align-items: stretch;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-twice__col {
    position: relative;
}
.gp-dvc-section-twice__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.gp-dvc-section-twice__media-2 {
    --bs-aspect-ratio: 125.26501766784452%
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-twice {
        --bs-aspect-ratio: 130.879345603272%;
    }
    .gp-dvc-section-twice__row {
        flex-direction: row;
    }
    .gp-dvc-section-twice__col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-section-twice__card {
        height: 100%;
    }
    .gp-dvc-section-twice .gp-dvc-section-head-2 {
        font-size: 3rem;
        line-height: 1.166;
    }
    .gp-dvc-section-twice__card {
        max-width: 80%;
    }
    .gp-dvc-section-twice__ms-auto {
        margin-left: auto;
    }
    .gp-dvc-section-twice__me-auto {
        margin-right: auto;
    }
    .gp-dvc-section-twice__order-1 {
        order: 1;
    }
    .gp-dvc-section-twice__order-2 {
        order: 2;
    }
    .gp-dvc-section-twice__media-2 {
        --bs-aspect-ratio: 125.26501766784452%
    }
}

.gp-section-text-night {
    color: rgb(225, 227, 228);
}
@media screen and (min-width: 1024px) {
    .gp-section-text-night .gp-dvc-section-head {
        max-width: 45%;
    }
    .gp-section-text-night .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-night {
    --bs-aspect-ratio: 144.44444444444444%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-night {
        --bs-aspect-ratio: 135.97222222222223%;
    }
}

.gp-dvc-section-night2 {
    --bs-aspect-ratio: 251.25%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-night2 {
        --bs-aspect-ratio: 57.36111111111111%;
    }
    .gp-dvc-section-night2 .gp-container {
        max-width: 1392px;
    }
}

.gp-section-text-unfold .gp-dvc-section-head-2 {
    font-size: 1.75rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-unfold .gp-dvc-section-head-2 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 3rem;
    }
    .gp-section-text-unfold .gp-dvc-section-text {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
}

.gp-dvc-section-unfold {
    --bs-aspect-ratio: 113.88888888888888%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-unfold {
        --bs-aspect-ratio: 62.05007824726134%;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-memories .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-memories .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-memories {
    --bs-aspect-ratio: 133.53658536585367%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-memories {
        --bs-aspect-ratio: 56.32183908045977%;
    }
    .gp-dvc-section-memories .gp-container {
        max-width: 1392px;
    }
}

.gp-dvc-section-group {
    --bs-aspect-ratio: 125%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-group {
        --bs-aspect-ratio: 56.25%;
    }
    .gp-dvc-section-group .gp-container {
        max-width: 1392px;
    }
}

.only-pc {
    display: none;
}
@media screen and (min-width: 1024px) {
    .only-mobile {
        display: none;
    }
    .only-pc {
        display: block;
    }
}
