#uz_ft {
  display: none !important;
}

.ilmn-persistent-tab {
  font-size: 1rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444648;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: -0.011em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  position: fixed;
  right: -37px;
  bottom: 20%;
  -webkit-transition: right 0.325s ease-in-out;
  -o-transition: right 0.325s ease-in-out;
  -moz-transition: right 0.325s ease-in-out;
  transition: right 0.325s ease-in-out;
  z-index: 500;
}
.ilmn-persistent-tab__button {
  font: inherit;
  border: none;
  outline: none;
  position: absolute;
  height: 35px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #312D32;
  color: #fff;
  font-size: 14px;
  letter-spacing: inherit;
  padding: 7px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-box-shadow ease 0.15s;
  transition: -webkit-box-shadow ease 0.15s;
  -o-transition: box-shadow ease 0.15s;
  -moz-transition: box-shadow ease 0.15s;
  transition: box-shadow ease 0.15s;
  transition: box-shadow ease 0.15s, -webkit-box-shadow ease 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  min-width: 0;
}
.ilmn-persistent-tab__button:hover, .ilmn-persistent-tab__button:focus {
  color: #fff;
  border: none;
  outline: none;
}
.ilmn-persistent-tab--opted-out .ilmn-persistent-tab__button {
  cursor: default;
}
.ilmn-persistent-tab--china {
  bottom: 220px;
}
.ilmn-persistent-tab--visible {
  right: 0;
}
.ilmn-persistent-tab--no-anim {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.ilmn-intercept-popover {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: -0.011em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #444648;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ilmn-intercept-popover {
    -webkit-transition: all 0.325s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.325s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 0.325s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.325s cubic-bezier(0, 0, 0.2, 1);
  }
}
.ilmn-intercept-popover::after {
  clear: both;
  display: table;
  content: " ";
}
.ilmn-intercept-popover__arrow, .ilmn-intercept-popover__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ilmn-intercept-popover__arrow {
  border-width: 11px;
}
.ilmn-intercept-popover__arrow:after {
  content: "";
  border-width: 10px;
}
.ilmn-intercept-popover[x-placement=right] {
  margin-left: 10px;
}
.ilmn-intercept-popover[x-placement=right] .ilmn-intercept-popover__arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.15);
  border-left-width: 0;
}
.ilmn-intercept-popover[x-placement=right] .ilmn-intercept-popover__arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.ilmn-intercept-popover[x-placement=bottom] {
  margin: 10px 10px 0 10px;
}
.ilmn-intercept-popover[x-placement=bottom] .ilmn-intercept-popover__arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ilmn-intercept-popover[x-placement=bottom] .ilmn-intercept-popover__arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ilmn-intercept-popover[x-placement=left] {
  padding-right: 11px;
}
.ilmn-intercept-popover[x-placement=left] .ilmn-intercept-popover__arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-width: 0;
}
.ilmn-intercept-popover[x-placement=left] .ilmn-intercept-popover__arrow:after {
  bottom: -10px;
  right: 1px;
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
}
.ilmn-intercept-popover__message {
  position: relative;
  margin: 0;
  background: #fff;
  padding: 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .ilmn-intercept-popover__message {
    padding: 0.5em 0.75em;
    border-radius: 3px;
    min-width: 150px;
    width: auto;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  }
}
.ilmn-intercept-popover__message p {
  margin: 0;
}
.ilmn-intercept-popover__button {
  color: #4E60EE;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: white;
  border: 1px solid transparent;
  margin: 0 0;
  padding: 0;
  min-height: 1em;
  width: auto;
  text-align: left;
  height: auto;
  min-width: 0;
  font-size: inherit;
}
.ilmn-intercept-popover__button:focus {
  outline: 0;
}
.ilmn-intercept-popover-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ilmn-intercept-popover--active {
  opacity: 1;
  pointer-events: auto;
}

.ilmn-intercept {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #444648;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: -0.011em;
  height: 0px;
  width: 100vh;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 501;
  overflow: visible;
}
.ilmn-intercept * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ilmn-intercept__container {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 268px;
  width: 100vw;
  visibility: hidden;
  pointer-events: none;
  border-radius: 4px 0 0 4px;
}
.ilmn-intercept__container[data-state] {
  visibility: visible;
  -webkit-transition: visibility 0s linear 2s;
  -o-transition: visibility 0s linear 2s;
  -moz-transition: visibility 0s linear 2s;
  transition: visibility 0s linear 2s;
}
.ilmn-intercept__container .ilmn-intercept__tab {
  position: absolute;
  right: 10%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s 0.1s linear;
  -o-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s 0.1s linear;
  -moz-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s 0.1s linear;
  transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s 0.1s linear;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  visibility: hidden;
}
.ilmn-intercept__container .ilmn-intercept__tab .ilmn-intercept__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  visibility: visible;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  width: 56px;
  height: 47px;
  white-space: nowrap;
  border-radius: 4px 4px 0 0;
  -webkit-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s;
  -o-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s;
  -moz-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s;
  transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s;
}
.ilmn-intercept__container .ilmn-intercept__tab .ilmn-intercept__tab-icon {
  height: 38px;
  width: 38px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  opacity: 0.85;
}
.ilmn-intercept__container .ilmn-intercept__tab .ilmn-intercept__mini-icon {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
  padding: 8px;
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  width: 56px;
  height: 47px;
  -webkit-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s, border-radius 0s linear 0.1s;
  -o-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s, border-radius 0s linear 0.1s;
  -moz-transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s, border-radius 0s linear 0.1s;
  transition: visibility 0s linear 0.1s, opacity 0s linear 0.1s, z-index 0s linear 0.1s, border-radius 0s linear 0.1s;
}
.ilmn-intercept__container .ilmn-intercept__tab .ilmn-intercept__mini-icon,
.ilmn-intercept__container .ilmn-intercept__tab .ilmn-intercept__label {
  background: -webkit-gradient(linear, left top, right top, from(#3a82d3), to(#c49cdc));
  background: -webkit-linear-gradient(left, #3a82d3 0%, #c49cdc 100%);
  background: -moz- oldlinear-gradient(left, #3a82d3 0%, #c49cdc 100%);
  background: linear-gradient(90deg, #3a82d3 0%, #c49cdc 100%);
  background: url(../../../content/dam/illumina-common/intercept/lightfield-purple-expressive-sm.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
.ilmn-intercept__container .ilmn-intercept__mini-icon,
.ilmn-intercept__container .ilmn-intercept__label,
.ilmn-intercept__container .ilmn-intercept__content {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ilmn-intercept__container .ilmn-intercept__content {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: 36px 24px 18px;
  font-size: 14px !important;
  border-radius: 4px 4px 0 0;
  -webkit-transition: z-index 0s linear 0.1s, opacity 0s linear 0.1s, visibility 0s linear 0.1s;
  -o-transition: z-index 0s linear 0.1s, opacity 0s linear 0.1s, visibility 0s linear 0.1s;
  -moz-transition: z-index 0s linear 0.1s, opacity 0s linear 0.1s, visibility 0s linear 0.1s;
  transition: z-index 0s linear 0.1s, opacity 0s linear 0.1s, visibility 0s linear 0.1s;
}
.ilmn-intercept__container .ilmn-intercept__content:before {
  content: "";
  background: url(../../../content/dam/illumina-common/intercept/lightfield-blue-purple.png) no-repeat center 35%;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 9px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
.ilmn-intercept__container .ilmn-intercept__content h4 {
  font-size: 24px !important;
  font-weight: 400;
  margin: 0 0 12px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  letter-spacing: -0.021em;
}
.ilmn-intercept__container .ilmn-intercept__content p#ilmn-intercept__message {
  font-size: 16px !important;
  margin: 0 0 16px;
  line-height: 1.42857143;
  color: #666;
}
.ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__dismiss {
  display: inline-block;
  margin-left: 25px;
  color: #4E60EE;
  line-height: 1.42857143;
  text-decoration: none;
}
.ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__dismiss:hover, .ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__dismiss:active {
  text-decoration: none;
  color: #4E60EE;
}
.ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__hide {
  width: auto;
  margin: 0;
  color: #989698;
  line-height: 1.42857143;
  display: none;
}
.ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__hide:hover, .ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__hide:active {
  text-decoration: none;
  color: #4E60EE;
}
.ilmn-intercept__container .ilmn-intercept__content .ilmn-intercept__hide.ilmn-intercept__hide--visible {
  display: inline-block;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.ilmn-intercept__container .ilmn-intercept__cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 18px;
}
.ilmn-intercept__container .ilmn-intercept__cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-linear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #225DE6 -4.27%, #A664FD 116.09%);
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
  color: #fff;
  -webkit-transition: 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  transition: 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  -o-transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  -moz-transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out, 150ms -webkit-box-shadow ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.5rem 1.5rem;
  border-radius: 28px;
  border: 1px solid;
  white-space: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.ilmn-intercept__container .ilmn-intercept__cta:hover, .ilmn-intercept__container .ilmn-intercept__cta:active, .ilmn-intercept__container .ilmn-intercept__cta:focus {
  text-decoration: none;
  border: 1px solid #4E60EE;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-linear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
}
.ilmn-intercept__container .ilmn-intercept__cta:active {
  background: -webkit-linear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: -moz- oldlinear-gradient(28.32deg, #0045E6 -4.27%, #8A33FD 116.09%);
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
  -webkit-box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
  box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
}
.ilmn-intercept__container[data-state=tab] {
  -webkit-transform: translateY(268px);
  -moz-transform: translateY(268px);
  -ms-transform: translateY(268px);
  -o-transform: translateY(268px);
  transform: translateY(268px);
  -webkit-animation: intercept-appear 0.35s 2.5s ease-in forwards;
  -moz-animation: intercept-appear 0.35s 2.5s ease-in forwards;
  animation: intercept-appear 0.35s 2.5s ease-in forwards;
}
.ilmn-intercept__container[data-state=tab][data-initial=false] {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.ilmn-intercept__container[data-state=tab] .ilmn-intercept__tab {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.ilmn-intercept__container[data-state=tab] .ilmn-intercept__tab .ilmn-intercept__label {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.ilmn-intercept__container[data-state=tab] .ilmn-intercept__tab .ilmn-intercept__mini-icon {
  display: none;
}
@-webkit-keyframes intercept-appear {
  0% {
    -webkit-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(221px);
    transform: translateY(221px);
  }
}
@-moz-keyframes intercept-appear {
  0% {
    -moz-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -moz-transform: translateY(221px);
    transform: translateY(221px);
  }
}
@keyframes intercept-appear {
  0% {
    -webkit-transform: translateY(268px);
    -moz-transform: translateY(268px);
    -o-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(221px);
    -moz-transform: translateY(221px);
    -o-transform: translateY(221px);
    transform: translateY(221px);
  }
}
.ilmn-intercept__container[data-state=mini][data-previous-state] {
  -webkit-animation: intercept-minimize 1s 0s 1 ease forwards;
  -moz-animation: intercept-minimize 1s 0s 1 ease forwards;
  animation: intercept-minimize 1s 0s 1 ease forwards;
}
.ilmn-intercept__container[data-state=mini]:not([data-previous-state]) {
  -webkit-transform: translateY(268px);
  -moz-transform: translateY(268px);
  -ms-transform: translateY(268px);
  -o-transform: translateY(268px);
  transform: translateY(268px);
  -webkit-animation: intercept-appear 0.35s 2.5s ease-in forwards;
  -moz-animation: intercept-appear 0.35s 2.5s ease-in forwards;
  animation: intercept-appear 0.35s 2.5s ease-in forwards;
}
.ilmn-intercept__container[data-state=mini][data-initial=false] {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.ilmn-intercept__container[data-state=mini] .ilmn-intercept__tab {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ilmn-intercept__container[data-state=mini] .ilmn-intercept__tab .ilmn-intercept__label {
  display: none;
}
.ilmn-intercept__container[data-state=mini] .ilmn-intercept__tab .ilmn-intercept__mini-icon {
  pointer-events: all;
  cursor: pointer;
  visibility: visible;
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  border-radius: 4px 4px 0 0;
}
.ilmn-intercept__container[data-state=mini] .ilmn-intercept__content {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@-webkit-keyframes intercept-minimize {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(221px);
    transform: translateY(221px);
  }
}
@-moz-keyframes intercept-minimize {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -moz-transform: translateY(221px);
    transform: translateY(221px);
  }
}
@keyframes intercept-minimize {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(268px);
    -moz-transform: translateY(268px);
    -o-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(221px);
    -moz-transform: translateY(221px);
    -o-transform: translateY(221px);
    transform: translateY(221px);
  }
}
@keyframes intercept-appear {
  0% {
    -webkit-transform: translateY(268px);
    -moz-transform: translateY(268px);
    -o-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(221px);
    -moz-transform: translateY(221px);
    -o-transform: translateY(221px);
    transform: translateY(221px);
  }
}
.ilmn-intercept__container[data-state=expanded] {
  -webkit-animation: intercept-expand 1s 0s 1 ease forwards;
  -moz-animation: intercept-expand 1s 0s 1 ease forwards;
  animation: intercept-expand 1s 0s 1 ease forwards;
}
.ilmn-intercept__container[data-state=expanded-initial] {
  -webkit-animation: intercept-expand-initial 1s 0s 1 ease forwards;
  -moz-animation: intercept-expand-initial 1s 0s 1 ease forwards;
  animation: intercept-expand-initial 1s 0s 1 ease forwards;
}
.ilmn-intercept__container[data-state=expanded] .ilmn-intercept__tab, .ilmn-intercept__container[data-state=expanded-initial] .ilmn-intercept__tab {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
.ilmn-intercept__container[data-state=expanded] .ilmn-intercept__content, .ilmn-intercept__container[data-state=expanded-initial] .ilmn-intercept__content {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}
.ilmn-intercept__container[data-state=expanded][data-previous-state=mini] .ilmn-intercept__tab .ilmn-intercept__label, .ilmn-intercept__container[data-state=expanded-initial][data-previous-state=mini] .ilmn-intercept__tab .ilmn-intercept__label {
  display: none;
}
.ilmn-intercept__container[data-state=expanded][data-previous-state=tab] .ilmn-intercept__tab .ilmn-intercept__label, .ilmn-intercept__container[data-state=expanded-initial][data-previous-state=tab] .ilmn-intercept__tab .ilmn-intercept__label {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
@-webkit-keyframes intercept-expand {
  0% {
    -webkit-transform: translateY(221px);
    transform: translateY(221px);
  }
  10% {
    -webkit-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes intercept-expand {
  0% {
    -moz-transform: translateY(221px);
    transform: translateY(221px);
  }
  10% {
    -moz-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes intercept-expand {
  0% {
    -webkit-transform: translateY(221px);
    -moz-transform: translateY(221px);
    -o-transform: translateY(221px);
    transform: translateY(221px);
  }
  10% {
    -webkit-transform: translateY(268px);
    -moz-transform: translateY(268px);
    -o-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes intercept-expand-initial {
  0% {
    -webkit-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes intercept-expand-initial {
  0% {
    -moz-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes intercept-expand-initial {
  0% {
    -webkit-transform: translateY(268px);
    -moz-transform: translateY(268px);
    -o-transform: translateY(268px);
    transform: translateY(268px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.ilmn-intercept__container[data-state=hidden] {
  -webkit-animation: intercept-hide 0.35s 0s 1 ease-out forwards;
  -moz-animation: intercept-hide 0.35s 0s 1 ease-out forwards;
  animation: intercept-hide 0.35s 0s 1 ease-out forwards;
}
.ilmn-intercept__container[data-state=hidden][data-previous-state=expanded] .ilmn-intercept__tab .ilmn-intercept__label {
  display: none;
}
.ilmn-intercept__container[data-state=hidden][data-previous-state=expanded] .ilmn-intercept__content {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
@-webkit-keyframes intercept-hide {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(278px);
    transform: translateY(278px);
  }
}
@-moz-keyframes intercept-hide {
  0% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(278px);
    transform: translateY(278px);
  }
}
@keyframes intercept-hide {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(278px);
    -moz-transform: translateY(278px);
    -o-transform: translateY(278px);
    transform: translateY(278px);
  }
}
@media (min-width: 576px) {
  .ilmn-intercept__container {
    width: 333px;
    right: 10%;
  }
  .ilmn-intercept__container--china {
    right: 150px;
  }
  .ilmn-intercept__container .ilmn-intercept__tab {
    right: 0;
  }
}

.csat-completion-iframe {
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 6px;
}
.csat-completion-iframe iframe {
  width: 100%;
  height: 569px;
  border: none;
  overflow: hidden;
}