@font-face {
  font-family: "SF Pro Display";
  src: url(apple.woff2);
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url(sf-pro-display_bold.woff2);
}
body {
  padding: 0;
  margin: 0;
}

#lp-wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#lp-wrapper img {
  max-width: 100%;
  margin: 0;
  display: inline-block;
}
#lp-wrapper h2, #lp-wrapper h3, #lp-wrapper h4, #lp-wrapper p, #lp-wrapper span, #lp-wrapper a, #lp-wrapper li, #lp-wrapper svg {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 5px 0;
  color: black;
  font-weight: bold;
}
#lp-wrapper .lp-section {
  margin-bottom: 100px;
}
#lp-wrapper .text-white {
  color: white;
}
#lp-wrapper .text-green {
  color: #429368;
}
#lp-wrapper .text-gray {
  color: #86868b;
}
#lp-wrapper .text-purple {
  color: #615d90;
}
#lp-wrapper .text-blue {
  color: #0031ea;
}
#lp-wrapper .text-pink {
  color: #f35a7b;
}
#lp-wrapper .text-orange {
  color: #ce4c00;
}
#lp-wrapper .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#lp-wrapper .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#lp-wrapper .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#lp-wrapper .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#lp-wrapper .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#lp-wrapper .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#lp-wrapper .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#lp-wrapper .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#lp-wrapper .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
#lp-wrapper .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
#lp-wrapper .text-7xl {
  font-size: 4.5rem;
  line-height: 1.1;
}
#lp-wrapper .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
#lp-wrapper .heading-xl {
  max-width: 1280px;
  text-align: center;
  margin: auto auto 80px auto;
  padding: 0 10px;
}
#lp-wrapper .heading-sm {
  max-width: 980px;
  margin: auto auto 80px;
  padding: 0 10px;
  text-align: left;
}
#lp-wrapper .heading-sm-center {
  max-width: 980px;
  margin: auto auto 80px auto;
  padding: 0 10px;
  text-align: center;
}
#lp-wrapper #lp-first {
  text-align: center;
  padding-top: 80px;
}
#lp-wrapper #lp-second {
  padding-bottom: 100px;
}
#lp-wrapper #lp-second .lp-gallery-img {
  max-width: 1680px;
  width: 100%;
  margin: 0 10px;
  position: relative;
}
#lp-wrapper #lp-second .lp-gallery-img .lp-img img {
  border-radius: 35px;
}
#lp-wrapper #lp-second .lp-gallery-img .lp-text {
  position: absolute;
}
#lp-wrapper #lp-second .slick-dots {
  margin: auto;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
}
#lp-wrapper #lp-second .slick-dots li {
  background-color: #e2e2e5;
  padding: 15px;
}
#lp-wrapper #lp-second .slick-dots li button {
  display: flex;
  align-items: center;
}
#lp-wrapper #lp-second .slick-dots li button:before {
  position: relative;
  font-size: 35px;
  color: black;
}
#lp-wrapper #lp-second .slick-dots li:nth-child(1) {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
#lp-wrapper #lp-second .slick-dots li:nth-last-child(1) {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
#lp-wrapper #lp-second .lp-gallery-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#lp-wrapper #lp-second .lp-gallery-img .lp-text {
  top: 25px;
  left: 25px;
  padding: 0 10px;
  max-width: 250px;
}
#lp-wrapper #lp-second .gal-img-3 .lp-text p {
  color: white;
}
#lp-wrapper #lp-third {
  padding-bottom: 100px;
}
#lp-wrapper #lp-third .lp-gallery-img {
  max-width: 1680px;
  width: 100%;
  margin: 0 10px;
}
#lp-wrapper #lp-third .lp-gallery-img .lp-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#lp-wrapper #lp-third .lp-gallery-img .lp-img img {
  border-radius: 35px;
}
#lp-wrapper #lp-third .slick-arrow {
  position: absolute;
  bottom: -100px;
  top: auto;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #e2e2e5;
  padding: 0;
  border: none;
}
#lp-wrapper #lp-third .slick-arrow::before {
  color: black;
}
#lp-wrapper #lp-third .slick-next {
  right: calc(50% - 30px);
  transform: translate(0, -50%);
  left: auto;
}
#lp-wrapper #lp-third .slick-prev {
  right: calc(50% + 30px);
  transform: translate(0, -50%);
  left: auto;
}
#lp-wrapper #lp-third .slick-next::before {
  content: url(nextArrow.svg);
}
#lp-wrapper #lp-third .slick-prev::before {
  content: url(prevArrow.svg);
}
#lp-wrapper #lp-fourth {
  padding: 100px 0;
}
#lp-wrapper #lp-fourth .heading-sm-center p {
  margin-top: 25px;
}
#lp-wrapper #lp-fourth .lp-grid {
  max-width: 1680px;
  margin: auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#lp-wrapper #lp-fourth .lp-grid img {
  border-radius: 25px;
}
#lp-wrapper #lp-fourth .lp-midGrid {
  max-width: 980px;
  margin: auto;
  padding: 100px 10px 0 10px;
  display: flex;
  align-items: center;
  gap: 50px;
}
#lp-wrapper #lp-fourth .lp-midGrid .lp-chip {
  padding: 0 50px;
  border-right: 1px solid black;
}
#lp-wrapper #lp-fourth .lp-midGrid .lp-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#lp-wrapper #lp-fifth {
  padding-top: 100px;
}
#lp-wrapper #lp-fifth .lp-video {
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
#lp-wrapper #lp-fifth .lp-video video {
  border-radius: 25px;
  overflow: hidden;
}
#lp-wrapper #lp-fifth .lp-flex {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#lp-wrapper #lp-fifth .lp-flex .lp-img {
  width: 450px;
  flex-shrink: 0;
}
#lp-wrapper #lp-fifth .lp-flex .lp-img img {
  border-radius: 25px;
}
#lp-wrapper #lp-sixth {
  padding: 10px 0 100px 0;
}
#lp-wrapper #lp-sixth .lp-video {
  max-width: 1280px;
  margin: 25px auto;
}
#lp-wrapper #lp-sixth .lp-video video {
  border-radius: 25px;
  overflow: hidden;
}
#lp-wrapper #lp-seventh {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
#lp-wrapper #lp-seventh .lp-bottom {
  margin-top: 250px;
  position: relative;
}
#lp-wrapper #lp-seventh .heading-sm-center {
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#lp-wrapper #lp-ninth {
  padding-bottom: 100px;
}
#lp-wrapper #lp-ninth .lp-introImg {
  text-align: center;
  margin: auto;
}
#lp-wrapper #lp-ninth .lp-singleImg {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
#lp-wrapper #lp-ninth .lp-singleImg img {
  width: 100%;
  border-radius: 35px;
}
#lp-wrapper #lp-ninth .lp-singleImg .lp-text {
  position: absolute;
  top: 25px;
  left: 35px;
  max-width: 640px;
  padding: 0 25px 0 0;
}
#lp-wrapper #lp-ninth .lp-twoImgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1280px;
  margin: 25px auto;
  padding: 0 10px;
}
#lp-wrapper #lp-ninth .lp-twoImgs img {
  width: 100%;
  border-radius: 35px;
}
#lp-wrapper #lp-ninth .lp-twoImgs .lp-col {
  position: relative;
}
#lp-wrapper #lp-ninth .lp-twoImgs .lp-col .lp-text {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}
#lp-wrapper #lp-ninth .lp-twoImgs .col-img-1 p {
  color: white;
}
#lp-wrapper #lp-tenth {
  padding-bottom: 100px;
}
#lp-wrapper #lp-tenth .lp-gradient {
  background-repeat: no-repeat;
  background-image: url(apple_intelligence_privacy_gradient__der4y2n0tok2_large.jpg);
  display: inline-block;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 5px 0;
}
#lp-wrapper #lp-tenth .lp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  max-width: 1280px;
  margin: 25px auto;
  padding: 0 10px;
  text-align: left;
}
#lp-wrapper #lp-tenth .lp-img {
  text-align: center;
}
#lp-wrapper #lp-tenth .lp-img img {
  border-radius: 25px;
}
#lp-wrapper #lp-eleventh .lp-img {
  text-align: center;
}
#lp-wrapper #lp-eleventh .lp-img img {
  border-radius: 25px;
}
#lp-wrapper #lp-twelfth {
  padding: 100px 0;
}
#lp-wrapper #lp-twelfth .heading-sm-center p {
  margin-top: 25px;
}
#lp-wrapper #lp-twelfth .lp-grid {
  max-width: 1680px;
  margin: auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#lp-wrapper #lp-twelfth .lp-grid img {
  border-radius: 25px;
}
#lp-wrapper #lp-twelfth .lp-midGrid {
  max-width: 980px;
  margin: auto;
  padding: 100px 10px 0 10px;
  display: flex;
  align-items: center;
  gap: 50px;
}
#lp-wrapper #lp-twelfth .lp-midGrid .lp-chip {
  padding: 0 50px;
  border-right: 1px solid black;
}
#lp-wrapper #lp-twelfth .lp-midGrid .lp-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
#lp-wrapper #lp-magnetic .lp-firstImg {
  max-width: 1260px;
  margin: auto;
  padding: 0 10px;
  border-radius: 25px;
  background-color: #faebee;
  overflow: hidden;
  box-sizing: border-box;
}
#lp-wrapper #lp-magnetic .lp-firstImg .lp-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
#lp-wrapper #lp-magnetic .lp-firstImg .lp-flex .lp-text {
  max-width: 350px;
}
#lp-wrapper #lp-magnetic .lp-secondImg {
  max-width: 1260px;
  margin: 50px auto;
  padding: 0 10px;
  position: relative;
}
#lp-wrapper #lp-magnetic .lp-secondImg img {
  border-radius: 25px;
}
#lp-wrapper #lp-magnetic .lp-secondImg .lp-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 450px;
}
#lp-wrapper #lp-magnetic .lp-secondImg .lp-text p {
  color: white;
}
#lp-wrapper #lp-accsesoary {
  padding: 100px 0;
}
#lp-wrapper #lp-accsesoary .lp-img {
  max-width: 1260px;
  margin: 50px auto;
  padding: 0 10px;
  position: relative;
}
#lp-wrapper #lp-accsesoary .lp-img img {
  border-radius: 25px;
}
#lp-wrapper #lp-thirteenth {
  text-align: center;
}
#lp-wrapper #lp-thirteenth .lp-wrap {
  max-width: 1024px;
  margin: auto;
  padding: 0 10px;
}
#lp-wrapper #lp-thirteenth .lp-choice {
  margin: 50px auto;
}
#lp-wrapper #lp-thirteenth select {
  padding: 15px;
  border-radius: 30px;
  font-weight: bold;
  margin: 15px 0;
}
#lp-wrapper #lp-thirteenth .lp-grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
#lp-wrapper #lp-thirteenth .lp-grid .lp-col {
  border-radius: 25px;
  text-align: left;
  overflow: hidden;
}
#lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-colWrap {
  padding: 35px;
}
#lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
#lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-flex .lp-left {
  flex-shrink: 0;
}
#lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-text {
  max-width: 350px;
  margin: auto;
}
#lp-wrapper #lp-thirteenth .lp-grid .cell-1 {
  grid-row: span 4/span 4;
  min-height: 380px;
  background-color: #f6f3ec;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  background-position: center center;
}
#lp-wrapper #lp-thirteenth .lp-grid .cell-1 h2, #lp-wrapper #lp-thirteenth .lp-grid .cell-1 p {
  color: white;
}
#lp-wrapper #lp-thirteenth .lp-grid .cell-2 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  min-height: 190px;
}
#lp-wrapper #lp-thirteenth .lp-grid .cell-3 {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  min-height: 190px;
  position: relative;
}
#lp-wrapper #lp-thirteenth .lp-grid .cell-4 {
  grid-row: span 4/span 4;
  grid-column-start: 2;
  grid-row-start: 3;
  min-height: 380px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#lp-wrapper #lp-thirteenth .lp-grid.lp-current {
  display: grid;
}
#lp-wrapper #lp-thirteenth #intel_21 .cell-1 {
  background-image: url(upgraders_imac21_1__urmibo4la6qm_large.jpg);
}
#lp-wrapper #lp-thirteenth #intel_21 .cell-2 {
  --igradient: linear-gradient(115deg,#00d0ff,#09f 20%,#c95eff 42%,#ff2569 63%,#ff8300 83%,#ffb000);
  position: relative;
  z-index: 0;
  inset: 0;
  border: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#lp-wrapper #lp-thirteenth #intel_21 .cell-2::after {
  --bg-size: calc(100% + 14px);
  content: "";
  position: absolute;
  inset: 0;
  background: var(--igradient) 50%/var(--bg-size) var(--bg-size);
  border-radius: 28px;
  border: 5px solid rgba(0, 0, 0, 0);
  -webkit-mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
          mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
#lp-wrapper #lp-thirteenth #intel_21 .cell-3 {
  background: #eff4fc;
}
#lp-wrapper #lp-thirteenth #intel_21 .cell-4 {
  background-image: url(upgraders_imac21_2__ghnqom4m48i2_large.jpg);
}
#lp-wrapper #lp-thirteenth #intel_27 .cell-1 {
  background-image: url(upgraders_imac27_1__cvtqu1vnwloy_large.jpg);
}
#lp-wrapper #lp-thirteenth #intel_27 .cell-2 {
  --igradient: linear-gradient(115deg,#00d0ff,#09f 20%,#c95eff 42%,#ff2569 63%,#ff8300 83%,#ffb000);
  position: relative;
  z-index: 0;
  inset: 0;
  border: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#lp-wrapper #lp-thirteenth #intel_27 .cell-2::after {
  --bg-size: calc(100% + 14px);
  content: "";
  position: absolute;
  inset: 0;
  background: var(--igradient) 50%/var(--bg-size) var(--bg-size);
  border-radius: 28px;
  border: 5px solid rgba(0, 0, 0, 0);
  -webkit-mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
          mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
#lp-wrapper #lp-thirteenth #intel_27 .cell-3 {
  background-color: #fcf1e9;
}
#lp-wrapper #lp-thirteenth #intel_27 .cell-4 {
  background-image: url(upgraders_imac27_2__dxiwdftdfp8i_large.jpg);
}
#lp-wrapper #lp-thirteenth #m1_24 .cell-1 {
  background-image: url(upgraders_imac24_1__1gyreennkheu_large.jpg);
}
#lp-wrapper #lp-thirteenth #m1_24 .cell-2 {
  background-color: #fceef1;
}
#lp-wrapper #lp-thirteenth #m1_24 .cell-3 {
  background-color: #fceef1;
}
#lp-wrapper #lp-thirteenth #m1_24 .cell-4 {
  background-image: url(upgraders_imac24_2__cl5jr3rckkeq_large.jpg);
}
#lp-wrapper .lp-disclaimer {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
  #lp-wrapper .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  #lp-wrapper .text-base {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #lp-wrapper .text-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #lp-wrapper .text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-2xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-3xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #lp-wrapper .text-4xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #lp-wrapper .text-5xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #lp-wrapper .text-6xl {
    font-size: 3rem;
    line-height: 1;
  }
  #lp-wrapper .text-7xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  #lp-wrapper .text-8xl {
    font-size: 4.5rem;
    line-height: 1.1;
  }
  #lp-wrapper #lp-seventh .lp-displays .lp-screen {
    width: 420px;
  }
  #lp-wrapper #lp-thirteenth .lp-grid {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-colWrap {
    padding: 15px;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .lp-col .lp-flex {
    gap: 10px;
    justify-content: flex-start;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .cell-1 {
    grid-row: auto/auto;
    min-height: 0;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .cell-2 {
    grid-row: auto/auto;
    grid-column-start: 1;
    grid-row-start: auto;
    min-height: 0;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .cell-3 {
    grid-row: auto/auto;
    grid-column-start: 1;
    min-height: 0;
  }
  #lp-wrapper #lp-thirteenth .lp-grid .cell-4 {
    grid-row: auto/auto;
    grid-column-start: 1;
    grid-row-start: auto;
    min-height: 0;
  }
}
@media only screen and (max-width: 684px) {
  #lp-wrapper .text-base {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  #lp-wrapper .text-lg {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #lp-wrapper .text-xl {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #lp-wrapper .text-2xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-3xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #lp-wrapper .text-5xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #lp-wrapper .text-6xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #lp-wrapper .text-7xl {
    font-size: 3rem;
    line-height: 1;
  }
  #lp-wrapper .text-8xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  #lp-wrapper #lp-second .lp-gallery-img {
    margin: 0 2px;
    display: block;
    padding: 10px 0;
    border-radius: 15px;
    overflow: hidden;
  }
  #lp-wrapper #lp-second .lp-gallery-img .lp-text {
    position: relative;
    top: 0;
    bottom: 0;
    padding: 10px;
    max-width: 350px;
  }
  #lp-wrapper #lp-second .lp-gallery-img .lp-img img {
    border-radius: 0;
  }
  #lp-wrapper #lp-second .gal-img-1 {
    background-color: #f1f0fe;
  }
  #lp-wrapper #lp-second .gal-img-2, #lp-wrapper #lp-second .gal-img-4 {
    background-color: #fbfae7;
  }
  #lp-wrapper #lp-second .gal-img-3 {
    background-color: black;
  }
  #lp-wrapper #lp-second .gal-img-5 {
    background-color: #fcedf1;
  }
  #lp-wrapper #lp-third .lp-gallery-img {
    margin: 0 2px;
  }
  #lp-wrapper #lp-third .lp-gallery-img .lp-flex {
    gap: 4px;
  }
  #lp-wrapper #lp-third .lp-gallery-img .lp-img img {
    border-radius: 15px;
  }
  #lp-wrapper #lp-fourth .lp-grid {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-fourth .lp-midGrid {
    display: block;
  }
  #lp-wrapper #lp-fourth .lp-midGrid .lp-chip {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid black;
  }
  #lp-wrapper #lp-fourth .lp-midGrid .lp-specs {
    margin-top: 25px;
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-fifth .lp-flex {
    display: block;
  }
  #lp-wrapper #lp-fifth .lp-flex .lp-img {
    width: 100%;
    text-align: center;
  }
  #lp-wrapper #lp-seventh .heading-sm-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 25px 10px;
  }
  #lp-wrapper #lp-seventh .lp-bottom {
    margin: 0;
  }
  #lp-wrapper #lp-ninth .lp-twoImgs {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-tenth .lp-grid {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-twelfth .lp-grid {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-magnetic .lp-firstImg {
    padding: 0 10px;
    background: none;
  }
  #lp-wrapper #lp-magnetic .lp-firstImg .lp-flex {
    display: block;
  }
  #lp-wrapper #lp-magnetic .lp-firstImg .lp-flex .lp-img {
    background-color: #faebee;
    border-radius: 25px;
  }
  #lp-wrapper #lp-magnetic .lp-firstImg .lp-flex .lp-text {
    margin-top: 10px;
    max-width: none;
  }
  #lp-wrapper #lp-magnetic .lp-secondImg .lp-text {
    position: relative;
    margin-top: 10px;
    top: 0;
    left: 0;
    transform: none;
    max-width: none;
  }
  #lp-wrapper #lp-magnetic .lp-secondImg .lp-text p {
    color: black;
  }
}/*# sourceMappingURL=style.css.map */