/* acme-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Acme';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/acme-v25-latin-regular.woff2') format('woff2');
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-italic.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2');
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500italic.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2');
}
figure {
  padding: 0;
  margin: 0;
  display: block;
}
@keyframes indicateEnlargementFromRight {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  30% {
    transform: scale(1.01) translate3d(-0.125rem, -0.125rem, 0);
  }
  60% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  80% {
    transform: scale(1.01) translate3d(-0.1rem, -0.1rem, 0);
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes indicateEnlargementFromLeft {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  30% {
    transform: scale(1.01) translate3d(0.125rem, -0.125rem, 0);
  }
  60% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  80% {
    transform: scale(1.01) translate3d(0.1rem, -0.1rem, 0);
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes hotspotAnimation {
  from {
    opacity: 0.3;
    transform: scale(1);
  }
  33% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes generalCloserAnimation {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.05;
    transform: scale(3);
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #545457;
  font-family: "Roboto", sans-serif;
}
body.overlayIsVisible {
  overflow-y: hidden;
}
.onlyOnMobile {
  display: none;
}
.hiddenOnMobile {
  display: block;
}
@media screen and (max-width: 760px) {
  .onlyOnMobile {
    display: block;
  }
  .hiddenOnMobile {
    display: none!important;
  }
}
.row {
  width: 100%;
  display: block;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .container {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 760px) {
  .column {
    margin-bottom: 3rem;
  }
}
.rowMiddle .container {
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .mobileReverse .container {
    height: auto;
    display: flex;
  }
  .mobileReverse .container > .column {
    order: 2;
    padding-bottom: 3rem;
  }
  .mobileReverse .container > .column + .column {
    order: 1;
    padding-bottom: 0;
  }
}
.rowProlog .container,
.rowEpilog .container {
  justify-content: center;
}
.isOverlay {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50dvh;
  max-height: calc(100vh - 80px);
  background: #fff;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  visibility: hidden;
  transition: 0.33s ease-in-out 0s;
}
.isOverlay.overlayActive {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.isOverlay .container {
  padding: 2rem 0 9vh 0;
}
@media screen and (max-width: 760px) {
  .isOverlay {
    min-height: unset;
    height: calc(95dvh - 60px);
    overflow-y: scroll;
  }
}
.isOverlay button {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1401px) {
  .isOverlay.hasFullWidthCol50Right .container {
    max-width: unset;
    width: calc(100vw - (50vw - (1400px / 2)));
    margin-left: calc(50vw - (1400px / 2));
    margin-right: 0;
  }
  .isOverlay.hasFullWidthCol50Right .container .col50 {
    width: calc(1400px / 2);
  }
  .isOverlay.hasFullWidthCol50Right .container .col50 + .col50 {
    width: 50vw;
  }
  .isOverlay.hasFullWidthCol50Right .container figure img {
    cursor: pointer;
  }
  .isOverlay.hasFullWidthCol50Right .container figure img:hover {
    animation-duration: 0.6s;
    animation-name: indicateEnlargementFromRight;
  }
  .isOverlay.hasFullWidthCol50Left .container {
    max-width: unset;
    width: calc(100vw - (50vw - (1400px / 2)));
    margin-right: calc(50vw - (1400px / 2));
    margin-left: 0;
  }
  .isOverlay.hasFullWidthCol50Left .container .col50 {
    width: 50vw;
  }
  .isOverlay.hasFullWidthCol50Left .container .col50 + .col50 {
    width: calc(1400px / 2);
  }
  .isOverlay.hasFullWidthCol50Left .container figure img {
    cursor: pointer;
  }
  .isOverlay.hasFullWidthCol50Left .container figure img:hover {
    animation-duration: 0.6s;
    animation-name: indicateEnlargementFromLeft;
  }
}
.isOverlay .spots {
  display: none;
}
.lightboxIsVisible .isOverlay {
  min-height: 9vh;
  height: 9vh;
  overflow: hidden;
}
main .isOverlay .overlayCloser {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vh;
  background: rgba(0, 0, 0, 0.3) url("../assets/cursor.svg") no-repeat center 40%;
  background-size: 62px auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.33s ease-in-out 0s;
}
main .isOverlay .overlayCloser::before {
  display: none;
}
main .isOverlay .overlayCloser:hover {
  background-color: #000000;
}
@media screen and (max-width: 760px) {
  main .isOverlay .overlayCloser {
    display: none;
  }
}
.overlayIsVisible:not(.lightboxIsVisible) .overlayActive .overlayCloser {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 761px) {
  .isOverlay.hasFullWidthCol50Right .column:first-child {
    overflow-y: scroll;
    scrollbar-width: thin;
    height: auto;
    max-height: 100%;
  }
  .isOverlay.hasFullWidthCol50Left .column:last-child {
    overflow-y: scroll;
    scrollbar-width: thin;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 760px) {
  .isOverlay .column {
    height: auto;
  }
  .isOverlay .column:last-of-type {
    padding-bottom: 3rem;
  }
  .lightboxIsVisible .overlayActive {
    background: transparent;
    box-shadow: none;
  }
  .lightboxIsVisible .overlayActive .container {
    display: none;
  }
}
.nextStoryPart {
  display: none;
  position: absolute;
  width: 390px;
  height: 120px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  top: calc(50% - 60px);
  left: -60px;
  opacity: 0;
  transition: 0.33s ease-in-out 0s;
}
.nextStoryPart span {
  position: absolute;
  left: 130px;
  top: 20%;
  height: 60px;
  width: 200px;
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 1rem;
  color: #222;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 760px) {
  .nextStoryPart {
    width: 95vw;
    height: 120px;
    top: -120px;
    left: 0;
  }
}
.indicateNextStory .nextStoryPart {
  display: block;
  opacity: 1;
}
.nextStoryPart.isabella {
  background: #fff url("../img/navitem-inv.png") no-repeat center left;
  background-size: 120px auto;
}
.nextStoryPart.paula {
  background: #fff url("../img/navitem-part.png") no-repeat center left;
  background-size: 120px auto;
}
.nextStoryPart.patricia {
  background: #fff url("../img/navitem-pm.png") no-repeat center left;
  background-size: 120px auto;
}
.nextStoryPart.susan {
  background: #fff url("../img/navitem-spo.png") no-repeat center left;
  background-size: 120px auto;
}
.nextStoryPart.damian {
  background: #fff url("../img/navitem-dm.png") no-repeat center left;
  background-size: 120px auto;
}
#lightbox {
  position: fixed;
  top: 15dvh;
  left: calc(50vw - (1400px / 2));
  bottom: 15dvh;
  width: 100%;
  max-width: 1400px;
  z-index: 950;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  visibility: hidden;
  transition: 0.33s ease-in-out 0s;
}
#lightbox .lightboxInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #lightbox {
    width: 90vw;
    left: 5vw;
  }
}
.lightboxIsVisible #lightbox {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
#lightbox .lightboxInner figure {
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
#lightbox .lightboxInner figure video {
  width: 100%;
  height: auto;
  display: block;
}
#lightbox .lightboxInner figure video::cue {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px #000;
  padding: 10px;
}
#lightbox .spots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.33s ease-in-out 0s;
}
#lightbox .hasVideoInsideLightbox .spots,
#lightbox .hasVideoInsideLightbox img {
  display: none;
}
#lightbox .spots:has(.isClicked) {
  background: rgba(0, 0, 0, 0.3);
}
#lightbox .spot {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  position: absolute;
  display: block;
  color: #fff;
  cursor: pointer;
}
#lightbox .spot span {
  display: block;
  width: 320px;
  padding: 1rem;
  box-sizing: border-box;
  height: auto;
  border-radius: 21px;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: 0.33s ease-in-out 0s;
}
@media screen and (max-width: 760px) {
  #lightbox .spot span {
    width: auto;
    min-width: 200px;
    max-width: 240px;
  }
}
#lightbox .spot.animateLeftTop span {
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
  padding-right: 46px;
}
#lightbox .spot.animateLeftBottom span {
  right: 0;
  left: unset;
  bottom: unset;
  top: 0;
  padding-right: 46px;
}
#lightbox .spot.animateRightBottom span {
  right: unset;
  left: 0;
  bottom: unset;
  top: 0;
  padding-left: 46px;
}
#lightbox .spot.animateRightTop span {
  right: unset;
  left: 0;
  bottom: 0;
  top: unset;
  padding-left: 46px;
}
@media screen and (max-width: 760px) {
  #lightbox .spot.animateLeftBottom_mobile span {
    right: 0;
    left: unset;
    bottom: unset;
    top: 0;
    padding-right: 46px;
    padding-left: 1rem;
  }
  #lightbox .spot.animateRightTop_mobile span {
    right: unset;
    left: 0;
    bottom: 0;
    top: unset;
    padding-left: 46px;
    padding-right: 1rem;
  }
}
#lightbox .spot::after {
  width: 42px;
  height: 42px;
  background: #FFDD47;
  border-radius: 21px;
  position: absolute;
  content: "";
  display: block;
}
#lightbox .spot:not(.isClicked)::before {
  width: 42px;
  height: 42px;
  background: #FFDD47;
  border-radius: 21px;
  position: absolute;
  content: "";
  display: block;
  opacity: 0.3;
  animation-duration: 2s;
  animation-name: hotspotAnimation;
  animation-iteration-count: infinite;
  animation-direction: alternate, reverse, normal;
}
#lightbox .spot.isClicked span {
  opacity: 1;
  visibility: visible;
}
#lightbox .spot.isClicked.isExpanded {
  color: #545457;
}
#lightboxCloser {
  display: block;
  position: fixed;
  z-index: 1200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vh;
  background: rgba(0, 0, 0, 0.8) url("../assets/cursor.svg") no-repeat center 40%;
  background-size: 62px auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.33s ease-in-out 0s;
}
#lightboxCloser:hover {
  background-color: #000000;
}
@media screen and (max-width: 760px) {
  #lightboxCloser {
    display: none;
  }
}
.lightboxIsVisible #lightboxCloser {
  opacity: 1;
  visibility: visible;
}
.identity {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 930;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.identity .row,
.identity .container {
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .identity {
    height: 60px;
    z-index: 950;
  }
}
.identityLogo {
  display: flex;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .identityLogo {
    display: flex;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
  }
  .identityLogo img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.off-canvas--trigger {
  display: none;
}
@media screen and (max-width: 900px) {
  #identity .container .column + .column {
    display: flex;
    justify-content: right;
    box-sizing: border-box;
    padding-right: 1rem;
  }
  .off-canvas--trigger {
    width: 44px;
    height: 36px;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 17px 0 0 0;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
  }
  .hamburger--box {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
  }
  .hamburger--inner {
    top: 50%;
    display: block;
    margin-top: -2px;
  }
  .hamburger--inner,
  .hamburger--inner:after,
  .hamburger--inner:before {
    position: absolute;
    width: 36px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 2px;
    background-color: #42474b;
  }
  .hamburger--inner:before {
    width: 36px;
  }
  .hamburger--inner:after,
  .hamburger--inner:before {
    display: block;
    content: '';
  }
  .hamburger--inner:before {
    top: -10px;
  }
  .hamburger--inner:after {
    bottom: -10px;
  }
  .off-canvas--trigger .hamburger--inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.1s;
  }
  .off-canvas--trigger .hamburger--inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .off-canvas--trigger .hamburger--inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .off-canvas--trigger.is--clicked .hamburger--inner {
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .off-canvas--trigger.is--clicked .hamburger--inner::before {
    top: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 0;
  }
  .off-canvas--trigger.is--clicked .hamburger--inner::after {
    bottom: 0;
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
#navigation {
  display: block;
  position: absolute;
  top: 82px;
  bottom: 0;
  right: 0;
  width: 320px;
  z-index: 950;
  background: #1f1f22;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 1rem, 0);
  transition: 0.33s ease-in-out 0s;
}
@media screen and (max-width: 760px) {
  #navigation {
    position: fixed;
  }
}
#navigation.off-canvas--in {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.menu--visible #navigation {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#identity .col66 {
  position: relative;
}
#triggerMenu {
  color: #222;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  padding: 0 1rem;
  line-height: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#triggerMenu .navTriggerText {
  padding-left: 2rem;
  background: url('../assets/001-binocular.svg') no-repeat 0 center;
  background-size: 20px auto;
}
#triggerMenu .navTriggerDivider {
  width: 1px;
  height: 24px;
  background: #222;
  margin: 0 1rem;
}
#triggerMenu .navTriggerArrow {
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 5px solid transparent;
  border-top: 5px solid #464646;
}
#triggerDemoModal {
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(0deg, #df0c21, #dc7841);
  font-weight: 600;
  color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 321px;
  bottom: 0;
  width: auto;
  padding: 0 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  #triggerDemoModal {
    right: 80px;
    padding: 0 1rem;
  }
}
.demoModalTriggerText {
  display: flex;
  height: 100%;
  width: 100%;
  padding-left: 3rem;
  background: url('../assets/002-imac.svg') no-repeat 0 center;
  background-size: 32px auto;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .demoModalTriggerText {
    padding-left: 1.5rem;
    background-size: 22px auto;
  }
}
@media screen and (max-width: 760px) {
  #navigation {
    top: 61px;
    bottom: 0;
    right: 0;
    width: 90vw;
    background: #1f1f22;
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(2rem, 0, 0);
    transition: 0.33s ease-in-out 0s;
  }
  #navigation.off-canvas--in {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
#navigation p {
  padding: 2rem;
  background: #1f1f22;
  color: #fff;
  margin: 0;
}
#navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#navigation ul li {
  width: 100%;
  min-height: 80px;
  margin-bottom: 2px;
  background: #f1f1f1;
  list-style-type: none;
  padding: 0;
  display: flex;
}
#navigation ul li a {
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #1f1f22;
}
#navigation ul li a figure {
  width: auto;
  margin-bottom: 10px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 14px;
  left: 1rem;
}
#navigation ul li a figure img {
  width: 52px;
  height: auto;
}
#navigation ul li a .navitem--chapter {
  line-height: 0.9;
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 18px;
  left: 5rem;
}
#navigation ul li a .navitem--text {
  display: block;
  padding-left: 5rem;
}
@media screen and (max-height: 833px) and (orientation: portrait) {
  #navigation ul li {
    min-height: 66px;
  }
  #navigation ul li a figure {
    top: 8px;
  }
}
@media screen and (max-height: 723px) and (orientation: portrait) {
  #navigation ul li {
    min-height: 50px;
  }
  #navigation ul li a figure {
    top: 2px;
  }
  #navigation ul li a figure img {
    width: 46px;
  }
  #navigation ul li a .navitem--chapter {
    top: 12px;
  }
  #navigation ul li a .navitem--text {
    margin-top: 0.75rem;
  }
}
.websiteHeader {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .websiteHeader {
    margin-top: 60px;
  }
}
.websiteHeader .row {
  min-height: 40.1vw;
  background: #f1f1f1 url("../img/header-background.jpg") no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  .websiteHeader .row {
    background: transparent;
  }
}
.websiteHeader .container {
  padding: 3rem 0;
}
@media screen and (max-width: 1400px) {
  .websiteHeader .container {
    padding: 1rem;
  }
}
@media screen and (max-width: 760px) {
  .websiteHeader .container {
    padding: 0;
  }
}
.websiteHeader h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
  line-height: 3rem;
  max-width: 530px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 760px) {
  .websiteHeader h1 {
    font-size: 2.25rem;
    margin-bottom: 3rem;
    line-height: 1;
  }
}
.websiteHeader h1 .h1Main {
  display: block;
  background-image: linear-gradient(to top, #6a3664 0%, #2c4b6b 59%, #036bb1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.websiteHeader h1 .h1Small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  display: block;
}
@media screen and (max-width: 760px) {
  .websiteHeader h1 .h1Small {
    font-size: 1.5rem;
  }
}
.websiteHeader .heroMainText {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  max-width: 530px;
}
@media screen and (max-width: 760px) {
  .websiteHeader .heroMainText {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.websiteHeader .heroCtaText {
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 530px;
}
@media screen and (max-width: 760px) {
  .websiteHeader .heroCtaText {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.websiteHeader #heroCtaButton {
  border: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #1a2e35 0%, #006bb3 100%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 0.75rem 2rem 0.75rem 2rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: 0.33s ease-in-out 0s;
}
.websiteHeader #heroCtaButton:hover {
  background: linear-gradient(90deg, #1a2e35 0%, #006bb3 50%);
}
.websiteHeader .heroColRight {
  display: flex;
  align-items: center;
  height: unset;
  position: relative;
}
@media screen and (max-width: 760px) {
  .websiteHeader .heroColRight {
    align-items: normal;
    flex-wrap: wrap;
  }
}
.websiteHeader .headerImage {
  position: relative;
}
.websiteHeader .heroAvatarSpot {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0.9) 43%, rgba(255, 255, 255, 0) 70%);
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
  justify-content: center;
  text-decoration: none;
  padding: 1.5rem;
  width: 134px;
  height: 134px;
  opacity: 0;
  transition: 0.33s ease-in-out 0s;
}
.websiteHeader .heroAvatarSpot:hover {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot {
    padding: 0.5rem;
    width: 126px;
    height: 126px;
  }
}
@media screen and (max-width: 760px) {
  .websiteHeader .heroAvatarSpot {
    font-size: 0.875rem;
  }
}
.websiteHeader .heroAvatarSpot .heroSpotSmall {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color: #334;
  font-size: 0.875rem;
}
@media screen and (max-width: 760px) {
  .websiteHeader .heroAvatarSpot .heroSpotSmall {
    font-size: 0.75rem;
    margin-top: 3px;
  }
}
.websiteHeader .heroAvatarSpot_de {
  bottom: 22%;
  right: 56%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_de {
    bottom: 23%;
    right: 56%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_de {
    bottom: 22%;
    right: 56%;
  }
}
.websiteHeader .heroAvatarSpot_it {
  bottom: 26%;
  right: 19%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_it {
    bottom: 28%;
    right: 21%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_it {
    bottom: 25%;
    right: 19%;
  }
}
.websiteHeader .heroAvatarSpot_pi {
  bottom: 40%;
  right: 6%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_pi {
    bottom: 42%;
    right: 8%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_pi {
    bottom: 38%;
    right: 5%;
  }
}
.websiteHeader .heroAvatarSpot_dm {
  bottom: 68%;
  right: 3%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_dm {
    bottom: 70%;
    right: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_dm {
    bottom: 68%;
    right: 3%;
  }
}
.websiteHeader .heroAvatarSpot_ed {
  bottom: 66%;
  right: 35%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_ed {
    bottom: 67%;
    right: 37%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_ed {
    bottom: 66%;
    right: 35%;
  }
}
.websiteHeader .heroAvatarSpot_sp {
  bottom: 59%;
  right: 49%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_sp {
    bottom: 62%;
    right: 51%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_sp {
    bottom: 60%;
    right: 48%;
  }
}
.websiteHeader .heroAvatarSpot_mo {
  bottom: 42%;
  right: 53%;
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_mo {
    bottom: 45%;
    right: 56%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_mo {
    bottom: 42%;
    right: 53%;
  }
}
.websiteHeader .heroAvatarSpot_pm {
  bottom: 6%;
  right: 21%;
  /*
    bottom: 22%;
    right: 56%;

    @media @max1280{
      bottom: 23%;
      right: 56%;
    }

    @media @max1080{
      bottom: 22%;
      right: 56%
    }*/
}
@media screen and (max-width: 1280px) {
  .websiteHeader .heroAvatarSpot_pm {
    bottom: 8%;
    right: 23%;
  }
}
@media screen and (max-width: 1080px) {
  .websiteHeader .heroAvatarSpot_pm {
    bottom: 6%;
    right: 21%;
  }
}
@media screen and (max-width: 760px) {
  .websiteHeader .container > .col50:first-child {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .websiteHeader .container > .col50:last-child {
    margin-bottom: 0;
  }
}
.column {
  width: 100%;
  height: 100%;
}
.column.col80 {
  width: 80%;
}
.column.col66 {
  width: 66.666%;
}
.column.col50 {
  width: 50%;
}
.column.col33 {
  width: 33.333%;
}
@media screen and (max-width: 760px) {
  .column.col-sm50 {
    width: 50%;
  }
  .column.col-sm100 {
    width: 100%;
  }
}
h2 {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1rem;
}
h2 .headlineSmall {
  display: block;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 760px) {
  h2 {
    font-size: 32px;
  }
  h2 .headlineSmall {
    font-size: 22px;
  }
}
#headlineSponsor {
  background-image: linear-gradient(90deg, #1a2e35, #006bb3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlinePm {
  background-image: linear-gradient(90deg, #225266, #945416);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlineDm {
  background-image: linear-gradient(90deg, #653a79, #006bb3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlineMonitor {
  background-image: linear-gradient(90deg, #255468, #6a3664);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlinePatient {
  background-image: linear-gradient(90deg, #e54f5b, #4564a7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlinePrincipal {
  background-image: linear-gradient(90deg, #006187, #339dc2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlineNurse {
  background-image: linear-gradient(90deg, #0a6359, #3072b8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#headlineIt {
  background-image: linear-gradient(90deg, #1e4d5c, #704620);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subline {
  font-family: serif;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.33rem;
  font-weight: 600;
}
.subline em {
  font-weight: 400;
}
.isOverlay h2 {
  font-size: 2rem;
  color: #000;
}
.rowProlog h2 {
  color: #000;
}
.content {
  padding: 0 1rem;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contentCTA {
  margin-top: 5rem;
}
.contentCTA h3 {
  font-size: 20px;
}
.line--on-mobile {
  display: flex;
  flex-wrap: wrap;
}
.line--on-mobile .legal--label {
  width: 160px;
  font-style: italic;
}
@media screen and (max-width: 760px) {
  .line--on-mobile .legal--label {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .line--on-mobile .legal--entry {
    width: 100%;
  }
}
.content p a {
  color: #006bb2;
  text-decoration: none;
  font-weight: 500;
}
.branded {
  font-weight: 500;
  color: #0469b3;
}
.branded span {
  color: #10283d;
}
.branded.branded-ed span {
  color: #503059;
}
main button,
#epilogButton {
  border: 0;
  border-radius: 26px;
  background: #71757F;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem 1rem 4.5rem;
  position: relative;
  cursor: pointer;
  transition: 0.33s ease-in-out 0s;
}
main button::before,
#epilogButton::before {
  position: absolute;
  width: 37px;
  height: 48px;
  background: url("../assets/peekicon.png") no-repeat center center;
  background-size: 36px auto;
  content: "";
  top: 0.3rem;
  left: 1.5rem;
}
main button:hover,
#epilogButton:hover {
  background: #000;
}
main .getLightboxItem::before {
  background-image: url("../assets/video.svg");
  background-size: 30px auto;
  height: 40px;
}
main #epilogButton {
  padding: 1rem 2rem;
}
main #epilogButton::before {
  display: none;
}
#epilogButton {
  background: linear-gradient(90deg, #df0c21, #dc7841 100%);
  transition: 0.33s ease-in-out 0s;
}
#epilogButton:hover {
  background: linear-gradient(90deg, #df0c21, #dc7841 50%);
}
#sponsorRow button {
  background: linear-gradient(90deg, #1a2e35 0%, #006bb3 100%);
}
#sponsorRow button:hover {
  background: linear-gradient(90deg, #1a2e35 0%, #006bb3 50%);
}
#pmRow button {
  background: linear-gradient(90deg, #225266 0%, #945416 100%);
}
#pmRow button:hover {
  background: linear-gradient(90deg, #225266 0%, #945416 50%);
}
#dmRow button {
  background: linear-gradient(90deg, #653a79 0%, #006bb3 100%);
}
#dmRow button:hover {
  background: linear-gradient(90deg, #653a79 0%, #006bb3 50%);
}
#monitorRow button {
  background: linear-gradient(90deg, #255468 0%, #6a3664 100%);
}
#monitorRow button:hover {
  background: linear-gradient(90deg, #255468 0%, #6a3664 50%);
}
#patientRow button {
  background: linear-gradient(90deg, #dc4b53 0%, #4564a7 100%);
}
#patientRow button:hover {
  background: linear-gradient(90deg, #dc4b53 0%, #4564a7 50%);
}
#principalRow button {
  background: linear-gradient(90deg, #006187 0%, #339dc2 100%);
}
#principalRow button:hover {
  background: linear-gradient(90deg, #006187 0%, #339dc2 50%);
}
#nurseRow button {
  background: linear-gradient(90deg, #0a6359 0%, #3072b8 100%);
}
#nurseRow button:hover {
  background: linear-gradient(90deg, #0a6359 50%, #3072b8 100%);
}
#itRow button {
  background: linear-gradient(90deg, #1e4d5c 0%, #704620 100%);
}
#itRow button:hover {
  background: linear-gradient(90deg, #1e4d5c 50%, #704620 100%);
}
.websiteFooter {
  background: #1f1f22;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #bdbfc4;
  font-size: 1rem;
}
.websiteFooter .container {
  margin: 0 auto;
  padding: 0;
}
.websiteFooter .container + .container {
  padding-top: 2rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.websiteFooter a {
  color: #f1f1f1;
}
.websiteFooter .footerHeadline {
  font-weight: 500;
  color: #fff;
}
.websiteFooter .footer--signets {
  max-width: 420px;
}
.websiteFooter .footerLinks .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .websiteFooter .footerLinks .content {
    flex-wrap: wrap;
  }
}
.websiteFooter .footer--logo {
  max-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.websiteFooter .footer--logo img {
  max-width: 200px;
  width: calc(50% - 25px);
  height: auto;
}
@media screen and (max-width: 760px) {
  .websiteFooter .footer--logo,
  .websiteFooter .footer--navigation {
    width: 100%;
  }
  .websiteFooter .footer--navigation {
    text-align: center;
    margin-top: 3rem;
  }
}
.footerInfo .column:last-child {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 760px) {
  .footerInfo .column:last-child {
    display: block;
  }
}
#footerLinkedInBtn {
  padding: 0.75rem 1rem 0.75rem 4rem;
  border-radius: 1rem;
  border: 2px solid transparent;
  border-corner-shape: scoop;
  -webkit-border-corner-shape: scoop;
  background: #122c45 url('../assets/linkedin-icon-04.png') no-repeat center left;
  background-size: auto 100%;
  font-size: 1rem;
  text-decoration: none;
  color: #f1f1f1;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  margin-top: 1rem;
  width: auto;
}
#footerLinkedInBtn:hover {
  border-color: #fff;
}
#scrollToTop {
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-1rem, 0, 0);
  transition: 0.33s ease-in-out;
}
#scrollToTop svg {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: auto;
}
.is--scrolled #scrollToTop {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#overlayBackground {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: 0.33s ease-in-out 0s;
}
@media screen and (max-width: 760px) {
  #overlayBackground {
    top: 60px;
  }
}
.overlayIsVisible #overlayBackground {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
.overlayIsVisible #overlayBackground:hover {
  cursor: url('../assets/cursor.svg') 42 42, pointer;
}
.menu--visible #overlayBackground {
  background: transparent;
  opacity: 1;
  visibility: visible;
}
#actions {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.33s ease-in-out 0.5s;
}
#actions button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  font-size: 1.5rem;
  position: absolute;
  bottom: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#actions button::before {
  background-image: none;
}
#actions #generalCloser {
  left: calc(33.33vw - 21px);
}
#actions #generalInteractor {
  left: calc(66.67vw - 21px);
}
@media screen and (max-width: 760px) {
  .overlayIsVisible #actions {
    opacity: 1;
    visibility: visible;
  }
  #generalCloser {
    background: #682a37 url("../assets/icon-close.svg") no-repeat center center;
    background-size: 14px auto;
    position: relative;
  }
  #generalCloser::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    z-index: -1;
    content: "";
    display: block;
    background: #682a37;
    opacity: 0.8;
  }
  #generalCloser.clicked::before {
    animation-duration: 1s;
    animation-name: generalCloserAnimation;
    animation-iteration-count: 1;
    animation-direction: alternate;
  }
}
#generalInteractor {
  background: #006bb3 url("../assets/icon-lightbox.svg") no-repeat center center;
  background-size: 24px auto;
  position: relative;
}
.lightboxIsVisible #actions #generalInteractor {
  background: #ffdd47 url("../assets/icon-hotspot.svg") no-repeat center center;
  background-size: 24px auto;
}
.hotspotIsVisible #actions #generalInteractor {
  background: #ffdd47 url("../assets/icon-next.svg") no-repeat center center;
  background-size: 20px auto;
}
#lightbox:has(.hasVideoInsideLightbox) ~ #actions #generalInteractor {
  display: none;
}
#radOverlay {
  position: fixed;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
#radModal {
  height: 80vh;
  position: fixed;
  z-index: 3100;
  width: 1400px;
  top: 10vh;
  left: calc(50vw - 700px);
  background: #fff;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 2rem, 0);
  transition: 0.33s ease-in-out;
}
@media screen and (max-width: 1400px) {
  #radModal {
    width: 80vw;
    left: 10vw;
  }
}
@media screen and (max-width: 760px) {
  #radModal {
    height: calc(100dvh - 3rem);
    width: calc(100vw - 2rem);
    top: 2rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
}
#radModal #radModalCloser {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  top: -26px;
  left: calc(50% - 26px);
  background: #1f1f22 url("../assets/cursor.svg") no-repeat center center;
  background-size: 48px auto;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  #radModal #radModalCloser {
    width: 42px;
    height: 42px;
    background-size: 36px auto;
    left: calc(50% - 21px);
  }
}
.radOverlay--isIn #radOverlay {
  bottom: 0;
  right: 0;
}
.radOverlay--isIn #radModal {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.radModalInner {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 4rem;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .radModalInner {
    padding: 2rem 1rem 1rem 1rem;
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}
.radModalInner .column {
  height: auto;
}
.radModalInner .radHeadline {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 3rem;
  max-width: 530px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .radModalInner .radHeadline {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
}
.radModalInner .radHeadline .radHeadlineMain {
  background-image: linear-gradient(to left, #cc8817 0%, #c90038 59%, #2c2c2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
}
.radModalInner .radHeadline .radHeadlineSmall {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  display: block;
}
@media screen and (max-width: 760px) {
  .radModalInner .radHeadline .radHeadlineSmall {
    font-size: 1.5rem;
  }
}
.radModalInner .radCtaBtn {
  margin: 1rem 0;
  border: 0;
  border-radius: 20px;
  background-image: linear-gradient(to left, #cc8817 0%, #c90038 59%, #2c2c2e 100%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 0.75rem 2rem 0.75rem 4rem;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease-in-out 0s;
}
.radModalInner .radCtaBtn:hover {
  background: linear-gradient(to left, #cc8817 0%, #c90038 79%, #5e0b0f 100%);
}
.radModalInner figure {
  height: auto;
}
.radModalInner figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.radModalInner #bookAppointment {
  width: 100%;
  height: 450px;
}
#reqDemo {
  padding-top: 3rem;
}
.rad--form-inner {
  transition: 0.33s ease-in-out 0s;
}
.rad--form-inner.is--hidden {
  opacity: 0;
}
.formMessage {
  padding: 2rem;
}
.formMessage-error {
  background: #ebd9d9;
  color: #420909;
}
.formMessage-success {
  opacity: 0;
  transform: translate3d(-1rem, -15rem, 0);
  background: #e5e9df;
  color: #274209;
  transition: 0.33s ease-in-out 0s;
}
.formMessage-success.is--visible {
  opacity: 1;
  transform: translate3d(0, -15rem, 0);
}
.formMessage-success a {
  color: #0e443a;
  font-weight: 500;
  text-decoration: none;
}
.rad--form-line {
  display: flex;
  margin-bottom: 1rem;
}
.rad--form-line label,
.rad--form-line .rad--form-entry {
  height: 100%;
}
.rad--form-line label {
  width: 110px;
}
.rad--form-line .rad--form-entry {
  width: calc(100% - 110px);
}
.rad--form-line .rad--form-entry input {
  height: 32px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  padding: 0.33rem 1rem;
  font-family: "Roboto", sans-serif;
  color: #1f1f22;
  font-size: 1rem;
}
.rad--form-line button {
  margin-left: 110px;
  margin-top: 1rem;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 0.75rem 2rem 0.75rem 2rem;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to left, #cc8817 0%, #c90038 59%, #2c2c2e 100%);
  transition: 0.33s ease-in-out 0s;
}
.rad--form-line button:hover {
  background: linear-gradient(to left, #cc8817 0%, #c90038 29%, #2c2c2e 80%);
}
/*figure:has(.getVoice){
    position: relative;

    @media @mobile{
        margin-top: 6rem;
    }
}

.getVoice{
    width: 100px;
    height: 70px;
    border-radius: 24px;
    background: transparent!important;
    border: 1px solid #e1e1e1;
    padding: 10px;
    background-image: none;
    color: @darkGrey;
    font-size: 0.875rem;
    position: absolute;
    right: 6rem;
    top: -80px;
    background-size: 30px auto;
    transition: none;

    &:hover {
        background: #383838 url('../assets/playicon.svg') no-repeat center center !important;
        background-size: 20px auto!important;
        color: rgba(0, 0, 0, 0);
    }

    &::before{
        display: none;
    }


    &.is--pausable{
        //
    }
    &.is--pausable:hover{
        background: #383838 url('../assets/pauseicon.svg') no-repeat center center!important;
        background-size: 20px auto!important;
        color: rgba(0, 0, 0, 0);
        
    }
}

*/
.getVoice {
  border: 1px solid #71757F;
  font-size: 0.875rem;
  padding: 0.3rem 0.66rem 0.3rem 2.5rem;
  position: relative;
  color: #71757F;
  background: transparent!important;
  display: flex;
  overflow: hidden;
  margin-bottom: 2rem;
}
.getVoice::before {
  display: none;
}
.getVoice .getVoiceIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 100%;
  background: #71757F url('../assets/playicon.svg') no-repeat center center !important;
  background-size: 13px auto !important;
  display: inline-block;
}
.getVoice.is--pausable .getVoiceIcon {
  background: #71757F url('../assets/pauseicon.svg') no-repeat center center !important;
  background-size: 13px auto !important;
}
.getVoice progress {
  position: absolute;
  bottom: 0;
  left: 2rem;
  top: 0;
  height: 100%;
  width: calc(100% - 2rem);
  background: transparent;
  border: 0;
  right: 0;
}
.getVoice progress::-webkit-progress-bar {
  background-color: transparent;
}
.getVoice progress::-webkit-progress-value {
  background-color: rgba(21, 81, 212, 0.3);
}
.getVoice progress::-moz-progress-bar {
  background-color: rgba(21, 81, 212, 0.3);
}
.isOverlay button.getVoice {
  margin: unset;
}
/*# sourceMappingURL=style.css.map */