/* Styling for refreshed versions of mhd new-apps */

/* Layout */
.new-app-text-block {
  margin: 0 auto;
  width: 1050px;
}

@media screen and (min-width: 1100px) and (max-width: 1920px) {
  .new-app-text-block {
    width: 1050px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .new-app-text-block {
    width: 90%;
    max-width: 1000px;
    min-width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .new-app-text-block {
    width: 90%;
    max-width: 740px;
  }
}

/* Text */
.new-header-text-orange {
  color: #ff8c04;
}

.new-header-text-orange:hover {
  color: #ffffff;
}

.new-header-text-black {
  color: #454545;
}

.new-header-text-black:hover {
  color: #ffffff;
}

.new-app-text-intro {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.37;
  color: #373737;
}

.new-app-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
  color: #373737;
}

.new-app-text-publication {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: #373737;
}

.new-app-text-caption {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #373737;
}

.new-app-text-link {
  font-size: 21px;
  font-weight: 400;
}

.new-app-gradient1 {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(55.94deg, #ff006b 39.17%, #6f008a 71.17%);
}

.new-app-gradient2 {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(55.94deg, #4dc9ff 39.17%, #0075ff 71.17%);
}

.new-app-gradient3 {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(55.94deg, #03b3ff 39.17%, #00a3ff 71.17%);
}

.new-app-gradient4 {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #ff9679, #ff6a4a);
}

.new-app-gradient5 {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(45deg, #74c4ff, #ff0068);
}

.new-app-gradient6 {
  color: #ff5179;
}

.new-app-yt-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  clip-path: inset(2px 2px)
}

.new-app-paragraph-title {
  font-size: 35px;
  font-weight: 600;
}

.new-app-text-colored {
  color: #ff006b;
  font-weight: 500;
}

.new-app-text-colored3 {
  color: #2997ff;
  font-weight: 500;
}

.new-app-text-colored4 {
  color: #ff3a04;
  font-weight: 500;
}

.new-app-text-colored5 {
  color: #eb619c;
  font-weight: 500;
}

.new-app-text-colored6 {
  color: #ff5179;
  font-weight: 500;
}

.new-app-text-colored7 {
  color: #9f203f;
  font-weight: 500;
}

.new-app-disclaimer {
  padding-left: 60px;
  background-color: rgb(245, 245, 247);
  margin: 0 auto;
  max-width: 980px;
  padding: 0 22px;
}

.new-app-h {
  display: block;
}

.new-app-h-mobile {
  display: none;
}

@media screen and (max-width: 1400px) {
  .new-app-text-intro {
    font-size: 23px;
  }

  .new-app-text {
    font-size: 20px;
  }

  .new-app-text-publication {
    font-size: 15px;
  }

  .new-app-text-caption {
    font-size: 16px;
  }

  .new-app-text-link {
    font-size: 20px;
  }

  .new-app-paragraph-title-gradient {
    font-size: 32px;
  }

  .new-app-paragraph-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1100px) {
  .new-app-text-intro {
    font-size: 20px;
  }

  .new-app-text {
    font-size: 18px;
  }

  .new-app-text-publication {
    font-size: 13px;
  }

  .new-app-text-caption {
    font-size: 15px;
  }

  .new-app-text-link {
    font-size: 18px;
  }

  .new-app-paragraph-title-gradient {
    font-size: 28px;
  }

  .new-app-paragraph-title {
    font-size: 28px;
  }

  .new-app-disclaimer {
    padding: 0 22px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .new-app-text-intro {
    font-size: 16px;
  }

  .new-app-text {
    font-size: 16px;
  }

  .new-app-text-publication {
    font-size: 12px;
  }

  .new-app-text-caption {
    font-size: 14px;
  }

  .new-app-text-link {
    font-size: 16px;
  }

  .new-app-paragraph-title-gradient {
    font-size: 28px;
  }

  .new-app-paragraph-title {
    font-size: 26px;
  }

  .new-app-disclaimer {
    padding: 0 16px;
    margin: 0 auto;
  }

  .new-app-h {
    display: none;
  }

  .new-app-h-mobile {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .new-app-paragraph-title {
    font-size: 23px;
  }
}

/* Text Box 1 */
.new-app-text-box {
  background-color: #f1f1f1;
  width: 99%;
  margin: 0 auto;
  margin-top: 0.5vw;
}

.new-app-text-box-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 120px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.new-app-text-box-title {
  font-size: 35px;
  font-weight: 600;
  color: #ff006b;
  padding-bottom: 12px;
}

.new-app-text-box-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .new-app-text-box-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 950px) {
  .new-app-text-box-title {
    font-size: 26px;
  }

  .new-app-text-box-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-app-text-box-column {
    width: 90%;
  }

  .new-app-text-box-column ul {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .new-app-text-box-title {
    font-size: 23px;
  }

  .new-app-text-box-column ul {
    padding-left: 25px;
  }
}

@media screen and (max-width: 650px) {
  .new-app-text-box-content {
    gap: 12px;
  }

  .new-app-text-box-title {
    padding-bottom: 6px;
  }
}

/* Text Box 2 */
.new-app-text-box2 {
  background-color: #f1f1f1;
  width: 99%;
  margin: 0 auto;
  margin-top: 0.5vw;
}

.new-app-text-box2-content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 120px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.new-app-text-box2-title {
  font-size: 35px;
  font-weight: 600;
  color: #ff006b;
  padding-left: 60px;
}

.new-app-text-r {
  font-size: 19px;
  font-weight: 400;
}

.new-app-text-box2-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .new-app-text-box2-title {
    font-size: 26px;
  }

  .new-app-text-box2-title {
    padding-left: 5%;
  }

  .new-app-text-box2-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-app-text-box2-column {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .new-app-text-box2-title {
    font-size: 28px;
  }

  .new-app-text-r {
    font-size: 15px;
  }
}

@media screen and (max-width: 650px) {
  .new-app-text-box2-content {
    gap: 12px;
  }
}

/* video play button */

.wide-video {
  position: relative;
  --media-control-background: transparent;
  --media-control-hover-background: transparent;
}

.wide-video-container {
  width: 100%;
  height: 65vh;
  max-height: 650px;
  overflow: hidden;
}

.wide-video-control {
  margin: 0 auto;
  width: 40%;
  opacity: 1;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  .wide-video-control {
    width: 100%;
  }

  .wide-video-container {
    height: auto;
  }

  .play-button {
    font-size: 50px;
  }
}

/* Newsroom filtering */

.newsroom-filter-buttons {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 40px 24px 0 24px;
  box-sizing: border-box;
}

.newsroom-filter-buttons .filter-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  font-weight: 400;
}

.newsroom-filter-buttons .filter-btn.active {
  font-weight: 600;
  color: #000;
}

.newsroom-articles-block.hidden,
.newsroom-article-half.hidden {
  display: none;
}

@media screen and (max-width: 1000px) {
  .newsroom-filter-buttons .filter-btn {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .newsroom-filter-buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .newsroom-filter-buttons {
    flex-wrap: wrap;
  }

  .filter-break {
    display: block;
    width: 100%;
    font-size: 0;
  }
}

/* NEWSROOM */

.newsroom-bg {
  background-color: #f5f5f5;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.newsroom-articles-list {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.newsroom-articles-block {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}

.newsroom-article-big {
  width: calc((100% / 3) * 2);
  box-sizing: border-box;
}

.newsroom-article-half {
  width: 50%;
  box-sizing: border-box;
}

.newsroom-article-small {
  width: calc(100% / 3);
  box-sizing: border-box;
}

.newsroom-vertical-border {
  border-right: 1px solid #e5e5e5;
}

.newsroom-horizontal-border {
  border-bottom: 1px solid #e5e5e5;
}

/* Articles */

/* Big Article */

.support-contact-controllers {
  max-width: unset;
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

h2.support-contact-tutorials {
  margin: 0;
  background-color: #ffffff;
  padding: 40px 40px 0 40px;
  font-size: 32px;
  font-weight: 600;
}

p.support-contact-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  padding: 16px 40px 0 40px;
  background-color: #ffffff;
}

.support-contact-links > a,
.support-contact-links > span > a {
  color: #218fff;
  width: fit-content;
}

.support-contact-links > a:hover,
.support-contact-links > span > a:hover {
  color: #218fff;
  text-decoration: underline;
}



@media screen and (max-width: 1372px) {
  h2.support-contact-tutorials {
    font-size: 28px;
    padding: 24px 24px 0 24px;
  }

  p.support-contact-links {
    font-size: 19px;
    padding: 20px 24px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  p.support-contact-links {
    font-size: 17px;
  }

  .article-big-yttitle {
    font-size: 19px!important;
  }
}

.article-big-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px;
}

.article-big-image {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
  max-height: 435px;
}

@media screen and (max-width: 1300px) {
  .article-big-image {
    max-height: 400px;
  }
}

@media screen and (max-width: 900px) {
  .article-big-image {
    max-height: 340px;
  }
}

@media screen and (max-width: 700px) {
  .article-big-image {
    max-height: 300px;
  }
}

.article-ytvideo {
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  clip-path: inset(2px 2px);
}

.article-big-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

.article-big-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 36px;
  color: #000;
}

.article-big-yttitle {
  margin-bottom: 16px;
  font-weight: 600;
}

.article-big-description {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  color: #000;
}

.article-big-date {
  font-size: 12px;
  color: #707070;
}
/* Small Article */

.article-small-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 40px;
}

.article-small-image {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
  max-height: 450px;
}

.article-small-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

.article-small-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 30px;
  color: #000;
}

.article-small-description {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  color: #000;
}

.article-small-date {
  font-size: 12px;
  color: #707070;
}

.a-article {
  all: unset;
  width: 100%;
}

.a-article:hover {
  all: unset;
  cursor: pointer;
  width: 100%;
}

.a-article:hover .article-link-page {
  text-decoration: underline;
  color: #218fff
}

@media screen and (max-width: 1372px) {
  .newsroom-articles-list {
    max-width: 100%;
  }

  .article-big-title {
    font-size: 22px;
    line-height: 30px;
  }

  .article-small-title {
    font-size: 18px;
    line-height: 24px;
  }

  .newsroom-articles-block {
    padding: 24px 0;
  }

  .article-big-container {
    padding: 0 24px;
  }

  .article-small-container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 900px) {
  .newsroom-articles-block {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .newsroom-wide-article {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsroom-article-big {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsroom-article-half {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsroom-article-small {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsroom-vertical-border {
    border-right: 0;
  }

  .article-big-description {
    font-size: 14px;
    line-height: 20px;
  }

  .article-small-title {
    font-size: 22px;
    line-height: 30px;
  }

  .article-small-description {
    font-size: 14px;
    line-height: 20px;
  }

  .newsroom-article-border {
    border-bottom: 1px solid #e5e5e5;
  }
}

/* Refreshed news layout */
.news-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background-color: #fff;
}

.news-span-2 {
  grid-column: span 2;
}
.news-span-3 {
  grid-column: span 3;
}
.news-span-4 {
  grid-column: span 4;
}
.news-span-6 {
  grid-column: span 6;
}

.news-block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-block article {
  height: 100%;
  border-right: 1px solid #e5e5e5;
  padding: 0 40px;
}

.news-block.last-in-row article {
  border-right: none;
}

.news-block img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  display: block;
  margin: 0 0 16px 0;
  object-fit: cover;
}

.news-block .news-media {
  margin: 0 0 16px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.news-media video {
  width: fit-content;
}

.news-span-2 img,
.news-span-2 .news-media {
  height: 230px;
}
.news-span-3 img,
.news-span-3 .news-media {
  height: 330px;
}
.news-span-4 img,
.news-span-4 .news-media {
  height: 330px;
}
.news-span-6 img,
.news-span-6 .news-media {
  height: 450px;
}

.news-block span.news-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.news-block h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 36px;
  color: #000;
}

.news-block p {
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 24px;
  color: #000;
}

.news-block:hover span.news-read-more {
  text-decoration: underline;
  color: #218fff;
}

@media screen and (max-width: 1000px) {
  .news-block {
    padding: 24px 0;
  }

  .news-block article {
    padding: 0 24px;
    border-right: none;
  }

  .news-span-2,
  .news-span-3,
  .news-span-4,
  .news-span-6 {
    grid-column: span 6;
  }

  .news-span-2 img,
  .news-span-3 img,
  .news-span-4 img,
  .news-span-6 img,
  .news-span-2 .news-media,
  .news-span-3 .news-media,
  .news-span-4 .news-media,
  .news-span-6 .news-media {
    height: auto;
    max-height: 400px;
  }

  .news-block h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .news-block p {
    font-size: 14px;
    line-height: 20px;
  }
}

.new-app-text-block {
  margin: 0 auto;
  width: 1050px;
}

@media screen and (min-width: 1100px) and (max-width: 1920px) {
  .new-app-text-block {
    width: 1050px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .new-app-text-block {
    width: 90%;
    max-width: 1000px;
    min-width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .new-app-text-block {
    width: 90%;
    max-width: 740px;
  }
}

.double-model {
  display: flex;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  gap: 0.5vw;
  max-height: 500px;
}

.double-model-element {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .double-model {
    flex-direction: column;
    max-height: 100%;
  }

  .double-model-element {
    width: 100%;
  }
}

/* overview page tiles */

.overview-layout {
  box-sizing: border-box;
  background-color: #f5f5f7;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.overview-block-wide {
  width: 980px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.overview-block-text {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 40px 8.33333%;
  word-break: break-word;
  text-align: center;
  align-items: center;
}

.overview-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
}
.overview-subtitle {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
}
.overview-link {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
}

.overview-block-wide-image {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
}

@media screen and (max-width: 1068px) {
  .overview-block-wide {
    width: 692px;
  }

  .overview-title {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
  }
  .overview-subtitle {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
  }
  .overview-link {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
  }

  .overview-block-wide-image {
    max-height: 300px;
  }
}

@media screen and (max-width: 734px) {
  .overview-block-wide {
    width: 87.5%;
    max-width: 480px;
  }

  .overview-title {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
  }

  .overview-subtitle {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
  }
  .overview-link {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
  }

  .overview-block-wide-image {
    max-height: 200px;
  }
}

.overview-footer-text-wrapper {
  width: 100%;
  background-color: white;
}

.overview-footer-text-container {
  margin: 0 auto;
  width: 980px;
}

.overview-two-blocks {
  display: flex;
  width: 980px;
  margin: 0 auto;
  gap: 24px;
}

.overview-block-double {
  width: calc(100% * 2 / 3);
  background-color: #ffffff;
  border-radius: 18px;
}

.overview-block-single {
  width: calc(100% / 3);
  background-color: #ffffff;
  border-radius: 18px;
}

.overview-title-small {
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 600;
}

@media screen and (max-width: 1068px) {
  .overview-two-blocks {
    width: 692px;
  }

  .overview-footer-text-container {
    width: 692px;
  }

  .overview-block-double {
    width: 50%;
  }

  .overview-block-single {
    width: 50%;
  }

  .overview-title-small {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 600;
  }
}

@media screen and (max-width: 734px) {
  .overview-two-blocks {
    width: 87.5%;
    max-width: 480px;
    flex-direction: column;
  }

  .overview-footer-text-container {
    width: 87.5%;
    max-width: 480px;
  }

  .overview-block-double {
    width: 100%;
  }

  .overview-block-single {
    width: 100%;
  }

  .overview-title-small {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
  }
}

.use-cases-header {
  display: block;
}

.use-cases-header-mobile {
  display: none;
}

@media (max-width: 900px) {
  .use-cases-header {
    display: none;
  }

  .use-cases-header-mobile {
    display: block;
  }
}

.use-cases-category {
  font-size: 32px;
}

@media screen and (max-width: 1400px) {
  .use-cases-category {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .use-cases-category {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .use-cases-category {
    font-size: 21px;
  }
}

.overview-block-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.overview-block-link:hover {
  text-decoration: none;
  color: inherit;
}

.overview-link {
  color: #218fff;
}

.overview-link:hover {
  color: #04498d;
}

.news-header-container {
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  background: radial-gradient(circle, #ffffff 20%, #ddd 100%);
}

.news-header-container iframe {
  width: 90%;
}

.news-overlay-content {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 150px;
}

.news-header-title {
  position: relative;
  font-size: 42px;
  color: #6d625d;
  font-weight: 600;
  z-index: 2;
}

.news-header-subtitle {
  font-size: 27px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  z-index: 2;
}

.news-header-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.56;
  color: #373737;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 1600px) {
  .news-header-title {
    font-size: 44px;
  }

  .news-header-subtitle {
    font-size: 25px;
  }

  .news-header-text {
    font-size: 21px;
    line-height: 1.48;
  }
}

@media screen and (max-width: 1400px) {
  .news-header-title {
    font-size: 38px;
  }

  .news-header-subtitle {
    font-size: 24px;
  }

  .news-header-text {
    font-size: 20px;
    line-height: 1.48;
  }
}

@media screen and (max-width: 1150px) {
  .news-header-container {
    padding-top: 30px;
  }

  .news-header-title {
    font-size: 34px;
  }

  .news-header-subtitle {
    font-size: 23px;
  }

  .news-header-text {
    font-size: 18px;
    line-height: 1.35;
  }
}

@media screen and (max-height: 800px) {
  .news-overlay-content {
    padding-top: 120px;
  }
}

@media screen and (max-height: 645px) {
  .news-header-container {
    height: fit-content;
    padding-bottom: 20px;
    align-items: center;
  }

  .news-overlay-content {
    padding-top: 150px;
  }
}

.h-vert-spacer {
  padding-top: 50px;
}

@media screen and (max-width: 1600px) {
  .h-vert-spacer {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .h-vert-spacer {
    padding-top: 25px;
  }
}

/* NEW ARTICLE STYLING */

.article-content {
  max-width: 640px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
}

.article-full-width-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-category {
  font-size: 1.125rem;
  height: 100%;
  line-height: 1rem;
  color: #ca2c00;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
  text-align: center;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
  text-align: center;
  margin-bottom: 16px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-subtitle {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
  padding-top: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-progress-line {
  background-color: #ebebeb;
  border-top: solid 1px #ebebeb;
  overflow: hidden;
  position: relative;
  margin: 16px 0;
}

.article-header-spacer {
  margin-bottom: 16px;
}

.article-details {
  display: flex;
  margin-bottom: 56px;
}

.article-date {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #707070;
}

.article-image {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 48px;
}

.article-caption {
  margin-top: 16px !important;
  margin-bottom: 48px !important;
  font-size: 1rem;
  color: #333;
  line-height: 1.62;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-full-width-content > .article-caption {
  padding-left: 24px;
  padding-right: 24px;
}

.article-reference {
  margin-top: 16px !important;
  margin-bottom: 48px !important;
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-reference a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-thickness: .08em;
  transition: text-decoration-thickness .2s ease, text-underline-offset .2s ease;
}

.article-reference a:hover {
  color: #000000;
  text-decoration: underline;
}

.article-full-width-content > .article-reference {
  padding-left: 24px;
  padding-right: 24px;
  width: 75%;
  align-self: center;
}

.article-intro {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 48px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-base-text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 48px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-additional-section {
  margin-bottom: 48px !important;
}

.article-paragraph-title {
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 32px !important;
  padding-top: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-link {
  /* background-image: linear-gradient(to right, #000, #000);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: inherit;
  -webkit-text-decoration: none; */
  text-decoration: none;
  /* cursor: pointer; */
}

.article-link:hover {
  /* opacity: 0.6;
  background-image: linear-gradient(to right, #000, #000);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: inherit;
  -webkit-text-decoration: none; */
  text-decoration: underline;
  /* cursor: pointer; */
}

.article-portrait {
  background-color: #718fc3;
  display: flex;
  margin-bottom: 48px !important;
}

.article-portrait img {
  width: 37%;
  border-radius: 0;
  max-width: none;
  object-fit: cover;
}

.article-portrait .portrait-text-container {
  width: 63%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  box-sizing: border-box;
}

.article-portrait a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .article-portrait {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
  }

  .article-portrait .portrait-text-container {
    width: 100%;
    padding: 40px;
  }

  .article-portrait img {
    width: 100%;
    padding-top: 40px;
    max-width: 380px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.article-vertimg-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px !important;
}

.article-vertimg {
  border-radius: 0;
  width: 50%;
}

.article-vertvid {
  border-radius: 0;
  width: 50%;
}

.article-contact {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-contact-line {
  background-color: #ebebeb;
  flex-grow: 1;
  height: 1px;
}

.article-socials {
  padding: 0 21px;
}

.article-base-list {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 48px !important;
  padding-left: 25px;
}

.article-base-list p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-block-end: 0.45rem;
}

ol.article-base-list li {
  margin-bottom: 32px !important;
}

ol.article-base-list li:last-child {
  margin-bottom: 0px !important;
}

.text-with-list {
  margin-bottom: 16px !important;
}

.has-caption {
  margin-bottom: 0 !important;
}

.article-p-spacer {
  margin-bottom: 18px !important;
}

.summary-container {
  background-color: #eaecf5;
  margin: 0 0 48px 0;
  padding: 25px;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
}

.summary-container h2 {
  font-size: 21px;
  margin: 0;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.extra-bottom-items {
  padding-left: 20px;
}

.summary-container a {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.summary-list {
  font-size: 17px;
  margin: 0;
  margin-left: -20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.summary-list li {
  margin: 0 0 10px 0;
  line-height: 1.75;
}

.summary-list li:last-child {
  margin: 0;
}

.article-line-spacer {
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .article-content {
    padding: 0 24px;
  }

  .article-header-spacer {
    margin-bottom: 8px;
  }

  .article-full-width-content {
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 640px;
  }

  .article-category {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }

  .article-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 8px;
  }

  .article-subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 8px;
  }

  .article-line-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .article-portrait {
    margin-bottom: 40px !important;
  }

  .article-vertimg-container {
    margin-bottom: 40px !important;
  }

  .article-base-list {
    margin-bottom: 40px !important;
  }

  .article-details {
    margin-bottom: 40px;
  }

  .article-image {
    margin-bottom: 40px;
  }

  .article-caption {
    margin-bottom: 40px;
    font-size: 0.875rem;
    line-height: 1.57;
  }

  .article-full-width-content > .article-caption {
    padding: 0;
  }

  .article-intro {
    font-size: 1.125rem;
    line-height: 1.56;
    margin-bottom: 40px;
  }

  .article-base-text {
    font-size: 1.125rem;
    line-height: 1.56;
    margin-bottom: 40px;
  }

  .article-additional-section {
    margin-bottom: 40px !important;
  }

  .article-base-list p {
    font-size: 1.125rem;
  }

  .article-paragraph-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .article-contact {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .article-full-width-content > .article-reference {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}

.article-presentations-container {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-bottom: 48px !important;
}

.article-presentation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-presentation-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.article-presentation-details {
  display: flex;
  gap: 20px;
}

.article-presentation-image {
  border-radius: 0;
  height: 170px;
  width: 170px;
}

.article-presentation-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article-presentation-speaker {
  font-size: 1.5rem;
  font-weight: bold;
}

.article-presentation-speaker svg {
  height: 20px;
  width: 20px;
}

.article-presentation-speaker a:hover svg path {
  stroke: #04498d;
}

.article-presentation-base {
  font-size: 1.25rem;
  line-height: 1.6;
}

.article-presentation-video {
  font-size: 1.5rem;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.6;
}

.article-presentation-link {
  font-size: 1.25rem;
}

.presentation-part {
  font-size: 2.4rem;
}

@media screen and (max-width: 1028px) {
  .presentation-part {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .article-presentation-base {
    font-size: 1.125rem;
    line-height: 1.56;
  }

  .article-presentation-speaker {
    font-size: 1.3rem;
  }

  .article-presentation-video {
    font-size: 1.3rem;
  }

  .article-presentation-title {
    font-size: 1.5rem;
  }

  .presentation-part {
    font-size: 1.5rem;
  }

  .article-presentation-image {
    width: 140px;
    height: 140px;
  }

  .article-presentations-container {
    gap: 48px;
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 500px) {
  .article-presentation-details {
    flex-direction: column;
  }
}

.what-is-mhd-container {
  height: 385px!important;
}

.what-is-mhd-tile .what-is-mhd-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.what-is-mhd-content p {
  margin: 0;
  color: #151f3a;
}

.what-is-mhd-name {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.what-is-mhd-tile h3 {
  margin: 0;
  padding: 0;
  font-size: 52px;
}

.what-is-mhd-tile h3>sup {
  font-size: 28px;
  vertical-align: super;
  position: relative;
  top: -5px;
}

.more-articles-top-line {
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  box-sizing: border-box;
  border-top: solid 1px #ebebeb;
}

@media screen and (max-width: 1280px) {
  .what-is-mhd-tile h3 {
    font-size: 42px;
  }

  .what-is-mhd-tile h3>sup {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .what-is-mhd-tile h3 {
    font-size: 28px;
  }

  .what-is-mhd-tile h3>sup {
    font-size: 18px;
  }

  .what-is-mhd-name {
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .what-is-mhd-tile h3 {
    font-size: 24px;
  }

  .what-is-mhd-name img {
    max-height: 50px!important;
  }
}

@media screen and (max-width: 768px) {
  .more-articles-top-line {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.register-icon {
  vertical-align: super;
  font-weight: 200;
  font-size: 0.9em;
}

.app-manual-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px; 
  height: 210px; 
  margin: 0 auto; 
  background-color: #f5f5f5;
}

.app-manual-tile-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px;
}

.app-manual-tile-text {
  font-size: 42px;
  font-weight: 300;
  color: #17203b;
}

.app-manual-tile-img {
  all: unset;
  display: block;
  height: auto;
  max-height: 80px;   
}

.app-manual-title-break {
    display: inline;
}

@media only screen and (max-width: 1280px) {
  .app-manual-tile-text {
    font-size: 40px !important;
  }

  .app-manual-tile-img {
    max-height: 70px !important;
  }
}

@media only screen and (max-width: 960px) {
  .app-manual-tile-text {
    font-size: 36px !important;
  }

  .app-manual-tile-img {
    max-height: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .app-manual-tile-text {
    width: 245px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-size: 36px !important;
  }

  .app-manual-tile-img {
    max-height: 70px !important;
  }
}

@media screen and (max-width: 600px) {
  .app-manual-tile-content {
    gap: 10px;
  }

  .app-manual-tile-img {
    max-height: 65px !important;
  }

  .app-manual-tile-text {
    font-size: 29px !important;
    width: 200px !important;
  }
}

@media screen and (max-width: 360px) {
  .app-manual-tile-content {
    gap: 5px;
  }

  .app-manual-tile-img {
    max-height: 60px !important;
  }

  .app-manual-tile-text {
    font-size: 26px !important;
    width: 175px !important;
  }
}