<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Roboto Regular";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/roboto-regular/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/roboto-medium/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("../fonts/roboto-bold/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Medium";
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0;
}

#headerDiv {
  display: none;
}

#containerDiv {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f0f1f2;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/groupweb/san-uk/images/background-default.svg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto Regular";
  padding: 20px;
  height: 100%;
  position: relative;
  zoom: initial !important;
}

main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
main &gt; header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  margin-bottom: 30px;
}
@media (max-width: 380px) {
  main &gt; header {
    margin: 0;
  }
}
@media (max-width: 380px) {
  main {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: auto;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button, .c-file-input,
input[type='button'],
input[type='submit'] {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Medium";
  font-weight: 500;
  letter-spacing: 0.5px;
  background: #fff;
  color: #596373;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(223, 223, 223, 0.5);
  height: 48px;
  min-width: 125px;
  padding: 0 15px;
  margin: 5px 0;
  line-height: normal;
  cursor: pointer;
}
button svg, .c-file-input svg,
button span,
.c-file-input span,
input[type='button'] svg,
input[type='button'] span,
input[type='submit'] svg,
input[type='submit'] span {
  vertical-align: middle;
}
button svg, .c-file-input svg,
button svg path,
.c-file-input svg path,
input[type='button'] svg,
input[type='button'] svg path,
input[type='submit'] svg,
input[type='submit'] svg path {
  fill: #596373;
}
button:active, .c-file-input:active,
input[type='button']:active,
input[type='submit']:active {
  outline: none;
}
@media screen and (min-width: 600px) {
  button, .c-file-input,
  input[type='button'],
  input[type='submit'] {
    min-width: 16.8rem;
  }
}
button.primary, .primary.c-file-input,
input[type='button'].primary,
input[type='submit'].primary {
  background: #1f3049;
  color: #fff;
}
button.primary svg, .primary.c-file-input svg,
button.primary svg path,
.primary.c-file-input svg path,
input[type='button'].primary svg,
input[type='button'].primary svg path,
input[type='submit'].primary svg,
input[type='submit'].primary svg path {
  fill: #fff;
}
button.secondary, .secondary.c-file-input,
input[type='button'].secondary,
input[type='submit'].secondary {
  background: #fff;
  color: #1f3049;
  border: 2px solid #1f3049;
}
button.secondary svg, .secondary.c-file-input svg,
button.secondary svg path,
.secondary.c-file-input svg path,
input[type='button'].secondary svg,
input[type='button'].secondary svg path,
input[type='submit'].secondary svg,
input[type='submit'].secondary svg path {
  fill: #1f3049;
}
button.success, .success.c-file-input,
input[type='button'].success,
input[type='submit'].success {
  background: #0c7d43;
  color: #fff;
  cursor: default;
}
button.success svg, .success.c-file-input svg,
button.success svg path,
.success.c-file-input svg path,
input[type='button'].success svg,
input[type='button'].success svg path,
input[type='submit'].success svg,
input[type='submit'].success svg path {
  fill: #fff;
}
button.success:focus, .success.c-file-input:focus,
input[type='button'].success:focus,
input[type='submit'].success:focus {
  outline: none;
}
button:disabled, .c-file-input:disabled,
input[type='button']:disabled,
input[type='submit']:disabled {
  cursor: default;
  box-shadow: none;
  border: 1px solid #e4e6ea;
  background: rgba(228, 230, 234, 0.15);
  color: #b0b7c3;
}
button:disabled svg, .c-file-input:disabled svg,
button:disabled svg path,
.c-file-input:disabled svg path,
input[type='button']:disabled svg,
input[type='button']:disabled svg path,
input[type='submit']:disabled svg,
input[type='submit']:disabled svg path {
  fill: #b0b7c3;
}

section {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
}
section:not(:first-of-type) {
  margin-top: 10px;
}

footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

input {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto Regular";
}
input[type=text], input[type=email], input[type=password] {
  min-width: 160px;
  height: 36px;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid #b0b7c3;
  outline: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border: 1px solid #0073ea;
  box-shadow: 0 0 0 2px #0073ea;
}
input.hidden {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
input.hidden + label {
  cursor: pointer;
}

.c-logo {
  position: relative;
  display: block;
  width: 250px;
  height: 150px;
  overflow: hidden;
}
.c-logo img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-logo--tight {
  margin-top: 0;
}

.c-card {
  max-width: 380px;
  width: 100%;
  padding: 0;
  box-shadow: 0 6px 24px 0 rgba(103, 118, 148, 0.1);
  border-radius: 8px;
}
.c-card--padding {
  padding: 30px;
}
.c-card__header {
  padding: 20px 16px;
  border-bottom: 1px solid #e4e6ea;
}
.c-card__error {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 12px;
  background: #dc2a2a;
  color: #fff;
}
.c-card__error svg {
  transform: scale(1.5);
}
.c-card__error svg,
.c-card__error svg path {
  fill: #fff;
}
.c-card__error-text-list {
  list-style-type: none;
  margin: 0;
  padding-left: 10px;
}
.c-card__error-text-list li {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto Medium";
}
.c-card__content {
  padding: 30px 40px;
}
.c-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
.c-card__subtext {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .5px;
  color: #596373;
  margin: 0;
}

.c-file-input {
  height: auto;
  width: auto;
  padding: 15px 20px;
}

.c-input-wrapper {
  margin-bottom: 10px;
}
.c-input-wrapper__label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto Medium";
  display: block;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.c-input-wrapper__error-message {
  font-size: 11px;
  font-size: 1.1rem;
  display: none;
  margin: 0;
}
.c-input-wrapper--error {
  color: #dc2a2a;
}
.c-input-wrapper--error .c-input-wrapper__error-message {
  display: block;
}
.c-input-wrapper--error .c-input input {
  border: 1px solid #dc2a2a;
  background: rgba(220, 42, 42, 0.03);
  color: #dc2a2a;
  padding-right: 25px;
}
.c-input-wrapper--error .c-input input:focus {
  box-shadow: 0 0 0 2px #dc2a2a;
}
.c-input-wrapper--error .c-input input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dc2a2a;
  opacity: 1;
  /* Firefox */
}
.c-input-wrapper--error .c-input input:-ms-input-placeholder, .c-input-wrapper--error .c-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dc2a2a;
}
.c-input-wrapper--error .c-input__icon {
  display: block;
}

.c-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-input input {
  width: 100%;
  height: 100%;
}
.c-input__icon {
  height: 100%;
  display: none;
  position: absolute;
  right: 8px;
  top: 0;
}

.c-toast {
  font-size: 14px;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1a1e22;
  height: 40px;
  padding: 12px 17px 12px 7px;
  margin: 5px 0;
  border-radius: 8px;
}
.c-toast__text {
  margin: 0;
  color: #fff;
  padding-left: 7px;
  letter-spacing: .5px;
}

.c-badge {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto Medium";
  padding: 2px 8px;
  background: #f0f1f2;
  color: #596373;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .8px;
}

.c-hero {
  background-color: inherit;
}
.c-hero__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.c-hero__title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #081630;
  font-family: "Roboto Bold";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .1rem;
  text-align: center;
  margin-bottom: .8rem;
}
.c-hero__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #596373;
  line-height: 1.38;
  letter-spacing: .5px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.c-hero__subtitle--file-name {
  color: #081630;
  font-family: "Roboto Bold";
  word-wrap: break-word;
}
.c-hero__information {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #081630;
  line-height: 1.38;
  letter-spacing: .5px;
  text-align: center;
  margin-block-start: .5em;
  margin-block-end: .5em;
  font-family: "Roboto Medium";
}
.c-hero__information:before {
  content: "";
  display: inline-block;
  background: url("/groupweb/san-uk/images/information-icon.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
  transform: translateY(1px);
}
.c-hero__text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #081630;
  line-height: 1.38;
  letter-spacing: .5px;
  text-align: center;
  margin-block-start: .5em;
  margin-block-end: .5em;
  font-weight: 500;
  word-wrap: break-word;
}
.c-hero__text--sm {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-hero__text--lg {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
}
.c-hero__text--warn {
  color: #dc2a2a;
}
.c-hero__button {
  margin: 20px 10px;
}
.c-hero__block {
  margin: 30px 0;
}
.c-hero__progress {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.c-hero--space-above {
  margin-top: 50px;
}
.c-hero--space-below {
  margin-bottom: 50px;
}
.c-hero--circle {
  width: 190px;
  height: 190px;
  border: 10px solid #fff;
  background-color: #fff;
  border-radius: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.c-hero--circle svg {
  width: 69px;
  height: 78px;
  transform: translateX(6px);
}
.c-hero--tight {
  padding: 0;
}

.c-business-card {
  text-align: center;
  margin-top: 80px;
}
.c-business-card__avatar {
  margin-top: -80px;
  margin-bottom: 10px;
}
.c-business-card__name {
  margin: 4px 0;
  letter-spacing: .5px;
}
.c-business-card__alt-text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #596373;
  letter-spacing: .5px;
  margin: 0;
}
.c-business-card__hr {
  margin: 8px auto;
  width: 25px;
  background: #f0f1f2;
  border: none;
  height: 2px;
}
.c-business-card__info-value {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto Medium";
  margin: 0;
  letter-spacing: .5px;
}
.c-business-card__download-button {
  width: 100%;
  margin: 0;
}
.c-business-card__download-button-wrapper {
  margin-top: 30px;
}
.c-business-card__bottom-info, .c-business-card__top-info, .c-business-card__info-wrapper, .c-business-card__download-button-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-business-card__bottom-info &gt; *, .c-business-card__top-info &gt; *, .c-business-card__info-wrapper &gt; *, .c-business-card__download-button-wrapper &gt; * {
  max-width: 100%;
}

.c-avatar {
  width: 116px;
  height: 116px;
  border: 6px solid #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.c-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.c-progress-bar__track {
  height: auto;
  text-align: center;
  color: #4c3f2e;
  position: relative;
  overflow: hidden;
  padding: 4px;
  font-style: italic;
  border-radius: 100px;
  z-index: 10;
}
.c-progress-bar__value {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: repeating-linear-gradient(-55deg, #b9b9b9 1px, #9a9a9a 2px, #9a9a9a 11px, #b9b9b9 12px, #b9b9b9 28px);
  width: 10%;
  border-radius: 100px;
}
.c-progress-bar__value--indeterminate {
  left: -65px;
  width: auto;
  animation: waiting 1s linear infinite;
}
.c-progress-bar__value--waiting {
  background: repeating-linear-gradient(-55deg, #338FEE 1px, #0073EA 2px, #0073EA 11px, #338FEE 12px, #338FEE 28px);
}
@keyframes waiting {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(65px);
  }
}
.c-button--full-width {
  width: 100%;
}

.c-vshare {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: inherit;
  padding: 20px 0;
  max-width: 880px;
}
.c-vshare__holding-screen {
  width: 100%;
  text-align: center;
}
.c-vshare__document-area {
  width: 100%;
}
.c-vshare__button {
  display: block;
  margin: 8px;
}
.c-vshare__button-single {
  margin-left: auto;
  margin-right: auto;
}
.c-vshare__guidance {
  font-size: 12px;
  font-size: 1.2rem;
  color: #596373;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .5px;
  margin-top: 21px;
  width: 100%;
}
.c-vshare__button-section-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 880px;
}
.c-vshare__button-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-login {
  max-width: 380px;
}
.c-login__subtitle {
  color: #596373;
}
.c-login__title {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.c-login__header {
  padding: 20px 40px;
  border-bottom: 1px solid #e4e6ea;
}
.c-login__input--wrapper {
  margin-bottom: 20px;
}
.c-login__input input, .c-login__input label {
  font-size: 15px;
  font-size: 1.5rem;
}

.c-vvid-pane {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  width: 400px !important;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-vvid-pane {
    max-width: 40% !important;
  }
}
.c-vvid-pane__agent-name {
  font-weight: bold;
}
.c-vvid-pane__video {
  position: relative;
}
.c-vvid-pane__video-group {
  width: 80%;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .c-vvid-pane__video-group {
    width: 100% !important;
  }
}
.c-vvid-pane__call-request {
  background-image: url("../images/video.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 208px;
}
.c-vvid-pane #subscriber {
  width: 100% !important;
  height: 200px !important;
}
.c-vvid-pane #publisher {
  width: 40% !important;
  height: 80px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.c-vvid-pane .controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  zoom: 1 !important;
  z-index: 10;
}
.c-vvid-pane .controls .hiddenImportant {
  display: none !important;
}
.c-vvid-pane .controls button, .c-vvid-pane .controls .c-file-input {
  min-width: 1px;
  width: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  box-shadow: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.c-vvid-pane .controls .imgPause {
  background-image: url("../images/vVid/pause.png");
}
.c-vvid-pane .controls .imgResume {
  background-image: url("../images/vVid/play.png");
}
.c-vvid-pane .controls .imgStop {
  background-image: url("../images/vVid/stop.png");
}
.c-vvid-pane .controls .imgStopAudio {
  background-image: url("../images/vVid/mute.png");
}
.c-vvid-pane .controls .imgAudio {
  background-image: url("../images/vVid/unmute.png");
}
.c-vvid-pane .controls .imgStopVideo {
  background-image: url("../images/vVid/camera-off.png");
}
.c-vvid-pane .controls .imgVideo {
  background-image: url("../images/vVid/camera-on.png");
}
.c-vvid-pane .OT_root {
  display: block !important;
}
.c-vvid-pane--fullscreen {
  left: 0;
  width: 100% !important;
}
.c-vvid-pane--fullscreen .c-vvid-pane__video {
  width: 100%;
}
.c-vvid-pane--fullscreen .c-vvid-pane__video-group {
  display: block !important;
  width: 100%;
  height: 100vh !important;
}
.c-vvid-pane--fullscreen #publisher {
  height: 40% !important;
}
.c-vvid-pane--fullscreen #subscriber {
  height: 100vh !important;
}
.c-vvid-pane--fullscreen .controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 18%;
  justify-content: space-evenly;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) button;
  transform-min-width: 1px;
  transform-width: 30%;
}

#containerDiv,
#bus-card,
.questionHold,
controls {
  zoom: normal !important;
}

.hidden {
  display: none !important;
}

.holdingScreen {
  background-image: url("../images/vVid/paused.png") !important;
}

.OT_root {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .wrapper-vVid {
    width: 57% !important;
  }
}
@media screen and (max-width: 980px) {
  .wrapper-vVid {
    width: 57% !important;
  }
}
@media screen and (min-width: 1000px) {
  .wrapper-vVid {
    width: 57% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 980px) {
  .wrapper-vVid .c-toolbar-sign-zoom {
    left: 85px;
  }
}
@media screen and (min-width: 1000px) {
  .wrapper-vVid .c-toolbar-sign-zoom {
    left: 160px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-vVid .c-survey__wrapper {
    zoom: 0.54;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-vVid .c-survey__answer-area {
    zoom: 0.5;
  }
}
@media screen and (min-width: 800px) {
  .wrapper-vVid .c-survey__labels {
    width: 100%;
  }
}

.c-survey {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  max-width: 880px;
  background-color: inherit;
  color: #1f3049;
}
@media screen and (max-width: 768px) {
  .c-survey {
    padding: 2px;
  }
}
.c-survey__question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: .05rem;
  text-align: center;
  margin-top: 6.4rem;
  margin-bottom: 1.6rem;
  color: #1f3049;
}
.c-survey__answer-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.2rem;
  color: #081630;
}
@media screen and (max-width: 600px) {
  .c-survey__answer-area {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow-x: scroll;
    scrollbar-width: none;
    zoom: 0.5;
  }
  .c-survey__answer-area .c-radio-button__label:first-of-type {
    margin-left: 18px;
  }
  .c-survey__answer-area .c-radio-button__label:last-child {
    margin-right: 18px;
  }
  .c-survey__answer-area::-webkit-scrollbar {
    display: none;
  }
}
.c-survey__answer-area-mobile-push {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-survey__answer-area-mobile-push {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 1rem;
  }
}
.c-survey__wrapper {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
  .c-survey__wrapper {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-survey__wrapper::before, .c-survey__wrapper::after {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 20px;
    height: 100%;
    content: "";
  }
  .c-survey__wrapper--left-gradient::before {
    left: 0;
    background: linear-gradient(to left, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
    background: -moz-linear-gradient(right, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
    background: -webkit-linear-gradient(right, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
  }
  .c-survey__wrapper--right-gradient::after {
    right: 0;
    background: linear-gradient(to right, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
    background: -moz-linear-gradient(left, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
    background: -webkit-linear-gradient(left, rgba(240, 241, 242, 0) 0%, #f0f1f2 100%);
  }
}
.c-survey__submit span {
  vertical-align: baseline;
}
@media screen and (max-width: 600px) {
  .c-survey__submit {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-survey__submit--completed {
    width: 100%;
  }
}
.c-survey__submit--completed span::before {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M15.459 3.75L17.5 5.455 17.403 5.553 8.611 16.25 8.539 16.25 2.5 11.037 2.597 10.938 4.215 9 4.215 9 8.237 12.41 8.309 12.41z' transform='translate(.846)' /%3E%3C/svg%3E");
  vertical-align: text-top;
  width: 2rem;
  height: 2rem;
  margin-right: .4rem;
  content: "";
}
.c-survey__labels {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  margin: auto;
  margin-bottom: 3.2rem;
  width: 75%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: .05rem;
  color: #596373;
}
@media screen and (max-width: 1000px) {
  .c-survey__labels {
    width: initial;
  }
}
.c-survey__labels-icon {
  width: 24px;
}
.c-survey__labels--not-likely {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .c-survey__labels--not-likely {
    margin-left: 20px;
  }
}
.c-survey__labels--likely {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .c-survey__labels--likely {
    margin-right: 20px;
  }
}
.c-survey__textarea {
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 46.24em) {
  .c-survey__textarea {
    margin-top: 16px;
  }
}
@media (max-width: 46.24em) {
  .c-survey__textarea--label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-survey__textarea--box {
  margin: 15px 0;
  width: 75%;
  height: 160px;
  resize: none;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 46.24em) {
  .c-survey__textarea--box {
    width: 97%;
  }
}

.c-radio-button__input {
  position: fixed;
  left: -1000000px;
}
.c-radio-button__input:checked + .c-radio-button__label {
  color: transparent;
  border: transparent;
  background-repeat: no-repeat;
}
.c-radio-button__input:checked + .c-radio-button__label--mad {
  background-image: url("../images/angry-face.svg");
}
.c-radio-button__input:checked + .c-radio-button__label--sad {
  background-image: url("../images/sad-face.svg");
}
.c-radio-button__input:checked + .c-radio-button__label--neutral {
  background-image: url("../images/neutral-face.svg");
}
.c-radio-button__input:checked + .c-radio-button__label--happy {
  background-image: url("../images/happy-face.svg");
}
.c-radio-button__input:disabled + .c-radio-button__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  border: transparent;
  box-shadow: 0 2px 4px 0 rgba(223, 223, 223, 0.5);
}
.c-radio-button__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 8px;
  min-width: 48px;
  min-height: 48px;
  font-weight: bold;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
}
.c-radio-button__label:last-of-type {
  margin-right: 0;
}
.c-radio-button__label--negative {
  border: solid 2px #f33434;
}
.c-radio-button__label--indifferent {
  border: solid 2px #f48c02;
}
.c-radio-button__label--positive {
  border: solid 2px #198d17;
}
.c-radio-button__label--disabled {
  color: #a1a4a9;
}
@media screen and (max-width: 768px) {
  .c-radio-button__label {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: .4rem;
  }
}

.c-investment-calculator {
  max-width: 600px;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .c-investment-calculator {
    padding: 30px;
  }
}
.c-investment-calculator div {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.c-investment-calculator div label {
  padding-bottom: 10px;
}
.c-investment-calculator hr {
  border: 1px groove #1f3049;
  position: relative;
  width: 600px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .c-investment-calculator hr {
    width: auto;
    left: 0px;
  }
}

.u-text-center {
  text-align: center;
}

.u-hidden {
  display: none;
}

.u-visibly-hidden {
  visibility: hidden;
}

.u-vertical-align {
  vertical-align: middle;
}

.u-inline-block {
  display: inline-block;
}

.c-agent-form {
  font-size: 14px;
  overflow: hidden;
  padding-top: 20px;
}
.c-agent-form__question {
  border: none;
}
.c-agent-form__question-label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 598px;
}
.c-agent-form__input-group {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}
.c-agent-form__input--text {
  margin-left: 20px;
  width: 205px;
}
.c-agent-form__button {
  border: solid 1px #696969;
  cursor: pointer;
  width: 114px;
  float: right;
  margin-right: 24px;
  padding: 6px;
  background-image: linear-gradient(#505050 50%, #202020);
  color: white;
  border-radius: 3px;
}
.c-agent-form__button:disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.c-agent-form__button:hover:not([disabled]) {
  background-image: linear-gradient(#383838, #383838);
}

.u-margin-top-20 {
  margin-top: 20px;
}

.u-agent-only {
  display: none;
}
</pre></body></html>