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

.__dhiwise1734437920094 button,
.__dhiwise1734437920094 input,
.__dhiwise1734437920094 optgroup,
.__dhiwise1734437920094 select,
.__dhiwise1734437920094 textarea {
  margin: 0;
  padding: 0;
}

.__dhiwise1734437920094 h1,
.__dhiwise1734437920094 h2,
.__dhiwise1734437920094 h3,
.__dhiwise1734437920094 h4,
.__dhiwise1734437920094 h5,
.__dhiwise1734437920094 h6,
.__dhiwise1734437920094 hr,
.__dhiwise1734437920094 p {
  margin: 0;
}

.__dhiwise1734437920094 {
  [type="text"],
  input:where(:not([type])),
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple] {
    appearance: none;
    background-color: transparent;
    border-color: unset;
    border-width: 0;
    border-radius: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: inherit;
  }
  input:focus-visible,
  [multiple]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

.__dhiwise1734437920094 .flex-row-center-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.__dhiwise1734437920094.multimedia-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.__dhiwise1734437920094 .multimedia-section__media-container {
  flex: 1;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.__dhiwise1734437920094 .multimedia-section__media-row {
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.__dhiwise1734437920094 .multimedia-section__video-image {
  height: 550px;
  width: 48%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1734437920094 .multimedia-section__screenshot-image {
  height: 374px;
  margin-left: -62px;
  position: relative;
  width: 38%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    margin-left: 0px;
  }
}

.__dhiwise1734437920094 .multimedia-section__text-container {
  gap: 18px;
  display: flex;
  width: 32%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.__dhiwise1734437920094 .multimedia-section__text-row {
  align-self: stretch;
  display: flex;
}

.__dhiwise1734437920094 .multimedia-section__title {
  color: #1c1c1c !important;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.__dhiwise1734437920094 .multimedia-section__subtitle {
  color: #1c1c1c !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  @media only screen and (max-width: 1050px) {
    font-size: 22px;
  }
}

.__dhiwise1734437920094 .multimedia-section__paragraph-container {
  gap: 22px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.__dhiwise1734437920094 .multimedia-section__cta-button {
  color: #ffffff;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16.59px;
  font-weight: 500;
  background-color: #075758;
  text-align: center;
  height: 44px;
  min-width: 204px;
  border-radius: 20px;
  @media only screen and (max-width: 550px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.__dhiwise1734437920094 .multimedia-section__paragraph {
  color: #1c1c1c !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
