/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { background-color: #fff; overflow: hidden; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lp-fullwidth--blue { background: linear-gradient(180deg, #DBEBF5 0%, #FFF 100%); }
.lp-fullwidth--black { background-color: #000; }
.lp-fullwidth--white { background-color: #fff; }
.lp-fullwidth--darkgray { background-color: #1D1D1F; }
.lp-fullwidth--lightgray { background-color: #FAFAFC; }
.lp-container { max-width: 1020px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; }
.lp-container--mid { max-width: 1140px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; }
.lp-container-footer { max-width: 1140px; margin: 0 auto; position: relative; padding: 60px 20px; box-sizing: border-box; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-fullwidth img { max-width: 100%; }

/* BUTTON */
.lp-btn-container {}
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #E64C8F; }
.lp-btn--pink:hover { background-color: #B83D72; }
.lp-btn--pink:active { background-color: #93315B; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }

/* TEXT COLOR */
.lp-text-color { background: linear-gradient(180deg, #7A4AA9 10.65%, #B04580 92.59%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-text-color--block { display: inline-block; line-height: 120%; }

/* BILLBOARD */
.lp-billboard { position: relative; text-align: center; }
.lp-billboard__logo { width: 170px; margin: 60px auto 0; }
.lp-billboard__title { display: inline-block; margin-top: 18px; font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; background: linear-gradient(180deg, #7A4AA9 10.65%, #B04580 92.59%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-billboard__img { width: 1220px; max-width: 100%; margin: 90px auto 120px; }
.lp-billboard .lp-btn-container { margin: 20px auto; text-align: center; }

/* UNIT */
.lp-unitgroup { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 20px; margin-top: 20px; }
.lp-unitgroup:first-child { margin-top: 0; }
.lp-unit { min-height: 500px; padding: 0; box-sizing: border-box; border-radius: 18px; background-color: #F5F5F7; color: #000; overflow: hidden; position: relative; }
.lp-unit--column { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lp-unit--column-center { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.lp-unit__wrapper { text-align: center; margin: 30px 30px 0; position: relative; z-index: 1; }
.lp-unit__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin: 0 auto; }
.lp-unit__title-color { color: #636F7D; }
.lp-unit__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; margin: 10px auto 0; }
.lp-unit__footernote { font: 400 12px/16px 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #86868B; text-align: center; margin: 0 auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 8px; }
.lp-unit__footernote-item { }
.lp-unit__img { display: block; margin: 0 auto; }
.lp-unit--mid { width: 50%; }
.lp-unit--big { width: 100%; }
.lp-unit--midfull { width: calc(100% - 356px - 10px); }
.lp-unit--small { width: 356px; }
.lp-unit--60 { width: calc(56% - 10px); }
.lp-unit--40 { width: calc(44% - 10px); }
.lp-unit--features-group { background-color: transparent; gap: 20px; }
.lp-unit--features { min-height: 166px; }
.lp-unit--features .lp-unit__wrapper { }
.lp-unit--features .lp-unit__img img { display: block; margin: 0 auto; }

/* UNIT CUSTOM */
.lp-unit--ceramicshield { }
.lp-unit--ceramicshield .lp-unit__img { }
.lp-unit--power { position: relative; overflow: hidden; }
.lp-unit--power .lp-unit__img { width: 100%; max-width: 100%; position: absolute; left: 0; top: 0; }
.lp-unit--magsafe {}
.lp-unit--magsafe .lp-unit__img { width: 640px; max-width: 100%; margin: 50px auto 0; }
.lp-unit--chip {}
.lp-unit--chip .lp-unit__img { width: 100%; max-width: 100%; margin: 60px auto; }
.lp-unit--fusion { min-height: 540px; color: #fff; }
.lp-unit--fusion .lp-unit__wrapper { text-align: left; max-width: 420px; }
.lp-unit--fusion .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; object-fit: cover; object-position: bottom; }
.lp-unit--fusion .lp-unit__img img { height: 100%; object-fit: cover; object-position: bottom; }
.lp-unit--tele { min-height: 540px; color: #fff; }
.lp-unit--tele .lp-unit__wrapper { text-align: left; max-width: 460px; }
.lp-unit--tele .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; object-fit: cover; object-position: bottom; }
.lp-unit--tele .lp-unit__img img { height: 100%; object-fit: cover; object-position: bottom; }
.lp-unit--storage { min-height: 260px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-unit--storage .lp-unit__img { width: 61px; margin-bottom: 16px; }
.lp-unit--storage .lp-unit__wrapper { margin: 30px; }
.lp-unit--esim { min-height: 260px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-unit--esim .lp-unit__img { width: 53px; margin-bottom: 16px; }
.lp-unit--esim .lp-unit__wrapper { margin: 30px; }
.lp-unit--retina {}
.lp-unit--retina .lp-unit__img { margin-top: 50px; }
.lp-unit--ios {}
.lp-unit--ios .lp-unit__img { width: 480px; max-width: 100%; margin: 30px auto 0; }
.lp-unit--sos { background-color: #000; color: #fff; }
.lp-unit--sos .lp-unit__img { width: 220px; max-width: 100%; margin: 40px auto 0; }


/* FOOTER */
.lp-footer { margin: 0 auto; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; }
.lp-footer strong { font: 500 12px/115% 'Graphik-Medium-Cy', sans-serif; }
.lp-footer a { color: #6E6E73; text-decoration: underline; }
.lp-footernote { margin: 40px auto; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; border: 1px solid #E5E5E5; padding: 20px; box-sizing: border-box; }

/* POWER */
.lp-power { margin: 480px auto 30px; max-width: 820px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 70px; }
.lp-power-item { text-align: left; }
.lp-power-item__caption { font: 500 20px/110% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; color: #000; }
.lp-power-item__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin: 8px 0; }
.lp-power-item__text-color { color: #94949F; }

/* CHIP */
.lp-chip { margin: 0 auto 50px; max-width: 620px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 60px; }
.lp-chip-item { text-align: left; }
.lp-chip-item__caption { font: 500 20px/110% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; color: #000; }
.lp-chip-item__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin: 8px 0; }
.lp-chip-item__text-color { color: #94949F; }

/* FEATURES */
.lp-features-container { background-color: #fff; border-radius: 18px; padding: 60px; box-sizing: border-box; }
.lp-featuresHead { margin-bottom: 35px; }
.lp-featuresHead__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }
.lp-featuresHead__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #636F7D; margin-top: 40px; }
.lp-features-itemgroup { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; }
.lp-features-item { background-color: #F5F5F7; border-radius: 18px; -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.333333% - 14px); flex: 0 0 calc(33.333333% - 14px); display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow: hidden; }
.lp-features-item__wrapper { text-align: center; margin: 35px 20px 0; }
.lp-features-item__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin: 10px 0; }
.lp-features-item__descr { font: 500 20px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.7px; color: #000; }
.lp-features__img {}
.lp-features-item__icon {}
.lp-features-item__icon img { margin: 10px auto; }
.lp-features__icontitle { display: inline-block; vertical-align: bottom; }
.lp-features-item--colcenter { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-features-item--colcenter .lp-features-item__wrapper { margin: 0 20px; }
.lp-features-item--03 .lp-features__img { width: 152px; margin: 25px auto 0; }
.lp-features-item--04 .lp-features__img { margin: 25px auto 0; }
.lp-features-item--06 .lp-features__img { width: 163px; margin: 30px auto 0; }

/* COMPARE */
.lp-container--compare { max-width: 1140px; margin: 0 auto; position: relative; padding: 70px 20px 0; box-sizing: border-box; }
.lp-compare { background-color: #fff; padding: 60px 30px; box-sizing: border-box; color: #000; border-radius: 18px; }
.lp-compare sup { font-size: 60%; top: -.8em; }
.lp-compare__subtitle { font: 500 25px/100% 'Graphik-Medium-Cy', sans-serif; text-align: center; }
.lp-compare__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 12px 0 40px; text-align: center; }

.lp-compare-rowgroup { text-align: center; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 32px; }
.lp-compare-column { width: calc(33.333333% - 32px); max-width: 170px; }
.lp-compare-column__head { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #000; padding: 16px 0 28px; box-sizing: border-box; text-align: center; }
.lp-compare-column__devices { border-bottom: 1px solid #d6d6d6; padding: 20px 0 25px; box-sizing: border-box; }
.lp-compare-column__img { margin-bottom: 32px; }
.lp-compare-column__img img { max-width: 100%; margin: 0 auto; }
.lp-compare-column__color { text-align: center; font-size: 0; line-height: 0; }
.lp-compare-column__color-item { display: inline-block; width: 12px; height: 12px; margin: 0 3px; box-shadow: inset 0px 1.44px 1.44px rgba(0, 0, 0, 0.06); border-radius: 12px; }
.lp-compare-column__features { margin-top: 40px; }
.lp-compare-column__value { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-compare-column__caption { font: 500 12px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.24px;  margin-top: 8px;}
.lp-compare-column__icon { margin-bottom: 10px; }
.lp-compare-column__icon img { max-width: 100%; margin: 0 auto; }
.lp-compare a { color: #ED5AAE; text-decoration: none; }
.lp-compare a:hover { opacity: .8; }

/* BANNER ACS */
.lp-banner-acs { display: block; border-radius: 12px; overflow: hidden; margin:0 auto 60px; }

/* WHY */
.lp-why { margin: 80px auto; }
.lp-why__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; text-align: center; }
.lp-why-itemgroup { margin-top: 20px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 6px; }
.lp-why-item { border-radius: 12px; background-color: #F5F5F7; -webkit-box-flex: 0; -ms-flex: 1 0 calc(16.66666667% - 5px); flex: 1 0 calc(16.66666667% - 5px); padding: 40px 15px 30px; box-sizing: border-box; }
.lp-why-item__img { height: 80px; width: auto; margin: 0 auto; }
.lp-why-item__img img { max-width: 100%; width: auto; height: 80px; margin: 0 auto;}
.lp-why-item__title { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; color: #000; text-align: center; margin-top: 16px; }





@media only screen and (max-width: 1024px) {
    /* FEATURES */
    .lp-features-container { padding: 40px; }
    .lp-features-item { min-height: 300px; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); }
    /* COMPARE */
    .lp-compare-column { width: calc(33.333333% - 16px); max-width: 170px; }
    .lp-compare-column--table { display: none; }
    /* WHY */
    .lp-why-item { -ms-flex: 1 0 calc(33.333333% - 5px); flex: 1 0 calc(33.333333% - 5px); }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    .lp-container--mid { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    /* BUTTON */
    .lp-btn { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; padding: 10px 24px; }

    /* BILLBOARD */
    .lp-billboard__logo { width: 128px; margin: 40px auto 0; }
    .lp-billboard__title { margin-top: 10px; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-billboard__img { width: 390px; margin: 30px auto 0; }

    /* UNIT */
    .lp-unitgroup { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; }
    .lp-unit__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 0 auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--mid { width: auto; }
    .lp-unit--midfull { width: auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--60,.lp-unit--40 { width: auto; }
    .lp-unit { min-height: 400px; }
    .lp-unit--column { }
    .lp-unit__wrapper { margin: 20px 20px 0; text-align: center!important; }
    .lp-unit--features { min-height: 152px; }

    /* UNIT CUSTOM */
    .lp-unit--magsafe { min-height: 350px; }
    .lp-unit--magsafe .lp-unit__img { margin: 30px auto 0; }
    .lp-unit--chip .lp-unit__img { margin: 40px auto; }
    .lp-unit--fusion { min-height: 450px; }
    .lp-unit--tele { min-height: 460px; }
    .lp-unit--storage { min-height: 230px; }
    .lp-unit--esim { min-height: 230px; }
    .lp-unit--retina { min-height: 320px; }
    .lp-unit--retina .lp-unit__img { margin-top: 36px; }
    .lp-unit--ios { min-height: 320px; }
    .lp-unit--ios .lp-unit__img { width: 100%; max-width: 100%; margin: 20px 0 0; padding: 0 20px; box-sizing: border-box;  }
    .lp-unit--sos .lp-unit__img { margin: 24px auto 0; }



    /* POWER */
    .lp-power { margin: 220px auto 30px; max-width: 280px; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 36px; }
    .lp-power-item { text-align: center; }
    .lp-power-item__title { margin: 4px 0; }

    /* CHIP */
    .lp-chip { max-width: 320px; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 50px; }
    .lp-chip-item { text-align: center; }
    .lp-chip-item__title { margin: 4px 0; }

    /* FEATURES */
    .lp-fullwidth--features { background-color: #F5F5F7; }
    .lp-features-container { border-radius: 0; padding: 0; background-color: initial; }
    .lp-featuresHead { margin-bottom: 24px; text-align: center; }
    .lp-featuresHead__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-featuresHead__descr { margin-top: 12px; }
    .lp-features-itemgroup { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; }
    .lp-features-item { min-height: 300px; border-radius: 18px; -ms-flex: 0 0 100%; flex: 0 0 100%;     background-color: #fff; }

    /* COMPARE */
    .lp-container--compare { padding: 30px 10px; background-color: #fff; }
    .lp-compare { margin: 0; padding: 0; }
    .lp-compare__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
    .lp-compare__title { max-width: 340px; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 20px auto 40px; }
    .lp-compare-rowgroup { gap: 12px; }
    .lp-compare-column { width: calc(50% - 6px); max-width: 170px; }
    .lp-compare-column--mobile { display: none; }
    .lp-compare-column__head { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
    /* WHY */
    .lp-why-item { -ms-flex: 1 0 calc(50% - 3px); flex: 1 0 calc(50% - 3px); }
}

@media only screen and (max-width: 360px) {
    /* BASE */
    .lp-container, .lp-container--mid { padding: 30px 10px; }
    /* POWER */
    .lp-power { margin: 180px auto 30px; }
}