.catalog__datasheet {
  display: flex;
  flex-direction: column;
}

.catalog__datasheet__rightside {
  width: 100%;
}

h2.rightside {
  padding: 20px 20px;
}

.catalog__datasheet__preview {
  position: relative;
}
.catalog__datasheet__preview::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.center {
  text-align: center;
}

.default__button {
  border: 0px solid #e20d17;
  background: #5a2982;
  color: #ffffff;
  width: 300px;
  /* display: inline-block; */
  border-radius: 3px;
  padding: 10px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 20px auto;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog__datasheet__signin {
  color: var(--secondaryColor);
  font-weight: bold;

  font-size: 1.1rem;
  text-decoration: none;
}

.catalog__datasheet__register {
  border-top: 3px solid #5a2982;
  border-bottom: 3px solid #5a2982;
  padding: 15px 0 20px 0;
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .catalog__datasheet {
    flex-direction: row;

    gap: 20px;
  }

  .catalog__datasheet__rightside {
    flex: 0 0 250px;
    border: 0px;
  }
}
@media (min-width: 800px) {
  h2.rightside {
    padding: 20px 0;
  }
}

p {
  margin: 1rem 0;
}

.catalog__datasheet__rightside ul a {
  color: #316aca;
  text-decoration: none;
}

.catalog__datasheet__article ul {
  list-style: none;
  /* margin: 0.9rem 0; */
}

.catalog__datasheet__article ul li::before {
  content: "■";
  color: var(--secondaryColor);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.catalog__datasheet ul, .catalog__datasheet ol {
  padding-left: 60px;
}

.content__keyfeatures p {
  margin-left: 3rem;
}

.videoiframe {
  aspect-ratio: 16 / 9;
  width: calc(100% - 40px);
  margin: 20px 30px;
}

.catalog__datasheet ul li ul {
  padding-left: 40px;
}

.catalog__datasheet__rightside ul {
  list-style: none;
  margin: 0.9rem 0;
  padding-left: 60px;
}
.catalog__datasheet__rightside ul li::before {
  content: "■";
  color: #fcaf1a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.catalog__blur {
  filter: blur(4px);
}

@media (min-width: 300px) {
  .catalog__datasheet__rightside ul {
    padding-left: 20px;
  }
}

h2.rightside {
  margin: 5px 0 5px 0px;
  padding: 5px 0 5px 10px;
  color: #5a2982;
  font-weight: 300;
  font-size: 1.4rem;
  border-left: 5px solid #fcaf1a;
}

.catalog__datasheet div.content {
  margin-left: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.catalog__datasheet table {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3rem;
}

.catalog__datasheet__preview p,
.catalog__datasheet__register p {
  margin-left: 0rem;
}
.catalog__datasheet__register p {
  font-weight: 600;
}

.imgmodal__item {
  text-align: center;
}

.catalog__datasheet div.content,
.catalog__datasheet li {
  line-height: 1.7rem;
  /* margin-bottom: 0.5rem; */
}

.catalog__datasheet div.content table {
  margin-left: 0;
}

.catalog__datasheet div.content table p {
  margin: 0.2rem 0;
}

.catalog__datasheet__register li {
  font-weight: 600;
}

.catalog__datasheet__article {
  flex: 1 0 0px;
}

.catalog__techspecs {
  display: grid;
  grid-template-columns: 2fr 5fr;
  max-width: 700px;
  padding-left: 50px;
  padding-bottom: 20px;
}

.catalog__sticky {
  position: sticky;
  top: 10px;
}
