.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-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-20 {
    height: 1.25rem;
}
.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-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;
    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-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-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: #E7ECF3;
    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-media {
    padding-top: 74.8129676%;
    border-radius: 0;
} */
.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;
}
.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;
    padding-top: 1rem;
    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: 1rem;
}
.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-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: #E7ECF3;
    }
    .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 {
    display: flex;
    justify-content: space-between;
}
.gp-section-summary-head-wrapper {
    text-align: center;
    padding: 2.5rem 0 2.5rem;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.gp-section-summary-head-wrap {
    width: 48.961937716%;
}
.gp-section-summary-head {
    font-weight: 500;
    line-height: 1.1;
    font-size: 2.75rem;
}
.gp-section-summary-row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 1.5rem;
    width: 43.252595155%;
}
.gp-section-summary-row .gp-section-summary-col {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.gp-seciton-summary-icon {
    text-align: center;
}
.gp-seciton-summary-icon img {
    width: 32px;
}
.gp-section-summary-text {
    font-weight: 500;
}
.gp-explore-more {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    display: inline-flex;
    align-items: center;
    color: #1967d2;
    font-weight: 500;
}
.gp-explore-before,
.gp-explore-after {
    padding-right: 8px;
    display: inline-flex;
    align-items: center;
}
.gp-explore-after {
    padding-right: 0;
}
.gp-explore-text {
    position: relative;
}
.gp-explore-more:hover,
.gp-explore-more:focus {
    outline: 0
}
.gp-explore-more:hover .gp-explore-text::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1967d2;
}
.gp-explore-more:focus {
    color: #174ea6
}
.gp-explore-more:focus .gp-explore-text::after {
    background-color: #174ea6;
}

@media screen and (max-width: 1023px) {
    .gp-section-summary {
        padding: 2.5rem 0 0;
        max-width: 456px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        gap: 2.5rem;
    }
    .gp-section-summary-head-wrap {
        width: 100%;
    }
    .gp-section-summary-head-wrapper {
        padding-bottom: 2.5rem;
        max-width: initial;
    }
    .gp-section-summary-head {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .gp-section-summary-row {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }
    .gp-section-summary-row .gp-section-summary-col {
        padding: 0 0;
        width: 80%;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        gap: 1.25rem;
    }
    .gp-section-summary-row .gp-section-summary-col:last-child {
        padding-bottom: 0;
    }
    .gp-seciton-summary-icon {
        padding: 0 0;
        text-align: left;
    }
    .gp-section-summary-text {
        text-align: left;
        line-height: 1.1;
    }
}
@media screen and (max-width: 600px) {
    .gp-section-summary {
        max-width: initial;
    }
    .gp-section-summary-row .gp-section-summary-col {
        width: 100%;
    }
}

/**/
.gp-dvc-section-ai-amazing {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 60px;
    --bs-aspect-ratio: 50%;
}
.gp-dvc-section-ai-amazing-wrap {
    max-width: 1156px;
    margin: 0 auto;
}
.gp-dvc-section-ai-amazing-card {
    /* padding-top: 50%;
    border-radius: 24px; */
    overflow: hidden;
    position: relative;
}
.gp-dvc-section-ai-amazing-card::after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gp-dvc-section-ai-amazing-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
    max-width: 540px;
    opacity: 0;
    transition: opacity 400ms ease-out;
}
.gp-dvc-section-ai-amazing-head {
    font-size: 1.25rem;
    line-height: 1.333;
    font-weight: 500;
}
.gp-dvc-section-ai-amazing-txt {
    font-size: 1rem;
    font-weight: 400;
}
.swiper-slide-active .gp-dvc-section-ai-amazing-content {
    transition-delay: 250ms;
    opacity: 1;
}
.swiper-slide-active .gp-dvc-section-ai-amazing-card::after {
    display: none;
}
.gp-dvc-section-ai-amazing .swiper-container {
    overflow: initial;
}
.gp-dvc-section-ai-amazing .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1.75rem;
    right: 0;
    left: auto;
    text-align: right;
    width: auto;
}
.gp-dvc-section-ai-amazing .swiper-button-prev,
.gp-dvc-section-ai-amazing .swiper-button-next {
    position: absolute;
    top: 46%;
    color: #5f6368;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(66, 63, 63, .3), 0px 1px 3px 1px rgba(66, 63, 63, .15);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), -webkit-transform .15s cubic-bezier(0.1, 0.1, 0, 1);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), transform .15s cubic-bezier(0.1, 0.1, 0, 1);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), transform .15s cubic-bezier(0.1, 0.1, 0, 1), -webkit-transform .15s cubic-bezier(0.1, 0.1, 0, 1);
}
.gp-dvc-section-ai-amazing .swiper-button-prev {
    left: -7rem;
}
.gp-dvc-section-ai-amazing .swiper-button-next {
    right: -7rem;
}
.gp-dvc-section-ai-amazing .swiper-button-next:after,
.gp-dvc-section-ai-amazing .swiper-button-prev:after {
    display: none;
}
.gp-dvc-section-ai-amazing .swiper-button-next:hover,
.gp-dvc-section-ai-amazing .swiper-button-prev:hover {
    background-color: #e3e3e3;
    color: #3c4043;
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-ai-amazing {
        --bs-aspect-ratio: 125%;
    }
    .gp-dvc-section-ai-amazing {
        max-width: 486px;
        margin-left: auto;
        margin-right: auto;
    }
    /* .gp-dvc-section-ai-amazing .gp-dvc-section-ai-amazing-card {
        padding-top: 125%;
    } */
    .gp-dvc-section-ai-amazing .gp-dvc-section-ai-amazing-content {
        font-size: 1.125rem;
    }
    .gp-dvc-section-ai-amazing .swiper-button-prev {
        left: 0;
    }
    .gp-dvc-section-ai-amazing .swiper-button-next {
        right: 0;
    }
    .gp-dvc-section-ai-amazing-wrap {
        max-width: 408px;
        padding-bottom: 4rem;
    }
    .gp-dvc-section-ai-amazing .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -3rem;
        right: auto;
        left: auto;
        text-align: center;
        width: 100%;
    }
    .gp-dvc-section-ai-amazing .swiper-button-prev,
    .gp-dvc-section-ai-amazing .swiper-button-next {
        top: auto;
        bottom: -3.75rem;
        transform: initial;
        color: #5f6368;
        background-color: transparent;
        border-radius: 0;
        width: 48px;
        height: 48px;
        font-size: 1rem;
        line-height: 48px;
        box-shadow: none;
    }
    .gp-dvc-section-ai-amazing .swiper-button-next:hover,
    .gp-dvc-section-ai-amazing .swiper-button-prev:hover {
        background: transparent;
        color: #5f6368;
    }
}
@media screen and (max-width: 600px) {
    .gp-dvc-section-ai-amazing {
        max-width: initial;
        overflow: hidden;
    }
    .gp-dvc-section-ai-amazing-wrap {
        max-width: 348px;
    }
}
/**/

.gp-dvc-bg-10 {
    background-color: rgb(242, 245, 249);
}

.gp-section-text-gemini {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 245, 249));
}
@media screen and (min-width: 1024px) {
    .gp-section-text-gemini .gp-dvc-section-head,
    .gp-section-text-gemini .gp-dvc-section-text {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-gemini .gp-dvc-section-text {
        max-width: 45%;
    }
}

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

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

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

@media screen and (min-width: 1024px) {
    .gp-section-text-new-phone .gp-dvc-section-wrap {
        width: 65%;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-accessory .gp-section-wrap-text {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.gp-dvc-section-why {
    overflow: hidden;
}
.gp-dvc-section-why-wrap {
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto;
}
.gp-dvc-section-why .gp-dvc-section-head {
    text-align: center;
    letter-spacing: -.5px;
}
.gp-dvc-section-why-card {
    --bs-aspect-ratio: 350px;
    background-color: #e3eefc;
    position: relative;
    overflow: hidden;
    width: 372px;
    height: 350px;
    display: inline-block;
}
.gp-dvc-section-why-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
}
.gp-dvc-section-why-card-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gp-dvc-section-why-label {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.gp-dvc-section-why-txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.5px;
}
.gp-dvc-section-why .gp-dvc-section-text {
    text-align: center;
}
.gp-dvc-section-why-icon {
    padding-bottom: .5rem;
}

.gp-dvc-section-why .swiper-container {
    margin-top: 0;
    overflow: initial;
}
.gp-dvc-section-why .swiper-wrapper {
    margin-bottom: 2.5rem;
}
.gp-dvc-section-why .swiper-container,
.gp-dvc-section-why .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}
.gp-dvc-section-why .swiper-slide {
    display: flex;
    align-items: flex-end;
    width: auto;
}

.gp-dvc-section-why2 .gp-dvc-section-why-card {
    --bs-aspect-ratio: 700px;
    width: 600px;
    height: 700px;
    position: relative;
}
.gp-dvc-section-why2 .gp-dvc-section-why-card-content {
    justify-content: center;
    padding: 0 3.5rem;
}
.gp-dvc-section-why2 .gp-dvc-section-why-label {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -.5px;
}
.gp-dvc-section-why2 .gp-dvc-section-why-txt {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 1rem;
}
.gp-dvc-section-why2 .gp-dvc-section-why-note {
    position: absolute;
    top: 3rem;
    left: 3.5rem;
    font-size: 1rem;
}

.gp-dvc-section-why .swiper-container-horizontal>.swiper-scrollbar {
    height: 3px;
}

@media (min-width: 1024px) {
    .gp-dvc-section-why .gp-dvc-section-head {
        margin-left: auto;
        margin-right: auto;
        font-size: 5.5rem;
        font-weight: 500;
        line-height: 1.1;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why .gp-dvc-section-text {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why2 {
        padding-top: 5rem;
    }
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-why2 {}
    .gp-dvc-section-why-wrap {
        max-width: 456px;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why-card,
    .gp-dvc-section-why2 .gp-dvc-section-why-card {
        --bs-aspect-ratio: 328px;
        width: 280px !important;
        height: 328px !important;
    }
    .gp-dvc-section-why-card-content {
        padding: 1.5rem;
        justify-content: center;
    }
    .gp-dvc-section-why-txt {
        padding-top: 2rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .gp-dvc-section-why-card .gp-dvc-media-cover-fill {
        object-fit: cover;
    }
    .gp-dvc-section-why-label {
        font-size: 1.25rem;
    }

    .gp-dvc-section-why2 .gp-dvc-section-why-card-content {
        justify-content: center;
        padding: 0 1.5rem;
    }
    .gp-dvc-section-why2 .gp-dvc-section-why-label {
        font-size: 1.75rem;
    }
    .gp-dvc-section-why2 .gp-dvc-section-why-note {
        top: 1.5rem;
        left: 1.5rem;
        font-size: .875rem;
    }
}

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

.gp-dvc-section-stabilization-card {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-section-stabilization-content {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-stabilization-card {
        --bs-aspect-ratio: 50%;
    }
    .gp-dvc-section-stabilization-content {
        width: 560px;
    }
}

.gp-dvc-section-zoom {
    --bs-aspect-ratio: 125%;
    --gp-gap: 3.75rem;
}
.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;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-zoom {
        --bs-aspect-ratio: 125.088339223%;
        --gp-gap: 24px;
    }
    .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-100 {
    --bs-aspect-ratio: 125%;
    --gp-gap: 24px;
}
.gp-dvc-section-zoom-100-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-zoom-100 .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-zoom-100 {
        --bs-aspect-ratio: 79.800498753%;
        --gp-gap: 24px;
    }
    .gp-dvc-section-zoom-100 .gp-dvc-row {
        flex-direction: row;
    }
    .gp-dvc-section-zoom-100 .gp-dvc-col-1 {
        width: 70.84805653710248%;
        order: 1;
    }
    .gp-dvc-section-zoom-100 .gp-dvc-col-2 {
        width: 29.15194346289753%;
        order: 0;
    }
}

.gp-dvc-section-portrait {
    --bs-aspect-ratio: 125%;
    --gp-gap: 24px;
}
.gp-dvc-section-portrait-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-portrait .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-portrait {
        --bs-aspect-ratio: 79.800498753%;
        --gp-gap: 24px;
    }
    .gp-dvc-section-portrait .gp-dvc-row {
        flex-direction: row;
    }
    .gp-dvc-section-portrait .gp-dvc-col-1 {
        width: 70.84805653710248%;
    }
    .gp-dvc-section-portrait .gp-dvc-col-2 {
        width: 29.15194346289753%;
        display: flex;
        flex-direction: column-reverse;
    }
}

.gp-dvc-section-resilient {
    --bs-aspect-ratio: 91.747572815%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-resilient {
        --bs-aspect-ratio: 49.238845144%;
    }
}

.gp-section-sizes-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 1.5rem;
}
.gp-section-sizes img {
    transition: all .15s ease-in;
}
.gp-section-sizes-imgs {
    position: relative;
}
.gp-section-sizes .gp-dvc-col-1,
.gp-section-sizes .gp-dvc-col-2 {
    position: relative;
}
@media screen and (max-width: 1023px) {
    .gp-section-sizes .gp-dvc-section-why {
        overflow: visible;
    }
    .gp-section-sizes .gp-dvc-section-why-card {
        --bs-aspect-ratio: 350px;
        width: 280px !important;
        height: 350px !important;
    }
}
@media screen and (min-width: 1024px) {
    .gp-section-sizes .gp-dvc-row {
        display: flex;
        gap: 24px;
    }
    .gp-section-sizes .gp-dvc-col-1 {
        width: 29.049295774%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .gp-section-sizes .gp-dvc-col-2 {
        width: 70.598591549%;
    }
    .gp-dvc-box-media-sizes-1 {
        --bs-aspect-ratio: 125.151515152%;
    }
    .gp-dvc-box-media-sizes-2 {
        --bs-aspect-ratio: 79.800498753%;
    }
    .gp-section-sizes-content {
        padding-bottom: 0;
    }
}

.gp-section-glass-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-section-glass-body {
    --bs-aspect-ratio: 125%;
}
@media screen and (min-width: 1024px) {
    .gp-section-glass-body {
        --bs-aspect-ratio: 50%;
    }
    .gp-section-glass-content {
        width: 40%;
    }
}

.gp-section-designer {
    --gp-gap: 16px;
}
.gp-section-designer-content-wrap {
    padding-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
@media screen and (max-width: 1023px) {
    .gp-section-designer .gp-dvc-section-why {
        overflow: visible;
    }
    .gp-section-designer .gp-dvc-section-why-card {
        --bs-aspect-ratio: 350px;
        width: 280px !important;
        height: 350px !important;
    }
}
@media screen and (min-width: 1024px) {
    .gp-section-designer {
        --gp-gap: 24px;
    }
    .gp-section-designer .gp-dvc-row {
        display: flex;
        gap: var(--gp-gap);
    }
    .gp-section-designer .gp-dvc-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-box-media-designer-1 {
        --bs-aspect-ratio: 113.074204947%;
    }
    .gp-dvc-box-media-designer-2 {
        --bs-aspect-ratio: 125.092250923%;
    }
    .gp-section-designer-content-wrap {
        padding-top: 0;
        width: 65%;
    }
    .gp-section-designer .gp-dvc-col-2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.gp-section-display {
    --gp-gap: 60px;
}
.gp-section-display .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-display .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-dvc-box-media-display-1 {
    --bs-aspect-ratio: 79.736842105%;
}
.gp-dvc-box-media-display-2 {
    --bs-aspect-ratio: 125%;
}
@media screen and (min-width: 1024px) {
    .gp-section-display {
        --gp-gap: 24px;
    }
    .gp-section-display .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-display .gp-dvc-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-box-media-display-1 {
        --bs-aspect-ratio: 75.088339222%;
    }
    .gp-dvc-box-media-display-2 {
        --bs-aspect-ratio: 125.088339223%;
    }
    .gp-section-display-content-wrap {
        width: 85%;
    }
}

.gp-section-performance-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-section-performance {
    --bs-aspect-ratio: 56.315789473%;
}
.gp-section-performance-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .gp-section-performance {
        --bs-aspect-ratio: 56.228373702%;
    }
    .gp-section-performance-content {
        width: 40%;
        margin: 0 auto;
    }
}

.gp-section-battery {
    --gp-gap: 60px;
}
.gp-section-battery .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-battery .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-dvc-box-media-battery-1 {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-box-media-battery-2 {
    --bs-aspect-ratio: 125%;
}
.gp-section-battery-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-battery {
        --gp-gap: 24px;
    }
    .gp-section-battery .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-battery .gp-dvc-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-box-battery-display-1 {
        --bs-aspect-ratio: 125.088339223%;
    }
    .gp-dvc-box-battery-display-2 {
        --bs-aspect-ratio: 125.088339223%;
    }
    .gp-section-battery-content-wrap {
        width: 90%;
    }
}

.gp-section-updates {
    --gp-gap: 60px;
}
.gp-section-updates .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-updates .gp-dvc-col {
    display: flex;
    flex-direction: column;
}
.gp-dvc-box-media-updates-1 {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-box-media-updates-2 {
    --bs-aspect-ratio: 125%;
}
.gp-section-updates-content-wrap {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (max-width: 1023px) {
    .gp-section-updates .gp-dvc-section-why {
        overflow: visible;
    }
    .gp-section-updates .gp-dvc-section-why-card {
        --bs-aspect-ratio: 350px;
        width: 280px !important;
        height: 350px !important;
    }
}
@media screen and (min-width: 1024px) {
    .gp-section-updates {
        --gp-gap: 24px;
    }
    .gp-section-updates .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-updates .gp-dvc-col-1 {
        width: 70.848056537%;
    }
    .gp-section-updates .gp-dvc-col-2 {
        width: 29.151943462%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .gp-dvc-box-media-updates-1 {
        --bs-aspect-ratio: 87.40648379%;
    }
    .gp-dvc-box-media-updates-2 {
        --bs-aspect-ratio: 125.151515152%;
    }
    .gp-section-updates-content-wrap {
        padding-top: 0;
    }
}

.gp-section-protection {
    --gp-gap: 24px;
}
.gp-section-protection-wrap img {
    width: 2rem;
    height: 2rem;
}
.gp-section-protection .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-protection-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-protection .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-protection .gp-dvc-col {
        width: calc((100% - 3 * var(--gp-gap)) / 4 );
    }
}

.gp-section-accessory {
    --gp-gap: 60px;
}
.gp-section-accessory .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-accessory .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-dvc-box-media-accessory-1 {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-box-media-accessory-2 {
    --bs-aspect-ratio: 80%;
}
.gp-section-accessory-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-accessory {
        --gp-gap: 24px;
    }
    .gp-section-accessory .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-accessory .gp-dvc-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-box-media-accessory-1 {
        --bs-aspect-ratio: 124.911660777%;
    }
    .gp-dvc-box-media-accessory-2 {
        --bs-aspect-ratio: 75.088339222%;
    }
    .gp-section-accessory-content-wrap {
        width: 90%;
    }
}