/* General Section Card Styling */

.sectionCard {
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin-top: 64px;
  border-radius: 12px;
  flex-wrap: wrap;
}

.sectionCard.box {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.sectionCard .rightPanel,
.sectionCard .leftPanel {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

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

.sectionCard .rightPanel.textPanel,
.sectionCard .leftPanel.textPanel,
#browserSubheader {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
}

.sectionCard .rightPanel.textPanel,
.sectionCard .leftPanel.textPanel {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 35px 48px;
  width: calc(50% - 96px);
}

.descriptionText {
  max-width: 480px;
}

.featureDivider {
  max-width: 480px;
  width: 100%;
  height: 4px;
  background: #F4F4F4;
  border-radius: 4px;
  margin-bottom: 24px;
}

.leftBackground,
.rightBackground {
  background-size: 60%;
  background-repeat: no-repeat;
}

.leftBackground {
  background-image: url("/images/platforms/left_rectangle.svg");
  background-position: bottom left;
}

.rightBackground {
  background-image: url("/images/platforms/right_rectangle.svg");
  background-position: bottom right;
}

.sectionCard.leftBackground {
  flex-wrap: wrap-reverse;
}

/* Main Card Styling */

#mainCard {
  background-color: #F4F4F4;
  padding: 0 24px;
  width: calc(100% - 48px);
}

#mainCard.sectionCard {
  margin-top: 0;
  border-radius: 0;
}

#mainCard.sectionCard .leftPanel,
#mainCard.sectionCard .rightPanel {
  min-width: 272px;
}

#mainCard .rightPanel {
  margin: 48px 0 0 0;
  width: 50%;
}

#mainCard .leftPanel {
  align-items: center;
}

#mainCard .leftPanel img {
  margin: 48px;
  max-width: 523px;
  min-width: 272px;
  width: calc(100% - 96px)
}

#landingTitle {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  margin: 0;
}

#browserSubheader {
  margin: 32px 0;
  max-width: 540px;
  min-width: 272px;
  width: 100%;
}

#getAdBlockBlock {
  display: flex;
  flex-direction: column;
  max-width: 540px;
  width: 100%;
  margin-right: 40px;
  min-width: 272px;
  align-items: center;
  flex-wrap: wrap;
}

#getAdBlockBlock .BrowserButtonLarge {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  background: #e40d0d;
  color: white;
  border-radius: 6px;
  padding: 11px 0;
  width: 100%;
  text-align: center;
  max-width: none;
}

#totalReviews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 64px;
  justify-content: center;
}

#totalReviewsStars {
  width: 104px;
  margin-right: 24px;
}

#reviewsText {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

/* Reviews Styling */

.reviewPanel.slick-slider.slick-dotted {
  background-color: white;
  margin-bottom: 40px;
}

#reviewDivider,
#featureDivider,
#whatIsAdBlockDivider {
  height: 4px;
  max-width: 1170px;
  width: 90%;
  margin: auto;
  background-color: #f4f4f4;
  border-radius: 4px;
}

/* Feature Block Styling */

#featureDivider {
  margin: 64px auto;
}

#whatIsAdBlockDivider {
  margin: 64px auto 0 auto;
}

#featureBlock {
  align-items: center;
  max-width: 1170px;
  margin: auto;
  width: calc(100% - 48px);
  padding: 0 24px;
}

#descriptionTitle {
  font-size: 48px;
  line-height: 140%;
  margin-top: 64px;
  color: #333333;
}

.sectionCard:not(.box) .sectionTitle {
  font-size: 48px;
  line-height: 140%;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

.sectionCard.box .sectionTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
}

#howToInstallSection {
  margin: 0;
  align-items: center;
}

#howToInstallSection .leftPanel {
  margin-top: 0;
  justify-content: flex-start;
}

#generalCard .leftPanel,
#howToInstallSection .rightPanel {
  max-width: 540px;
  margin: 0 40px 0 0;
  width: calc(50% - 40px);
}

#browserIconImage {
  margin-top: 19px;
  justify-content: flex-start;
}

#browserIconImage img,
#howToInstallSection img {
  max-width: 540px;
  min-width: 272px;
  width: 100%
}

#blockAdsProtect {
  max-width: 491px;
  margin: 32px 0 32px 48px;
  min-width: 190px;
  width: calc(100% - 48px);
}

#blockYouTubeAds {
  max-width: 413px;
  margin: 32px 48px 32px 0;
  min-width: 160px;
  width: calc(100% - 48px);
}

#whitelistYouTube {
  max-width: 290px;
  margin: 31px 0 31px 120px;
  min-width: 112px;
  width: calc(100% - 120px);
}

#blockAdsTwitch {
  max-width: 537px;
  margin: 32px 48px 32px -41px;
  min-width: 207px;
  width: calc(100% - 7px);
}

/* Wrap-point Styling Adjustments */

@media screen and (max-width: 720px) {
  #mainCard.sectionCard .leftPanel,
  #mainCard.sectionCard .rightPanel,
  .sectionCard .rightPanel,
  .sectionCard .leftPanel,
  #generalCard .leftPanel,
  #howToInstallSection .rightPanel {
    width: 100%;
  }

  .sectionCard .rightPanel.textPanel,
  .sectionCard .leftPanel.textPanel {
    width: calc(100% - 96px);
  }

  #generalCard .leftPanel,
  #howToInstallSection .rightPanel {
    margin: 0;
  }

  #browserSubheader,
  #getAdBlockBlock,
  #generalCard .leftPanel,
  #browserIconImage img,
  #howToInstallSection .rightPanel,
  #howToInstallSection img {
    max-width: 640px;
  }

  .descriptionText,
  .featureDivider {
    max-width: 544px;
  }

  #mainCard .leftPanel img {
    max-width: 452px;
    margin-bottom: 16px;
  }

  .leftBackground,
  .rightBackground {
    background-size: 90%;
  }

  #blockAdsProtect,
  #whitelistYouTube {
    margin: 0 0 26px 40px;
    width: calc(80% - 40px);
  }

  #blockYouTubeAds,
  #blockAdsTwitch {
    margin: 0 40px 26px 0;
    width: calc(80% - 40px);
  }

  .sectionCard .leftPanel {
    align-items: flex-start;
  }

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

/* FAQ Styling */

.frequentlyAskedQuestions {
  margin: auto;
  max-width: 1170px;
  width: calc(100% - 48px);
  margin-bottom: 80px; 
  padding: 24px;
}

.frequentlyAskedQuestions h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 140%;
  color: #333333;
}

#longTitleFAQs {
  display: block;
}

#shortTitleFAQs {
  display: none;
}

.material-icons.faq-arrow {
  color: #666666;
  cursor: pointer;
  transform: rotate(90deg);
  animation: arrowRotateOut 0.8s;
}

.frequentlyAskedQuestions .faqElement {
  margin-left: 24px;
  user-select: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  padding: 16px;
}

.faqElement .question button {
  border: none;
  background: none;
}

@keyframes arrowRotateOut {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.material-icons.faq-arrow.visible {
  color: #666666;
  cursor: pointer;
  transform: rotate(-90deg);
  display: inline-block;
  opacity: 1;
  animation: arrowRotateIn 0.8s;
}

@keyframes arrowRotateIn {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

.frequentlyAskedQuestions .question,
.frequentlyAskedQuestions .answer {
  user-select: none;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.frequentlyAskedQuestions .question {
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  margin: 24px 0 16px 0;
}

.frequentlyAskedQuestions .answer {
  visibility: hidden;
  display: none;
  opacity: 0;
  width: 100%;
  font-size: 18px;
  color: #666666;
  margin-bottom: 8px;
}

.frequentlyAskedQuestions .answer.visible {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  animation: answerFade 1s;
}

#finalCTA .BrowserButtonLarge {
  font-weight: bold;
  line-height: 29px;
  padding: 11px 0;
  width: 476px;
}

/* Mobile width Adjustments */

@media screen and (max-width: 320px) {
  #longTitleFAQs {
    display: none;
  }

  #shortTitleFAQs {
    display: block;
  }

  #totalReviewsStars {
    margin-bottom: 8px;
  }
}