/* BEGIN webfonts */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/outfit-v11-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit-v11-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/outfit-v11-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/outfit-v11-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit-v11-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "pp-editorial-new";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ppeditorialnew-light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "pp-editorial-new";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ppeditorialnew-lightitalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "pp-editorial-new";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ppeditorialnew-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "pp-editorial-new";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ppeditorialnew-italic.woff2") format("woff2");
}

/* END webfonts */
/* BEGIN general */
:root {
  --font-family-primary: "Outfit";
  --font-family-secondary: "pp-editorial-new";
  --color-body: #0C0C0C;
  --color-primary: #FF553C;
  --color-secondary: #568391;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #EDEDED;
  font-family: var(--font-family-primary);
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--font-family-secondary);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h2,
.h2 {
  font-size: 55px;
  color: #1D333A;
}

h3,
.h3 {
  font-size: 35px;
  line-height: 1.25;
  font-weight: 400;
  color: #0C0C0C;
  letter-spacing: -0.01em;
}

strong,
b {
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a {
  transition: color var(--duration-default);
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

.container {
  --bs-gutter-x: 40px;
}

.row {
  --bs-gutter-x: 40px;
}

.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 45px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }
}

/* END general */
/* BEGIN button */
.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

/* END button */
/* BEGIN form */
button,
input,
textarea,
select {
  outline: none;
}

/* END form */
/* BEGIN helpers */
.menu,
.menu ul,
.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.image-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block h3 {
  margin-bottom: 0;
  font-family: var(--font-family-secondary);
  font-size: 45px;
  color: #568391;
}

.block h3>span {
  color: var(--color-primary);
}

.block__image {
  position: relative;
}

@media (max-width: 767.98px) {
  .block h3 {
    font-size: 35px;
  }
}

.block-1 .block__image {
  height: 100%;
  min-height: 300px;
}

.block-1 .block__title {
  position: relative;
  background-color: #051317;
  padding: 30px 50px;
  padding-right: 80px;
}

.block-1 .block__title:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 20px;
  background-image: url(../svg/logo-symbol-small-2b444c.svg);
  background-repeat: no-repeat;
  background-position: 0;
}

.block-1 .block__text {
  padding: 25px 50px;
}

@media (max-width: 991.98px) {
  .block-1 .block__title {
    padding: 40px 30px;
  }

  .block-1 .block__text {
    padding: 40px 30px 0;
  }
}

.block-2 {
  background-color: #051317;
}

.block-2 .block__image {
  height: 450px;
}

.block-2 .block__title {
  position: relative;
  padding: 40px 35px;
}

.block-2 .block__title:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 20px;
  background-image: url(../svg/logo-symbol-small-2b444c.svg);
  background-repeat: no-repeat;
  background-position: 0;
}

@media (max-width: 991.98px) {
  .block-2 .block__title {
    padding: 40px 30px;
  }
}

@media (max-width: 575.98px) {
  .block-2 .block__image {
    height: 300px;
  }
}

.block-3 {
  background-color: #051317;
  margin-bottom: 50px;
}

.block-3 .block__image {
  height: 100%;
  min-height: 300px;
}

.block-3 .block__title {
  padding: 50px 60px;
}

.block-3 .block__title .row {
  --bs-gutter-x: 60px;
}

@media (max-width: 991.98px) {
  .block-3 .block__title {
    padding: 40px 30px;
    text-align: center;
  }

  .block-3 .block__title h3 {
    padding-top: 40px;
  }
}

/* END helpers */
/* BEGIN header */
#header {
  background-color: #000;
  color: #fff;
}

#header .container {
  min-height: 80px;
}

#header .nav li a {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  color: #fff;
}

#header .nav ul {
  position: absolute;
  top: 100%;
  left: 15px;
  min-width: 220px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 hsla(195deg, 3%, 55%, 0.31);
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-default);
}

#header .nav ul li a {
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
  color: #1D333A;
  transition: background-color var(--duration-default);
}

#header .nav ul li a>span {
  display: inline-block;
  background-color: #FF553C;
  padding: 4px 4px;
  border-radius: 6px;
  margin-left: 6px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}

#header .nav ul li a:hover {
  background-color: #EDEDED;
}

#header .nav>li {
  position: relative;
  padding: 10px 15px;
}

#header .nav>li>a {
  position: relative;
  padding: 0 30px 0 15px;
  border-radius: 8px;
  line-height: 40px;
}

#header .nav>li>a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background-image: url(../svg/angle-down-12x8-ffffff.svg);
  background-repeat: no-repeat;
  background-position: 0;
}

#header .nav>li:hover>a {
  background-color: rgba(255, 255, 255, 0.2);
}

#header .nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

#header .dropdown .dropdown-toggle {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--color-primary);
  padding: 0;
  border: 0;
}

#header .dropdown .dropdown-toggle:after {
  display: none;
}

#header .dropdown .dropdown-toggle>span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 1px;
  background-color: #fff;
  margin-left: -11px;
  transition: all var(--duration-default);
}

#header .dropdown .dropdown-toggle.show>span:nth-child(1),
#header .dropdown .dropdown-toggle.show>span:nth-child(3) {
  top: 50%;
  margin-top: -0.5px;
}

#header .dropdown .dropdown-toggle.show>span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .dropdown .dropdown-toggle.show>span:nth-child(2) {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
  opacity: 0;
}

#header .dropdown .dropdown-toggle.show>span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .dropdown .dropdown-toggle:not(.show)>span:nth-child(1) {
  top: 12px;
}

#header .dropdown .dropdown-toggle:not(.show)>span:nth-child(2) {
  top: 50%;
  margin-top: -0.5px;
}

#header .dropdown .dropdown-toggle:not(.show)>span:nth-child(3) {
  bottom: 12px;
}

#header .dropdown .dropdown-menu {
  width: 255px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 hsla(195deg, 3%, 55%, 0.31);
}

#header .dropdown .dropdown-menu ul {
  margin: 0;
  padding: 6px;
  list-style: none;
}

#header .dropdown .dropdown-menu ul li a {
  display: block;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 16px;
  color: #1D333A;
  transition: background-color var(--duration-default);
}

#header .dropdown .dropdown-menu ul li a:hover {
  background-color: #EDEDED;
}

#header .dropdown .dropdown-menu ul:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  #header .container {
    min-height: 110px;
  }
}
/* END header */

/* BEGIN footer */
#footer {
  padding: 80px 0 40px;
  font-size: 16px;
  color: #fff;
}

#footer .footer-wrapper {
  position: relative;
  background-color: #000;
  border-radius: 10px;
  padding: 40px 40px;
}

#footer .back-top {
  position: absolute;
  top: -44px;
  left: 0;
  padding-right: 24px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(29 51 58 / 20%);
  line-height: 1;
  text-transform: uppercase
}

#footer .back-top:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 16px;
  height: 22px;
  background-image: url(../svg/icon-backtop.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain
}

#footer .back-top:hover {
  color: rgb(29 51 58 / 60%);
}

#footer .menu li a {
  display: block;
  padding: 2px 0;
  color: inherit;
}

@media (max-width: 991.98px) {
  #footer .footer-wrapper {
    padding: 20px;
  }

  #footer .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* END footer */

/* BEGIN content */
.text p strong {
  font-weight: 600;
  color: var(--color-primary);
}

.text p a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

/* END content */
/* BEGIN welcome */
#welcome {
  padding: 240px 0 120px;
  background-image: url(../images/img-welcome.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#welcome .container {
  max-width: 1100px;
}

#welcome .welcome-text {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

#welcome .welcome-text h1 {
  margin-bottom: 60px;
  font-size: 70px;
  font-weight: 300;
  color: var(--color-primary);
  text-align: center;
}

#welcome .welcome-text .text {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  #welcome .welcome-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  #welcome {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  #welcome .welcome-text h1 {
    font-size: 50px;
  }
}

/* END welcome */
/* BEGIN table-of-content */
#table-of-content {
  padding-top: 180px;
}

#table-of-content .menu>li>a {
  display: block;
  padding-top: 40px;
  padding-bottom: 6px;
  border-bottom: 1px solid #CECECE;
  font-size: 28px;
  font-weight: 500;
  color: #1D333A;
  transition: padding var(--duration-default);
}

#table-of-content .menu>li>a:hover {
  padding-left: 16px;
}

#table-of-content .menu>li:first-child>a {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  #table-of-content h2 {
    margin-bottom: 40px;
  }

  #table-of-content .menu>li>a {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  #table-of-content {
    padding-top: 120px;
  }
}

/* END table-of-content */
/* BEGIN key-findings */
#key-findings {
  padding-top: 180px;
}

#key-findings h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 40px;
}

#key-findings .row {
  row-gap: 60px;
}

#key-findings .item {
  position: relative;
  padding-left: 68px;
  font-size: 22px;
}

#key-findings .item strong {
  color: var(--color-primary);
}

#key-findings .item__number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-family-secondary);
  font-size: 45px;
  font-weight: 300;
  color: #070707;
  transition: -webkit-transform var(--duration-default);
  transition: transform var(--duration-default);
  transition: transform var(--duration-default), -webkit-transform var(--duration-default);
}

#key-findings .item:hover .item__number {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1399.98px) {
  #key-findings .item br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #key-findings {
    padding-top: 120px;
  }

  #key-findings .row {
    row-gap: 40px;
  }

  #key-findings .item {
    padding-left: 58px;
    font-size: 20px;
  }

  #key-findings .item__number {
    font-size: 40px;
  }
}

/* END key-findings */
/* BEGIN current-state */
#current-state {
  padding-top: 180px;
  padding-bottom: 90px;
}

#current-state h2 {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  #current-state {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

/* END current-state */
/* BEGIN who */
#who {
  padding-top: 180px;
  padding-bottom: 90px;
}

#who h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 50px;
}

#who .section:not(:last-child) {
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CECECE;
}

#who .section-1 .text-1 h3 {
  max-width: 600px;
  margin-bottom: 25px;
}

#who .section-1 .text-1 table {
  width: 100%;
  margin-top: 30px;
  font-size: 22px;
}

#who .section-1 .text-1 table tr th,
#who .section-1 .text-1 table tr td {
  padding: 15px 0;
}

#who .section-1 .text-1 table tr th:last-child,
#who .section-1 .text-1 table tr td:last-child {
  text-align: right;
}

#who .section-1 .text-1 table thead tr th {
  font-weight: 500;
}

#who .section-1 .text-1 table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #CECECE;
}

@media (min-width: 1200px) {
  #who .section-1 .text-1 {
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
  #who .section-1 .text-1 table {
    font-size: 20px;
  }
}

#who .section-2>h3 {
  max-width: 800px;
  margin-bottom: 40px;
}

#who .section-2 .text-1 {
  margin-bottom: 50px;
}

#who .section-2 .image-1 {
  margin-bottom: 100px;
}

#who .section-2 .image-2 {
  position: relative;
  text-align: center;
}

#who .section-2 .image-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80%;
  background-color: #CECECE;
  margin-left: -0.5px;
}

#who .section-2 .image-2 h4 {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

#who .section-2 .image-3 p {
  margin-bottom: 20px;
  font-size: 17px;
}

@media (min-width: 992px) {
  #who .section-2 .text-2 {
    max-width: 468px;
  }

  #who .section-2 .text-3 {
    padding-top: 65px;
  }

  #who .section-2 .image-1 {
    position: relative;
    padding-left: 10%;
  }

  #who .section-2 .image-1 h3 {
    position: absolute;
    top: -10px;
    left: 0;
  }

  #who .section-2 .image-2 {
    margin-left: 20px;
  }

  #who .section-2 .image-2 h4 {
    font-size: 25px;
  }

  #who .section-2 .image-2 .row {
    --bs-gutter-x: 80px;
  }
}

@media (min-width: 1200px) {
  #who .section-2 .image-2 {
    margin-left: 40px;
  }

  #who .section-2 .image-2 .row {
    --bs-gutter-x: 100px;
  }
}

@media (min-width: 1400px) {
  #who .section-2 .image-2 .row {
    --bs-gutter-x: 120px;
  }
}

@media (max-width: 991.98px) {
  #who .section-2 .text-2 {
    margin-bottom: 50px;
  }

  #who .section-2 .text-3 {
    padding-top: 50px;
  }
}

#who .section-3>h3 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #who .section-3 .image-2 {
    position: relative;
    padding-left: 15%;
  }

  #who .section-3 .image-2 h3 {
    position: absolute;
    top: -10px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  #who .section-3>h3 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  #who .section-3 .text-1 {
    margin-bottom: 50px;
  }
}

#who .section-4 .text-2 {
  padding-top: 40px;
}

#who .section-4 .text-2 table {
  width: 100%;
}

#who .section-4 .text-2 table tr th:last-child,
#who .section-4 .text-2 table tr td:last-child {
  text-align: right;
}

#who .section-4 .text-2 table thead tr th {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

#who .section-4 .text-2 table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
}

#who .section-4 .text-2 table tbody tr td:first-child {
  font-family: var(--font-family-secondary);
  font-weight: 500;
}

#who .section-4 .text-2 table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #CECECE;
}

@media (min-width: 1200px) {
  #who .section-4 h3 {
    max-width: 440px;
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  #who .section-4 .text-1 {
    padding-top: 20px;
  }
}

@media (max-width: 575.98px) {
  #who .section-4 .text-2 table thead tr th {
    font-size: 20px;
  }

  #who .section-4 .text-2 table tbody tr td {
    font-size: 20px;
  }
}

#who .section-5 .box {
  position: relative;
  background-color: #fff;
  padding: 20px 25px 110px;
  border-radius: 15px;
  margin-bottom: 120px;
}

#who .section-5 .box:before {
  content: "";
  position: absolute;
  top: 28px;
  right: 25px;
  width: 54px;
  height: 54px;
  background-image: url(../svg/icon-video-ff553c.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#who .section-5 .box h4 {
  margin-bottom: 0;
  padding-right: 80px;
  font-size: 28px;
  font-weight: 400;
}

#who .section-5 .box h4 span {
  color: var(--color-primary);
}

#who .section-5 .box__image {
  position: absolute;
  right: 25px;
  bottom: -80px;
  left: 25px;
  height: 160px;
  border-radius: 15px;
  overflow: hidden;
}

#who .section-5 .box-2:before {
  background-image: url(../svg/icon-view-ff553c.svg);
}

@media (min-width: 1200px) {
  #who .section-5 h3 {
    max-width: 520px;
  }

  #who .section-5 .box h4 {
    padding-right: 100px;
  }
}

@media (max-width: 991.98px) {
  #who .section-5 .text-1 {
    padding-top: 20px;
  }
}

@media (max-width: 575.98px) {
  #who .section-5 .box:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  #who .section-5 .box h4 {
    padding-right: 60px;
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  #who {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

#top-10 {
  position: relative;
  background-color: #000;
  border-radius: 20px;
  padding: 15px 15px 75px;
  margin-bottom: 40px;
}

#top-10:before,
#top-10:after {
  content: "";
  position: absolute;
  bottom: 21px;
  width: 237px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#top-10:before {
  left: 60px;
  background-image: url(../images/video-control-1.png);
}

#top-10:after {
  right: 60px;
  background-image: url(../images/video-control-2.png);
}

#top-10 table {
  width: 100%;
  font-size: 22px;
}

#top-10 table tr th,
#top-10 table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}

#top-10 table tr th:last-child,
#top-10 table tr td:last-child {
  text-align: right;
}

#top-10 table tr th {
  font-weight: 500;
}

#top-10 table tr th span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

#top-10 table tr th span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top-10 table tr th span.videos:before {
  background-image: url(../svg/icon-video-ff553c.svg);
}

#top-10 table tr th span.views:before {
  background-image: url(../svg/icon-view-ff553c.svg);
}

#top-10 table tr td:nth-child(2) {
  padding-left: 24px;
}

#top-10 table tr:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

#top-10 .top-10-wrap {
  position: relative;
  background-color: #EDEDED;
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
}

#top-10 .top-10-wrap:before,
#top-10 .top-10-wrap:after {
  content: "";
  position: absolute;
  left: 0;
}

#top-10 .top-10-wrap:before {
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #1E4755;
}

#top-10 .top-10-wrap:after {
  width: 396px;
  height: 10px;
  bottom: -3px;
  background-image: url(../images/video-control-3.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 767.98px) {

  #top-10:before,
  #top-10:after {
    width: 145px;
  }

  #top-10:before {
    left: 20px;
  }

  #top-10:after {
    right: 20px;
  }

  #top-10 table {
    font-size: 20px;
  }

  #top-10 .top-10-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  #top-10 .top-10-wrap:after {
    width: 40%;
  }
}

@media (max-width: 575.98px) {
  #top-10 table {
    font-size: 16px;
  }

  #top-10 table tr th span {
    padding-left: 20px;
  }

  #top-10 table tr th span:before {
    width: 18px;
    height: 8px;
  }
}

/* END who */
/* BEGIN why */
#why {
  padding-top: 180px;
  padding-bottom: 270px;
}

#why h2 {
  max-width: 1000px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 40px;
}

#why .box {
  border-radius: 20px;
  color: #fff;
  padding: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#why .box h3 {
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  color: var(--color-primary);
}

#why .box p a {
  color: inherit;
  text-decoration: underline;
}

#why .box-1 {
  background-image: url(../images/img-the-frequent-online-presence.png);
}

#why .box-2 {
  background-image: url(../images/img-rapid-decline-in-barriers.png);
}

@media (min-width: 992px) {
  #why .box {
    height: 100%;
  }

  #why .image-1 {
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  #why .box-1 {
    margin-bottom: 40px;
  }

  #why .image-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  #why {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}

/* END why */
/* BEGIN methodology */
#methodology {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 575.98px) {
  #methodology {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* END methodology */

/* BEGIN extra */
.container > h2, 
.container > h3,
.section > h3,
.section .image,
#welcome .welcome-text h1,
#welcome .welcome-text .text,
#table-of-content .menu > li,
#key-findings .item,
#who .section-5 .box,
#why .box {
  opacity: 0;
}
/* END extra */