.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;
    text-align: center;
    padding-bottom: .5em;
}
.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;
        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-dvc-learn-more {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.gp-dvc-learn-more:hover {
    color: #3c4043;
    text-decoration: none;
}
.gp-dvc-learn-more .gp-dvc-learn-more-text {
    position: relative;
}
.gp-dvc-learn-more:hover .gp-dvc-learn-more-text::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #3c4043;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.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-box-dark .gp-video-btn {
    color: rgb(255, 227, 228);
    background-color: #131313;
    box-shadow: 0 1px 2px 0 #0000004d, 0 1px 3px 1px #00000026;
}
.gp-video-box-dark .gp-video-btn:hover {
    background-color: #343435;
}
.gp-video-box-dark .gp-video-btn svg path:not([stroke]) {
    fill: currentColor;
}
.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-8 {
    height: .5rem;
}
.gp-spacer-20 {
    height: 1.25rem;
}
.gp-spacer-24 {
    height: 1.5rem;
}
.gp-spacer-30 {
    height: 1.875rem;
}
.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-8 {
        height: .5rem;
    }
    .gp-spacer-md-20 {
        height: 1.25rem;
    }
    .gp-spacer-md-24 {
        height: 1.5rem;
    }
    .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;
}
.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-switch-control {
    display: flex;
    align-items: center;
    overflow: hidden;
    user-select: none;
    position: relative;
    white-space: nowrap;
    transition: transform .3s ease-in-out;
    cursor: pointer;
    min-height: 48px;
}
.gp-switch-control .gp-switch-control-wrap {
    position: relative;
    margin-right: 2px;
}
.gp-switch-control input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gp-switch-control-label {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    user-select: none;
    min-height: 32px;
    gap: 4px;
    padding: 4px 12px;
    min-width: 48px;
    border-radius: 4px;
    background-color: rgb(239, 241, 242);
}
.gp-switch-control .gp-switch-control-wrap:first-of-type .gp-switch-control-label {
    border-radius: 20px 4px 4px 20px;
}
.gp-switch-control .gp-switch-control-wrap:last-of-type .gp-switch-control-label {
    border-radius: 4px 20px 20px 4px;
}
.gp-switch-control input[type=radio]+.gp-switch-control-label::before,
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    content: "";
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    min-width: 16px;
    min-height: 16px;
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23062E6F'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23062E6F'/%3E%3C/svg%3E%0A");
    background-color: rgb(8, 66, 160);
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label {
    background-color: rgb(211, 227, 253) !important;
    color: rgb(8, 66, 160);
    border-radius: 20px;
}
.gp-switch-control input[type=radio]:hover+.gp-switch-control-label{
    background-color: #dee0e1 !important
}
.gp-switch-control input[type=radio]:checked:hover+.gp-switch-control-label {
    background-color: #c3d8f9 !important;
}
.gp-switch-control input[type=radio]+.gp-switch-control-label::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.gp-label-text-wrap {
    font-optical-sizing: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 20px;
}

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

.gp-accordion {
    width: 78%;
    margin: 4rem auto 0;
}
.gp-accordion .card {
    background-color: #f9f6f2;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    margin-bottom: 0.25rem;
}
.gp-accordion .card:first-child {
    border-radius: 20px 20px 0 0;
}
.gp-accordion .card:last-child {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
}
.gp-accordion .card-header {
    background-color: transparent;
    border-bottom: none;
    position: relative;
}
.gp-accordion .card-header-link {
    padding: .75rem .25rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    cursor: pointer;
}
.gp-accordion .card-header-link.collapsed {
    font-size: 1rem;
    padding-right: 2rem;
}
.gp-accordion .card-body {
    padding-top: 0;
}
.gp-accordion .card-body p:last-child {
    margin-bottom: 0;
}
.gp-accordion .card-arrow {
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #3c4043;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
}
.gp-accordion .collapsed .card-arrow {
    opacity: 1;
}
.gp-accordion .card-arrow .material-icons-extended {
    line-height: 32px;
    font-size: 32px;
    transform: rotate(180deg);
    transition: transform .2s ease-out;
}
.gp-accordion .collapsed .card-arrow .material-icons-extended {
    transform: initial;
}

.gp-accordion-2 .card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0.25rem;
}
.gp-accordion-2 .card:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-header {
    background-color: transparent;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-header-link {
    padding: .75rem 2.5rem .75rem .25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    cursor: pointer;
}
.gp-accordion-2 .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-body p:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gp-accordion-2 .card-arrow .material-icons-extended {
    line-height: 32px;
    font-size: 32px;
    transform: rotate(180deg);
}
.gp-accordion-2 .collapsed .card-arrow .material-icons-extended {
    transform: initial;
}

@media screen and (max-width: 1023px) {
    .gp-accordion {
        width: 100%;
        margin: 0;
    }
    .gp-accordion .card {
        background-color: #efeae5;
    }
    .gp-accordion .gp-dvc-box-media {
        margin-bottom: 1.5rem;
    }
    .gp-accordion .card-header-link {
        font-size: 1rem;
    }

    .gp-md-order-0 {
        order: 0
    }
    .gp-md-order-1 {
        order: 1;
    }
    .gp-md-order-2 {
        order: 2;
    }
}

.gp-accordion-2 .card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0.25rem;
}
.gp-accordion-2 .card:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-header {
    background-color: transparent;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-header-link {
    padding: .75rem 2.5rem .75rem .25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    cursor: pointer;
}
.gp-accordion-2 .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-body p:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gp-accordion-2 .card-arrow .material-icons-extended {
    line-height: 32px;
    font-size: 32px;
    transform: rotate(180deg);
}
.gp-accordion-2 .collapsed .card-arrow .material-icons-extended {
    transform: initial;
}

.gp-dvc-section-faq {
    padding: 10rem 0 10rem;
}
.gp-dvc-section-faq-row {
    display: flex;
    max-width: 1156px;
    margin: 0 auto;
    justify-content: space-between;
}
.gp-dvc-section-faq-col-1 {
    width: 33%;
}
.gp-dvc-section-faq-col-2 {
    width: 63%;
}
.gp-faq-accordion .card-header-link {
    font-weight: 700;
    font-size: 1.25rem;
}
.gp-faq-accordion .show {
    border-bottom: 1px solid #dadce0;
}

@media screen and (max-width: 1023px) {
    .gp-dvc-section-faq {
        padding: 5rem 0 5rem;
        max-width: 486px;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-faq-row {
        display: block;
        max-width: initial;
    }
    .gp-dvc-section-faq-row .gp-dvc-section-head-1 {
        padding-bottom: 1rem;
    }
    .gp-dvc-section-faq-col-1,
    .gp-dvc-section-faq-col-2 {
        width: initial;
    }
}

@media screen and (max-width: 600px) {
    .gp-dvc-section-faq {
        max-width: initial;
    }
}

.gp-section-into-models {
    padding-bottom: 12px;
}
@media screen and (min-width: 1023px) {
    .gp-section-into .gp-switch-control-label {
        background-color: #fff;
    }
    .gp-section-into .gp-switch-control input[type=radio]:checked+.gp-switch-control-label {
        background-color: rgb(0, 0, 0) !important;
        color: rgb(255, 255, 255);
        border-radius: 20px;
    }
    .gp-section-into .gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
        background-color: rgb(255, 255, 255);
    }
    .gp-section-into .gp-switch-control input[type=radio]:checked:hover+.gp-switch-control-label {
        background-color: #3e4041 !important;
    }
    .gp-section-into-models {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 1023px) {
    .gp-section-into .gp-switch-control {
        justify-content: center;
    }
}

.gp-section-into {
    margin-top: 1rem;
}
.gp-section-into .gp-dvc-box {
    background-color: #DFE1FD;
    display: flex;
}
.gp-section-into .gp-dvc-box-col-1 {
    width: 42.3850575%;
    position: relative;
}
.gp-section-into .gp-dvc-box-col-2 {
    width: 57.6149425%;
    position: relative;
}
.gp-section-into .gp-dvc-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 20%;
    padding-right: 5%;
    position: relative;
}
.gp-section-into .gp-dvc-box-content .gp-dvc-box-content-h {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-section-into .gp-dvc-head-3 {
    font-weight: bold;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.1333;
}
.gp-section-into .gp-dvc-prices {
    font-weight: bold;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3333;
}
.gp-section-into .gp-dvc-desc {
    padding-top: 1rem;
}
.gp-section-into .gp-dvc-actions {
    padding-top: .5rem;
}
.gp-section-into .btn-buy {
    background: #1967d2;
    border-color: #1967d2;
    color: #fff;
    font-weight: 500;
    line-height: 2.25rem;
    border-radius: 4px;
    padding: 0 1.75rem;
    letter-spacing: .00625rem;
}
.gp-section-into .btn-buy:hover {
    opacity: 1;
    transform: scale3d(1,1,1);
    color: #fff;
    border-color: #1967d2;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}
.gp-section-into .gp-dvc-box-colors {
    padding-bottom: 1.5rem;
}
.gp-section-into .gp-dvc-box-colors-row {
    display: flex;
}
.gp-section-into .gp-dvc-color-item {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
}
.gp-dvc-color-w {
    background-color: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gp-section-into .gp-dvc-color-item.active .gp-dvc-color-w {
    border-color: #1967d2;
}
.gp-section-into .gp-dvc-box-colors-name {
    padding-top: .5rem;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: .1px;
    min-height: 26px;
}
.gp-section-into .gp-dvc-box-colors-name span {
    display: none;
}
.gp-section-into .gp-dvc-box-colors-name .active {
    display: initial;
}

.gp-dvc-color {
    width: 24px;
    height: 24px;
    border: 1px solid #979ca1;
    background-color: #000;
    border-radius: 50%;
}
.gp-section-into .gp-dvc-color-item:not(.active):hover .gp-dvc-color {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.45);
}
.gp-dvc-color-coral {
    background-color: #fe8471;
}
.gp-dvc-color-sea {
    background-color: #e0eff9;
}
.gp-dvc-color-charcoral {
    background-color: #5d5c5e;
}
.gp-dvc-color-snow {
    background-color: #f7f7f7;
}
.gp-dvc-color-porcelain {
    background-color: #e1d8cf;
}
.gp-dvc-color-hazel {
    background-color: #898c8a;
}
.gp-dvc-color-rose {
    background-color: #d9c3ba;
}
.gp-dvc-color-rose-quartz {
    background-color: #f4ddec;
}
.gp-dvc-color-obsidian {
    background-color: #252525;
}
.gp-dvc-color-bay {
    background-color: #cddff5;
}
.gp-dvc-color-aloe {
    background-color: #aefdc0;
}
.gp-dvc-color-peony {
    background-color: #ff9ca9;
}
.gp-dvc-color-wintergreen {
    background-color: #d7ead7;
}
.gp-dvc-color-iris {
    background-color: #B3BCDF;
}
.gp-dvc-color-moonstone {
    background-color: #7E8291;
}
.gp-dvc-color-jade {
    background-color: #DDE8CA;
}
.gp-dvc-color-indigo {
    background-color: #5570ca;
}
.gp-dvc-color-frost {
    background-color: #d4daed;
}
.gp-dvc-color-lemongrass {
    background-color: #ddf09e;
}
.gp-dvc-color-lavender {
    background-color: #c9d1f8;
}
.gp-dvc-color-berry {
    background-color: #f34656;
}
.gp-dvc-color-fog {
    background-color: #e7efee;
}
.gp-section-into .gp-dvc-color-media-wrap {
    position: relative;
    z-index: 1;
}
.gp-section-into .gp-dvc-color-media {
    --bs-aspect-ratio: 74.8129676%;
    display: none;
}
.gp-section-into .gp-dvc-color-media.active {
    display: block;
}
.gp-section-into .gp-dvc-color-media video {
    object-fit: cover;
}
.gp-dvc-box-img-controls {
    position: absolute;
    bottom: 5%;
    right: 4%;
    z-index: 1;
}
.gp-dvc-box-img-controls-r {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 4px 4px;
}
.gp-dvc-box-img-controls-p {
    padding: 0 1rem;
    font-weight: 500;
    min-width: 75px;
    text-align: center;
}
.gp-dvc-box-img-controls-a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.gp-dvc-box-img-controls-a:focus {
    outline: none;
}
.gp-dvc-box-img-controls-a .material-icons-extended {
    line-height: 36px;
    font-size: 24px;
}
.gp-dvc-box-img-controls-a:hover {
    background-color: #EFEAE5;
}

.gp-section-into .gp-dvc-box-fold-opening .gp-dvc-box-col {
    width: 100%;
}
.gp-section-into .gp-dvc-box-fold-opening .gp-dvc-box-media {
    padding-top: 43.1028369%;
}
.gp-section-into .gp-dvc-box-fold-opening .gp-dvc-media-cover-fill {
    object-fit: contain;
}

@media (min-width: 1024px) {
    .gp-dvc-hidden {
        display: none;
    }

    .gp-dvc-color-media-wrap {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }

    .gp-dvc-color-media-wrap .gp-dvc-color-media {
        opacity: 0;
        transition: opacity .2s
    }

    .gp-dvc-color-media-wrap .gp-dvc-color-media.active {
        opacity: 1
    }

    .gp-dvc-color-media-wrap.right {
        -webkit-animation: clipPathLeft .6s ease forwards;
        animation: clipPathLeft .6s ease forwards
    }

    @-webkit-keyframes clipPathRight {
        from {
            -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%)
        }

        to {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }
    }

    @keyframes clipPathRight {
        from {
            -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%)
        }

        to {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }
    }

    .gp-dvc-color-media-wrap.left {
        -webkit-animation: clipPathRight .6s ease forwards;
        animation: clipPathRight .6s ease forwards
    }

    @-webkit-keyframes clipPathLeft {
        from {
            -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
        }

        to {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }
    }

    @keyframes clipPathLeft {
        from {
            -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
        }

        to {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }
    }
}

@media (max-width: 1023px) {
    .gp-section-into {
        margin-top: 1rem;
    }
    .gp-section-into .gp-dvc-box {
        border-radius: 0;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
    }
    .gp-section-into .gp-dvc-box-col-1 {
        width: 100%;
        order: 1;
    }
    .gp-section-into .gp-dvc-box-col-2 {
        width: 100%;
    }
    .gp-section-into .gp-dvc-box-media {
        padding-top: 100%;
        border-radius: 28px;
    }
    .gp-dvc-color-media-wrap {
        max-width: 584px;
        margin: 0 auto;
    }
    .gp-section-into .gp-dvc-box-content {
        text-align: center;
        height: auto;
        max-width: 456px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .gp-section-into .gp-dvc-box-content .gp-dvc-box-content-h {
        margin-top: auto;
        margin-bottom: 2rem;
        order: 1;
    }
    .gp-section-into .gp-dvc-head-3 {
        font-size: 2rem;
    }
    .gp-section-into .gp-dvc-prices {
        padding-top: .5rem;
        font-size: 1.25rem;
    }
    .gp-section-into .gp-dvc-box-colors {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .gp-section-into .gp-dvc-box-colors-row {
        justify-content: center;
    }
    .gp-section-into .gp-dvc-color-item {
        width: 44px;
        height: 44px;
        margin-right: 0;
    }
    .gp-dvc-color-w {
        width: 36px;
        height: 36px;
        border-color: #fff;
    }
    .gp-dvc-color {
        width: 26px;
        height: 26px;
    }
    .gp-dvc-color-media-wrap .gp-dvc-color-media {
        --bs-aspect-ratio: 100%;
        opacity: 0;
        transition: opacity .6s
    }
    .gp-dvc-color-media-wrap .gp-dvc-color-media.active {
        opacity: 1
    }
    .gp-dvc-box-img-controls {
        bottom: 4%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .gp-dvc-box-img-controls-b {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 8px 12px;
        border-radius: 28px;
    }
    .gp-dvc-box-bullet {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #3c4043;
        opacity: .38;
        margin: 0 4px;
    }
    .gp-dvc-box-bullet.active {
        background-color: #5f6368;
        opacity: 1;
    }
}
@media screen and (max-width: 600px) {
    .gp-dvc-color-media-wrap {
        max-width: initial;
    }
    .gp-section-into .gp-dvc-box-col-2 {
        background-color: #EBF1FB;
    }
    .gp-section-into .gp-dvc-box-media {
        border-radius: 0;
    }
    .gp-section-into .gp-dvc-box-content {
        max-width: initial;
        padding-left: 10%;
        padding-right: 10%;
    }
    .gp-section-into .gp-dvc-box-content .gp-dvc-box-content-h {
        margin-top: auto;
        margin-bottom: 2rem;
        order: 1;
    }
}

.gp-dvc-into-video {
    --bs-aspect-ratio: 74.8129676%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #E7ECF3;
}
@media screen and (max-width: 1023px) {
    .gp-dvc-into-video {
        --bs-aspect-ratio: 100%;
    }
}

.gp-section-summary {
    --gp-gap: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--gp-gap);
}
.gp-section-summary-col {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: var(--gp-gap);
}
.gp-section-summary-col-2 {
    width: calc((100% - var(--gp-gap)) / 2);
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.gp-section-summary-head {
    font-weight: 500;
    line-height: 1.25;
    font-size: 1.75rem;
}
.gp-section-summary-text {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
}
.gp-section-summary-card {
    --bs-aspect-ratio: 125%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.gp-section-summary-card-2 {
    margin: calc(4 * var(--gp-gap)) 0;
}

@media screen and (min-width: 1024px) {
    .gp-section-summary {
        --gp-gap: 1.5rem;
        flex-wrap: nowrap;
    }
    .gp-section-summary-col {
        width: calc((100% - calc(2 * var(--gp-gap))) / 3);
        display: flex;
        align-items: stretch;
        gap: var(--gp-gap);
    }
    .gp-section-summary-head {
        font-weight: 500;
        line-height: 1.1;
        font-size: 3rem;
    }
    .gp-section-summary-text {
        font-size: 1.25rem;
    }
    .gp-section-summary-card-1 {
        margin-top: auto;
    }
    .gp-section-summary-card-2 {
        margin: calc(2 * var(--gp-gap)) 0;
    }
}

.gp-dvc-section-buttons {
    padding-top: .5rem;
    margin: 0 auto;
}
.gp-dvc-buttton {
    position: relative;
    border: none;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1.5rem;
    padding: .5rem 1rem;
    min-width: 5rem;
    min-height: 2.5rem;
    background-color: rgb(71, 101, 85);
    color: #fff;
    border-radius: 1.5rem;
}
.gp-dvc-buttton::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1.5rem;
}
.gp-dvc-buttton:hover::before {
    background-color: rgba(255, 255, 255, 0.16)
}
.gp-dvc-buttton:focus {
    outline: none;
}
.gp-dvc-button-text {
    padding-left: .5rem;
}
.gp-dvc-button-icon {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
}
.gp-dvc-button-icon svg path:not([stroke]) {
    fill: currentColor;
}
.gp-section-text-camera .gp-dvc-section-head {
    font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-camera .gp-dvc-section-head {
        font-size: 4.75rem;
    }
    .gp-section-text-camera .gp-dvc-section-text {
        max-width: 45%;
        margin: 0 auto;
        font-size: 1.125rem;
    }
}
.gp-dvc-section-best-camera {
    --bs-aspect-ratio: 144.44417475728155%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-best-camera {
        --bs-aspect-ratio: 81.94225721784777%;
    }
}

.gp-section-bg-1 {
    background-color: rgb(30, 51, 190);
}
.gp-section-text-battery {
    color: rgb(201, 234, 214);
}
.gp-section-text-battery .gp-dvc-buttton {
    background-color: rgb(201, 234, 214);
    color: rgb(25, 54, 40);
}
.gp-section-text-battery .gp-dvc-section-head {
    font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-battery .gp-dvc-section-head {
        font-size: 4.75rem;
    }
    .gp-section-text-battery .gp-dvc-section-text {
        max-width: 45%;
        margin: 0 auto;
        font-size: 1.125rem;
    }
}
.gp-dvc-section-battery {
    --bs-aspect-ratio: 41.11165048543689%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-battery {
        --bs-aspect-ratio: 36.45826771653543%;
    }
}

.gp-section-battery-f {
    --gp-gap: 1rem;
    --bs-aspect-ratio: 50%;
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
    align-items: stretch;
}
.gp-section-battery-card {
    --gp-gap: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: var(--gp-gap);
    border-radius: 28px;
    color: rgb(201, 234, 214);
    background-color: rgb(34, 56, 202);
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
}
.gp-section-battery-card-text {
    padding: 0 1.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-battery-f {
        --gp-gap: 1.25rem;
        --bs-aspect-ratio: 50.1340264803834%;
        flex-direction: row;
    }
    .gp-section-battery-f-col {
        width: calc((100% - calc(2 * var(--gp-gap))) / 3);
    }
    .gp-section-battery-card {
        height: 100%;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .gp-section-battery-card-text {
        padding: 0 2.5rem 2.5rem;
    }
}

.gp-section-bg-2 {
    background-color: rgb(229, 240, 255);
}
.gp-section-text-ai {
    color: rgb(34, 49, 87);
}
.gp-section-text-ai .gp-dvc-buttton {
    background-color: rgb(59, 92, 171);
    color: rgb(249, 248, 255);
}
.gp-section-text-ai .gp-dvc-section-head {
    font-size: 2.25rem;
    letter-spacing: -.5px;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-ai .gp-dvc-section-head {
        font-size: 4.75rem;
        initial-letter: 0;
    }
    .gp-section-text-ai .gp-dvc-section-text {
        max-width: 45%;
        margin: 0 auto;
        font-size: 1.125rem;
    }
}
.gp-dvc-section-ai {
    --bs-aspect-ratio: 125%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-ai {
        --bs-aspect-ratio: 80%;
    }
}

.gp-section-protect-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-section-protect {
    --bs-aspect-ratio: 91.66578947368421%;
}
.gp-section-protect-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .gp-section-protect {
        --bs-aspect-ratio: 50%;
    }
    .gp-section-protect-content {
        width: 40%;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.gp-section-secure {
    --gp-gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--gp-gap);
}
.gp-section-secure-card {
    background-color: #F3F4FF;
    border-radius: 28px;
    overflow: hidden;
    font-size: 1.375rem;
    line-height: 1.18;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 2.5rem;
    min-height: 328px;
}
.gp-section-secure-card-media img {
    width: 3rem;
    height: 3rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-secure {
        --gp-gap: 1.5rem;
        flex-direction: row;
    }
    .gp-section-secure-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-section-secure-card {
        font-size: 2rem;
        line-height: 1.25;
        min-height: 369px;
    }
}

.gp-section-text-switch .gp-dvc-section-head {
    letter-spacing: -.5px;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-switch .gp-dvc-section-head {
        initial-letter: 0;
    }
}
.gp-dvc-section-switch .gp-dvc-box {
    display: flex;
}
.gp-dvc-section-switch .gp-dvc-box-media {
    --bs-aspect-ratio: 100%;
    display: none;
}
.gp-dvc-section-switch .gp-dvc-box-media.active {
    display: block;
}
.gp-dvc-section-switch .gp-dvc-wrap {
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.gp-dvc-section-switch .gp-accordion {
    width: initial;
    margin: 2.5rem 0 0;
}
.gp-dvc-section-switch .gp-accordion .card {
    background-color: #fff;
}
.gp-dvc-section-switch .gp-accordion .card-arrow {
    opacity: 1;
}
.gp-dvc-section-switch .gp-dvc-box-col-1 {
    width: 48.9619377%;
}
.gp-dvc-section-switch .gp-dvc-box-col-2 {
    width: 51.0380623%;
    display: flex;
    align-items: center;
}
.gp-dvc-section-switch .gp-accordion .card-header-link {
    font-size: 1.125rem;
    padding-left: 0;
    padding-right: 30px;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-switch .gp-dvc-section-head-2 {
        padding: 0 1.25rem;
    }
    .gp-dvc-section-switch .gp-accordion .card-header-link {
        font-size: 1.25rem;
    }
    .gp-order-md-0 {
        order: 0;
    }
    .gp-order-md-1 {
        order: 1;
    }
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-switch .gp-dvc-box {
        margin-top: 0;
    }
    .gp-dvc-section-switch .gp-dvc-box-media {
        --bs-aspect-ratio: 100%;
        display: block;
    }
    .gp-dvc-section-switch .gp-accordion {
        margin-top: initial;
    }
    .gp-dvc-section-switch .gp-dvc-box-col-1,
    .gp-dvc-section-switch .gp-dvc-box-col-2 {
        width: 100%;
    }
    .gp-dvc-section-switch .gp-accordion {
        width: auto;
    }
    .gp-dvc-section-switch .card-header,
    .gp-dvc-section-switch .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .gp-dvc-section-switch .gp-dvc-wrap {
        margin-left: initial;
        margin-right: initial;
        width: 100%;
        gap: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-family .gp-dvc-section-head,
    .gp-section-text-family .gp-dvc-section-text {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-family .gp-dvc-section-text {
        max-width: 45%;
    }
}
.gp-dvc-section-family {
    --bs-aspect-ratio: 100%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-family {
        --bs-aspect-ratio: 51.38864942528736%;
    }
}

/**/
.gp-modal-full {
    max-width: initial;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
.gp-modal {
    padding-right: 0 !important;
    /* background-color: rgba(0,0,0,.2); */
}
.gp-modal .modal-content {
    border-radius: 0;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    border: none;
}
.gp-modal .modal-header {
    border-bottom: none;
}
.gp-modal .modal-body {
    background-color: #CBFBBF;
    margin: 1.5rem 1rem;
    position: relative;
    padding: 0 0;
}
.gp-modal-body-bg-1 {
    background-color: #CBFBBF;
    background-image: linear-gradient(180deg, #F0FFED, #CBFBBF);
}
.gp-modal-body-bg-2 {
    background-color: #BFB0FF;
    background-image: linear-gradient(180deg, #E5DFFF, #BFB0FF);
}
.gp-modal-body-bg-3 {
    background-color: #463AA0;
    background-image: linear-gradient(180deg, #BFB0FF, #463AA0);
}
.gp-modal-body-bg-4 {
    background-color: #3461D5;
    background-image: linear-gradient(180deg, #463AA0, #3461D5);
}
.gp-modal-body-bg-5 {
    background-color: #1E33BE;
    background-image: linear-gradient(180deg, #3461D5, #1E33BE);
}
.gp-modal-body-bg-6 {
    background-color: #ADCDFF;
    background-image: linear-gradient(180deg, #DEEAFD, #ADCDFF);
}
.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: #f9f9f9;
    display: inline-flex;
    align-items: center;
    transition: .3s;
    margin-top: 0;
    margin-right: 0;
    padding: .5rem .5rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
}
.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: #e7e7e7;
}
.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-section-text-camera-detail .gp-dvc-section-head {
    font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-camera-detail .gp-dvc-section-head {
        font-size: 4.75rem;
        max-width: 70%;
        margin: 0 auto;
    }
}

.gp-dvc-section-better-pics {
    --bs-aspect-ratio: 120%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-better-pics {
        --bs-aspect-ratio: 49.85632183908046%;
    }
}

.gp-dvc-section-design-card {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-section-design-content {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-design .gp-dvc-section-head-3 {
    font-size: 1.375rem;
    line-height: 1.25;
}
.gp-dvc-design-wrapper {
    height: calc(100vh - 3rem);
    overflow-y: scroll;
}
.gp-dvc-design-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-design-card {
        --bs-aspect-ratio: 56.25%;
    }
    .gp-dvc-section-design-content {
        width: 560px;
    }
    .gp-dvc-section-design-content-2 {
        width: 600px;
    }
    .gp-dvc-section-design .gp-dvc-section-head-3 {
        font-size: 2rem;
        line-height: 1.25;
    }
}

.gp-dvc-section-accessories {
    --bs-aspect-ratio: 125%;
    --gp-gap: 24px;
}
.gp-dvc-section-accessories-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-accessories .gp-dvc-section-head-3 {
    font-size: 1.375rem;
    line-height: 1.25;
}
.gp-dvc-section-accessories .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-accessories-media img {
    transition: all .15s ease-in
}
.gp-dvc-section-accessories-2 {
    color: rgb(34, 49, 87);
}
.gp-dvc-section-accessories-2 .gp-dvc-section-head-3 {
    font-size: 2rem;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-accessories {
        --bs-aspect-ratio: 79.80049875311721%;
        --gp-gap: 24px;
    }
    .gp-dvc-section-accessories .gp-dvc-row {
        flex-direction: row;
    }
    .gp-dvc-section-accessories .gp-dvc-col-1 {
        width: 70.84805653710248%;
    }
    .gp-dvc-section-accessories .gp-dvc-col-2 {
        width: 29.15194346289753%;
    }
    .gp-dvc-section-accessories .gp-order-md-0 {
        order: 0;
    }
    .gp-dvc-section-accessories .gp-order-md-1 {
        order: 1;
    }
    .gp-dvc-section-accessories .gp-dvc-section-head-3 {
        font-size: 2rem;
        line-height: 1.25;
    }

    .gp-dvc-section-accessories-2 {
        --bs-aspect-ratio: 125%;
    }
    .gp-dvc-section-accessories-2 .gp-dvc-section-head-3 {
        font-size: 3.5rem;
    }
    .gp-dvc-section-accessories-2 .gp-dvc-section-text {
        font-size: 1.125rem;
    }
}

.gp-dvc-section-zoom {
    --bs-aspect-ratio: 125%;
    --gp-gap: 3.75rem;
}
.gp-dvc-section-zoom-1 {
    --bs-aspect-ratio: 100%;
}
.gp-dvc-section-zoom-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-zoom .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-zoom .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-dvc-section-zoom .gp-dvc-section-head-3 {
    font-size: 1.375rem;
    line-height: 1.25;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-zoom {
        --bs-aspect-ratio: 125.088339223%;
        --gp-gap: 24px;
    }
    .gp-dvc-section-zoom-1 {
        --bs-aspect-ratio: 100%;
    }
    .gp-dvc-section-zoom .gp-dvc-row {
        flex-direction: row;
    }
    .gp-dvc-section-zoom .gp-dvc-col {
        width: calc((100% - var(--gp-gap))/2);
    }
    .gp-dvc-section-zoom .gp-dvc-col:last-child {
        margin-top: 12.5rem;
    }
    .gp-dvc-section-zoom .gp-dvc-section-head-3 {
        font-size: 2rem;
        line-height: 1.25;
    }
}

.gp-section-text-design-detail .gp-dvc-section-head {
    font-size: 2.25rem;
    color: rgb(34, 49, 87);
}
@media screen and (min-width: 1024px) {
    .gp-section-text-design-detail .gp-dvc-section-head {
        font-size: 4.75rem;
        max-width: 70%;
        margin: 0 auto;
    }
}

.gp-dvc-section-design-color {
    --bs-aspect-ratio: 51.10695187165775%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-design-color {
        --bs-aspect-ratio: 57.98553829673272%;
    }
}

.gp-section-text-actua {
    color: rgb(225, 227, 228);
}
.gp-section-text-actua .gp-dvc-section-head {
    font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-text-actua .gp-dvc-section-head {
        max-width: 75%;
        font-size: 4.75rem;
    }
    .gp-section-text-actua-1 .gp-dvc-section-head {
        max-width: 100%;
    }
    .gp-section-text-actua .gp-dvc-section-text {
        max-width: 45%;
        font-size: 1.125rem;
    }
}

.gp-dvc-section-design-phone {
    --bs-aspect-ratio: 100%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-design-phone {
        --bs-aspect-ratio: 69.44402785216925%;
    }
}

.gp-dvc-section-design-fresh {
    --bs-aspect-ratio: 133.22807017543858%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-design-fresh {
        --bs-aspect-ratio: 56.25%;
    }
}

.gp-dvc-section-design-touch {
    --bs-aspect-ratio: 194.44444444444444%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-design-touch {
        --bs-aspect-ratio: 65.2772988505747%;
    }
}

.gp-section-text-ai-detail .gp-dvc-section-head {
    font-size: 2.25rem;
    color: rgb(34, 49, 87);
}
@media screen and (min-width: 1024px) {
    .gp-section-text-ai-detail .gp-dvc-section-head {
        font-size: 4.75rem;
        max-width: 90%;
        margin: 0 auto;
    }
}

.gp-dvc-section-aiexplore-card {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-section-aiexplore-content {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: rgb(34, 49, 87);
}
.gp-dvc-section-aiexplore .gp-dvc-section-head-3 {
    font-size: 2rem;
    line-height: 1.25;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-aiexplore-card {
        --bs-aspect-ratio: 56.25%;
    }
    .gp-dvc-section-aiexplore-content {
        width: 560px;
        font-size: 1.125rem;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-aiexplore .gp-dvc-section-head-3 {
        font-size: 4.75rem;
        line-height: 1.25;
    }
}