:root {
  --erored: #fd113e;
  --base-size: 16px;
}

body,
html {
  font-size: var(--base-size);
}

.breadcrumb-wrap{
  display: none !important;
}

.site-content :is(h1, h2, h3, h4, h5) {
  text-wrap: balance;
  padding: 0;
  margin: 0;
}
.site-content p {
  text-wrap: pretty;
  max-width: 70ch;
  padding: 0;
  margin: 0;
}

.site-content h2 {
  color: var(--e-global-color-text_light) !important;
  font-size: 4rem;
  line-height: 112%;
  max-width: 20ch;
}

@media (max-width: 768px) {
	.site-content h2 {
  color: var(--e-global-color-text_light) !important;
  font-size: 3.5rem;
  line-height: 112%;
  max-width: 20ch;
}
}

h2 > span {
  color: #000;
}

h1 > span {
  color: var(--erored);
}

.site-content .col-full > section {
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta {
  padding: 0.5rem 4rem;
  border-radius: 1.5rem;
  background: transparent;
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--e-global-typography-heading_title-font-family);
  width: fit-content;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s linear, outline 0s linear;
  border: 2px solid black;
  outline: none;
}

.cta:hover {
  background: var(--e-global-color-primary);
}

.btn-cta {
  padding: 0.5rem 4rem;
  border-radius: 1.5rem;
  background: var(--e-global-color-primary);
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--e-global-typography-heading_title-font-family);
  width: fit-content;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s linear, outline 0s linear;
  outline: none;
}

.btn-cta:hover {
  background: transparent;
  outline: 2px solid #000;
}

.info-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  font-size: 14px;
}

.info-icon .icon {
  background-color: var(--erored);
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon b {
  color: #000 !important;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.125em;
}

.info-icon p {
  font-size: 1em;
  line-height: 1.25em;
}

.info-icon.xl {
  font-size: 18px;
}

.line-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

#testimonials > .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

nav > .arrow {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  outline: 2px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--e-global-color-text);
  cursor: not-allowed;
  user-select: none;
}

nav > .active {
  outline: none;
  background: var(--erored);
  color: #fff;
  cursor: pointer;
}

.site-content {
  margin-top: 0 !important;
}

.site-header {
  margin-bottom: 0 !important;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#hero {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  padding-top: 1rem;
}

#hero > .image-wrapper {
  background-color: #f4f4f4;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

#hero > .image-wrapper > img {
  transform: translateX(-45px);
}

#hero h1 {
  font-size: 3.5rem;
  text-transform: none;
  margin-bottom: 0.25rem;
  line-height: 100%;
}

#hero .content {
  padding-right: 100px;
}

#hero .content > strong {
  font-size: 1.25rem;
  color: var(--e-global-color-text);
  line-height: 1.5rem;
  font-weight: 700;
}

#hero .rating {
  gap: 1rem;
  padding: 0.5rem 4rem;
  background-color: #3fe30348;
  border-radius: 0.5rem;
  width: fit-content;
  align-items: center;
}

#hero .rating :is(b, strong) {
  color: #000;
  font-weight: 700;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.125rem;
}

#hero .rating .stars {
  margin-bottom: 0;
}

.order-benefits {
  gap: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.order-benefits .benefit .image-wrapper {
  background-color: #e6e6e6;
  padding: 0.25rem;
}

#hero .benefit p {
  color: var(--e-global-color-text);
  font-size: 0.875rem;
  font-weight: 700;
}

.order-zone {
  /* border: 2px solid #E9E9E9;
    border-radius: 1rem;
    padding: .5rem 1.5rem; */
  gap: 2rem;
  margin-top: 2rem;
  align-items: start;
}

.order-zone .btns-wrapper .cta{
  margin-top: 0rem;
  padding-inline: 2rem;
}
.order-zone .btns-wrapper > .line-wrapper{
  margin-top: 1rem;
}
.order-zone .btns-wrapper > .line-wrapper .ic{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  outline: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin: 0 .5rem;
}
.order-zone .btns-wrapper > .line-wrapper > .line-wrapper{
  margin-top: .75rem;
  align-items: center;
}
.order-zone .btns-wrapper > .line-wrapper .qt{
  outline: none !important;
  margin: 0;
}

#hero .line-wrapper:has(.bg) {
  gap: 1rem;
}

#hero .main3 {
  margin-top: 2rem;
}

.benefit.bg {
  padding: 0.5rem 0.75rem;
  background: #e6e6e6;
  border-radius: 24px;
  /* margin-top: 2rem; */
}

.benefit.xl p {
  font-size: 1.125rem;
}

.alt {
  background: var(--e-global-color-primary) !important;
}

.alt2 {
  background: #c5f7b3 !important;
}

.alt p,
.alt2 p {
  color: #000;
}

:is(#hero, .stats) .benefit.bg p {
  text-transform: uppercase;
  font-size: 0.75rem;
  min-width: fit-content;
  color: #000;
}

:is(#hero, .stats) .benefit.bg .image-wrapper {
  background: none !important;
}

.order-zone .promo {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.order-zone .promo > i{
  margin-top: -.25rem;
  font-size: .875rem;
  line-height: 1rem;
}
.order-zone .promo > b {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

.order-zone .price {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: end;
}

.order-zone .cta-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  position: relative;
}

.order-zone .btn-cta {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
  font-size: 1.25rem;
}

.order-zone .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.order-zone .cta-dropdown > b{
  font-size: 1.125rem;
  font-family: var(--e-global-typography-heading_title-font-family);
  text-align: center;
  width: 100%;
  display: block;
  text-wrap: nowrap;
}

.order-zone .cta-dropdown:hover .arrow {
  transform: rotate(90deg);
}

.order-zone .dropdown-options {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem !important;
  border: 2px solid #e9e9e9;
  z-index: 10;
  width: 400px;
  padding: 6px 0;
  cursor: pointer;
}

.order-zone .dropdown-options label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.order-zone .dropdown-options s {
  color: var(--e-global-color-text_light);
  font-weight: 300;
}

.order-zone .dropdown-options input[type="radio"] {
  margin-right: 1rem;
}

.order-zone .cta-dropdown:hover .dropdown-options {
  display: flex;
}

.order-zone .price s {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}

.order-zone .promo > p {
  font-size: 1rem;
  color: var(--e-global-color-text);
}

.order-zone .price span {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

#hero .testimonial {
  display: grid;
  grid-template-columns: 125px 1fr;
  border: 2px solid #e9e9e9;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  gap: 2rem;
  margin-top: 2rem;
}

#hero .testimonial .image-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 1rem;
  background-color: var(--e-global-color-text_light);
}

#hero .testimonial .image-wrapper img {
  height: 100%;
}

#hero .testimonial .content > p {
  color: #000;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

#hero .testimonial .details b {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--e-global-color-highligh);
}

#hero .testimonial .details p {
  font-size: 1rem;
}

#hero .mobile {
  display: none;
}

@media (max-width: 768px) {
  .site-content .col-full > section {
    padding: 2rem 1.5rem;
  }
  body,
html {
  font-size: 14px;
  word-break: break-word;
}

  #hero {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  #hero .mobile, #cta .mobile {
    display: flex !important;
  }


  #hero > .image-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 50;
    justify-content: end;
    background-color: transparent;
    padding: 1rem 0;
  }

  .order-zone .promo > i{
    margin-top: 0;
  }

  #hero > .image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -10vw;
    width: 120vw;
    height: 100%;
    background-color: #F4F4F4;
  }

  #hero > .image-wrapper .main3{
    width: fit-content;
    position: relative;
    z-index: 20;
    gap: .75rem;
    justify-content: end;
    display: flex;
    max-width: 300px;
    margin-top: 0;
    /* width: 60%; */
  }
  #hero > .image-wrapper .main3 .image-wrapper{
    width: 1.5rem;
    height: 1.5rem;
  }

  #hero > .image-wrapper .main3 > *{
    background-color: var(--e-global-color-primary);
    padding: .5rem .75rem;
    gap: .25rem;
    flex-wrap: wrap;
  }

  #hero > .image-wrapper .main3 > * p{
    font-size: .875rem;
    text-transform: none;
  }

  #hero > .image-wrapper > img{
    margin-left: 1rem;
    position: absolute;
    left: -.5rem;
    height: calc(100% - 2rem - 1rem);
    width: auto;
    
    z-index: 10;
  }

  #hero > .content .rating{
    grid-area: rating;
    margin: 1rem 0;
    width: fit-content;
    padding: .5rem 1.5rem;
  }

  #hero > .content .rating img{
    height: 15px;
  }

  #hero > .content .order-benefits{
    grid-area: order-benefits;
    flex-wrap: nowrap;
    gap: .5rem;
    margin-top: 1rem;
  }

  #hero > .content .order-benefits .image-wrapper{
    background-color: transparent;
  }
  #hero > .content .order-benefits p{
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
  }

  #hero > .content h1{
    grid-area: heading;
    font-size: 2.75rem;
  }

  #hero > .content strong{
    grid-area: subheading;
    font-size: 1.125rem;
  }

  :is(#hero, #cta) > .content .order-zone{
    grid-area: order-zone;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  :is(#hero, #cta) .dropdown-options:not(.mobile){
    display: none !important;
  }

  :is(#hero, #cta) .dropdown-options.mobile{
    width: 100%;
    gap: 0.5rem;
    position: relative !important;
    border: none;
    padding-inline: 0 !important;
  }

  .order-zone .cta-dropdown > b{
    font-size: 1rem !important;
  }

  :is(#hero, #cta) .dropdown-options.mobile label{
    font-size: .8rem;
    line-height: 1rem;
    min-width: fit-content;
    text-wrap: nowrap;
  }

  :is(#hero, #cta) .dropdown-options.mobile input{
    margin-right: .5rem;
  }

  :is(#hero, #cta) .order-zone .mobile span{
    display: inline-block;
    width: fit-content;
    position: relative;
    color: #185900;
  }

  :is(#hero, #cta) .order-zone .mobile span::after{
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #185900;
    transform-origin: top;
    transform: rotate(-12 deg);
  }

  :is(#hero, #cta) > .content .order-zone .btn-cta{
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-inline: 2rem;
    font-size: 1.5rem;
  }

  :is(#hero, #cta) > .content .order-zone .price{
    flex-direction: column;
    align-items: start;
    gap: .25rem;
    margin-top: .5rem;
  }

  :is(#hero, #cta) > .content .order-zone .btn-cta span{
    display: none !important;
  }

  :is(#hero, #cta) .cta-dropdown > b{
    font-size: 1.125rem;
    font-family: var(--e-global-typography-heading_title-font-family);
  }

  :is(#hero, #cta) > .content .order-zone .promo b{
    line-height: 1.65rem;
  }

  #hero > .content .main3{
    display: none !important;
  }

  #hero > .content .testimonial{
    grid-area: testimonial;
    gap: 2rem;
    grid-template-columns: auto 1fr;
  }
  
  #hero > .content .testimonial .content{
    padding-right: 0;
  }

  #hero > .content .testimonial .image-wrapper{
    width: 6rem;
    height: 6rem;

  }

  #hero > .content{
    padding-right: 0;
    display: grid;

    grid-template-columns: 1fr;
    grid-template-areas: 
    "rating"
    "heading"
    "subheading"
    "order-zone"
    "order-benefits"
    "testimonial";
  }
}

/* Konieczny css z punktu widzenia logiki */
/* Koniec koniecznego css */
#testimonials .slider {
  margin-top: 4rem;
  width: 100%;
  /* overflow-x: auto; */
  display: flex;
  flex-direction: row;
  gap: 2rem;
  transition: all 0.3s ease-in-out;
}

#testimonials .testimonial {
  min-width: 475px;
  border-radius: 1.25rem;
  border: 2px solid #e9e9e9;
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
}

#testimonials .testimonial .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: end;
}
#testimonials .img-wrapper {
  width: 6.5rem;
  aspect-ratio: 1;
  background-color: #f1f1f1;
  border-radius: 50%;
  overflow: hidden;
}

#testimonials .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  width: auto;
  max-height: 100%;
  margin-bottom: 1rem;
  /* background: var(--e-global-color-highligh); */
}

#testimonials .testimonial time {
  color: var(--e-global-color-text_light);
  font-size: 0.875rem;
}

#testimonials .testimonial > p {
  color: var(--e-global-color-text);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}

#testimonials .testimonial .details {
  width: 100%;
  align-self: flex-end;
  margin-top: auto;
}

#testimonials .testimonial b {
  color: var(--e-global-color-highligh);
  font-size: 1.5rem;
}

#testimonials .testimonial .details p {
  font-size: 1rem;
  color: #000;
}

#testimonials .pagination {
  margin-inline: auto;
  margin-top: 2rem;
  padding: 1rem 0.5rem;
  border: 2px #e9e9e9 solid;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#testimonials .pagination .dot {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--e-global-color-text_light);
  border-radius: 50%;
  transform-origin: center;
}

#testimonials .pagination .dot[active] {
  background: var(--erored);
  transform: scale(1.5);
}

@media (max-width: 768px) {
  #testimonials .header{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }

  #testimonials .testimonial{
    min-width: 280px;
  }
}

#faq h2 {
  text-align: center;
}

#faq .wrapper {
  width: 80%;
  max-width: 70ch;
  margin-top: 4rem;
  interpolate-size: allow-keywords;
}

#faq h3 {
  text-transform: none;
  font-family: var(--e-global-typography-text-font-family) !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
}

#faq details {
  width: 100%;
  border-top: 2px solid #e9e9e9;
  padding: 1.5rem 0;
}

#faq summary {
  display: list-item;
  list-style-position: outside;
}

#faq summary::marker {
  content: "+ ";
  font-size: 1.5rem;
}

#faq details p {
  margin-top: 2rem;
  color: var(--e-global-color-text);
}

#faq details::details-content {
  block-size: 0%;
  transition: block-size 0.3s, content-visibility 0.3s;
  transition-behavior: allow-discrete;
}

#faq details[open]::details-content {
  block-size: auto;
}

#faq details[open] summary::marker {
  content: "- ";
}

#cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 4rem;
}

#cta > .image-wrapper {
  height: 500px;
  background: var(--e-global-color-text_light);
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

#cta > .image-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

#cta > .image-wrapper img {
  height: 100%;
}

#cta .content > p {
  /* margin-top: .5rem; */
  color: var(--e-global-color-text);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (max-width: 768px) {
  #cta{
    grid-template-columns: 1fr;
  }

  #cta > .image-wrapper{
    height: 300px;
  }
}

.benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit .image-wrapper {
  width: 2.125rem;
  height: 2.125rem;
  /* background: var(--e-global-color-highligh); */
  border-radius: 50%;
}

.benefit p {
  font-size: 0.875rem;
}

#ingredients h2 {
  text-align: center;
}

section > p,
section > .header > p,
section > .header > .wrapper > p {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--e-global-color-text);
}

#ingredients nav {
  margin-top: 2rem;
  width: 100%;
  gap: 2rem;
  display: inline-flex;
  justify-content: space-between;
}
#ingredients .items-window {
  max-width: 100%;
  height: 100%;
  display: flex;
  padding: 0 1rem;
  overflow-x: auto;
  overflow-y: hidden;
}

#ingredients .items-window p {
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.5rem;
  color: var(--e-global-color-text_light);
  text-wrap: nowrap;
  font-weight: 800;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

#ingredients .items-window p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--e-global-color-text_light);
  display: block;
}

#ingredients .items-window p[active] {
  color: #000;
}

#ingredients .items-window p[active]::after {
  background: #000;
}

#ingredients .slide {
  margin-top: 2rem;
  border-radius: 2rem;
  width: 100%;
  border: 2px solid #e6e6e6;
  padding: 4rem 3rem;
  display: grid;
  grid-template-columns: 2fr;
  gap: 3rem;
}

#ingredients .header {
  margin-bottom: 2rem;
  display: inline-flex;
  gap: 2rem;
}

#ingredients .info {
  display: flex;
  flex-direction: column;
}

#ingredients .info h3 {
  font-size: 3rem;
}

#ingredients .info b {
  font-size: 1.5rem;
  font-family: var(--e-global-typography-heading_title-font-family);
  color: var(--e-global-color-text);
}

#ingredients .info > p {
  margin: 1rem 0;
}

#ingredients .slide .image-wrapper {
  background-color: #e6e6e6;
  border-radius: 2rem;
  display: none;
}

#ingredients .info > .info-icon {
  margin-top: 1rem;
}

@media (max-width: 768px) {

  #ingredients .slide{
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  #ingredients .slide .header{
    flex-wrap: wrap;
  }

  #ingredients .slide .info-icon b{
    line-height: 100%;
  }

  #ingredients .info-icon.xl .icon{
    min-width: 3rem !important;
    min-height: 3rem !important;
  }

  #ingredients h3{
    font-size: 2.5rem !important;
  }

  #ingredients .slide .header .icon{
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  #ingredients .arrow{
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  #ingredients .items-window{
    padding-inline: 0;
  }
  
  #ingredients .items-window p{
    width: fit-content !important;
  }
}

#stats h2 {
  text-align: center;
}

#stats .table {
  /* width: 100%; */
  display: grid;
  margin-top: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  border: 2px solid #e6e6e6;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}

#stats .table > * {
  width: 100%;
  padding: 1.5rem 2rem;
  border-right: 2px solid #e6e6e6;
  text-align: center;
}

#stats .table > :nth-child(3) {
  border-right: none;
}

#stats .stat span {
  color: var(--erored);
  font-size: 4rem;
  font-weight: 800;
  font-family: var(--e-global-typography-heading_title-font-family);
}

#stats .stat p {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

#stats .benefit {
  padding-inline: 1.25rem;
  gap: 1rem;
  font-weight: 500;
}

#stats .benefit p {
  color: #000;
  max-width: none;
}

@media (max-width: 768px) {
  #stats .table p{
    font-size: .875rem;
    line-height: 1rem;
  }
   #stats .table span{
    font-size: 3.25rem;
   }

  #stats .stat{
    padding: 1.5rem 1rem;
  }

  #stats .benefit p{
    font-size: .75rem;
  }

  #stats .benefit .image-wrapper{
    min-width: 1.75rem;
  }
}

.benefit.card .image-wrapper {
  background-color: var(--erored);
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  z-index: 100;
}

.benefit.card {
  gap: 0;
  position: relative;
}

.benefit.card p {
  color: #000;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  padding: 1rem 1.5rem;
  transform: translateX(-10px);
  border: 2px solid #e6e6e6;
  border-radius: 2rem;
  z-index: 0;
  width: 100%;
}

#benefits .wrapper {
  width: 100%;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

#benefits > .benefit {
  border-radius: 0.5rem;
}

#benefits .benefit:first-of-type {
  margin-top: 0.75rem;
}

#benefits .benefit:first-of-type .image-wrapper {
  width: 1.5rem;
  height: 1.5rem !important;
}

#benefits .benefit.alt2 {
  margin-top: 3rem;
}

#benefits p {
  margin-bottom: 0 !important;
}

#benefits .first {
  margin-top: 2rem !important;
}

#benefits > p:nth-of-type(2) {
  margin-top: 4rem;
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  #benefits > :is(h2, p){
    text-align: center;
  }

  #benefits .wrapper {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
}

#quality {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: start;
  align-content: start;
  gap: 2rem;
}

#quality h2 {
  display: block;
  height: 100%;
}

#quality .images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#quality .image-wrapper {
  width: 100%;
  aspect-ratio: 1/1.414;
  border: 2px solid #e6e6e6;
  border-radius: 1.5rem;
  overflow: hidden;
}

#quality .image-wrapper img {
  height: 100%;
}

@media (max-width: 768px) {
  #quality, #quality > div{
    grid-template-columns: 1fr !important;
    justify-items: center;
  }

  #quality{
    gap: 4rem;
  }

  #quality .image-wrapper{
    max-height: 600px;
    width: auto;
  }
}

#sport {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 4rem;
}

#sport .line-wrapper {
  column-gap: 0.5rem;
  row-gap: 1rem;
  margin-top: 2rem;
}

#sport .line-wrapper .benefit {
  margin-top: 0;
}

#sport .line-wrapper .benefit p {
  font-size: 1.125rem;
  color: #000;
}

.note {
  border: 2px solid #e6e6e6;
  border-radius: 1.5rem;
  max-width: 600px;
}

.note > .header {
  background-color: var(--e-global-color-text);
  padding: 1.25rem 2.5rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.note h3 {
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.5rem;
  text-align: center;
}

.note b {
  text-align: center;
  font-size: 1.375rem;
  color: #000;
}

.note > .content {
  padding-inline: 2.5rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  /* align-items: start; */
}

.step .image-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0.25rem;
}

.step img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step p {
  font-size: 1.25rem;
  color: #202020;
  font-weight: 500;
  line-height: 1.625rem;
}

#usecases .wrapper {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

#usecases .benefit {
  margin-top: 4rem;
}

#usecases, #sport{
  display: none !important;
}

#problem {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(162.5px + 4rem);
}

.warning {
  background: var(--erored) !important;
  color: #fff;
}

.warning p {
  font-size: 1.125rem;
}

#problem .line-wrapper {
  gap: 0.75rem;
}

#problem .line-wrapper .benefit {
  margin-top: 0;
}

#problem .header > b {
  font-size: 1.75rem;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}

#problem > .image-wrapper {
  border: 2px solid #e6e6e6;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 1rem;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: scale(1.25);
  transform-origin: left;
}

#problem > .image-wrapper video{
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #problem{
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

   #problem .line-wrapper {
    gap: 1.25rem;
    margin-top: 1rem;
   }

  #problem .line-wrapper > div{
    width: 100%;
  }

   #problem .header .line-wrapper .image-wrapper{
    min-width: 2rem;
   }

   #problem .header .line-wrapper > div{
   }

  #problem > .image-wrapper{
    transform: scale(1);
    width: fit-content;
    overflow: auto;
  }

  #problem > .image-wrapper blockquote{
    width: 100%;
  }

  #problem .content{
    grid-template-columns: 1fr;
  }
}

#solution {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 4rem;
}

#solution .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#solution .wrapper p {
  /* line-height: 1.75rem;  */
}

#solution .wrapper .benefit p {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}

#solution .line-wrapper {
  margin-top: 2.5rem;
  gap: 0.75rem;
}

#solution .line-wrapper .benefit p {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}

#solution .content p {
  font-size: 1.25rem;
  color: #5b5b5b;
}

#solution .line-wrapper {
  grid-column: 1/-1;
  align-items: stretch;
}
@media (max-width: 768px) {
  #solution{
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #solution .line-wrapper{
    row-gap: 1rem;
  }

    #solution .card{
      width: 100%;
    }

  #solution .card .num{
    min-width: 3rem;
  }
    
   #solution .card .content{
    width: 100%;
   }
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

.card .num {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
  border-radius: 50%;
}

.card .num p {
  color: #000;
  font-size: 1.625rem;
  font-weight: 900;
  font-family: var(--e-global-typography-heading_title-font-family);
}

.card .content {
  height: 100%;
  max-width: 375px;
  display: flex;
  align-items: center;
  border: 2px solid #e6e6e6;
  padding: 1.5rem 2.5rem;
  border-radius: 1.25rem;
}
.card .content p {
  text-wrap: wrap;
  display: block;
  color: var(--e-global-color-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
