@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
@media screen and (max-width: 600px) {
  :root {
    --y-padding: 24px;
  }
}
@media screen and (min-width: 601px) {
  :root {
    --y-padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --y-padding: 60px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --y-padding: 15vw;
  }
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #033443;
}

a {
  text-decoration: none;
}

input:focus {
  outline: none;
}

input[type=checkbox] {
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid white;
  height: 18px;
  width: 18px;
}

input[type=checkbox]:checked {
  border-color: transparent;
  background: url("assets/checked.svg") no-repeat center;
  background-size: 16px 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  padding: 0 var(--y-padding);
  background: url("assets/bg.png") #E17445;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header img.logo {
  width: 18px;
}
header span.logo-text {
  font-weight: 700;
  color: #033443;
}
header .top-bar {
  width: 100%;
  display: flex;
  gap: 12px 8px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
header .top-bar div {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
header .top-bar div:first-of-type {
  font-size: 21px;
  gap: 8px;
}
header .top-bar div:last-of-type {
  color: black;
  font-size: 13px;
  gap: 8px;
}
@media (max-width: 1250px) {
  header .text-section p {
    max-width: 420px;
  }
}
@media (min-width: 1180px) {
  header .text-section p.first {
    max-width: 550px;
  }
}
@media (min-width: 1251px) {
  header .text-section p {
    max-width: 450px;
  }
}
@media (min-width: 1420px) {
  header .text-section p {
    max-width: 550px;
  }
}
header .text-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}
header .text-section h1 {
  margin: 0;
  background-color: #033443;
  color: white;
  padding: 12px 16px;
  max-width: max-content;
}
header .text-section p {
  color: black;
  text-align: left;
}
header .help {
  max-width: 550px;
}
header .help .btn {
  color: white;
  padding: 12px 16px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 5px;
  font-weight: bold;
  background-color: #D14430;
}
header .help .btn span:last-of-type {
  display: inline-flex;
  align-items: center;
}
header .help .btn span:last-of-type > img:last-of-type {
  margin-left: 12px;
  transform: rotate(-90deg);
}
header h2 {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #033443;
  margin-bottom: 16px;
}

main .subscribe-help {
  padding: 10px var(--y-padding);
  /*padding-top: 0px;*/
  background: linear-gradient(#033443, #20485e);
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
main .subscribe-help .subscribe-button {
  background-color: #D14430;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
main .subscribe-help h2 {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #D14430;
}
main .subscribe-help p {
  font-weight: 300;
  text-align: left;
}
main .subscribe-help .subscribe {
  /*max-width: 435px;*/
}
main .subscribe-help .subscribe .email-box {
  cursor: pointer;
  /*margin-top: 35px;*/
  display: flex;
}
main .subscribe-help .subscribe .email-box input {
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
  height: 50px;
  padding: 0 12px;
  color: white;
  border: 2px solid #D14430;
  background: transparent;
  flex: 1;
}
main .subscribe-help .subscribe .email-box button {
  margin-left: -5px;
  border: none;
  outline: none;
  cursor: pointer;
}
main .subscribe-help .help {
  max-width: 550px;
}
main .subscribe-help .help .btn {
  color: white;
  padding: 12px 16px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-weight: bold;
  background-color: #D14430;
}
main .subscribe-help .help .btn span:last-of-type {
  display: inline-flex;
  align-items: center;
}
main .subscribe-help .help .btn span:last-of-type > img:last-of-type {
  margin-left: 12px;
  transform: rotate(-90deg);
}
main .filters-container {
  padding: 20px var(--y-padding) 80px;
  background: linear-gradient(#033443, #20485e);
  color: white;
}
main .filters-container [role=status] {
  font-size: 28px;
  border-bottom: 2px solid #D14430;
  display: inline-block;
}
main .filters-container .filters {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
  column-gap: 12px;
}
main .filters-container .filters .filter {
  position: relative;
  flex-grow: 1;
  display: flex;
}
main .filters-container .filters .filter.focus {
  background-color: rgba(209, 68, 48, 0.25);
}
main .filters-container .filters .filter [role=menu] {
  display: none;
}
main .filters-container .filters .filter [role=menuitem]:focus {
  outline: none;
  background-color: rgba(209, 68, 48, 0.45);
}
main .filters-container .filters .filter button[aria-expanded=true] > div:last-of-type img {
  transform: rotate(180deg);
}
main .filters-container .filters .filter .trigger {
  cursor: pointer;
  display: flex;
  background: transparent;
  color: white;
  text-align: left;
  border: none;
  outline: none;
  padding: 0;
  flex-grow: 1;
}
main .filters-container .filters .filter .trigger > div:first-of-type {
  box-sizing: border-box;
  height: 64px;
  border: 2px solid #D14430;
  padding: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
main .filters-container .filters .filter .box strong {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
}
main .filters-container .filters .filter .box small {
  font-size: 14px;
}
main .filters-container .filters .filter ul {
  z-index: 2;
  position: absolute;
  top: 64px;
  left: 0;
  width: calc(100% - 64px);
  color: white;
}
main .filters-container .filters .filter ul li {
  background-color: #033443;
  border-bottom: 2px solid #D14430;
  display: flex;
  align-items: center;
}
main .filters-container .filters .filter ul li label {
  cursor: pointer;
  flex: 1;
  height: 46px;
  padding: 8px 12px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
main .filters-container .filters .filter ul li > div {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .filters-container .filters .filter ul li input {
  cursor: pointer;
}
main .filters-container .filters .filter ul.levels li:nth-of-type(1) div {
  background-color: #D14430;
}
main .filters-container .filters .filter ul.levels li:nth-of-type(1) label {
  font-weight: bold;
  color: #D14430;
}
main .filters-container .filters .filter ul.levels li:nth-of-type(2) div {
  background-color: #ea983e;
}
main .filters-container .filters .filter ul.levels li:nth-of-type(2) label {
  font-weight: bold;
  color: #ea983e;
}
main .filters-container .filters .filter ul.versions div {
  background-color: rgba(209, 68, 48, 0.25);
}
main .filters-container .filters .filter ul.versions label {
  font-weight: bold;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(1) div {
  background-color: #27a946;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(1) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(2) div {
  background-color: #7db209;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(2) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(3) div {
  background-color: #00a36a;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(3) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(4) div {
  background-color: #1d8cc6;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(4) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(5) div {
  background-color: #8db9dd;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(5) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(6) div {
  background-color: #b3d1eb;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(6) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(7) div {
  background-color: #8963bf;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(7) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(8) div {
  background-color: #b6a2d8;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(8) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(9) div {
  background-color: #cfc2e7;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(9) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(10) div {
  background-color: #db4357;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(10) label {
  font-weight: 300;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(11) div {
  background-color: #e06f78;
}
main .filters-container .filters .filter ul.categories li:nth-of-type(11) label {
  font-weight: 300;
}
main div.table {
  padding: 0 calc(var(--y-padding) - 2px) 60px;
  padding-bottom: 0px;
  position: relative;
  top: -46px;
  background-position: 0 46px;
  overflow-x: auto;
}
main div.table::-webkit-scrollbar {
  height: 6px;
}
main div.table::-webkit-scrollbar-thumb {
  background: #D14430;
}
main div.table table {
  width: 100%;
  border-spacing: 0px;
}
main div.table table caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
main div.table table thead {
  color: white;
}
main div.table table thead th {
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 10px;
  border-bottom: 2px solid #D14430;
}
main div.table table thead th:first-of-type {
  padding-left: 0;
  text-align: left;
}
main div.table table thead th:last-of-type {
  padding-right: 0;
}
main div.table table thead th:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
}
main div.table table thead th:nth-of-type(2) {
  text-align: left;
}
main div.table table thead th:first-of-type, main div.table table thead th:nth-of-type(2) {
  width: 120px;
  white-space: nowrap;
}
main div.table table thead th:nth-of-type(3), main div.table table thead th:nth-of-type(4) {
  text-align: left;
}
main div.table table thead th:nth-of-type(3) {
  width: 850px;
}
main div.table table tr:not(:last-of-type) td {
  border-bottom: 2px solid #012733;
}
main div.table table td {
  padding: 12px 10px 24px;
  vertical-align: top;
}
main div.table table td:first-of-type {
  padding-left: 0;
}
main div.table table td:last-of-type {
  padding-right: 0;
}
main div.table table td .a,
main div.table table td .aa, main div.table table td.v2_0 > div, main div.table table td.v2_1 > div, main div.table table td.v2_2 > div {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  width: 95px;
}
main div.table table td .a {
  background-color: rgba(209, 68, 48, 0.25);
  color: #D14430;
}
main div.table table td .aa {
  background-color: rgba(188, 88, 23, 0.25);
  color: #ea983e;
}
main div.table table td p {
  font-weight: 300;
  margin: 0;
}
main div.table table td.v2_0 > div:nth-child(2) {
  background-color: #D14430;
}
main div.table table td.v2_0 + td {
  color: white;
}
main div.table table td.v2_0 + td .link > a > div {
  border-bottom: 1px solid white;
}
main div.table table td.v2_0 + td .link svg {
  fill: white;
}
main div.table table td.v2_1 > div:nth-child(2) {
  background-color: #BC5817;
}
main div.table table td.v2_1 + td {
  color: white;
}
main div.table table td.v2_1 + td .link > a > div {
  border-bottom: 1px solid white;
}
main div.table table td.v2_1 + td .link svg {
  fill: white;
}
main div.table table td.v2_2 > div:nth-child(2) {
  background-color: #9035FF;
}
main div.table table td.v2_2 + td {
  color: white;
}
main div.table table td.v2_2 + td .link > a > div {
  border-bottom: 1px solid white;
}
main div.table table td.v2_2 + td .link svg {
  fill: white;
}
main div.table table td:nth-of-type(3) {
  color: white;
}
main div.table table td:nth-of-type(3) a {
  color: white;
  text-decoration: underline;
  font-weight: 400;
  line-break: anywhere;
}
main div.table table td:last-of-type > div {
  width: fit-content;
  border-radius: 25px;
  text-align: center;
  padding: 8px 15px;
  white-space: nowrap;
  margin-bottom: 8px;
}
main div.table table td:last-of-type > div:last-of-type {
  margin-bottom: 0;
}
main div.table table td:last-of-type > div.audio_and_video {
  background-color: #27a946;
}
main div.table table td:last-of-type > div.colour {
  background-color: #7db209;
}
main div.table table td:last-of-type > div.content {
  background-color: #00a36a;
}
main div.table table td:last-of-type > div.custom_controls {
  background-color: #1d8cc6;
}
main div.table table td:last-of-type > div.dynamic_content {
  background-color: #8db9dd;
}
main div.table table td:last-of-type > div.font_size {
  background-color: #b3d1eb;
}
main div.table table td:last-of-type > div.forms_and_ui {
  background-color: #8963bf;
}
main div.table table td:last-of-type > div.keyboard {
  background-color: #b6a2d8;
}
main div.table table td:last-of-type > div.link {
  background-color: #cfc2e7;
}
main div.table table td:last-of-type > div.quick_win {
  background-color: #db4357;
}
main div.table table td:last-of-type > div.structure {
  background-color: #e06f78;
}

.arrow-link, footer a, div.contact a {
  color: black;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  position: relative;
}
.arrow-link::after, footer a::after, div.contact a::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  --svg: url("assets/link-arrow.svg");
  -webkit-mask: var(--svg);
  mask: var(--svg);
  background-color: black;
  margin-left: 4px;
}

div.contact {
  padding: 20px var(--y-padding);
  background-color: #D14430;
}
footer {
  padding: 0 var(--y-padding);
  background: url("assets/bg.png") #DC563E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
}
footer div.links {
  padding: 30px 0;
}
footer div.links ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer .copyright {
  padding: 20px 0;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(3, 52, 67, 0.25);
}
footer .copyright p {
  margin: 8px 0;
}

.success-criterion a, main div.table table td.v2_0 + td .link a, main div.table table td.v2_1 + td .link a, main div.table table td.v2_2 + td .link a {
  display: flex;
  color: inherit;
}
.success-criterion a > div, main div.table table td.v2_0 + td .link a > div, main div.table table td.v2_1 + td .link a > div, main div.table table td.v2_2 + td .link a > div {
  flex: 1;
  padding: 8px 8px 8px 0;
  margin-right: 20px;
}
.success-criterion a > svg, main div.table table td.v2_0 + td .link a > svg, main div.table table td.v2_1 + td .link a > svg, main div.table table td.v2_2 + td .link a > svg {
  align-self: flex-start;
}

.arrow {
  background-color: #D14430;
  height: 64px;
  width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.arrow > img {
  transition: transform 0.5s;
}
.arrow.right {
  transform: rotate(-90deg);
}
.arrow.small {
  height: 50px;
  width: 50px;
}

div.collapse-expand .arrow-collapse {
  float: right;
  background-color: #033443;
  border: none;
  height: 64px;
  width: 64px;
}
div.collapse-expand .arrow-collapse > img {
  transition: transform 0.5s;
}
div.collapse-expand .arrow-collapse.right {
  transform: rotate(-90deg);
}
div.collapse-expand .arrow-collapse.small {
  height: 50px;
  width: 50px;
}
div.collapse-expand button[aria-expanded=true] img {
  transform: rotate(180deg);
}

.hide {
  display: none !important;
}

.padding-top-null {
  padding-top: 0px !important;
}

.padding-top-null h2 {
  margin-top: 0px !important;
}

/*# sourceMappingURL=style.css.map */
