.main-content {
  display: grid;
  grid-template-columns: 1fr 366px;
  gap: 25px;
}

.center {
  text-align: center;
}

.white-bg {
  background-color: #ffffff;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-space-between {
  justify-content: space-between;
}

.flex-justify-end {
  justify-content: flex-end;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.semibold {
  font-weight: 600;
}

body {
  font-family: 'Inter';
}

header {
  padding: 14px 0 15px 0;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.2s ease-in-out;
  z-index: 2;
  border-bottom: 2px solid #1AA19E;
  margin-bottom: 40px;
}

header .advertorial-text {
  font-size: 18px;
  font-weight: 700;
}

h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}

h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  background-color: rgb(253, 193, 12, 0.1);
  padding: 20px 10px;
  border-left: 4px solid #FDC10C;
  margin-bottom: 20px;
}

h2.smaller {
  font-size: 19px;
}

aside .aside-container {
  padding: 30px 10px;
  border-radius: 16px;
  background-color: #F6F7F9;
  position: sticky;
  top: 100px;
  width: 100%;
  max-height: calc(100vh - 150px);
  transition: top 0.3s ease;
}

header.hidden ~ .container.main-content aside .aside-container {
    top: 20px !important;
}

aside .aside-container h3 {
  font-size: 24px;
  line-height: 120%;
}

aside .aside-container .review {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 8px;
  font-weight: 600;
  margin-top: 15px;
}

aside .aside-container .review>p {
  display: block ruby;
}

aside .aside-container .review img {
  width: 97px;
  height: 16px;
}

aside .aside-container button {
  background-color: #419D49;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 68px;
  margin-top: 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.highlight {
  background: #fdc10c;
}

.highlight-3 {
  background: #F5FBFB;
  padding: 16px;
  border-left: 4px solid #1AA19E;
}

.author {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.author img {
  width: 51px;
  height: 51px;
  border-radius: 100%;
}

section {
  margin-bottom: 30px;
}

section img.section, section video.section {
  border-radius: 16px;
  margin-bottom: 20px;
  width: 100%;
}


section img.cropped {
  object-fit: cover;
  object-position: center center; 
  height: 425px;
  width: 100%;
}

section img.cropped-2 {
  object-fit: cover;
  object-position: center top; 
  height: 425px;
  width: 100%;
}

section p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
  font-weight: 500;
}

hr {
  color: #1AA19E;
  margin-bottom: 30px;
}

section h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}

section p span {
  font-weight: 700;
  font-style: italic;
}

.img-container, .video-container {
  position: relative;
  margin-bottom: 20px;
}

.img-container .over, .video-container .over {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bird-over-img {
  width: 283px;
  height: 283px;
}

.img-container .over-video {
  position: absolute;
  position: absolute;
  bottom: 35px;
  right: 17px;
  width: 306px;
  height: 209px;
  border-radius: 16px;
  border: solid 2px #fff;
  object-fit: cover;
}

.demo-video {
  object-fit: cover;
  height: 425px;
}

.custom-play-btn {
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.custom-play-btn:hover {
  opacity: 0.9;
}

.demo-video.playing + .custom-play-btn {
  display: none;
}

.different-list li {
  display: flex;
  gap: 20px;
}

.different-list li img.icon {
  width: 40px;
  height: 40px;
}

.different-list li div {
  font-size: 18px;
  line-height: 150%;
}

ul.personal-results {
  border-radius: 10px;
  border: solid 2px #1AA19E;
  padding: 20px 20px 5px;
  background-color: #F5FBFB;
  margin-bottom: 15px;
}

ul.personal-results li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  align-items: center;
}

ul.personal-results li p {
  margin-bottom: 0px !important;
}

ul.personal-results li img {
  width: 20px;
  height: 20px;
}

.rating {
  border-radius: 8px;
  border: dotted 2px #CAAB85;
  background-color: #FFFBF6;
  padding: 20px;
  margin-bottom: 20px;
}

.rating p {
  font-style: italic;
}

.rating img {
  margin-bottom: 8px;
}

.rating p:last-child {
  margin-top: 8px;
}

.feedback-resume {
  display: flex;
  justify-content: space-between;
}

.feedback-resume > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback-resume > div img {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.comparisson {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.comparisson>div {
  text-align: center;
  padding: 23px;
  margin-bottom: 30px;
}

.comparisson>div>img {
  margin-bottom: 15px;
  height: 120px;
}

.comparisson>div ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.comparisson>div ul li img {
  width: 25px;
  height: 25px;
}

.comparisson>div ul li p {
  text-align: left;
  margin-bottom: 0px;
}

.green {
  color: #0E807E;
}

.bigger {
  font-size: 20px;
}

.traditional {
  background-color: #F6F7F9;
}

.smart {
  border: 2px solid #1AA19E;
  border-radius: 10px;
  background-color: #FFFCF8;
}

.gray-area {
  padding: 30px 20px 15px;
  background-color: #F6F7F9;
  margin-bottom: 20px;
  border-radius: 10px;
  border: solid 1px #0000001A;
}

.highlight-area {
  background-color: #FEFBD9;
  padding: 20px 16px 5px;
  border: 2px dotted black;
  margin-bottom: 15px;
}

.highlight-area p>span {
  font-style: normal;
}

button.cta-button-click {
  background-color: #419D49;
  color: white;
  font-weight: 700;
  font-size: 19px;
  width: 100%;
  height: 68px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

button.cta-button-click img {
  width: 13px;
  height: 13px;
}

.blue {
  color: #2A5DCF;
}

.p-highlight-box {
  border-radius: 4px;
  border: 1px solid #1AA19E;
  padding: 10px;
  font-weight: 700;
  background-color: #F5FBFB;
}

.p-highlight-box-2 {
  border-radius: 4px;
  border: 1px solid #1AA19E;
  padding: 10px;
  font-weight: 500;
  background-color: #F5FBFB;
}

.p-highlight-box-2 span {
  font-style: normal;
  font-weight: bold;
}

footer {
  color: #000;
  font-size: 14px;
  border-top: 2px solid #1AA19E;
  padding: 30px 0px;
  margin-top: 95px;
}

footer img{
  margin-bottom: 30px;
}

footer .copyright {
  padding: 12px 0 15px 0;
}

footer .footer-links a {
  color: #000;
  text-decoration: none;
}

.parentesis {
  display: none;
}

ul.four-ways li {
 list-style-type: none;
 display: flex;
 align-items: center;
 gap: 12px;
 margin-bottom: 20px;
}

ul.four-ways p {
  margin-bottom: 0px;
}

ul.four-ways li .index-number {
  aspect-ratio: 1/1;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  font-size: 22px;
  border: 2px solid #1AA19E;
  color: #1AA19E;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.first-month li {
 list-style-type: none;
 display: flex;
 align-items: center;
 gap: 12px;
 margin-bottom: 20px;
}

ul.first-month p {
  margin-bottom: 0px;
}

ul.first-month li .index-number {
  font-size: 22px;
  border: 2px solid #1AA19E;
  border-radius: 24px;
  color: #1AA19E;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 14px;
}

.section-border {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 5px;
  background-color: #F6F7F9;
}

.the-alert span, .rating .bold {
  font-style: normal;
}

.cta-fixed-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .aside-container {
    height: 660px;
  }
}
@media (min-width: 764px) {
  .comparisson .smart {
    padding: 34px 23px 23px;
  }
  .comparisson .traditional {
    height: 90%;
    margin-top: 4%;
  }
  .smart ul li p {
    display: block ruby;
  }
}
@media (max-width: 1024px) {
  .main-content {
    grid-template-columns: minmax(0, 1fr);
  }
  
  aside, .aside-container {
    order: 1 !important;
    width: 100% !important;
    position: static !important;
    max-height: none !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 764px) {
  h1 {
    font-size: 24px;
    line-height: 130%;
  }
  h2 {
    font-size: 16px;
    line-height: 130%;
  }
  h3 {
    font-size: 22px;
    line-height: 120%;
  }
  .author>img {
    width: 45px;
    height: 45px;
  }
  .author>div {
    font-size: 14px;
  }
  section p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  section img.cropped {
    height: 201px;
  }
  .bird-over-img {
    display: none;
  }
  .img-container .over-video {
    width: 145px;
    height: 99px;
    border-radius: 7px;
    bottom: 30px;
    right: 9px;
  }
  .demo-video {
    height: 201px;
  }
  ul.different-list .icon {
    width: 35px !important;
    height: 35px !important;
  }
  ul.different-list li {
    align-items: center;
    margin-bottom: 15px;
  }
  ul.different-list li div p {
    margin-bottom: 4px;
  }
  ul.personal-results {
    padding: 20px 15px 5px;
  }
  .feedback-resume {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .feedback-resume div {
    margin-bottom: 15px;
  }
  .feedback-resume p {
    margin-bottom: 0px;
    font-weight: 600;
  }
  .feedback-resume img {
    margin-bottom: 0px !important;
  }
  .comparisson div>p {
    font-size: 16px;
  }
  .comparisson div ul li {
    align-items: center;
    margin-bottom: 12px;
  }
  .comparisson div ul li img {
    width: 17px;
    height: 17px;
  }
  .comparisson div ul li p {
    font-size: 14px;
    line-height: 150%;
  }
  .cta-button-click {
    font-size: 15px !important;
    height: 88px !important;
    text-align: center;
    padding: 0px 5px;
  }
  .cta-button-click span {
    display: inline-block;
  }
  a.bigger.bold.blue {
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 21.6px;
    margin-top: 15px;
  }
  .parentesis {
    display: initial;
  }
  ul.four-ways li .index-number {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  ul.first-month li {
    flex-direction: column;
    align-items: flex-start;
  }
  ul.first-month li .index-number {
    font-size: 16px;
    margin-bottom: -5px;
  }
  .bigger {
    font-size: 16px;
  }
  .cta-fixed-mobile {
    display: flex;
    height: 72px;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    transform: translateY(100%);
    text-align: center;
    z-index: 1000;
  }
  .cta-fixed-mobile a {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .cta-fixed-mobile button {
    background-color: #419D49;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 90%;
    height: 80%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
}

@media (max-width: 581px) {
  .comparisson > div ul li {
    height: 23px;
  }
}

@media (max-width: 555px) {
  .comparisson > div ul li {
    height: 45px;
  }
}

@media (max-width: 549px) {
  .comparisson div > p {
    min-height: 48px;
  }
}

@media (max-width: 415px) {
  .comparisson div ul li p {
    font-size: 13px;
  }
}

@media (max-width: 412px) {
  .cta-button-click {
    font-size: 14px !important;
  }
}

@media (max-width: 392px) {
  .cta-button-click {
    font-size: 13px !important;
  }
}
@media (max-width: 372px) {
  .cta-button-click {
    font-size: 12px !important;
  }
}
@media (max-width: 352px) {
  .cta-button-click {
    font-size: 11px !important;
  }
}
@media (max-width: 333px) {
  .cta-button-click {
    font-size: 10px !important;
  }
}