/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

.toastify {
  position: sticky;
  top: 0 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 88px 12px 48px;
  max-width: unset;
  color: #3f4b63;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  cursor: default;
  box-shadow: none;
}

.toastify-avatar {
  width: 42px;
  height: 42px;
}

.toast-close {
  position: absolute;
  right: 48px;
  background-image: url(15a2e3bf19923e359d98.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 24px;
  height: 24px;
  opacity: 1;
  padding: 20px;
}

.toast-close:hover {
  background-color: #edf2fe;
  border-radius: 8px;
}

.toastify.error-alert {
  border-bottom: 1px solid #f04438;
  background: #fef3f2;
  color: #3f4b63;
  z-index: 200;
}

.toastify.info-alert {
  background: #e6f8ff;
  border-bottom: 1px solid #186ded;
  color: #313b4d;
  z-index: 100;
}

@media only screen and (max-width: 840px) {
  .toastify {
    padding: 12px 56px 12px 16px;
  }

  .toast-close {
    right: 16px;
  }
}

@media only screen and (max-width: 560px) {
  .toastify {
    padding: 12px 48px 12px 8px;
  }

  .toast-close {
    right: 8px;
  }
}

@font-face {
  font-family: FED-Icon-Font-2;
  src: url(https://static.ctctcdn.com/h/fed-framework/2.6.0-2/FED-Icon-Font.ttf) format('truetype'),
    url(https://static.ctctcdn.com/h/fed-framework/2.6.0-2/FED-Icon-Font.woff) format('woff'),
    url(https://static.ctctcdn.com/h/fed-framework/2.6.0-2/FED-Icon-Font.svg#FED-Icon-Font) format('svg');
  font-weight: 400;
  font-style: normal;
}

[data-canonical-name='LP10000'] .shell table {
  visibility: hidden;
}

input[type='date' i],
input[type='datetime-local' i] {
  font-family: Arial, monospace;
}

.question .required {
  color: #d32f2f;
}

.question .message {
  display: none;
  padding: 10px 0px 0px 0px;
}

.question .details {
  padding: 10px 0px 0px 0px;
}

.text--question .text_content-cell .question.error .message {
  display: block;
  color: #d32f2f;
}

.question_text {
  margin-top: 15px;
}

.question_answer {
  margin: 10px 0px 0px 0px;
}

.question_answer.radio.radio--inline,
.question_answer.checkbox.checkbox--inline {
  display: inline-block;
}

.question_answer.radio.radio--inline:not(:last-of-type),
.question_answer.checkbox.checkbox--inline:not(:last-of-type) {
  margin-right: 10px;
}

.question input[type='radio'],
.question input[type='checkbox'] {
  position: -webkit-sticky;
  transform: scale(1.5);
  margin: 2px 0px 0px 3px;
}

.question_answer label {
  vertical-align: top;
  padding: 0px 0px 0px 5px;
}

.question .question_answer input[type='text'] {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.question .question_answer textarea {
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}

.question .question_answer .characterCount {
  text-align: right;
}

.question.error textarea {
  border: 1px solid #d32f2f;
}

.question .message::before {
  font-family: FED-Icon-Font-2;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: none;
  margin-right: 5px;
  position: relative;
  vertical-align: bottom;
}

.question.error .message::before {
  display: inline-block;
  content: '\E03A';
}

.question_answer [data-purpose='answer-other-input'] {
  display: none;
  padding: 10px 0px 0px 0px;
}

.question_dropdown {
  margin-top: 10px;
  position: relative;
}

.question_dropdown select {
  margin-right: 10px;
  border: 1px solid #403f42;
  border-radius: 4px;
  padding: 5px;
  width: 40px;
  background: url('https://static.ctctcdn.com/letters/images/icons/down-arrow.svg') no-repeat 86% 50% #ffffff;
  background-size: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.question--numericScale .question_numericScale_wrapper-outer {
  display: flex;
  justify-content: space-between;
}

.question--numericScale .question_numericScale_wrapper-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.question--numericScale .question_answer {
  text-align: center;
  padding: 0;
  flex-direction: column-reverse;
  display: inline-flex;
}

.question--numericScale .question_answer-scale-label {
  padding: 14px 0 0;
  vertical-align: top;
  min-width: 90px;
  max-width: 90px;
}

.question--numericScale .question_answer-scale-label:first-of-type {
  padding-right: 10px;
}

.question--numericScale .question_answer-scale-label:last-of-type {
  padding-left: 10px;
  text-align: right;
}

.question--numericScale .question_answer label {
  display: inline-block;
  text-align: center;
  margin-top: 2px;
  padding: 0;
}

.question--numericScale .question_answer input[type='radio'] {
  display: block;
  margin: 0.5em 10px;
}

.question .question_image {
  width: 160px;
  height: 160px;
  background-color: #333333;
  border-radius: 3px;
  margin: 12px 0 22px;
  position: relative;
}

.question .question_image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.field.error .error-opt-in {
  border-width: 1px;
}

[data-purpose] div .question_other_answer_selected {
  display: block;
}

.embeddedVideo {
  position: relative;
}
.embeddedVideo.hidden {
  display: none;
}
.embeddedVideo--instagram {
  /* Accounting for Instagram header */
  padding-top: 54px; /* Instagram header */
}
.embeddedVideo--1-91x1 {
  /* Aspect Ratio is 1.91:1 */
  /* Supported by - Facebook, Instagram */
  padding-bottom: 52.4%; /* Default */
}
.embeddedVideo--16x9 {
  /* Supported by - Facebook, Instagram */
  padding-bottom: 56.3%; /* This is the default height percentage, haven't been able to test due to lack of testing videos */
}
.embeddedVideo--1x1 {
  /* Supported by - Facebook, Instagram */
  padding-bottom: 100%;
}
.embeddedVideo--4x5 {
  /* Supported by - Facebook, Instagram */
  padding-bottom: 124%; /* Default */
}
.embeddedVideo--4x5-instagram {
  /* most instagram video use 4:5 */
  padding-bottom: 70%; /* videos don't scale to full width when embedded making them shorter than intended */
}
.embeddedVideo--9x16 {
  /* Supported by - Facebook */
  padding-bottom: 177.7%; /* Default */
}
.embeddedVideo--9x16-instagram {
  padding-bottom: 125%; /* videos don't scale to full width when embedded making them shorter than intended */
}
.embeddedVideo--9x16-tiktok {
  padding-bottom: 206%; /* embedded video height includes Tiktok footer */
}
.image_container-caption:has(.embeddedVideo) {
  width: 100%;
}


/*# sourceMappingURL=assets.css.map*/