@charset "UTF-8";
div.page .icon {
  stroke-width: 1.4 !important;
}
div.page > header {
  z-index: 9999;
}

#content-area {
  transition: width 100ms ease-in-out;
}

body > div.page > div > div > div > div > div.row.row-deck.row-cards.menu-active {
  justify-content: flex-end;
}

div.litepicker > div.container__main > div > div > div.month-item-header > button > svg {
  fill: grey !important;
}

.offcanvas-backdrop {
  background-color: transparent;
}

#page-main-export > div > div > div {
  overflow-x: clip;
}

#modal-active-filters {
  z-index: 9999;
}
#modal-active-filters .active-filters-sections {
  margin-bottom: 0.5em;
}
#modal-active-filters .active-filters-sections > section {
  padding-left: 1em;
}
#modal-active-filters .active-filters-sections#modal-os-section h2 {
  text-transform: uppercase;
}
#modal-active-filters .active-filters-sections h2 {
  text-transform: capitalize;
}
#modal-active-filters .active-filters-sections span.status-filter {
  background-color: #76c0c1;
  color: white;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

[data-tooltip] {
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .breakdown-toggle:hover [data-tooltip]:after,
  .button-all:hover [data-tooltip]:after,
  .generic-tooltip-icon:hover [data-tooltip]:after,
  .download-data-button:hover [data-tooltip]:after,
  .collapse-scripts-button:hover [data-tooltip]:after,
  .timezone-tooltip-icon:hover [data-tooltip]:after,
  .add-tab-button:hover [data-tooltip]:after,
  .playpause-button:hover [data-tooltip]:after,
  .apply-all-button:hover [data-tooltip]:after,
  .remove-tab-button:hover [data-tooltip]:after,
  .show-filters-button:hover [data-tooltip]:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
  }
}
[data-tooltip].left-hand-tooltip:after {
  left: auto;
  right: 2em;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  bottom: -2em;
  left: 2em;
  padding: 4px 4px 4px 8px;
  border-radius: 3px;
  background-color: grey;
  color: ghostwhite;
}

#main-logo-container {
  padding: 0.5em;
}
#main-logo-container svg {
  height: 3em;
}
#main-logo-container svg .cls-2 {
  transform: translateZ(0);
  animation-name: swipe;
  animation-duration: 1s;
}
#main-logo-container svg .cls-5 {
  animation-name: swipe;
  animation-duration: 3s;
}
#main-logo-container svg .cls-1,
#main-logo-container svg .cls-3 {
  animation-name: swipe;
  animation-duration: 2s;
}
#main-logo-container svg .cls-4 {
  animation-name: blink;
  animation-duration: 2s;
}

@keyframes swipe {
  0% {
    opacity: 0;
    transform: translate(-5em);
  }
  75% {
    opacity: 1;
    transform: translate(2em);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#offcanvas-summaryheader {
  height: fit-content;
}

#summary-header-pill-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#summary-header-pill-wrapper .summary-item-pill {
  display: flex;
  flex-direction: row;
  font-size: 1em;
  width: auto;
  transition: width 200ms ease-in-out;
  background-color: #76c0c1;
}
#summary-header-pill-wrapper .summary-item-pill div {
  color: white;
}
#summary-header-pill-wrapper .summary-item-pill.active:hover {
  background-color: #76c0c1;
}
#summary-header-pill-wrapper .summary-item-pill.active:hover div {
  color: white;
}
#summary-header-pill-wrapper .summary-item-pill.active .summary-pill-text {
  white-space: nowrap;
  opacity: 1;
}
#summary-header-pill-wrapper .summary-item-pill .copy-icon-tray svg:first-of-type {
  display: block;
}
#summary-header-pill-wrapper .summary-item-pill .copy-icon-tray svg:last-of-type {
  display: none;
}
#summary-header-pill-wrapper .summary-item-pill .summary-pill-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 500ms ease-in;
}
#summary-header-pill-wrapper .summary-item-pill .summary-pill-text .hover-tooltip {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
#summary-header-pill-wrapper .summary-item-pill .summary-pill-text:hover .hover-tooltip {
  display: block;
  opacity: 0.7;
  position: absolute;
  overflow: visible;
  margin-top: 1em;
  background-color: #76c0c1;
  z-index: 10;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid grey;
}

#summary-header .summary-card-header {
  justify-content: space-between;
}
#summary-header .summary-card-header .nav-item.dropdown:hover svg {
  color: black;
}

#navigation-subnav {
  align-items: center;
}
#navigation-subnav #loading-spinner-wrapper {
  margin-right: 1.3em;
  display: none;
}
#navigation-subnav #loading-spinner-wrapper.active {
  display: inline-block;
}
#navigation-subnav #loading-spinner-wrapper #loading-spinner {
  color: lightslategray;
  animation-name: spin;
  animation-duration: 700ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#navigation-subnav .charts-active {
  display: none;
}
#navigation-subnav #filter-menu-toggle.active span {
  border-bottom: 3px solid #76c0c1;
}
#navigation-subnav #filter-menu-toggle:hover {
  cursor: pointer;
  background-color: #76c0c1;
  color: white;
}
#navigation-subnav #subnav-clock-wrapper {
  align-items: center;
}
#navigation-subnav #subnav-clock-wrapper svg {
  vertical-align: text-bottom;
}
#navigation-subnav #subnav-clock-wrapper #subnav-clock {
  font-size: 1.2em;
}
#navigation-subnav > .card > .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #navigation-subnav > .card > .card-body {
    flex-direction: column;
  }
  #navigation-subnav > .card > .card-body .topline-stats {
    justify-content: left;
    flex-direction: column;
    padding-bottom: 1em;
  }
  #navigation-subnav > .card > .card-body #subnav-clock-wrapper {
    padding-bottom: 1em;
  }
  #navigation-subnav > .card > .card-body #mode-button-tray {
    padding-top: 1em;
  }
}
#navigation-subnav .topline-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-weight: 600;
}
#navigation-subnav .topline-stats span {
  font-size: 1.2em;
  margin-right: 1em;
}
#navigation-subnav .topline-stats span > strong {
  margin-left: 0.5em;
  color: #01a2d9;
}
#navigation-subnav #mode-button-tray {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#navigation-subnav #mode-button-tray .PDF-download-full.loading {
  touch-action: none;
  cursor: not-allowed;
}
#navigation-subnav #mode-button-tray .subnav-button {
  border: none;
  background-color: transparent;
}
#navigation-subnav #mode-button-tray .subnav-button:nth-child(4) {
  margin-right: auto;
}
@media (max-width: 1000px) {
  #navigation-subnav #mode-button-tray .subnav-button {
    font-size: 0.8em;
  }
}
#navigation-subnav #mode-button-tray .subnav-button svg {
  color: black;
}
#navigation-subnav #mode-button-tray .subnav-button :hover svg {
  color: #76c0c1;
}
#navigation-subnav #mode-button-tray .subnav-button span {
  transition: border-bottom-color, border-top-color 100ms ease-in-out;
  border-top: 0 solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.8;
  padding: 1.2em;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #navigation-subnav #mode-button-tray .subnav-button span {
    padding: 1.4em;
  }
}
#navigation-subnav #mode-button-tray .subnav-button a.nav-link {
  margin-left: 1.3em;
}
#navigation-subnav #mode-button-tray .subnav-button.active:last-child .mode-frame-selector {
  right: 1.8em;
}
#navigation-subnav #mode-button-tray .subnav-button.active span {
  opacity: 1;
  color: #76c0c1;
  border-top: 3px solid #76c0c1;
  border-bottom: 3px solid #76c0c1;
}
#navigation-subnav #mode-button-tray .subnav-button:hover span {
  color: #76c0c1;
}
#navigation-subnav #mode-button-tray .subnav-button:hover span {
  opacity: 1;
  transition: opacity, background-color 250ms ease-in-out;
}

#offcanvas-audioplayer .offcanvas-header {
  display: flex;
  flex-direction: column;
  margin-top: 4em;
}
#offcanvas-audioplayer .offcanvas-header div:first-child {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#offcanvas-audioplayer #audio-player-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1em;
}
#offcanvas-audioplayer #audio-player-container audio {
  width: 100%;
  height: 30px;
  margin-bottom: 0.25em;
}
#offcanvas-audioplayer #audio-player-container button#download-audio {
  border: none;
  display: none;
  background-color: transparent;
  pointer-events: none;
}
#offcanvas-audioplayer #audio-player-container button#download-audio:hover {
  color: #6794a7;
}
#offcanvas-audioplayer #audio-player-container button#download-audio > svg:first-child {
  display: none;
}
#offcanvas-audioplayer #audio-player-container button#download-audio > svg:last-child {
  display: block;
}
#offcanvas-audioplayer #audio-player-container button#download-audio.player-loaded {
  display: block;
  cursor: unset;
  pointer-events: unset;
}
#offcanvas-audioplayer #audio-player-container button#download-audio.player-loaded > svg:first-child {
  display: block;
}
#offcanvas-audioplayer #audio-player-container button#download-audio.player-loaded > svg:last-child {
  display: none;
}
#offcanvas-audioplayer .audio-file-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
#offcanvas-audioplayer .audio-file-list .audio-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.2rem;
}
#offcanvas-audioplayer .audio-file-list .audio-item:hover .audio-item-label span {
  background-color: #76c0c1;
  border-radius: 20px;
  cursor: pointer;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-label {
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  border-radius: 10px;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-label.active span {
  background-color: #76c0c1;
  border-radius: 20px;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-label span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 17em;
  padding-left: 0.5em;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-buttongroup {
  min-width: 3.2em;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-buttongroup button {
  border: 1px black solid;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-buttongroup .copy-item-button {
  border: none;
  background-color: transparent;
  padding: 2px;
  border-radius: 10px;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-buttongroup .copy-item-button svg {
  height: 100%;
  vertical-align: middle;
}
#offcanvas-audioplayer .audio-file-list .audio-item .audio-item-buttongroup .copy-item-button:hover {
  cursor: pointer;
}

.script-transcription-text {
  display: none;
}
.script-transcription-text.active {
  display: block;
}

.form-selectgroup-input:checked + .form-selectgroup-label {
  background: #6794a7;
  color: black;
}

#data-window, #charts-window {
  display: none;
  opacity: 0;
}
#data-window.active, #charts-window.active {
  display: block;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

#filter-menu input:focus {
  outline: none !important;
}
#filter-menu *:focus {
  outline: none !important;
}
#filter-menu.closed-state .accordion-button-other.button-filter-toggle:hover {
  width: 100%;
}
#filter-menu.closed-state .accordion-button-other.button-filter-toggle > svg:last-child {
  display: block !important;
}
#filter-menu.closed-state .accordion-button-other.button-filter-toggle > svg:first-child {
  display: none;
}
#filter-menu.closed-state #filter-submenu-top {
  justify-content: center;
}
#filter-menu.closed-state #filter-submenu-top h3, #filter-menu.closed-state #filter-submenu-top button.button-filter-update, #filter-menu.closed-state #filter-submenu-top button.button-filter-clear {
  display: none;
  border: 1px solid transparent;
}
#filter-menu.closed-state .accordion {
  display: none;
}

#filter-accordion .time-date-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(98, 105, 118, 0.16);
  padding: 0.5em;
  margin-top: 0.5em;
}
#filter-accordion .time-date-wrapper .date-picker-wrapper {
  display: flex;
}
#filter-accordion .time-date-wrapper .date-picker-wrapper input {
  padding-right: 5px;
}
@media (min-width: 980px) and (max-width: 1100px) {
  #filter-accordion .time-date-wrapper .date-picker-wrapper svg {
    display: none;
  }
  #filter-accordion .time-date-wrapper .date-picker-wrapper input {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#filter-accordion .time-date-wrapper .time-picker-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0.5em;
  border: 1px solid rgba(98, 105, 118, 0.16);
  border-radius: 3px;
}
@media (not (hover: hover)) and (not (pointer: fine)) {
  #filter-accordion .time-date-wrapper .time-picker-wrapper .generic-tooltip-icon {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #filter-accordion .time-date-wrapper .time-picker-wrapper {
    flex-direction: column;
  }
  #filter-accordion .time-date-wrapper .time-picker-wrapper > label {
    place-self: auto;
  }
  #filter-accordion .time-date-wrapper .time-picker-wrapper div {
    max-width: 50%;
  }
}
@media (min-width: 980px) and (max-width: 1100px) {
  #filter-accordion .time-date-wrapper .time-picker-wrapper label:first-child {
    display: none;
  }
}
#filter-accordion .time-date-wrapper .time-picker-wrapper label:first-child {
  padding-right: 0.8em;
}
#filter-accordion .time-date-wrapper .time-picker-wrapper label:first-child > div {
  padding-left: 3px;
}
#filter-accordion .time-date-wrapper .time-picker-wrapper label:first-child > div svg {
  color: dimgray;
}
#filter-accordion .time-date-wrapper .time-picker-wrapper > div {
  display: flex;
  flex-direction: row;
}
#filter-accordion .time-date-wrapper .time-picker-wrapper label {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  max-width: inherit;
}
#filter-accordion .time-date-wrapper .time-picker-wrapper label span {
  padding-left: 0.5em;
}
@media (min-width: 991px) and (max-width: 1580px) {
  #filter-accordion .time-date-wrapper .time-picker-wrapper {
    flex-direction: column;
  }
  #filter-accordion .time-date-wrapper .time-picker-wrapper div,
  #filter-accordion .time-date-wrapper .time-picker-wrapper label {
    justify-content: center;
  }
}
#filter-accordion .item-header-wrapper span {
  margin-left: 0.5em;
}
#filter-accordion .item-header-wrapper .selection-counter.full {
  color: dodgerblue;
}
#filter-accordion.chart-mode .breakdown-toggle {
  display: none;
}
#filter-accordion #filter-submenu-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#filter-accordion #filter-submenu-top h3 {
  margin: 0.5em;
}
#filter-accordion .filter-selection-submenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1em;
}
#filter-accordion .form-selectgroup-input:disabled + span {
  background-color: #76c0c1;
}
#filter-accordion .form-selectgroup-input:disabled + span:hover {
  background-color: #76c0c1;
}
#filter-accordion .form-selectgroup-item > .form-selectgroup-label {
  border: 1px solid lightgrey;
  margin-bottom: 5px;
}
#filter-accordion .form-selectgroup-item > .form-selectgroup-label:hover {
  background-color: #76c0c1;
}
#filter-accordion .accordion-button-other.breakdown-toggle:disabled > div:first-child,
#filter-accordion .accordion-button-other.breakdown-toggle:disabled > div:last-of-type,
#filter-accordion .accordion-button-other.button-all:disabled > div:first-child,
#filter-accordion .accordion-button-other.button-all:disabled > div:last-of-type {
  display: none !important;
}
#filter-accordion .accordion-button-other.breakdown-toggle:disabled > div:nth-child(2),
#filter-accordion .accordion-button-other.button-all:disabled > div:nth-child(2) {
  display: block;
}
#filter-accordion .accordion-button-other.breakdown-toggle:disabled > div:nth-child(2) svg,
#filter-accordion .accordion-button-other.button-all:disabled > div:nth-child(2) svg {
  color: mediumpurple;
}
#filter-accordion .accordion-button-other.breakdown-toggle:disabled:hover,
#filter-accordion .accordion-button-other.button-all:disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
}
#filter-accordion .accordion-button-other.breakdown-toggle > div:first-of-type,
#filter-accordion .accordion-button-other.button-all > div:first-of-type {
  display: none;
}
#filter-accordion .accordion-button-other.breakdown-toggle > div:first-of-type svg,
#filter-accordion .accordion-button-other.button-all > div:first-of-type svg {
  display: none;
}
#filter-accordion .accordion-button-other.breakdown-toggle > div:nth-child(2),
#filter-accordion .accordion-button-other.button-all > div:nth-child(2) {
  display: none;
}
#filter-accordion .accordion-button-other.breakdown-toggle > div:last-child,
#filter-accordion .accordion-button-other.button-all > div:last-child {
  display: block;
}
#filter-accordion .accordion-button-other.breakdown-toggle > div:last-child svg,
#filter-accordion .accordion-button-other.button-all > div:last-child svg {
  display: block;
  color: lightcoral;
}
#filter-accordion .accordion-button-other.breakdown-toggle:hover div > svg,
#filter-accordion .accordion-button-other.button-all:hover div > svg {
  background-color: #76c0c1;
}
#filter-accordion .accordion-button-other.breakdown-toggle.active div:first-of-type,
#filter-accordion .accordion-button-other.button-all.active div:first-of-type {
  display: block;
}
#filter-accordion .accordion-button-other.breakdown-toggle.active div:first-of-type svg,
#filter-accordion .accordion-button-other.button-all.active div:first-of-type svg {
  display: block;
  color: green;
}
#filter-accordion .accordion-button-other.breakdown-toggle.active div:last-child,
#filter-accordion .accordion-button-other.button-all.active div:last-child {
  display: none;
}
#filter-accordion .accordion-button-other.breakdown-toggle.active div:last-child svg,
#filter-accordion .accordion-button-other.button-all.active div:last-child svg {
  display: none;
}
#filter-accordion .accordion-button-other {
  border: 0;
  background-color: transparent;
}
#filter-accordion .accordion-button-other.generic-tooltip-icon svg {
  cursor: help;
}
#filter-accordion .accordion-button-other svg {
  border-radius: 1em;
  transition: background-color 400ms ease-in-out;
}
#filter-accordion .accordion-button-other.button-filter-toggle {
  transition: background-color, width 250ms ease-in-out;
  width: 4em;
  border-top-left-radius: 3px;
}
#filter-accordion .accordion-button-other.button-filter-toggle:hover {
  background-color: #76c0c1;
  width: 5em;
}
#filter-accordion .accordion-button-other.button-filter-toggle svg:last-child {
  display: none;
}
#filter-accordion .accordion-button-other.button-filter-update {
  transition: background-color 250ms ease-in-out, width 250ms ease-in-out;
  width: 7em;
  border-radius: 0;
}
#filter-accordion .accordion-button-other.button-filter-update svg {
  margin-right: 0.25em;
}
#filter-accordion .accordion-button-other.button-filter-update span {
  margin-right: 0.25em;
}
#filter-accordion .accordion-button-other.button-filter-update .spinner-border {
  font-size: 0.5em;
  margin-right: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  #filter-accordion .accordion-button-other.button-filter-update:hover {
    background-color: #A4F483;
    width: 8em;
  }
  #filter-accordion .accordion-button-other.button-filter-update:hover svg {
    animation: tilt-shaking 200ms ease-in-out;
  }
}
#filter-accordion .accordion-button-other.button-filter-clear {
  transition: background-color 250ms ease-in-out, width 250ms ease-in-out;
  width: 7em;
  border-radius: 0;
}
#filter-accordion .accordion-button-other.button-filter-clear svg {
  margin-right: 0.25em;
}
#filter-accordion .accordion-button-other.button-filter-clear span {
  margin-right: 0.25em;
}
#filter-accordion .accordion-button-other.button-filter-clear .spinner-border {
  font-size: 0.5em;
  margin-right: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  #filter-accordion .accordion-button-other.button-filter-clear:hover {
    background-color: #F09553;
    width: 8em;
  }
  #filter-accordion .accordion-button-other.button-filter-clear:hover svg {
    animation: tilt-shaking 200ms ease-in-out;
  }
}
#filter-accordion div > div.accordion-item-upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#filter-accordion div > div.accordion-item-upper .item-header-wrapper {
  display: flex;
  flex-direction: column;
}
#filter-accordion div > div.accordion-item-upper button {
  width: auto;
}
#filter-accordion div > div.accordion-item-upper .form-switch {
  margin: 0;
  padding-left: 4em;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
header.navbar.env-dev {
  background-color: #A648B9;
}
header.navbar.env-test {
  background-color: #A648B9;
}
header.navbar .card.environment-card .card-body p {
  color: firebrick;
  font-weight: bold;
}

#accordion-rules-main {
  padding-bottom: 1em;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
#accordion-rules-main input::-webkit-outer-spin-button,
#accordion-rules-main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#accordion-rules-main input[type=number] {
  -moz-appearance: textfield;
}

.status-summary {
  background-color: #76c0c1;
  color: white;
}

.rules-form-buttons {
  display: flex;
  flex-direction: row;
  transition: background-color 200ms ease-in-out;
  margin-right: 1em;
  padding: 5px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  background-color: white;
}
.rules-form-buttons:hover {
  background-color: lightgrey;
  color: white;
}
.rules-form-buttons button {
  font-weight: 600;
  border: none;
  background-color: transparent;
}
.rules-form-buttons #save-status-signet {
  transition: background-color 250ms ease-in-out;
  border-radius: 1em;
  width: 10px;
  height: 10px;
  margin: 0.5em;
}
.rules-form-buttons #save-status-signet.signet-amber {
  background-color: darkorange;
}
.rules-form-buttons #save-status-signet.signet-green {
  background-color: lightgreen;
}

.accordion-item > .accordion-header#heading-0 {
  border-top: 1px solid rgba(98, 105, 118, 0.16);
}

.planning-action-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0.8em;
}

.card-header-tabs {
  margin-top: 0;
}
.card-header-tabs .nav-item {
  display: flex;
}
.card-header-tabs .nav-item:hover .remove-tab-button {
  display: block;
}
.card-header-tabs .nav-item .remove-tab-button {
  align-self: center;
  display: none;
}
.card-header-tabs .nav-item-base .remove-tab-button {
  display: none;
}
.card-header-tabs .nav-item-base:hover > .remove-tab-button {
  display: none;
}

.rules-button {
  border: 0;
  background-color: transparent;
}
.rules-button svg:hover {
  color: #76c0c1;
}
.rules-button.remove-subscript-button:disabled {
  display: none;
}
.rules-button.remove-subscript-button:hover {
  color: #F09553;
}
.rules-button.playpause-button.active svg:first-of-type {
  display: none;
}
.rules-button.playpause-button.active svg:last-of-type {
  display: inherit;
}
.rules-button.playpause-button.active svg:last-of-type:hover {
  color: #F09553;
}
.rules-button.playpause-button svg:first-of-type {
  display: inherit;
}
.rules-button.playpause-button svg:first-of-type:hover {
  color: #A4F483;
}
.rules-button.playpause-button svg:last-of-type {
  display: none;
}
.rules-button.collapse-all-button {
  padding: 0.5em;
}
.rules-button.collapse-all-button.state-collapsed svg:first-of-type {
  display: none;
}
.rules-button.collapse-all-button.state-collapsed svg:last-of-type {
  display: block;
}
.rules-button.collapse-all-button svg:first-of-type {
  display: block;
}
.rules-button.collapse-all-button svg:last-of-type {
  display: none;
}

.script-summary-tray-wrapper {
  display: flex;
  flex-direction: column;
}
.script-summary-tray-wrapper .script-summary-tray-upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em;
  padding-left: 0.5em;
  z-index: 10;
}
.script-summary-tray-wrapper .script-summary-tray-upper .script-details-summary {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  line-height: 30px;
}
.script-summary-tray-wrapper .script-summary-tray-upper .script-details-summary > div {
  padding-right: 1em;
}
.script-summary-tray-wrapper .script-summary-tray-upper .script-details-summary > div > span:first-child {
  display: inline;
  margin-right: 1em;
}
.script-summary-tray-wrapper .script-summary-tray-upper .script-details-summary > div > span:first-child svg {
  vertical-align: text-top;
}
.script-summary-tray-wrapper .script-summary-tray-upper .script-action-tray {
  display: flex;
  flex-direction: row;
}
.script-summary-tray-wrapper button.collapsed .script-summary-tray {
  opacity: 1;
  flex-flow: wrap;
  line-height: 30px;
}
.script-summary-tray-wrapper .script-summary-tray {
  display: flex;
  flex-direction: row;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.script-summary-tray-wrapper .script-summary-tray > span {
  margin-right: 1em;
}
.script-summary-tray-wrapper .script-summary-tray > div {
  display: flex;
  flex-direction: row;
  margin-right: 2em;
}

.rules-planning-grid-wrapper {
  display: flex;
  flex-direction: column;
}
.rules-planning-grid-wrapper .form-selectgroup.form-selectgroup-pills > label {
  margin-right: 0;
}
.rules-planning-grid-wrapper .form-selectgroup.form-selectgroup-pills > label span {
  border-radius: 20px;
}
.rules-planning-grid-wrapper .form-selectgroup-input:checked + .form-selectgroup-label {
  background: #6794a7;
}
.rules-planning-grid-wrapper .rules-planning-temporal > div {
  display: flex;
  flex-direction: row;
}
.rules-planning-grid-wrapper .rules-planning-temporal > div.days-selector label > span {
  min-width: 6em;
}
.rules-planning-grid-wrapper .rules-planning-temporal > div.months-selector label {
  margin-right: 1px;
}
.rules-planning-grid-wrapper .rules-planning-temporal > div.months-selector label span {
  min-width: 3em;
}
.rules-planning-grid-wrapper .rules-planning-rotation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rules-planning-grid-wrapper .rules-rotation-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.rules-planning-grid-wrapper .rules-planning-properties {
  display: flex;
  flex-direction: row;
}
.rules-planning-grid-wrapper .rules-planning-properties .properties-selectgroup.script-dp {
  display: none;
}
.rules-planning-grid-wrapper .rules-planning-properties > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 1em;
}
.rules-planning-grid-wrapper .rules-planning-properties > div > div {
  margin-bottom: 1em;
}
.rules-planning-grid-wrapper .rules-planning-properties > div > section {
  display: flex;
  flex-direction: row;
}
.rules-planning-grid-wrapper .rules-planning-properties > div .form-check-inline {
  display: flex;
  flex-direction: row;
}
.rules-planning-grid-wrapper .rules-planning-properties > div .form-check-inline input, .rules-planning-grid-wrapper .rules-planning-properties > div .form-check-inline span, .rules-planning-grid-wrapper .rules-planning-properties > div .form-check-inline label {
  margin-right: 0.5em;
}
.rules-planning-grid-wrapper .rules-planning-properties > div:last-child {
  justify-content: flex-start;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.3em;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals label {
  margin-right: 1em;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .impressions-goal > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .impressions-goal input[type=number] {
  width: auto;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .impressions-pacing > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .impressions-pacing input[type=number] {
  width: auto;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .audio-cap {
  margin-top: 2em;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .audio-cap.script {
  margin-left: 8em;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .audio-cap > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 2em;
  align-items: center;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .audio-cap > div input[name=listen_limit_input] {
  width: auto;
  margin-right: 2em;
}
.rules-planning-grid-wrapper .rules-planning-impressions-goals .audio-cap > div > span {
  margin-right: 2em;
}

.accordion-platform-footer {
  margin-top: 1em;
}

.container {
  display: grid;
  grid-template-columns: repeat(1, 5fr);
}

.box {
  cursor: move;
}
.box[draggable=true] {
  cursor: grabbing;
}
.box[draggable=true]:hover {
  box-shadow: inset 0 0 0 1px #A4F483;
}
.box.over {
  border: 3px dotted #666;
  background-color: #76c0c1;
  opacity: 0.5;
}
.box.moving {
  opacity: 0.25;
  border: dashed 1px #F09553;
  transform: scale(0.8);
}

[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.ts-wrapper.time-zone-selection {
  min-width: 200px;
}

.editor-back-button {
  background: white;
  width: 80px;
}

#data-window .table-responsive {
  max-height: 65vh;
  overflow-y: scroll;
}
#data-window .table-responsive thead > tr {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#content-area {
  align-items: flex-start;
}

.highcharts-a11y-proxy-button {
  font-weight: 400;
}

.chart-container .text-secondary {
  font-variant: all-small-caps;
}

.chart-container .loading-wrapper,
#data-window .loading-wrapper {
  padding-top: 8em;
}

@media screen and (max-width: 1000px) {
  .chart-container {
    pointer-events: none !important;
  }
}
#methodology-page-main {
  font-size: 1.5em;
}
#methodology-page-main .contains-image {
  display: flex;
  flex-direction: row;
}
#methodology-page-main .contains-image p {
  max-width: 50%;
  padding-top: 2em;
}

.hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}

.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-video-form label {
  color: #fff !important;
}

.hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-video-form .hs-button {
  width: 70%;
}

.hs-video-form .hs-button span {
  font-size: 15px;
}

.hs-video-form .hs-richtext {
  color: #fff !important;
}

.hs-video-form .legal-consent-container {
  max-height: 180px !important;
  overflow-y: scroll !important;
}

.hs-video-form .legal-consent-container:after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}

.hs-video-form .legal-consent-wrapper {
  position: relative;
}

.hs-video-form .legal-consent-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #292929 100%);
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

select.is-placeholder {
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input option:disabled {
  color: #bfbfbf;
}

.hs-input input, .hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
  border-color: #c87872;
}

input.hs-input.error:focus, div.field.error input:focus, div.field.error textarea:focus, div.field.error .chzn-choices:focus, textarea.hs-input.error:focus, select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: inherit;
  color: #33475b;
}

.hs-richtext hr {
  margin-left: 0;
  width: 91%;
}

.hs-custom-style .hs-dependent-field > div input.hs-input:not([type=checkbox]):not([type=radio]) {
  width: 90%;
}

form.hs-form-rtl .field {
  flex: 0 1 100%;
}

form.hs-form-rtl .hs-input[type=checkbox], form.hs-form-rtl .hs-input[type=radio] {
  margin: 3px 5px 3px 5px;
}

form.hs-form-rtl fieldset {
  display: flex;
}

form.hs-form-rtl fieldset[class^=form-columns-] .input {
  margin-right: 0px;
}

form.hs-form-rtl ul {
  padding: 0px;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto;
  float: right;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px;
}

form.hs-form-rtl .hs-dependent-field {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-correction a, .email-validation a {
  cursor: pointer;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field, .email-correction form .form-columns-3 .hs-form-field, .email-validation form .form-columns-2 .hs-form-field, .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input, .email-correction form .form-columns-3 .hs-form-field .hs-input, .email-validation form .form-columns-2 .hs-form-field .hs-input, .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox], .email-correction form .form-columns-2 .hs-form-field input[type=radio], .email-correction form .form-columns-3 .hs-form-field input[type=checkbox], .email-correction form .form-columns-3 .hs-form-field input[type=radio], .email-validation form .form-columns-2 .hs-form-field input[type=checkbox], .email-validation form .form-columns-2 .hs-form-field input[type=radio], .email-validation form .form-columns-3 .hs-form-field input[type=checkbox], .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}
.hs-button, .hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element, .hs-main-font-element {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966.hs-form {
  width: 100%;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-submit > .actions {
  text-align: left;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button,
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button:hover,
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button:hover:not(.inactive),
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button:focus,
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button:active,
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button:active:not(.inactive):not(.link) {
  background: #004AE5;
  border-color: #004AE5;
  color: transparent;
  font-size: inherit;
  line-height: 12px;
  font-family: helvetica;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 legend.hs-field-desc {
  font-family: helvetica;
  color: rgba(81, 99, 131, 0.8705882353);
  font-size: inherit;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-form-field label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: inherit;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-form-field label:not(.hs-error-msg) {
  color: #004AE5;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .legal-consent-container .hs-richtext,
.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .legal-consent-container label:not(.hs-error-msg) {
  font-family: helvetica;
  color: #33475B;
  font-size: inherit;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-main-font-element, .submitted-message.hs-main-font-element {
  font-family: helvetica;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966.submitted-message {
  font-size: inherit;
  color: #33475B;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 a:link, .hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 a:active {
  color: #0000EE;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 a:visited, .hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 a:hover {
  color: #551A8B;
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}

.fn-date-picker.pika-single.is-hidden {
  display: none;
}

.fn-date-picker.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.fn-date-picker.pika-single:after, .fn-date-picker.pika-single:before {
  content: " ";
  display: table;
}

.fn-date-picker.pika-single:after {
  clear: both;
}

.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}

.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}

.fn-date-picker .pika-next, .fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.fn-date-picker .pika-next:hover, .fn-date-picker .pika-prev:hover {
  opacity: 1;
}

.fn-date-picker .pika-next.is-disabled, .fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.fn-date-picker .is-rtl .pika-next, .fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.fn-date-picker .is-rtl .pika-prev, .fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}

.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.fn-date-picker .pika-table td, .fn-date-picker .pika-table th {
  width: 14.2857142857%;
  padding: 0;
}

.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}

.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list li:after {
  clear: both;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list li input {
  float: left;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list.inline-list-2 li {
  width: 50%;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list.inline-list-3 li {
  width: 33%;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}

.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}

.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}

.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}

.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
  .hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 68% !important;
  }
  .hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
    width: 30% !important;
  }
}
.hs-fieldtype-textarea.hs-input {
  resize: vertical;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-button {
  white-space: pre-wrap;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-richtext {
  word-break: break-word;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-1 .hs-input {
  width: 95%;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-1 .input {
  margin-right: 8px;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-1 input[type=checkbox], .hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-1 input[type=radio] {
  width: auto;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-2 .input {
  margin-right: 8px;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 fieldset.form-columns-3 .input {
  margin-right: 8px;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 label.hs-hidden {
  visibility: hidden;
}

.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966 .hs-field-desc {
  width: 100%;
}

.hs-custom-style .hs-input, .hs-custom-style fieldset {
  max-width: 100%;
}

.hs-custom-style > div.form-columns-3 .hs-form-field, .hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-custom-style > div textarea, .hs-custom-style fieldset textarea {
  padding: 10px 15px;
}

.hs-custom-style .hs-dependent-field > div .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }
  form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-2 .hs-form-field, form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
  }
  form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox], form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio], form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox], form.hs-form-2fe19593-fac7-4b2e-ae0f-43784d062f31_8093f5b5-7f32-4109-a937-e7dd2b718966:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio] {
    width: auto;
  }
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}

.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}

.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}

.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

#hs-outer-captcha-target, #hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}

.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}

.hubspot-link__container.sproket {
  color: #9fa0a2;
}

.hubspot-link {
  color: #9fa0a2;
}

.hubspot-link, .hubspot-link:hover {
  text-decoration: none;
}

.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}

.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}

.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}

@font-face {
  font-family: "Public-Sans", sans-serif;
  font-display: swap;
  src: url("/PublicSans-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "GT-America", sans-serif;
  font-display: swap;
  src: url("/GT-America-Extended-Black.woff") format("woff");
}
@keyframes flicker {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #01A2D9;
  }
}
.flickerAnim {
  background-color: transparent;
  animation: flicker 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .flickerAnim {
    animation: flicker 0s;
    animation-fill-mode: forwards;
  }
}

@keyframes cursorBlink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cursorBlinkAlt {
  0% {
    color: #01A2D9;
  }
  25% {
    color: #01A2D9;
  }
  50% {
    color: transparent;
  }
  75% {
    color: transparent;
  }
  100% {
    color: #01A2D9;
  }
}
#adwanted-logo-marketing .cls-1 {
  fill: url(#linear-gradient-2);
}
#adwanted-logo-marketing .cls-2 {
  fill: #03294f;
}
#adwanted-logo-marketing .cls-3 {
  fill: url(#linear-gradient-3);
}
#adwanted-logo-marketing .cls-4 {
  fill: #ff2130;
  fill-rule: evenodd;
}
#adwanted-logo-marketing .cls-5 {
  fill: url(#linear-gradient);
}

#adwanted-UK-logo .cls-1 {
  fill: #ff2130;
}
#adwanted-UK-logo .cls-2 {
  fill: #03294f;
}

#adwanted-events-logo .cls-1 {
  fill: #512d6d;
}
#adwanted-events-logo .cls-2 {
  fill: #ff2130;
}

#audiotrack-group-logo .cls-1 {
  fill: url(#linear-gradient-2);
}
#audiotrack-group-logo .cls-2 {
  fill: url(#linear-gradient-5);
}
#audiotrack-group-logo .cls-3 {
  fill: #03294f;
}
#audiotrack-group-logo .cls-4 {
  fill: #ff2130;
}
#audiotrack-group-logo .cls-4, #audiotrack-group-logo .cls-5 {
  fill-rule: evenodd;
}
#audiotrack-group-logo .cls-6 {
  fill: url(#linear-gradient);
}
#audiotrack-group-logo .cls-7 {
  fill: url(#linear-gradient-4);
}
#audiotrack-group-logo .cls-5 {
  fill: url(#linear-gradient-3);
}

#Adwanted-Group-logo .cls-1 {
  fill: #03294f;
}
#Adwanted-Group-logo .cls-2 {
  fill: #ff2130;
  fill-rule: evenodd;
}

.cursor-decal-adjustment-1 {
  position: relative;
  top: -2.5em;
}

.cursor-pattern-alpha,
.cursor-pattern-footer,
.cursor-pattern-quote,
.cursor-pattern-who {
  background-color: #01A2D9;
}
.cursor-pattern-alpha.anim,
.cursor-pattern-footer.anim,
.cursor-pattern-quote.anim,
.cursor-pattern-who.anim {
  animation-name: cursor-anim;
  animation-duration: 3s;
  animation-delay: 1s;
}
.cursor-pattern-alpha .cursor-pattern-anchor,
.cursor-pattern-footer .cursor-pattern-anchor,
.cursor-pattern-quote .cursor-pattern-anchor,
.cursor-pattern-who .cursor-pattern-anchor {
  position: relative;
  background-color: #01A2D9;
}
.cursor-pattern-alpha .cursor-pattern-anchor.variant,
.cursor-pattern-footer .cursor-pattern-anchor.variant,
.cursor-pattern-quote .cursor-pattern-anchor.variant,
.cursor-pattern-who .cursor-pattern-anchor.variant {
  background-color: transparent;
}
.cursor-pattern-alpha .cursor-pattern-anchor.variant > div:first-child,
.cursor-pattern-footer .cursor-pattern-anchor.variant > div:first-child,
.cursor-pattern-quote .cursor-pattern-anchor.variant > div:first-child,
.cursor-pattern-who .cursor-pattern-anchor.variant > div:first-child {
  background-color: transparent;
}
.cursor-pattern-alpha .cursor-pattern-anchor.anim,
.cursor-pattern-footer .cursor-pattern-anchor.anim,
.cursor-pattern-quote .cursor-pattern-anchor.anim,
.cursor-pattern-who .cursor-pattern-anchor.anim {
  animation-name: cursor-anim;
  animation-duration: 4s;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:first-child,
.cursor-pattern-footer .cursor-pattern-anchor > div:first-child,
.cursor-pattern-quote .cursor-pattern-anchor > div:first-child,
.cursor-pattern-who .cursor-pattern-anchor > div:first-child {
  background-color: #01A2D9;
  position: relative;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:first-child.anim,
.cursor-pattern-footer .cursor-pattern-anchor > div:first-child.anim,
.cursor-pattern-quote .cursor-pattern-anchor > div:first-child.anim,
.cursor-pattern-who .cursor-pattern-anchor > div:first-child.anim {
  animation-name: cursor-anim;
  animation-duration: 5s;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:nth-child(2),
.cursor-pattern-footer .cursor-pattern-anchor > div:nth-child(2),
.cursor-pattern-quote .cursor-pattern-anchor > div:nth-child(2),
.cursor-pattern-who .cursor-pattern-anchor > div:nth-child(2) {
  background-color: #01A2D9;
  position: relative;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:nth-child(2).anim,
.cursor-pattern-footer .cursor-pattern-anchor > div:nth-child(2).anim,
.cursor-pattern-quote .cursor-pattern-anchor > div:nth-child(2).anim,
.cursor-pattern-who .cursor-pattern-anchor > div:nth-child(2).anim {
  animation-name: cursor-anim;
  animation-duration: 5s;
}

.cursor-pattern-alpha {
  height: 2.5em;
  width: 10em;
}
.cursor-pattern-alpha .cursor-pattern-anchor {
  bottom: 5em;
  height: 2.5em;
  width: 10em;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:first-child {
  right: -10em;
  bottom: -2.5em;
  width: 20em;
  height: 2.5em;
}
.cursor-pattern-alpha .cursor-pattern-anchor > div:nth-child(2) {
  right: -10em;
  bottom: -5em;
  width: 20em;
  height: 2.5em;
}

.cursor-pattern-beta {
  background-color: #01A2D9;
  position: absolute;
}
.cursor-pattern-beta.anim {
  animation-name: cursor-anim;
  animation-duration: 3s;
}
.cursor-pattern-beta .cursor-pattern-anchor {
  position: relative;
  background-color: transparent;
}
.cursor-pattern-beta .cursor-pattern-anchor.anim {
  animation-name: cursor-anim;
  animation-duration: 4s;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:first-child {
  background-color: #01A2D9;
  position: relative;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:first-child.anim {
  animation-name: cursor-anim;
  animation-duration: 5s;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:nth-child(2) {
  background-color: #01A2D9;
  position: relative;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:nth-child(2).anim {
  animation-name: cursor-anim;
  animation-duration: 5s;
}

.cursor-pattern-quote {
  position: relative;
  top: 2.5em;
  float: right;
  height: 2.5em;
  width: 20em;
  background-color: #03294F;
}
.cursor-pattern-quote .cursor-pattern-anchor {
  bottom: 5em;
  height: 2.5em;
  width: 10em;
  background-color: transparent;
}
.cursor-pattern-quote .cursor-pattern-anchor > div:first-child {
  background-color: #03294F;
  right: 10em;
  bottom: -2.5em;
  width: 10em;
  height: 2.5em;
}
.cursor-pattern-quote .cursor-pattern-anchor > div:nth-child(2) {
  background-color: #03294F;
  top: 0;
  right: 20em;
  bottom: -5em;
  width: 10em;
  height: 2.5em;
}

.cursor-pattern-who {
  position: relative;
  top: -5em;
  float: right;
  height: 5em;
  width: 10em;
  background-color: #01A2D9;
}
.cursor-pattern-who .cursor-pattern-anchor {
  bottom: 10em;
  height: 5em;
  width: 10em;
  background-color: #01A2D9;
}
.cursor-pattern-who .cursor-pattern-anchor > div {
  background-color: #01A2D9;
  right: 40em;
  bottom: -5em;
  width: 40em;
  height: 5em;
}

.cursor-pattern-footer {
  position: relative;
  top: 2.5em;
  height: 2.5em;
  width: 10em;
}
.cursor-pattern-footer .cursor-pattern-anchor {
  bottom: 5em;
  height: 2.5em;
  width: 10em;
  background-color: transparent;
}
.cursor-pattern-footer .cursor-pattern-anchor > div:first-child {
  right: -10em;
  bottom: -2.5em;
  width: 20em;
  height: 2.5em;
}
.cursor-pattern-footer .cursor-pattern-anchor > div:nth-child(2) {
  top: 0;
  right: -10em;
  bottom: -5em;
  width: 20em;
  height: 2.5em;
}

.cursor-pattern-beta {
  height: 5em;
  width: 40em;
  right: 10em;
  top: 45.55em;
}
.cursor-pattern-beta .cursor-pattern-anchor {
  left: 0;
  height: 5em;
  width: 20em;
  right: 0;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:first-child {
  right: -40em;
  bottom: 5em;
  height: 5em;
  width: 10em;
}
.cursor-pattern-beta .cursor-pattern-anchor > div:nth-child(2) {
  right: -40em;
  bottom: 0;
  height: 5em;
  width: 10em;
}

@keyframes cursor-anim {
  0% {
    background-color: transparent;
  }
  10% {
    background-color: #01A2D9;
  }
  20% {
    background-color: transparent;
  }
  30% {
    background-color: #01A2D9;
  }
  40% {
    background-color: transparent;
  }
  50% {
    background-color: #01A2D9;
  }
  75% {
    background-color: transparent;
  }
  100% {
    background-color: #01A2D9;
  }
}
#audiolab-marketing-body .marketing-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 4.2em;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
#audiolab-marketing-body .marketing-header #marketing-logo-container {
  padding: 1em;
  padding-left: 5em;
}
#audiolab-marketing-body .marketing-header #marketing-logo-container svg {
  height: 2.5em;
}
#audiolab-marketing-body .marketing-header #marketing-logo-container svg .cls-2 {
  transform: translateZ(0);
  animation-name: swipe;
  animation-duration: 1s;
}
#audiolab-marketing-body .marketing-header #marketing-logo-container svg .cls-5 {
  animation-name: swipe;
  animation-duration: 3s;
}
#audiolab-marketing-body .marketing-header #marketing-logo-container svg .cls-1,
#audiolab-marketing-body .marketing-header #marketing-logo-container svg .cls-3 {
  animation-name: swipe;
  animation-duration: 2s;
}
#audiolab-marketing-body .marketing-header #marketing-logo-container svg .cls-4 {
  animation-name: blink;
  animation-duration: 2s;
}
#audiolab-marketing-body .marketing-header nav.site-menu-nav {
  display: none;
  flex-direction: row;
  align-self: center;
  justify-content: space-evenly;
  margin-right: 5em;
  height: 100%;
}
@media (min-width: 800px) {
  #audiolab-marketing-body .marketing-header nav.site-menu-nav {
    display: flex;
  }
}
#audiolab-marketing-body .marketing-header nav.site-menu-nav span {
  padding: 1em;
  font-family: "Public-Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  transition: color 100ms ease-in-out;
  align-self: center;
}
#audiolab-marketing-body .marketing-header nav.site-menu-nav span a {
  color: darkslategrey;
  text-decoration-color: darkslategrey;
  text-decoration-line: none;
  font-family: "GT-America", sans-serif;
}
#audiolab-marketing-body .marketing-header nav.site-menu-nav span a:hover {
  color: orange;
  cursor: pointer;
}
#audiolab-marketing-body .marketing-header .site-menu-nav-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  #audiolab-marketing-body .marketing-header .site-menu-nav-mobile {
    display: block;
  }
  #audiolab-marketing-body .marketing-header nav.site-menu-nav {
    display: none;
  }
}
#audiolab-marketing-body .marketing-header #menuToggle {
  display: block;
  position: relative;
  top: 25px;
  left: -25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#audiolab-marketing-body .marketing-header #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#audiolab-marketing-body .marketing-header #menuToggle a:hover {
  color: orange;
}
#audiolab-marketing-body .marketing-header #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#audiolab-marketing-body .marketing-header #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#audiolab-marketing-body .marketing-header #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#audiolab-marketing-body .marketing-header #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#audiolab-marketing-body .marketing-header #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#audiolab-marketing-body .marketing-header #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#audiolab-marketing-body .marketing-header #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#audiolab-marketing-body .marketing-header #menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 12px;
  margin: -100px 0 0 -50px;
  padding: 125px 50px 50px;
  background: #ededed;
  list-style-type: none;
}
#audiolab-marketing-body .marketing-header #menu li {
  padding: 1em;
  font-family: "Public-Sans", sans-serif;
  font-weight: 400;
  font-size: 2em;
  transition: color 100ms ease-in-out;
  align-self: center;
}
#audiolab-marketing-body .marketing-header #menuToggle input:checked ~ ul {
  display: block;
}
#audiolab-marketing-body .marketing-header .localisation-nav {
  display: flex;
  flex-direction: row;
  width: 6em;
  height: 100%;
  align-items: center;
}
#audiolab-marketing-body .marketing-header .localisation-nav a {
  width: 2em;
  height: 2em;
  padding-right: 1em;
}
#audiolab-marketing-body .marketing-header .localisation-nav a svg {
  transition: height 100ms ease-in-out;
  height: 2em;
  width: 2em;
  overflow: hidden;
  align-self: center;
}
#audiolab-marketing-body .marketing-header .localisation-nav a svg:hover {
  height: 2.2em;
}
#audiolab-marketing-body .marketing-header .localisation-nav.enGB a:first-child svg {
  filter: unset;
}
#audiolab-marketing-body .marketing-header .localisation-nav.fr a:last-child svg {
  filter: unset;
}

#audiolab-marketing-body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#audiolab-marketing-body .section-generic {
  display: flex;
  background-color: transparent;
  padding-left: var(--page-indent);
  padding-right: var(--page-indent);
}
#audiolab-marketing-body .section-generic h1 {
  font-size: var(--fs-splash-title);
  font-family: "GT-America", sans-serif;
  font-weight: 800;
  color: #01A2D9;
  margin-bottom: 0;
}
#audiolab-marketing-body .section-generic p {
  font-family: "Public-Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fs-section-text);
  margin: 0;
  margin-bottom: 1em;
}
#audiolab-marketing-body .section-generic.video-splash {
  position: relative;
  width: 100%;
  min-height: 45em;
  height: 50vh;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  background-color: black;
}
#audiolab-marketing-body .section-generic.video-splash video#splashVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#audiolab-marketing-body .section-generic.video-splash .background-layer {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
}
#audiolab-marketing-body .section-generic.video-splash .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding-left: var(--page-indent);
  height: 100%;
  width: var(--splash-content-width);
  justify-content: center;
  color: white;
  text-align: center;
}
#audiolab-marketing-body .section-generic.video-splash .content h1 {
  font-size: var(--fs-splash-title);
  line-height: 1em;
  margin-bottom: 1rem;
  font-family: "GT-America", sans-serif;
  font-weight: 800;
  color: white;
  text-align: left;
  text-wrap: nowrap;
  word-break: keep-all;
}
#audiolab-marketing-body .section-generic.video-splash .content p {
  text-align: left;
  font-family: "Public-Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fs-splash-text);
}
#audiolab-marketing-body .section-generic.section-accuracy {
  flex-direction: row;
  justify-content: space-between;
}
#audiolab-marketing-body .section-generic.section-accuracy video#splashVideo-side {
  position: relative;
  top: -20px;
  max-width: 30vw;
  height: 100%;
  object-fit: cover;
}
#audiolab-marketing-body .section-generic.section-flexibility {
  justify-content: center;
  flex-direction: column;
}
#audiolab-marketing-body .section-generic.section-flexibility h1 {
  color: #76C0C1;
}
#audiolab-marketing-body .section-generic.section-charts {
  display: inline-flex;
  background-color: #F3F1F1;
  justify-content: space-evenly;
  flex-direction: row;
  height: unset;
}
#audiolab-marketing-body .section-generic.section-charts div {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin: 1em;
  overflow: hidden;
  padding: 0.5em;
}
#audiolab-marketing-body .section-generic.section-charts div div {
  border-radius: 1em;
  background-color: white;
  align-self: center;
}
#audiolab-marketing-body .section-generic.section-quote {
  background-color: #76C0C1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
#audiolab-marketing-body .section-generic.section-quote blockquote {
  font-size: 1.8em;
  font-family: "GT-America", sans-serif;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
  line-height: 1.2em;
}
#audiolab-marketing-body .section-generic.section-quote blockquote strong {
  font-weight: 400;
  color: white;
}
#audiolab-marketing-body .section-generic.section-quote::before, #audiolab-marketing-body .section-generic.section-quote::after {
  font-size: 15em;
  opacity: 0.5;
  font-family: "GT-America", sans-serif;
  color: white;
}
#audiolab-marketing-body .section-generic.section-quote::before {
  content: "“"; /* Open quote character */
  top: 10px; /* Adjust the position as needed */
  left: 10px; /* Adjust the position as needed */
}
#audiolab-marketing-body .section-generic.section-quote::after {
  content: "”"; /* Close quote character */
  right: 10px; /* Adjust the position as needed */
  position: relative;
  bottom: -0.5em;
}
#audiolab-marketing-body .section-generic.section-trust {
  flex-direction: row;
  min-height: 25em;
}
#audiolab-marketing-body .section-generic.section-trust > div {
  display: flex;
  flex-direction: column;
  width: 80%;
}
#audiolab-marketing-body .section-generic.section-trust h1 {
  color: #6794A7;
}
#audiolab-marketing-body .section-generic.section-trust p {
  font-family: "Public-Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fs-section-text);
}
#audiolab-marketing-body .section-generic.section-trust h2 {
  font-size: 1.5em;
  font-family: "GT-America", sans-serif;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2em;
  color: #6794A7;
}
#audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding: 5em;
}
@media screen and (max-width: 800px) {
  #audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper {
    flex-direction: row;
    padding: 2em;
    align-items: baseline;
    width: 80%;
    justify-content: space-evenly;
  }
  #audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper svg {
    padding-right: 2em;
  }
}
#audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper svg {
  width: fit-content;
}
#audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper svg:first-child {
  height: 4em;
}
#audiolab-marketing-body .section-generic.section-trust .trust-image-wrapper svg:last-child {
  padding-top: 1em;
  height: 6em;
}
#audiolab-marketing-body .section-generic.section-about-AT {
  background-color: #F3F1F1;
}
#audiolab-marketing-body .section-generic.video-splash.who .content {
  justify-content: center;
}
#audiolab-marketing-body .section-generic.video-splash.who .content h1 {
  font-size: var(--fs-section-title);
  padding-bottom: 20%;
}
#audiolab-marketing-body .section-generic.section-who {
  flex-direction: column;
  justify-content: center;
  margin-top: -5em;
}
#audiolab-marketing-body .section-generic.section-who .who-image-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  #audiolab-marketing-body .section-generic.section-who .who-image-container {
    flex-direction: column;
  }
  #audiolab-marketing-body .section-generic.section-who .who-image-container a {
    padding-bottom: 1em;
  }
}
#audiolab-marketing-body .section-generic.section-who .who-image-container a {
  height: 4em;
  width: 14em;
  padding-right: 1em;
}
#audiolab-marketing-body .section-generic.section-who .who-image-container:last-child {
  padding-bottom: 1em;
}
#audiolab-marketing-body .section-generic.section-who .who-image-container:first-child > svg {
  height: 4em;
  padding: 0;
  padding-top: 2em;
}
#audiolab-marketing-body .section-generic.section-who .who-image-container > svg {
  height: 100%;
  padding: 1em;
  padding-left: 0;
}
#audiolab-marketing-body .section-generic.section-who .who-image-container img {
  height: 100%;
}
#audiolab-marketing-body .section-generic.section-about-AT > div {
  align-self: center;
}
#audiolab-marketing-body .section-generic.section-about-AT svg {
  width: 20em;
  padding-top: 2em;
}
#audiolab-marketing-body .section-generic.section-adwanted-group > div {
  align-self: center;
}
#audiolab-marketing-body .section-generic.section-adwanted-group svg {
  height: 5em;
  width: auto;
  padding-top: 2em;
}
#audiolab-marketing-body .section-generic.section-contact {
  flex-direction: column;
  height: unset;
}
#audiolab-marketing-body .section-generic.section-contact h1 {
  color: #76C0C1;
  line-height: 1em;
  padding-bottom: 0.5em;
}
#audiolab-marketing-body .section-generic.section-contact div.legal-consent-container > div span,
#audiolab-marketing-body .section-generic.section-contact div.legal-consent-container > div p {
  font-size: unset !important;
  line-height: unset !important;
}
#audiolab-marketing-body .section-generic.section-contact .hs-button.primary.large {
  background-color: #004AE5;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  #audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper {
    flex-direction: column;
  }
  #audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper div.contact-form-blerb,
  #audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper div.contact-form {
    width: 100%;
  }
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb {
  width: 50%;
  padding-right: 2em;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb h2 {
  font-size: var(--fs-contact-subtitle);
  line-height: 1em;
  margin-bottom: 1rem;
  font-family: "GT-America", sans-serif;
  font-weight: 800;
  color: #6794A7;
  text-align: left;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb h2 strong {
  color: #01A2D9;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb p {
  font-size: var(--fs-contact-text);
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb .blerb-image-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-flow: wrap;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form-blerb .blerb-image-wrapper img {
  height: 3.5em;
  padding-right: 1em;
}
#audiolab-marketing-body .section-generic.section-contact .contact-form-wrapper .contact-form {
  width: 50%;
}

#footer-primary {
  background-color: #03294F;
  color: white;
  text-decoration: none;
  overflow: visible;
}
#footer-primary .footer-logo-wrapper {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
#footer-primary #BCORP-logo {
  padding-top: 3em;
  padding-left: 2.5em;
  height: 100px;
  width: auto;
}
#footer-primary .footer-highlights {
  font-weight: 400;
}
#footer-primary .footer-highlights > span.footer-site-titles a {
  color: #76C0C1;
}
#footer-primary .footer-highlights i {
  transition: color 250ms ease-in-out;
}
#footer-primary .footer-highlights i:hover {
  color: #76C0C1;
}
#footer-primary .footer-highlights a {
  transition: color 250ms ease-in-out;
}
#footer-primary .footer-highlights a:hover {
  color: #76C0C1 !important;
}
#footer-primary .footer-highlights a span {
  transition: color 250ms ease-in-out;
}
#footer-primary .footer-highlights a:hover span {
  color: #76C0C1;
}
#footer-primary #legal {
  padding: 1em;
}
#footer-primary #legal > a {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
#footer-primary > div.wrapper {
  font-family: "Public-Sans", Arial, sans-serif;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 10em;
}
#footer-primary > div.wrapper > .follow {
  display: none;
}
#footer-primary > div.wrapper > address {
  padding-bottom: 20px;
}
#footer-primary > div.wrapper > address > .location-address {
  text-decoration: none;
  font-style: normal;
}
#footer-primary > div.wrapper > address > a > span {
  text-decoration: none;
  color: white;
  font-style: normal;
  font-weight: 400;
}
#footer-primary > div.wrapper > address > span > a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}
#footer-primary .sub-footer {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
#footer-primary .sub-footer #adwanted-Logo-footer:hover rect, #footer-primary .sub-footer #Mediatel-Logo-small:hover rect {
  animation-name: cursor-anim;
  animation-duration: 5s;
}
@keyframes cursor-anim {
  0% {
    fill: transparent;
  }
  10% {
    fill: red;
  }
  20% {
    fill: transparent;
  }
  30% {
    fill: red;
  }
  40% {
    fill: transparent;
  }
  50% {
    fill: red;
  }
  75% {
    fill: transparent;
  }
  100% {
    fill: red;
  }
}
#footer-primary .sub-footer #legal {
  padding-top: 60px;
}
#footer-primary .sub-footer #legal > a {
  color: white;
}
#footer-primary .sub-footer a.logo #adwanted-Logo-footer {
  padding-top: 2em;
  position: relative;
  top: 40px;
  width: 230px;
  float: left;
}
#footer-primary .sub-footer a.logo #adwanted-Logo-footer .cls-2 {
  fill: white;
}
#footer-primary .follow {
  position: relative;
  top: 60px;
}
#footer-primary .follow > a {
  display: inline-block;
  text-decoration: none;
  padding-right: 0.5em;
}
#footer-primary .follow > a > svg {
  fill: white;
  width: 2em;
  height: 2em;
}

@media screen and (min-width: 800px) {
  #footer-primary address a {
    font-size: 1.8em;
  }
  #footer-primary .sub-footer #legal {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 480px) {
  #Mediatel-Logo-small {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  #footer-primary {
    align-items: center;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  #footer-primary .sub-footer {
    flex-direction: column;
    padding-bottom: 25px;
  }
  #footer-primary .sub-footer a.logo #adwanted-Logo-footer {
    width: 170px;
  }
  #footer-primary .sub-footer aside#legal {
    padding-top: 70px;
  }
  #footer-primary div.wrapper {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #footer-primary div.wrapper > .follow {
    display: block !important;
    position: initial;
    font-size: 2em;
    padding: 1em;
  }
  #footer-primary .follow, #footer-primary #adwanted-Logo-footer {
    float: unset;
  }
  #footer-primary .logo :first-child {
    padding-top: 2em;
    margin: auto;
    width: 5em;
    display: block;
  }
  #footer-primary .follow {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #footer-primary > div.wrapper > footer {
    flex-direction: column-reverse;
  }
  #footer-primary .follow a i {
    font-size: 1em;
    padding-top: 1em;
  }
  .sub-footer #legal {
    font-size: 1em;
    padding-top: 40px !important;
  }
  #adwanted-Logo-footer {
    display: none !important;
  }
}
html.marketing body {
  margin: 0;
}

@media (min-resolution: 120dpi) {
  html.marketing {
    font-size: 10px;
    margin: 0;
  }
  html.marketing body#audiolab-marketing-body {
    margin: 0;
  }
  html.marketing body#audiolab-marketing-body .marketing-header div#menuToggle {
    top: 10px;
  }
  html.marketing body#audiolab-marketing-body .marketing-header #marketing-logo-container {
    padding: 0.6em;
  }
  html.marketing body#audiolab-marketing-body .marketing-header #marketing-logo-container svg {
    height: 3em;
  }
  html.marketing body#audiolab-marketing-body .marketing-header span > a {
    font-size: small;
  }
}
/* Base CSS Variables */
:root {
  --splash-content-width: 50%;
  --fs-splash-title: 3.5rem;
  --fs-splash-text: 1.6rem;
  --fs-section-title: 4.5rem;
  --fs-section-text: 1.4rem;
  --page-indent: 6rem;
  --section-height: 20rem;
  --fs-contact-title: 3rem;
  --fs-contact-subtitle: 3rem;
  --fs-contact-text: 1.2rem;
  /* Example for a font-size clamp that could be reused */
  --fs-responsive: clamp(16px, 5vw, 20px);
}

/* Mobile First Approach */
@media (max-width: 800px) {
  :root {
    --fs-splash-title: 1.5rem;
    --fs-splash-text: 1.2rem;
    --splash-content-width: 80%;
    --fs-section-title: 2.8rem;
    --fs-section-text: 1.2rem;
    --fs-contact-title: 5rem;
    --page-indent: 3em;
  }
  #audiolab-marketing-body .site-menu-nav a {
    font-size: var(--fs-responsive); /* Using the responsive font-size example */
  }
  /* Specific adjustments for mobile */
  #audiolab-marketing-body {
    /* Adjustments for logo sizes, container justifications, etc. */
  }
  #audiolab-marketing-body .section-generic.section-quote blockquote {
    font-size: 1rem;
  }
  #audiolab-marketing-body .section-generic.section-quote {
    padding-top: 3rem;
  }
  #audiolab-marketing-body .section-generic.section-quote::before, #audiolab-marketing-body .section-generic.section-quote::after {
    font-size: 7rem;
  }
  #audiolab-marketing-body .section-generic.section-trust h2 {
    font-size: 1rem;
  }
  #audiolab-marketing-body .section-generic.section-charts {
    flex-direction: column;
  }
  #audiolab-marketing-body .cursor-pattern-anchor div.anim {
    max-width: 10rem;
  }
  #audiolab-marketing-body .who-image-container {
    flex-direction: column;
  }
  #footer-primary {
    /* Mobile-specific footer adjustments */
    font-size: 1rem;
  }
  div.section-generic {
    /* Mobile-specific adjustments for generic sections */
  }
  div.section-generic.section-trust {
    flex-direction: column !important;
  }
  div.section-generic #splashVideo-side {
    display: none;
  }
}
/* Tablet */
@media (min-width: 800px) and (max-width: 1200px) {
  :root {
    --fs-splash-title: 2.5rem;
    --fs-splash-text: 1.3rem;
    --fs-section-title: 3rem;
    --fs-section-text: 1.2rem;
    --page-indent: 6rem;
  }
  #footer-primary div > address > a > span {
    font-size: 1.5rem; /* Example adjustment for tablet */
  }
  div.section-generic {
    /* Tablet-specific adjustments */
  }
  div.section-generic.section-quote::before, div.section-generic.section-quote::after {
    display: none;
  }
}
/* desktop Displays */
@media (min-width: 1200px) {
  /* Desktop-specific adjustments, if any */
  :root {
    --fs-splash-title: 3.5rem;
    --fs-splash-text: 1.6rem;
    --fs-section-title: 4.5rem;
    --fs-section-text: 1.4rem;
    --page-indent: 6rem;
  }
  div.section-generic {
    min-height: 20em;
    padding-left: var(--page-indent);
    padding-right: var(--page-indent);
  }
  div.section-generic.video-splash {
    padding-right: 0;
    min-height: 30rem;
  }
}

/*# sourceMappingURL=main.output.css.map */
