.content img {
  margin: 0;
}

.dropdowns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.5rem 0;
  width: 100%;
}

.dropdown {
  scroll-margin-top: 75px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dropdown.-active .dropdown__button {
  color: #ffffff;
  background-color: #e22927;
}

.dropdown.-active .dropdown__wrapper {
  display: block;
}

.dropdown.-active .dropdown__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown.-active .dropdown__title {
  color: #ffffff;
}

.dropdown.-active .dropdown__image,
.dropdown.-active .dropdown__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.dropdown__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  border: none;
  text-align: left;
  transition: background-color 150ms ease;
}

.dropdown__title {
  color: #1b191c;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  transition: color 150ms ease;
  font-weight: 500;
  text-transform: none;
}

.dropdown__icon {
  margin-left: auto;
  transition: -webkit-filter 150ms ease, -webkit-transform 150ms ease;
  transition: filter 150ms ease, transform 150ms ease;
  transition: filter 150ms ease, transform 150ms ease, -webkit-filter 150ms ease, -webkit-transform 150ms ease;
}

.dropdown__image {
  transition: -webkit-filter 150ms ease;
  transition: filter 150ms ease;
  transition: filter 150ms ease, -webkit-filter 150ms ease;
}

.dropdown__wrapper {
  overflow: hidden;
  display: none;
  padding: 1rem 0;
  width: 100%;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
}

.form {
  padding: 0 !important;
  margin: 1rem 0 1.5rem;
  width: 100%;
}

.form__title {
  width: 100%;
  text-align: left;
  color: #e22927;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

.form__container {
  -webkit-transform: none !important;
          transform: none !important;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

.swiper .swiper-pagination {
  bottom: -50px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
}

.swiper .swiper-pagination-bullet {
  margin-inline: 6px;
  width: 12px;
  height: 12px;
  background-color: #f6f6f6;
  border: 1px solid #1b191c;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #e22927;
  border: 0;
}

.swiper .swiper-slide {
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper .swiper-buttons {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper .swiper-button {
  z-index: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  aspect-ratio: 1/1;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(188, 42, 41, 0.5);
  border-radius: 50%;
  background-image: url("/assets/svg/slider-arrow.svg");
  background-color: transparent;
  background-size: 15px auto;
  transition: background-color 0.3s;
}

.swiper .swiper-button:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 50px;
  height: 50px;
  background-size: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.swiper .swiper-button:focus {
  outline: none;
}

.swiper .swiper-button.-prev {
  left: 0.5rem;
}

.swiper .swiper-button.-next {
  right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper .line {
  z-index: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

.swiper .line.-left {
  left: calc(100% + 7px);
}

.swiper .line.-right {
  left: calc(100% + 7px);
}

.gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1.2rem 0;
}

.gallery__container {
  width: 100%;
  max-width: 600px;
  height: 280px;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .swiper .swiper-pagination {
    display: flex;
  }
  .swiper .swiper-buttons {
    display: none;
  }
  .gallery {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1248px) {
  .swiper .swiper-button:hover {
    background-image: url("/assets/svg/slider-arrow-white.svg");
    background-color: #e22927;
  }
}

@media only screen and (min-width: 400px) {
  .swiper .line {
    width: 240px;
  }
}

.page-content {
  background-color: #f6f6f6;
  padding: 1.5rem 0;
}

.content {
  width: 100% !important;
  padding: 0;
}

.container {
  gap: 1.5rem;
  margin: auto;
  max-width: 1200px;
  padding: 0 1.5rem !important;
}

.left,
.right {
  overflow: hidden;
  width: 100%;
}

.left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .swiper .swiper-pagination {
    display: flex;
  }
  .swiper .swiper-buttons {
    display: none;
  }
  .gallery {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1248px) {
  .swiper .swiper-button:hover {
    background-image: url("/assets/svg/slider-arrow-white.svg");
    background-color: #e22927;
  }
}

@media only screen and (min-width: 400px) {
  .swiper .line {
    width: 240px;
  }
}

@media only screen and (min-width: 920px) {
  .page-content {
    padding: 4rem 0;
  }
  .container {
    gap: 4.3rem;
    padding: 0 3rem !important;
  }
  .left {
    max-width: 260px;
  }
}

.matrix {
  margin-top: 2rem;
}

.matrix__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.4rem;
}

.matrix__title img {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .swiper .swiper-pagination {
    display: flex;
  }
  .swiper .swiper-buttons {
    display: none;
  }
  .gallery {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1248px) {
  .swiper .swiper-button:hover {
    background-image: url("/assets/svg/slider-arrow-white.svg");
    background-color: #e22927;
  }
}

@media only screen and (min-width: 400px) {
  .swiper .line {
    width: 240px;
  }
}

@media only screen and (min-width: 920px) {
  .page-content {
    padding: 4rem 0;
  }
  .container {
    gap: 4.3rem;
    padding: 0 3rem !important;
  }
  .left {
    max-width: 260px;
  }
}

.table__row {
  padding: 10px 0;
  border-right: none;
  border-left: none;
}

.table__row:first-child {
  border-top: none;
}

.table__row:last-of-type {
  border-bottom: none;
}

.table__column {
  color: #363338;
}

.sidebar {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 25px 20px;
  margin: 0.8rem 0;
  width: 100%;
  background-color: #ffffff;
}

.sidebar__parent {
  position: relative;
  margin: 11px 0 20px;
  padding-bottom: 11px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
}

.sidebar__parent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 2px;
  background-color: #e22927;
  color: #e22927;
}

.sidebar__item {
  padding: 10px 0;
  width: 100%;
  color: #1b191c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
}

.sidebar__item:last-of-type {
  border-bottom: none;
}

.sidebar__item.-active {
  color: #e22927;
}

.sidebar__item:hover {
  text-decoration: underline;
}

.application {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  width: 100%;
  border: 2px solid #dfdfe0;
}

.application h4 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
}

.application h4:after {
  content: "";
  display: block;
  width: 87px;
  height: 2px;
  margin: 20px 0;
  background-color: #e22927;
}

.application a {
  color: #e22927;
  text-decoration: none;
}

.application a:hover {
  text-decoration: underline;
}

.application ul,
.application ol {
  padding: 0;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

.application ul li,
.application ol li {
  position: relative;
  margin: 2px 0;
  padding-left: 20px;
  color: #e22927;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  list-style-type: none;
}

.application ul li:before,
.application ol li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 6px;
  height: 2px;
  background-color: #e22927;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .swiper .swiper-pagination {
    display: flex;
  }
  .swiper .swiper-buttons {
    display: none;
  }
  .gallery {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1248px) {
  .swiper .swiper-button:hover {
    background-image: url("/assets/svg/slider-arrow-white.svg");
    background-color: #e22927;
  }
}

@media only screen and (min-width: 400px) {
  .swiper .line {
    width: 240px;
  }
}

@media only screen and (min-width: 920px) {
  .page-content {
    padding: 4rem 0;
  }
  .container {
    gap: 4.3rem;
    padding: 0 3rem !important;
  }
  .left {
    max-width: 260px;
  }
  .sidebar {
    display: flex;
  }
  .application ul li,
  .application ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 1400px) {
  .sidebar__parent {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .sidebar__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 1024px) {
  .application ul li:before,
  .application ol li:before {
    top: 10px;
  }
}

@media only screen and (max-width: 919px) {
  .application {
    margin-top: 0;
    max-width: 100%;
  }
}

.responsive-table {
  overflow-x: auto;
  padding: 1rem 0;
  margin: auto;
  width: 100%;
}

table,
td,
th {
  width: 100%;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

table[nowrap] {
  white-space: nowrap;
}

table[fixed-layout] {
  table-layout: fixed;
}

table[list-layout] {
  table-layout: fixed;
}

table[list-layout] td {
  text-align: left;
}

table[list-layout] td:first-child {
  width: 5rem;
}

th,
td {
  text-align: center;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  padding: 1rem;
  border: 1px solid #dbdbdc;
  min-width: 150px;
}

th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: bolder;
  vertical-align: bottom;
}

tr:nth-child(odd) td:not([rowspan]) {
  background-color: #ffffff;
}

td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  vertical-align: middle;
}

td span {
  display: inline-block;
  white-space: normal;
}

[align="left"] {
  text-align: left;
}

[align="left"] th,
[align="left"] td {
  text-align: left;
}

[align="right"] {
  text-align: right;
}

[align="right"] th,
[align="right"] td {
  text-align: right;
}

@media only screen and (min-width: 1120px) {
  .dropdown {
    scroll-margin-top: 200px;
  }
  .dropdown__button {
    padding: 1.5rem 2.2rem;
  }
  .dropdown__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .dropdown__wrapper {
    padding: 1.5rem 0;
  }
  .form__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 51.2px;
    line-height: 3.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (max-width: 1119px) {
  .swiper .swiper-pagination {
    display: flex;
  }
  .swiper .swiper-buttons {
    display: none;
  }
  .gallery {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1248px) {
  .swiper .swiper-button:hover {
    background-image: url("/assets/svg/slider-arrow-white.svg");
    background-color: #e22927;
  }
}

@media only screen and (min-width: 400px) {
  .swiper .line {
    width: 240px;
  }
}

@media only screen and (min-width: 920px) {
  .page-content {
    padding: 4rem 0;
  }
  .container {
    gap: 4.3rem;
    padding: 0 3rem !important;
  }
  .left {
    max-width: 260px;
  }
  .sidebar {
    display: flex;
  }
  .application ul li,
  .application ol li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  th,
  td {
    padding: 1.5rem;
    min-width: 180px;
  }
  th {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  td {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 1400px) {
  .sidebar__parent {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .sidebar__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}

@media only screen and (min-width: 1024px) {
  .application ul li:before,
  .application ol li:before {
    top: 10px;
  }
}

@media only screen and (max-width: 919px) {
  .application {
    margin-top: 0;
    max-width: 100%;
  }
}
