.header {
  background: #fff;
  margin-bottom: 0;
}

.section-content h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
}
.section-content h2 {
  max-width: 580px;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-content h1 {
    font-size: 64px;
  }
  .section-content h2 {
    font-size: 28px;
  }
}

.section {
  position: relative;
  overflow: hidden;
}
.section-content {
  position: relative;
  z-index: 1;
  padding: 20px 15px 0;
}
.section-main {
  background: #61c9d5;
}
.section-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url(/content/img/home/grass-hills@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.section-main .section-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.section-background {
  position: relative;
  height: 370px;
  margin: 0 calc(25vw - 200px);
}
.section-background > div {
  position: absolute;
}
.section-model {
  left: 0;
  bottom: -3%;
}
.section-phone-top-left {
  display: none;
}
.section-watch-top-left {
  right: 10%;
  bottom: 42%;
  transform: rotate(-45deg);
}
.section-console-top-middle {
  display: none;
}
.section-cable-top-right {
  display: none;
}
.section-phone-top-right {
  left: 28%;
  bottom: -5%;
  transform: rotate(45deg);
}
.section-headphone-l-top-right {
  bottom: 70%;
  left: 43%;
  transform: rotate(-22deg);
}
.section-headphone-r-top-right {
  left: 52%;
  bottom: 38%;
  transform: rotate(22deg);
}
.section-laptop-bottom-right {
  display: none;
}
.section-camera-bottom-middle {
  right: 10%;
  bottom: -5%;
  transform: rotate(-45deg);
}
.section-tablet-bottom-left {
  display: none;
}
@media (min-width: 992px) {
  .section-main .section-content {
    height: 584px;
  }
  .section-background {
    position: absolute;
    width: 1100px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
  }
  .section-model {
    left: -4%;
  }
  .section-phone-top-left {
    display: block;
    left: -13%;
    top: 10%;
    transform: rotate(45deg);
  }
  .section-watch-top-left {
    top: -15%;
    right: auto;
    bottom: auto;
    left: 15%;
  }
  .section-console-top-middle {
    display: block;
    left: 36%;
    top: -38%;
    transform: rotate(-45deg);
  }
  .section-cable-top-right {
    display: block;
    right: 10%;
    top: -38%;
    transform: rotate(-135deg);
  }
  .section-phone-top-right {
    top: -1%;
    right: -7.5%;
    bottom: auto;
    left: auto;
  }
  .section-headphone-l-top-right {
    top: 18%;
    right: 4%;
    left: auto;
    bottom: auto;
    transform: none;
  }
  .section-headphone-r-top-right {
    top: 42%;
    right: 4%;
    bottom: auto;
    left: auto;
    transform: rotate(45deg) scaleX(-1);
  }
  .section-laptop-bottom-right {
    display: block;
    right: -14%;
    bottom: 4%;
  }
  .section-camera-bottom-middle {
    right: 25%;
    bottom: -8%;
  }
  .section-tablet-bottom-left {
    display: block;
    left: 24%;
    bottom: -38%;
    transform: rotate(45deg);
  }
}
@media (min-width: 1200px) {
  .section-main::before {
    height: 45%;
  }
  .section-background {
    width: 1700px;
    width: min(91%, 1700px);
  }
}
.section-content .sub-text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.section-content .sub-text img {
  margin-right: 6px;
}

.btn-branded {
  color: #fff;
  background: #ed6783;
  border-color: #ed6783; 
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 20px;
}
.btn-branded:hover, 
.btn-branded:focus, 
.btn-branded:active { 
  color: #fff; 
  background-color: #d64f6c; 
  border-color: #ed6783; 
} 

.trust {
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  list-style-type: none;
  padding: 32px 0;
}
.trust li {
  padding: 16px;
  max-width: 256px;
}
.trust li img {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .trust {
    flex-direction: row;
    padding: 0;
  }
  .trust li {
    padding: 32px;
  }
}

.report-example {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  padding: 64px 20px 0 20px;
}
.report-text {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 8px;
}
.report-text li {
  text-align: left;
}
.report-image {
  width: 88%;
}
@media (min-width: 768px) {
  .report-example {
    display: block;
    overflow: hidden;
    padding: 0 15px;
  }
  .report-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54%;
  }
  .report-text {
    width: 50%;
    margin: 48px 0;
    padding-right: 0;
    padding-left: 32px;
    margin-left: auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .report-shield {
    bottom: 3% !important;
    right: 10px !important;
  }
  .report-shield img {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .report-image {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 52%;
  }
  .report-text {
    margin: 64px 0;
    margin-left: auto;
    padding-left: 96px;
  }
}
@media (min-width: 1200px) {
  .report-image {
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 44.8%;
  }
  .report-text {
    margin: 84px 0;
    margin-left: auto;
    padding-right: 64px;
  }
}
.report-shield {
  position: absolute;
  right: 16px;
  bottom: 18%;
}

.section-logos {
  padding: 0 12px;
}
.section-logos .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 48px 0 20px 0;
}
.section-logos h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}
.section-logos p {
  font-size: 20px;
  font-weight: 600;
  max-width: 520px;
  padding: 0 8px;
}
.section-logos ul {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 900px;
  padding: 0;
}
.section-logos li {
  margin: 20px 20px;
}
@media (min-width: 768px) {
  .section-logos,
  .section-logos p {
    padding: 0;
  }
  .section-logos li {
    margin: 20px 20px;
  }
}

ul.list-tick {
  list-style-type: none;
  position: relative;
  font-weight: 600;
  padding-left: 56px;
}
ul.list-tick li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 20px;
}
ul.list-tick li::before { 
  content: ''; 
  position: absolute;
  top: 2px;
  left: -56px;
  height: 40px; 
  width: 40px; 
  background-size: contain; 
  background-repeat: no-repeat; 
}
ul.list-tick-white li::before {
  background-image: url(/content/img/home/tick-roundel-w.svg);
}
ul.list-tick-blue li::before {
  background-image: url(/content/img/home/tick-roundel-blue.svg);
}
ul.list-tick-white a {
  text-decoration: underline;
}
ul.list-tick-white a:hover,
ul.list-tick-white a:active,
ul.list-tick-white a:focus {
  color: #bee3f0 !important; 
}

.section-device .container {
  padding: 48px 20px;
  text-align: center;
}
.section-device h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 0;
}
.section-device ul {
  margin-bottom: 32px;
}
.section-device li {
  text-align: left;
}
@media (min-width: 768px) {
  .section-device h2 {
    max-width: 260px;
  }
  .section-device ul {
    max-width: 360px;
  }
  .section-device .container {
    padding: 32px;
    text-align: left;
  }
  .section-device::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/content/img/home/mobile-auction@2x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: calc(100vw / 6);
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .section-device::before {
    background-size: contain;
    background-position: right;
  }
}
@media (min-width: 1200px) {
  .section-device .container {
    padding: 84px;
  }
  .section-device::before {
    background-position: right;
  }
}
@media (min-width: 2000px) {
  .section-device::before {
    width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-device::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: calc(50% - 1000px); /* 1000px is half of width (2000px) above */
    background: #b9d4cb;
    box-shadow: 0 0 128px 128px #b9d4cb;
  }
}

.section-report {
  color: #fff;
  background: #2e5da1;
  background: linear-gradient(to bottom, #588aca, #30609d);
}
.section-report h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 0 32px;
  margin: 0;
  margin-bottom: 40px;
}
.section-report a {
  color: #fff;
}
.section-report a:hover,
.section-report a:active,
.section-report a:focus {
  text-decoration: underline;
}
.section-report .sample-report {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.section-report .sample-report:hover,
.section-report .sample-report:active,
.section-report .sample-report:focus {
  color: #bee3f0 !important; 
}
@media (min-width: 768px) {
  .section-report h2 {
    padding: 0;
  }
}

.section-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 18px 0;
}
.section-faq h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 0;
}
.faq-list {
  font-weight: 600;
  width: 100%;
  max-width: 500px;
}
.faq-list > .faq-list-group > a {
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.faq-list > .faq-list-group > a img {
  transition: all 50ms;
}
.faq-list > .faq-list-group > a[aria-expanded="true"] img {
  transform: rotate(45deg);
}
.faq-list > .faq-list-group > a:hover {
  text-decoration: none;
  color: #666;
}
.faq-list p {
  margin: 16px 0 !important;
}

.testimonials {
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  list-style-type: none;
  padding: 16px 0;
}
.testimonials li {
  padding: 32px;
  max-width: 320px;
}
.testimonials img:first-child {
  margin-bottom: 20px;
}
.testimonials p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .testimonials {
    flex-direction: row;
    padding: 0;
  }
  .testimonials li {
    padding: 32px 20px;
  }
}
