@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700|IBM+Plex+Sans:400,700&display=swap");
@import url("https://use.typekit.net/wfv6uhd.css");
@keyframes ts-web-style-button-loader-spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.ts-icon {
  display: block;
  width: 20px;
  height: 20px; }
  .ts-icon--medium {
    width: 30px;
    height: 40px; }
  .ts-icon--large {
    width: 45px;
    height: 45px; }
  .ts-icon--xlarge {
    width: 75px;
    height: 75px; }
  .ts-icon svg {
    width: 100%;
    height: 100%; }

div#hs-eu-cookie-confirmation {
  box-shadow: none !important;
  background: #F7F8F8 !important;
  border-top: solid 2px #1977F3 !important; }

#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  display: grid !important;
  grid-template-columns: minmax(200px, 1fr) 180px;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  grid-gap: 32px !important;
  align-items: center !important; }
  @media all and (max-width: 600px) {
    #hs-eu-cookie-confirmation-inner {
      grid-template-columns: minmax(300px, 1fr); } }
  #hs-eu-cookie-confirmation-inner p {
    font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #333333;
    letter-spacing: 0.01em !important;
    padding: 0 !important;
    margin: 0 !important; }
    #hs-eu-cookie-confirmation-inner p a {
      color: #1977F3 !important;
      text-decoration: underline !important; }
    #hs-eu-cookie-confirmation-inner p:nth-child(2) {
      padding-bottom: 24px; }

#hs-en-cookie-confirmation-buttons-area {
  align-self: center; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  text-decoration: underline !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  transition: all 0.3s ease-out !important;
  backface-visibility: hidden !important;
  height: 48px !important;
  padding: 4px 16px !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 16px !important;
  cursor: pointer !important;
  border-color: #1977F3 !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-weight: 700 !important;
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-align: center !important;
  align-items: center !important;
  font-family: "IBM Plex Sans", sans-serif, sans-serif !important;
  background-color: #FFFFFF !important;
  color: #1977F3 !important;
  font-size: 16px !important;
  letter-spacing: 0.01em !important;
  width: 100% !important;
  border-radius: 0 !important; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
    background-color: #1977F3 !important;
    color: #FFFFFF !important; }

.ts-button {
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  height: 48px;
  padding: 4px 16px;
  display: flex;
  justify-content: center;
  line-height: 16px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  width: fit-content;
  text-align: center;
  align-items: center;
  background: #FDB515;
  border-color: #FDB515; }
  @media all and (max-width: 960px) {
    .ts-button {
      font-size: 14px;
      line-height: 24px; } }
  @media all and (max-width: 960px) {
    .ts-button {
      line-height: 28px;
      padding: 8px; } }
  .ts-button:disabled {
    background: #D0D2D6;
    border-color: #D0D2D6;
    pointer-events: none; }
  .ts-button--normalize-text .ts-button__content {
    text-transform: lowercase; }
    .ts-button--normalize-text .ts-button__content > span:first-child::first-letter {
      text-transform: uppercase !important; }
  .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    padding: 0 !important;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    color: #333333;
    position: relative;
    text-align: center; }
    .ts-button__content:before {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      content: '';
      position: absolute;
      border: 2px solid #333333;
      border-top-color: transparent !important;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      left: -32px;
      top: 50%;
      opacity: 0;
      margin-top: 1px; }
    .ts-button__content .ts-icon {
      margin-left: 8px;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .ts-button__content .ts-icon path {
        transition: all 0.3s ease-out;
        backface-visibility: hidden;
        fill: #333333; }
  .ts-button__icon {
    transition: all 0.3s ease-out;
    backface-visibility: hidden; }
  .ts-button--stretch-to-fill {
    width: 100%; }
  .ts-button--loading .ts-button__content {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translateX(16px); }
    .ts-button--loading .ts-button__content:before {
      opacity: 1;
      animation: ts-web-style-button-loader-spin 1s linear infinite; }
  .ts-button--animate-icon:hover .ts-button__icon--right {
    transform: translateX(8px); }
  .ts-button:hover {
    background: #FDC343;
    border-color: #FDC343; }
  .ts-button--secondary {
    background: #1977F3;
    border-color: #1977F3; }
    .ts-button--secondary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--secondary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--secondary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--secondary:hover {
      background: #4692F5;
      border-color: #4692F5; }
      .ts-button--secondary:hover .ts-button__content:before {
        border-top: 2px solid #5E9FF6; }
  .ts-button--tertiary {
    background: #333333;
    border-color: #333333;
    color: #fff; }
    .ts-button--tertiary .ts-button__content {
      color: #FFFFFF; }
      .ts-button--tertiary .ts-button__content:before {
        border-color: #FFFFFF; }
    .ts-button--tertiary .ts-icon path {
      fill: #FFFFFF !important; }
    .ts-button--tertiary:hover {
      background: #474747;
      border-color: #333333; }
  .ts-button--hollow-primary {
    background: #FFFFFF;
    border-color: #FDB515; }
    .ts-button--hollow-primary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-primary .ts-button__content:before {
        border-color: #333333; }
    .ts-button--hollow-primary:hover {
      background: #FDC343; }
      .ts-button--hollow-primary:hover .ts-button__content {
        color: #333333; }
  .ts-button--hollow-secondary {
    background: #FFFFFF;
    border-color: #1977F3; }
    .ts-button--hollow-secondary .ts-button__content {
      color: #1977F3; }
      .ts-button--hollow-secondary .ts-button__content:before {
        border: 2px solid #1977F3;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-secondary .ts-icon path {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      fill: #1977F3 !important; }
    .ts-button--hollow-secondary:hover {
      background: #1977F3;
      border-color: #1977F3; }
      .ts-button--hollow-secondary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-secondary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #1977F3; }
      .ts-button--hollow-secondary:hover .ts-icon path {
        fill: #FFFFFF !important; }
  .ts-button--hollow-tertiary {
    background: #FFFFFF;
    border-color: #333333; }
    .ts-button--hollow-tertiary .ts-button__content {
      color: #333333; }
      .ts-button--hollow-tertiary .ts-button__content:before {
        border: 2px solid #333333;
        border-top: 2px solid #FFFFFF; }
    .ts-button--hollow-tertiary:hover {
      background: #333333;
      border-color: #333333;
      color: #fff; }
      .ts-button--hollow-tertiary:hover .ts-button__content {
        color: #FFFFFF; }
        .ts-button--hollow-tertiary:hover .ts-button__content:before {
          border: 2px solid #FFFFFF;
          border-top: 2px solid #333333; }
      .ts-button--hollow-tertiary:hover .ts-icon path {
        fill: #FFFFFF !important; }

.ts-card {
  padding: 40px;
  background-color: #FEF7E7; }
  @media all and (max-width: 960px) {
    .ts-card {
      padding: 24px; } }
  .ts-card__content {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em; }
    @media all and (max-width: 960px) {
      .ts-card__content {
        font-size: 14px;
        line-height: 24px; } }
    .ts-card__content > div:last-child, .ts-card__content > span:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .ts-card__sub-title {
    display: block;
    font-size: 16px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400; }
  .ts-card__title {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #141E35;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 24px; }
    @media all and (max-width: 960px) {
      .ts-card__title {
        font-size: 24px;
        line-height: 28px; } }
  .ts-card--primary-dark {
    background-color: #FDB515; }
  .ts-card--secondary {
    background-color: #E8F1FD; }
  .ts-card--secondary-dark {
    background-color: #1977F3;
    color: #fff; }
  .ts-card--tertiary {
    background-color: #F7F8F8; }
  .ts-card--tertiary-dark {
    background-color: #141E35;
    color: #fff; }

.ts-checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-checkbox__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-checkbox__container {
    display: flex;
    align-items: flex-start; }
  .ts-checkbox__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    position: relative;
    top: 4px; }
    .ts-checkbox__display__check {
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #1977F3;
      display: none;
      line-height: 22px;
      position: absolute;
      top: 0;
      left: 0; }
      .ts-checkbox__display__check path {
        fill: #333333; }
    .ts-checkbox__display--error {
      border-color: #E31919; }
  .ts-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-checkbox__input:checked + div span {
      display: flex; }
    .ts-checkbox__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
  .ts-checkbox__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-checkbox__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-choice-group__error {
  margin-top: 8px;
  color: #E31919;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 12px;
  line-height: 1; }

.ts-choice-group__label__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  margin-bottom: 8px; }

.ts-choice-group .ts-checkbox, .ts-choice-group .ts-radio {
  margin-bottom: 8px !important; }

.ts-link-list__list {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  letter-spacing: 0.01em;
  margin: 0 0 32px;
  padding-left: 0;
  list-style: none;
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0; }
  @media all and (max-width: 960px) {
    .ts-link-list__list {
      font-size: 14px;
      line-height: 24px; } }
  .ts-link-list__list li {
    position: relative;
    padding: 4px 16px 16px; }
    .ts-link-list__list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      height: 8px;
      width: 8px;
      background-color: #000;
      top: 16px;
      margin-top: -4px; }
    .ts-link-list__list li a {
      color: #000;
      text-decoration: none; }
      .ts-link-list__list li a:hover {
        text-decoration: underline; }

.ts-link-list__title {
  font-weight: 700;
  font-family: "IBM Plex Mono", monospace; }

.ts-select {
  margin-bottom: 16px; }
  .ts-select__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-select__display {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    height: 48px;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    color: #C1C1C1;
    text-align: left; }
    .ts-select__display:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      width: 12px;
      height: 6px;
      margin-top: -3px;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H12L6 6L0 0Z' fill='black'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat; }
    .ts-select__display:focus .ts-select__display__highlight {
      border: solid 2px #1977F3; }
    .ts-select__display__container {
      position: relative; }
    .ts-select__display__highlight {
      transition: border-color 0.3s ease-out;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: transparent;
      pointer-events: none; }
      .ts-select__display__highlight--open {
        border: solid 2px #1977F3; }
      .ts-select__display__highlight--error {
        border: solid 2px #E31919; }
    .ts-select__display--has-value {
      color: #000; }
    .ts-select__display--open:before {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6L0 6L6 -5.24537e-07L12 6Z' fill='%231977F3'/%3E%3C/svg%3E%0A"); }
  .ts-select__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-select__option {
    font-family: "IBM Plex Sans", sans-serif;
    width: 100%;
    padding: 8px 16px;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none; }
    .ts-select__option:focus, .ts-select__option:hover {
      font-weight: bold;
      background-color: #E8F1FD; }
  .ts-select__options {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #C1C1C1;
    border-top: none;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 1px;
    transform: translateY(100%);
    width: calc(100% - 2px); }
    .ts-select__options--open {
      display: block; }

.ts-radio {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px; }
  .ts-radio__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-radio__container {
    display: flex;
    align-items: flex-start; }
  .ts-radio__display {
    transition: border-color 0.3s ease-out;
    backface-visibility: hidden;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #C1C1C1;
    border-radius: 50%;
    position: relative;
    top: 4px; }
    .ts-radio__display__indicator {
      width: 10px;
      height: 10px;
      background: #1977F3;
      border-radius: 50%;
      display: none;
      position: absolute;
      top: 2px;
      left: 2px; }
    .ts-radio__display--error {
      border-color: #E31919; }
  .ts-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .ts-radio__input:checked + div span {
      display: block; }
    .ts-radio__input:focus + div {
      border-color: #1977F3;
      border-width: 2px; }
      .ts-radio__input:focus + div span {
        top: 1px;
        left: 1px; }
  .ts-radio__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-size: 12px;
    padding-left: 16px;
    line-height: 24px; }
    @media all and (max-width: 960px) {
      .ts-radio__label {
        font-size: 14px;
        line-height: 24px; } }

.ts-textfield {
  margin-bottom: 16px; }
  .ts-textfield__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textfield__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textfield__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textfield__sub-label {
    text-align: left; }
  .ts-textfield__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textfield__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textfield__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textfield__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textfield__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textfield__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textfield__text:focus + div {
        opacity: 1; }
  .ts-textfield__text-container {
    position: relative; }
  .ts-textfield__text {
    height: 48px; }
  .ts-textfield__toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
    .ts-textfield__toggle:focus path, .ts-textfield__toggle--toggled path {
      fill: #1977F3; }

.ts-textarea {
  margin-bottom: 16px; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__highlight {
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #1977F3;
    opacity: 0;
    pointer-events: none; }
  .ts-textarea__label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .ts-textarea__sub-label {
    text-align: left; }
  .ts-textarea__text {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    border: solid 1px #C1C1C1;
    font-family: "IBM Plex Sans", sans-serif;
    padding: 16px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6; }
    .ts-textarea__text::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C1C1C1;
      opacity: 1;
      /* Firefox */ }
    .ts-textarea__text:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #C1C1C1; }
    .ts-textarea__text::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #C1C1C1; }
    .ts-textarea__text--error + div {
      opacity: 1;
      border-color: #E31919; }
    .ts-textarea__text:focus {
      border-color: #1977F3;
      box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }
      .ts-textarea__text:focus + div {
        opacity: 1; }
  .ts-textarea__text-container {
    position: relative; }
  .ts-textarea__error {
    margin-top: 8px;
    color: #E31919;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-size: 12px;
    line-height: 1; }
  .ts-textarea__text {
    min-height: 136px;
    resize: vertical;
    display: block; }

.ts-tooltip {
  position: relative;
  display: inline-block; }
  .ts-tooltip > *:first-child {
    border-bottom: dashed 1px #333333; }
  .ts-tooltip:hover .ts-tooltip__popup {
    opacity: 1; }
  .ts-tooltip:hover .ts-tooltip__popup--top {
    margin-top: -10px; }
  .ts-tooltip:hover .ts-tooltip__popup--right {
    margin-right: -10px; }
  .ts-tooltip__popup {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    position: absolute;
    max-width: 250px;
    width: fit-content;
    display: inline-block;
    background-color: #141E35;
    color: #fff;
    padding: 16px;
    pointer-events: none;
    opacity: 0;
    white-space: pre-line; }
    .ts-tooltip__popup:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0; }
    .ts-tooltip__popup--top {
      top: 0;
      left: 50%;
      transform: translate(-50%, -100%);
      opacity: 0;
      margin-top: -20px; }
    .ts-tooltip__popup--right {
      right: 0;
      top: 50%;
      transform: translate(100%, -50%);
      margin-right: -25px; }
      .ts-tooltip__popup--right:before {
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #141E35; }

/**
  Will print a media query based on what is passed as breakpoint.
  $breakpoint
    'x-large'
    'large'
    'medium'
    'small'
    Any size specific measurement (240px, 20em, etc)

   $use-min-width
    (true) use min-width as the media query
    (false) use max-width as the media query

   Usage

   @include break-on('medium') {
    ...styles
   }
 */
@keyframes ts-web-style-button-loader-spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.ts-header {
  width: 100%;
  background: #FDB515;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }
  .ts-header__inner, .ts-header__section {
    width: 100%;
    max-width: 1380px;
    padding: 16px;
    margin: 0 auto; }
  .ts-header__spacer {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    height: 72px; }
  .ts-header--has-notification {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    height: calc(72px + 48px);
    display: block; }
  .ts-header__actions {
    margin-left: auto;
    display: flex;
    align-items: center; }
    @media all and (max-width: 768px) {
      .ts-header__actions {
        padding-right: 32px; } }
  .ts-header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 12px 16px;
    max-width: 1380px; }
  .ts-header__logo {
    display: flex;
    align-items: center; }
    .ts-header__logo a {
      display: block; }
    .ts-header__logo img {
      display: block;
      height: 100%;
      transform: translateY(2px); }
  .ts-header__mobile-actions {
    grid-template-columns: minmax(100px, 1fr);
    grid-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    width: 100%;
    margin-top: 32px; }
    @media all and (max-width: 960px) {
      .ts-header__mobile-actions {
        display: grid; } }
    @media all and (max-width: 450px) {
      .ts-header__mobile-actions {
        display: flex;
        flex-direction: column; } }
    .ts-header__mobile-actions > div {
      margin-left: 0; }
    .ts-header__mobile-actions .ts-button {
      width: 100% !important; }
    .ts-header__mobile-actions .ts-header__nav__list__item__cta--login {
      display: grid !important;
      grid-template-columns: minmax(100px, 1fr);
      grid-gap: 16px; }
    .ts-header__mobile-actions .ts-header__nav__list__item__cta--get-timescale {
      display: block; }
  .ts-header__mobile-nav-menu {
    width: 24px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 16px;
    z-index: 100;
    display: none; }
    @media all and (max-width: 960px) {
      .ts-header__mobile-nav-menu {
        display: block; } }
    .ts-header__mobile-nav-menu span {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      width: 100%;
      height: 2px;
      background-color: #333333;
      position: absolute;
      left: 0;
      display: block; }
      .ts-header__mobile-nav-menu span:nth-child(1) {
        top: 0; }
      .ts-header__mobile-nav-menu span:nth-child(2) {
        top: 50%;
        margin-top: -2px; }
      .ts-header__mobile-nav-menu span:nth-child(3) {
        bottom: 2px; }
  .ts-header__mobile-nav-trigger {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 8px;
    z-index: 101;
    opacity: 0;
    cursor: pointer;
    display: none;
    transform: translateY(-60%); }
    @media all and (max-width: 960px) {
      .ts-header__mobile-nav-trigger {
        display: block; } }
    .ts-header__mobile-nav-trigger:checked ~ .ts-header__mobile-nav-menu span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px); }
    .ts-header__mobile-nav-trigger:checked ~ .ts-header__mobile-nav-menu span:nth-child(2) {
      opacity: 0; }
    .ts-header__mobile-nav-trigger:checked ~ .ts-header__mobile-nav-menu span:nth-child(3) {
      transform: rotate(-45deg) translate(4px, -4px); }
    .ts-header__mobile-nav-trigger:checked ~ .ts-header__nav__container .ts-header__nav:before {
      opacity: 1;
      pointer-events: auto; }
    .ts-header__mobile-nav-trigger:checked ~ .ts-header__nav__container .ts-header__nav .ts-header__nav__list {
      transform: translateX(0); }
  .ts-header__nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 16px; }
    @media all and (max-width: 960px) {
      .ts-header__nav:before {
        transition: opacity 0.3s ease-out;
        backface-visibility: hidden;
        content: '';
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        pointer-events: none; } }
    .ts-header__nav__list__item__cta {
      margin-left: 8px; }
      @media all and (max-width: 960px) {
        .ts-header__nav__list__item__cta {
          margin-left: 8px; } }
      @media all and (max-width: 768px) {
        .ts-header__nav__list__item__cta {
          margin-left: 0;
          margin-right: 0; } }
      .ts-header__nav__list__item__cta--get-timescale .ts-button__children, .ts-header__nav__list__item__cta--login .ts-button__children {
        font-family: Inter !important; }
      .ts-header__nav__list__item__cta--get-timescale {
        width: 174px;
        min-width: 174px;
        text-align: center; }
        @media all and (max-width: 1070px) {
          .ts-header__nav__list__item__cta--get-timescale {
            width: auto;
            min-width: 0; } }
        @media all and (max-width: 960px) {
          .ts-header__nav__list__item__cta--get-timescale {
            display: none; } }
      .ts-header__nav__list__item__cta--login {
        text-align: center;
        color: #333333 !important;
        font-weight: 700 !important;
        font-family: Inter;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none !important; }
        @media all and (min-width: 961px) {
          .ts-header__nav__list__item__cta--login {
            height: 40px;
            padding: 0 24px; } }
        .ts-header__nav__list__item__cta--login:hover .ts-header__nav__login-dropdown {
          opacity: 1;
          pointer-events: auto;
          transform: none; }
        @media all and (max-width: 875px) {
          .ts-header__nav__list__item__cta--login .ts-button {
            padding: 0 8px; } }
        @media all and (max-width: 960px) {
          .ts-header__nav__list__item__cta--login {
            display: none; } }
    .ts-header__nav__container {
      display: flex;
      width: 100%; }
    .ts-header__nav__link {
      color: #333333;
      font-family: Inter;
      text-decoration: none;
      padding: 8px;
      position: relative;
      margin-left: 24px;
      height: 72px;
      display: flex;
      align-items: center;
      margin-top: -9px;
      margin-bottom: -16px;
      overflow: hidden;
      font-weight: 700; }
      @media all and (max-width: 1070px) {
        .ts-header__nav__link {
          margin-left: 8px; } }
      @media all and (max-width: 850px) {
        .ts-header__nav__link {
          margin-left: 4px; } }
      @media all and (max-width: 960px) {
        .ts-header__nav__link {
          height: auto;
          width: fit-content;
          margin-bottom: 16px;
          margin-top: 16px;
          margin-left: 48px; } }
      .ts-header__nav__link:before {
        transition: all 0.3s ease-out;
        backface-visibility: hidden;
        content: '';
        height: 3px;
        background-color: #1977F3;
        width: 100%;
        position: absolute;
        bottom: 9px;
        left: 4px;
        opacity: 0; }
        @media all and (max-width: 960px) {
          .ts-header__nav__link:before {
            display: none; } }
      .ts-header__nav__link--current:before {
        bottom: 14px;
        opacity: 1; }
        @media all and (max-width: 960px) {
          .ts-header__nav__link--current:before {
            bottom: 0;
            left: 8px; } }
    .ts-header__nav__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      height: 48px; }
      .ts-header__nav__list *:not(i) {
        font-family: 'Inter'; }
      @media all and (max-width: 960px) {
        .ts-header__nav__list {
          transition: transform 0.3s ease-out;
          backface-visibility: hidden;
          overflow: auto;
          position: fixed;
          top: 0;
          right: 0;
          height: 100vh;
          background: #FDB515;
          z-index: 99;
          flex-direction: column;
          align-items: flex-end;
          transform: translateX(100%);
          padding-top: 64px;
          width: 100%;
          max-width: 600px;
          padding-bottom: 24px; } }
      .ts-header__nav__list__item--emphasized a {
        color: #1977F3;
        font-weight: bold; }
      @media all and (max-width: 960px) {
        .ts-header__nav__list__item {
          width: 100%; }
          .ts-header__nav__list__item--has-children .ts-header__nav__link {
            overflow: visible;
            pointer-events: none; }
            .ts-header__nav__list__item--has-children .ts-header__nav__link:after {
              transition: all 0.3s ease-out;
              backface-visibility: hidden;
              content: '';
              position: absolute;
              left: -20px;
              top: 50%;
              width: 9px;
              height: 18px;
              transform: translateY(-50%);
              background-image: url("data:image/svg+xml,%3Csvg width='27' height='49' viewBox='0 0 27 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.610101 3.5957C0.241775 3.2284 0.0576152 2.76929 0.0576151 2.21834C0.0576151 1.66739 0.241775 1.20828 0.610101 0.840981C0.978427 0.473682 1.42962 0.290039 1.96369 0.290039C2.49776 0.290039 2.96737 0.473682 3.37253 0.84098L25.472 23.1542C25.8771 23.5215 26.0797 23.9806 26.0797 24.5316C26.0797 25.0825 25.8771 25.5416 25.472 25.9089L3.37253 48.2221C2.96737 48.5894 2.49777 48.7731 1.96369 48.7731C1.42962 48.7731 0.978429 48.5894 0.610103 48.2221C0.241777 47.8548 0.0576171 47.3957 0.0576171 46.8448C0.0576171 46.2938 0.241777 45.8347 0.610103 45.4674L20.8311 24.5316L0.610101 3.5957Z' fill='black'/%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-size: contain;
              display: block;
              margin-top: 2px; }
          .ts-header__nav__list__item--open .ts-header__nav__link:after {
            transform: translateY(-45%) rotate(90deg); } }
      @media all and (min-width: 769px) {
        .ts-header__nav__list__item:hover a:before {
          bottom: 14px;
          opacity: 1; } }
      .ts-header__nav__list .sidebar__title {
        color: #333333;
        font-weight: 700; }
    .ts-header__nav__login-dropdown {
      transition: all 0.3s ease-out;
      backface-visibility: hidden;
      position: absolute;
      top: 37px;
      right: 0;
      opacity: 0;
      pointer-events: none;
      transform: translateY(16px); }
      .ts-header__nav__login-dropdown__inner {
        margin-top: 23px;
        border: solid 3px #1977F3;
        background-color: #FFFFFF;
        padding: 32px; }
        .ts-header__nav__login-dropdown__inner a {
          text-decoration: none !important; }
          .ts-header__nav__login-dropdown__inner a:first-child {
            margin-bottom: 24px; }
    @media all and (max-width: 960px) {
      .ts-header__nav .ts-button {
        width: fit-content; } }
  .ts-header__mega-menu {
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px); }
    @media all and (max-width: 960px) {
      .ts-header__mega-menu {
        transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
        position: static;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        padding-left: 56px;
        background-color: #FFFFFF;
        max-height: 0;
        overflow: hidden;
        padding-right: 24px; }
        .ts-header__mega-menu .ts-cloud-cta, .ts-header__mega-menu .ts-what-the-cta {
          display: none; } }
    @media all and (max-width: 420px) {
      .ts-header__mega-menu {
        padding-left: 48px; } }
    .ts-header__mega-menu--open {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(-4px); }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu--open {
          transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
          transition-delay: 0s;
          max-height: 9999px; } }
    .ts-header__mega-menu__content {
      background-color: #F8FAFE;
      border: solid 3px #1977F3;
      max-width: calc(100vw - 48px);
      margin-right: 0;
      margin-left: auto;
      width: fit-content;
      display: flex;
      flex: 1; }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu__content {
          background-color: transparent;
          border: none;
          width: 100%; } }
    .ts-header__mega-menu__inner {
      padding: 16px 0 0; }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu__inner {
          padding: 16px 0; } }
    .ts-header__mega-menu__nav-grid {
      display: grid;
      grid-template-columns: minmax(150px, 1fr);
      padding: 32px;
      grid-gap: 24px;
      width: fit-content;
      min-width: 230px; }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu__nav-grid {
          grid-template-columns: minmax(50px, 1fr);
          padding: 0;
          width: 100%;
          grid-gap: 0; }
          .ts-header__mega-menu__nav-grid .ts-button {
            display: none !important; } }
      .ts-header__mega-menu__nav-grid a {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        letter-spacing: 0.01em;
        font-size: 14px;
        line-height: 24px;
        color: #141E35 !important;
        text-decoration: none;
        font-weight: 700;
        white-space: nowrap; }
        @media all and (max-width: 960px) {
          .ts-header__mega-menu__nav-grid a {
            font-size: 14px;
            line-height: 24px; } }
        .ts-header__mega-menu__nav-grid a:not(.ts-button):hover {
          text-decoration: underline; }
        @media all and (max-width: 960px) {
          .ts-header__mega-menu__nav-grid a {
            padding-top: 8px;
            padding-bottom: 8px; } }
    .ts-header__mega-menu__title {
      font-family: "IBM Plex Mono", monospace;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #141E35;
      letter-spacing: 0;
      border-bottom: solid 1px #D6D6D6;
      margin-bottom: 16px;
      padding-bottom: 8px; }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu__title {
          font-size: 14px;
          line-height: 20px; } }
      @media all and (max-width: 960px) {
        .ts-header__mega-menu__title {
          display: none; } }

.ts-header__inner {
  max-width: 100%; }

.ts-header__logo {
  margin-top: -6px; }
  .ts-header__logo img {
    height: 40px; }
    @media all and (max-width: 960px) {
      .ts-header__logo img {
        height: 40px; } }

.ts-header__nav {
  margin-top: -8px; }
  .ts-header__nav__link {
    text-decoration: none !important;
    font-size: 14px;
    color: #333 !important; }
  .ts-header__nav .sidebar {
    display: none;
    height: auto;
    border-bottom: solid 1px #333333;
    padding-bottom: 0; }
    @media all and (max-width: 768px) {
      .ts-header__nav .sidebar {
        display: block;
        position: static;
        width: 100%;
        background: transparent; } }
    .ts-header__nav .sidebar__list {
      background: transparent;
      height: auto;
      width: 100%;
      padding-left: 0; }
    .ts-header__nav .sidebar__list-item {
      width: 100%;
      margin-bottom: 0; }
      .ts-header__nav .sidebar__list-item > div {
        width: 100%; }
      .ts-header__nav .sidebar__list-item.mobile-only a:after {
        display: none; }
    .ts-header__nav .sidebar__title {
      padding: 16px 0 16px 52px;
      font-size: 16px;
      margin-bottom: 0;
      background: transparent !important;
      position: relative;
      margin-left: 4px; }
      .ts-header__nav .sidebar__title.active:after {
        transform: translateY(-45%) rotate(90deg); }
      .ts-header__nav .sidebar__title--no-children:after {
        display: none; }
      .ts-header__nav .sidebar__title:after {
        transition: all 0.3s ease-out;
        backface-visibility: hidden;
        content: '';
        position: absolute;
        left: 24px;
        top: 50%;
        width: 9px;
        height: 18px;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='27' height='49' viewBox='0 0 27 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.610101 3.5957C0.241775 3.2284 0.0576152 2.76929 0.0576151 2.21834C0.0576151 1.66739 0.241775 1.20828 0.610101 0.840981C0.978427 0.473682 1.42962 0.290039 1.96369 0.290039C2.49776 0.290039 2.96737 0.473682 3.37253 0.84098L25.472 23.1542C25.8771 23.5215 26.0797 23.9806 26.0797 24.5316C26.0797 25.0825 25.8771 25.5416 25.472 25.9089L3.37253 48.2221C2.96737 48.5894 2.49777 48.7731 1.96369 48.7731C1.42962 48.7731 0.978429 48.5894 0.610103 48.2221C0.241777 47.8548 0.0576171 47.3957 0.0576171 46.8448C0.0576171 46.2938 0.241777 45.8347 0.610103 45.4674L20.8311 24.5316L0.610101 3.5957Z' fill='black'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        margin-top: 2px; }
    .ts-header__nav .sidebar .sidebar__search-input {
      max-width: 100%;
      width: 100%; }
    .ts-header__nav .sidebar .subnav {
      background: #fff;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px; }
      .ts-header__nav .sidebar .subnav__entry {
        padding-left: 80px; }
      .ts-header__nav .sidebar .subnav a {
        font-size: 16px; }
      @media all and (max-width: 768px) {
        .ts-header__nav .sidebar .subnav .subnav {
          display: none; } }
    .ts-header__nav .sidebar .versions {
      padding-left: 40px; }
      .ts-header__nav .sidebar .versions * {
        color: #333333; }
  .ts-header__nav__docs {
    width: 100%; }

.ts-header .ts-button {
  line-height: 36px;
  text-decoration: none;
  height: 40px; }
  @media all and (max-width: 960px) {
    .ts-header .ts-button {
      line-height: 28px; } }
  @media all and (max-width: 768px) {
    .ts-header .ts-button {
      line-height: 26px; } }

.ts-header .sidebar__title--no-children:after {
  display: none; }

.ts-header .sidebar__search {
  width: calc(100% - 40px) !important; }

.ts-header .search__results {
  width: 100% !important; }

.ts-header .sidebar.group {
  margin-top: -80px; }

.github-stars {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 48px; }
  @media all and (max-width: 960px) {
    .github-stars {
      margin-right: 32px; } }
  @media all and (max-width: 768px) {
    .github-stars {
      margin-right: 0; } }
  .github-stars path {
    fill: #141E35; }
  .github-stars__count {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #141E35;
    margin-left: 8px;
    margin-right: 0; }
    @media all and (max-width: 960px) {
      .github-stars__count {
        margin-right: 16px; } }
