/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.okeConnect *,
.okeConnect *::before,
.okeConnect *::after {
  box-sizing: border-box;
}
.okeConnect h1,
.okeConnect h2,
.okeConnect h3,
.okeConnect h4,
.okeConnect h5,
.okeConnect h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
.okeConnect ul {
  padding: 0;
  margin: 0;
}
.okeConnect li {
  list-style-type: none;
  padding: 0;
}
.okeConnect p {
  line-height: 1.8;
  margin: 0 0 4px;
}
.okeConnect p:last-child {
  margin-bottom: 0;
}
.okeConnect a {
  text-decoration: none;
  color: inherit;
  font-size: 1em;
}
.okeConnect button {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
  min-width: auto;
  padding: 0;
  background-color: transparent;
  min-height: auto;
}
.okeConnect input,
.okeConnect textarea,
.okeConnect select,
.okeConnect button {
  color: #000000;
  font-family: inherit;
  font-size: 1em;
}
.okeConnect select,
.okeConnect label {
  display: inline;
}
.okeConnect fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.okeConnect img,
.okeConnect svg {
  max-width: initial;
}
.okeConnect div:empty {
  display: block;
}
.okeConnect span,
.okeConnect label {
  margin: 0;
  padding: 0;
  border: 0;
}
.okeConnect.modal {
  margin: 0;
  max-width: initial;
  box-shadow: none;
  visibility: initial;
  background: transparent;
}

div[oke-toasts] {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000004;
  pointer-events: none;
}

div[oke-toast] {
  font-size: 14px;
  line-height: 20px;
  margin: 12px auto;
  max-width: 90%;
  text-align: center;
}
div[oke-toast] .c-toast {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  color: #272d45;
  display: inline-block;
  padding: 8px 12px;
}
div[oke-toast] .c-toast--negative {
  background: #d44545;
  color: #fff;
}
div[oke-toast] .c-toast--positive {
  background: #00caaa;
  color: #fff;
}

.okeConnect {
  /*
      Returns the immediate selector (without all parent selectors).
      e.g. immediate(.foo .bar .baz) -> .baz

      Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
  */
  /* https://thatemil.com/blog/2015/01/03/reset-your-fieldset/ */
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.okeConnect ::-moz-placeholder {
  color: #c2c2c2;
}
.okeConnect :-ms-input-placeholder {
  color: #c2c2c2;
}
.okeConnect ::placeholder {
  color: #c2c2c2;
}
.okeConnect label {
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
}
.okeConnect fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0;
}
.okeConnect legend {
  padding: 0;
}
.okeConnect select,
.okeConnect button,
.okeConnect textarea,
.okeConnect input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.okeConnect select[disabled],
.okeConnect button[disabled],
.okeConnect textarea[disabled],
.okeConnect input[disabled] {
  cursor: not-allowed;
}
.okeConnect a {
  color: #00b69c;
  text-decoration: none;
}
.okeConnect a:hover, .okeConnect a:focus {
  color: #00b69c;
  text-decoration: underline;
}
.okeConnect a.is-disabled {
  color: #676986;
  cursor: not-allowed;
}
.okeConnect a.is-disabled:hover {
  text-decoration: none;
}
.okeConnect .u-paddingHorizontal--xSmall {
  padding-left: 4px;
  padding-right: 4px;
}
.okeConnect .u-paddingHorizontal--small {
  padding-left: 8px;
  padding-right: 8px;
}
.okeConnect .u-paddingHorizontal--medium {
  padding-left: 16px;
  padding-right: 16px;
}
.okeConnect .u-paddingHorizontal--large {
  padding-left: 32px;
  padding-right: 32px;
}
.okeConnect .u-paddingHorizontal--xLarge {
  padding-left: 64px;
  padding-right: 64px;
}
.okeConnect .u-paddingVertical--xSmall {
  padding-bottom: 4px;
  padding-top: 4px;
}
.okeConnect .u-paddingVertical--small {
  padding-bottom: 8px;
  padding-top: 8px;
}
.okeConnect .u-paddingVertical--medium {
  padding-bottom: 16px;
  padding-top: 16px;
}
.okeConnect .u-paddingVertical--large {
  padding-bottom: 32px;
  padding-top: 32px;
}
.okeConnect .u-paddingVertical--xLarge {
  padding-bottom: 64px;
  padding-top: 64px;
}
.okeConnect .u-paddingTop--xSmall {
  padding-top: 4px;
}
.okeConnect .u-paddingTop--small {
  padding-top: 8px;
}
.okeConnect .u-paddingTop--medium {
  padding-top: 16px;
}
.okeConnect .u-paddingTop--large {
  padding-top: 32px;
}
.okeConnect .u-paddingTop--xLarge {
  padding-top: 64px;
}
.okeConnect .u-paddingRight--xSmall {
  padding-right: 4px;
}
.okeConnect .u-paddingRight--small {
  padding-right: 8px;
}
.okeConnect .u-paddingRight--medium {
  padding-right: 16px;
}
.okeConnect .u-paddingRight--large {
  padding-right: 32px;
}
.okeConnect .u-paddingRight--xLarge {
  padding-right: 64px;
}
.okeConnect .u-paddingBottom--xSmall {
  padding-bottom: 4px;
}
.okeConnect .u-paddingBottom--small {
  padding-bottom: 8px;
}
.okeConnect .u-paddingBottom--medium {
  padding-bottom: 16px;
}
.okeConnect .u-paddingBottom--large {
  padding-bottom: 32px;
}
.okeConnect .u-paddingBottom--xLarge {
  padding-bottom: 64px;
}
.okeConnect .u-paddingLeft--xSmall {
  padding-left: 4px;
}
.okeConnect .u-paddingLeft--small {
  padding-left: 8px;
}
.okeConnect .u-paddingLeft--medium {
  padding-left: 16px;
}
.okeConnect .u-paddingLeft--large {
  padding-left: 32px;
}
.okeConnect .u-paddingLeft--xLarge {
  padding-left: 64px;
}
.okeConnect .u-padding--xSmall {
  padding: 4px;
}
.okeConnect .u-padding--small {
  padding: 8px;
}
.okeConnect .u-padding--medium {
  padding: 16px;
}
.okeConnect .u-padding--large {
  padding: 32px;
}
.okeConnect .u-padding--xLarge {
  padding: 64px;
}
.okeConnect .u-marginHorizontal--xSmall {
  margin-left: 4px;
  margin-right: 4px;
}
.okeConnect .u-marginHorizontal--small {
  margin-left: 8px;
  margin-right: 8px;
}
.okeConnect .u-marginHorizontal--medium {
  margin-left: 16px;
  margin-right: 16px;
}
.okeConnect .u-marginHorizontal--large {
  margin-left: 32px;
  margin-right: 32px;
}
.okeConnect .u-marginHorizontal--xLarge {
  margin-left: 64px;
  margin-right: 64px;
}
.okeConnect .u-marginVertical--xSmall {
  margin-bottom: 4px;
  margin-top: 4px;
}
.okeConnect .u-marginVertical--small {
  margin-bottom: 8px;
  margin-top: 8px;
}
.okeConnect .u-marginVertical--medium {
  margin-bottom: 16px;
  margin-top: 16px;
}
.okeConnect .u-marginVertical--large {
  margin-bottom: 32px;
  margin-top: 32px;
}
.okeConnect .u-marginVertical--xLarge {
  margin-bottom: 64px;
  margin-top: 64px;
}
.okeConnect .u-marginTop--xSmall {
  margin-top: 4px;
}
.okeConnect .u-marginTop--small {
  margin-top: 8px;
}
.okeConnect .u-marginTop--medium {
  margin-top: 16px;
}
.okeConnect .u-marginTop--large {
  margin-top: 32px;
}
.okeConnect .u-marginTop--xLarge {
  margin-top: 64px;
}
.okeConnect .u-marginRight--xSmall {
  margin-right: 4px;
}
.okeConnect .u-marginRight--small {
  margin-right: 8px;
}
.okeConnect .u-marginRight--medium {
  margin-right: 16px;
}
.okeConnect .u-marginRight--large {
  margin-right: 32px;
}
.okeConnect .u-marginRight--xLarge {
  margin-right: 64px;
}
.okeConnect .u-marginBottom--xSmall {
  margin-bottom: 4px;
}
.okeConnect .u-marginBottom--small {
  margin-bottom: 8px;
}
.okeConnect .u-marginBottom--medium {
  margin-bottom: 16px;
}
.okeConnect .u-marginBottom--large {
  margin-bottom: 32px;
}
.okeConnect .u-marginBottom--xLarge {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .okeConnect .u-marginBottom--medium-none {
    margin-bottom: 0;
  }
  .okeConnect .u-marginBottom--medium-xSmall {
    margin-bottom: 4px;
  }
  .okeConnect .u-marginBottom--medium-small {
    margin-bottom: 8px;
  }
  .okeConnect .u-marginBottom--medium-medium {
    margin-bottom: 16px;
  }
  .okeConnect .u-marginBottom--medium-large {
    margin-bottom: 32px;
  }
  .okeConnect .u-marginBottom--medium-xLarge {
    margin-bottom: 64px;
  }
}
.okeConnect .u-marginLeft--xSmall {
  margin-left: 4px;
}
.okeConnect .u-marginLeft--small {
  margin-left: 8px;
}
.okeConnect .u-marginLeft--medium {
  margin-left: 16px;
}
.okeConnect .u-marginLeft--large {
  margin-left: 32px;
}
.okeConnect .u-marginLeft--xLarge {
  margin-left: 64px;
}
.okeConnect .u-margin--xSmall {
  margin: 4px;
}
.okeConnect .u-margin--small {
  margin: 8px;
}
.okeConnect .u-margin--medium {
  margin: 16px;
}
.okeConnect .u-margin--large {
  margin: 32px;
}
.okeConnect .u-margin--xLarge {
  margin: 64px;
}
.okeConnect .u-marginUI--xxxSmall {
  margin: 4px;
}
.okeConnect .u-marginUI--xxSmall {
  margin: 8px;
}
.okeConnect .u-marginUI--xSmall {
  margin: 12px;
}
.okeConnect .u-marginUI--small {
  margin: 16px;
}
.okeConnect .u-marginUI--medium {
  margin: 24px;
}
.okeConnect .u-marginUI--large {
  margin: 32px;
}
.okeConnect .u-marginUI--xLarge {
  margin: 40px;
}
.okeConnect .u-marginUI--xxLarge {
  margin: 48px;
}
.okeConnect .u-marginUI--xxxLarge {
  margin: 64px;
}
.okeConnect .u-marginBottomUI--xxxSmall {
  margin-bottom: 4px;
}
.okeConnect .u-marginBottomUI--xxSmall {
  margin-bottom: 8px;
}
.okeConnect .u-marginBottomUI--xSmall {
  margin-bottom: 12px;
}
.okeConnect .u-marginBottomUI--small {
  margin-bottom: 16px;
}
.okeConnect .u-marginBottomUI--medium {
  margin-bottom: 24px;
}
.okeConnect .u-marginBottomUI--large {
  margin-bottom: 32px;
}
.okeConnect .u-marginBottomUI--xLarge {
  margin-bottom: 40px;
}
.okeConnect .u-marginBottomUI--xxLarge {
  margin-bottom: 48px;
}
.okeConnect .u-marginBottomUI--xxxLarge {
  margin-bottom: 64px;
}
.okeConnect .u-marginTopUI--xxxSmall {
  margin-top: 4px;
}
.okeConnect .u-marginTopUI--xxSmall {
  margin-top: 8px;
}
.okeConnect .u-marginTopUI--xSmall {
  margin-top: 12px;
}
.okeConnect .u-marginTopUI--small {
  margin-top: 16px;
}
.okeConnect .u-marginTopUI--medium {
  margin-top: 24px;
}
.okeConnect .u-marginTopUI--large {
  margin-top: 32px;
}
.okeConnect .u-marginTopUI--xLarge {
  margin-top: 40px;
}
.okeConnect .u-marginTopUI--xxLarge {
  margin-top: 48px;
}
.okeConnect .u-marginTopUI--xxxLarge {
  margin-top: 64px;
}
.okeConnect .u-marginLeftUI--xxxSmall {
  margin-left: 4px;
}
.okeConnect .u-marginLeftUI--xxSmall {
  margin-left: 8px;
}
.okeConnect .u-marginLeftUI--xSmall {
  margin-left: 12px;
}
.okeConnect .u-marginLeftUI--small {
  margin-left: 16px;
}
.okeConnect .u-marginLeftUI--medium {
  margin-left: 24px;
}
.okeConnect .u-marginLeftUI--large {
  margin-left: 32px;
}
.okeConnect .u-marginLeftUI--xLarge {
  margin-left: 40px;
}
.okeConnect .u-marginLeftUI--xxLarge {
  margin-left: 48px;
}
.okeConnect .u-marginLeftUI--xxxLarge {
  margin-left: 64px;
}
.okeConnect .u-marginRightUI--xxxSmall {
  margin-right: 4px;
}
.okeConnect .u-marginRightUI--xxSmall {
  margin-right: 8px;
}
.okeConnect .u-marginRightUI--xSmall {
  margin-right: 12px;
}
.okeConnect .u-marginRightUI--small {
  margin-right: 16px;
}
.okeConnect .u-marginRightUI--medium {
  margin-right: 24px;
}
.okeConnect .u-marginRightUI--large {
  margin-right: 32px;
}
.okeConnect .u-marginRightUI--xLarge {
  margin-right: 40px;
}
.okeConnect .u-marginRightUI--xxLarge {
  margin-right: 48px;
}
.okeConnect .u-marginRightUI--xxxLarge {
  margin-right: 64px;
}
.okeConnect .u-marginVerticalUI--xxxSmall {
  margin-bottom: 4px;
  margin-top: 4px;
}
.okeConnect .u-marginVerticalUI--xxSmall {
  margin-bottom: 8px;
  margin-top: 8px;
}
.okeConnect .u-marginVerticalUI--xSmall {
  margin-bottom: 12px;
  margin-top: 12px;
}
.okeConnect .u-marginVerticalUI--small {
  margin-bottom: 16px;
  margin-top: 16px;
}
.okeConnect .u-marginVerticalUI--medium {
  margin-bottom: 24px;
  margin-top: 24px;
}
.okeConnect .u-marginVerticalUI--large {
  margin-bottom: 32px;
  margin-top: 32px;
}
.okeConnect .u-marginVerticalUI--xLarge {
  margin-bottom: 40px;
  margin-top: 40px;
}
.okeConnect .u-marginVerticalUI--xxLarge {
  margin-bottom: 48px;
  margin-top: 48px;
}
.okeConnect .u-marginVerticalUI--xxxLarge {
  margin-bottom: 64px;
  margin-top: 64px;
}
.okeConnect .u-paddingUI--xxxSmall {
  padding: 4px;
}
.okeConnect .u-paddingUI--xxSmall {
  padding: 8px;
}
.okeConnect .u-paddingUI--xSmall {
  padding: 12px;
}
.okeConnect .u-paddingUI--small {
  padding: 16px;
}
.okeConnect .u-paddingUI--medium {
  padding: 24px;
}
.okeConnect .u-paddingUI--large {
  padding: 32px;
}
.okeConnect .u-paddingUI--xLarge {
  padding: 40px;
}
.okeConnect .u-paddingUI--xxLarge {
  padding: 48px;
}
.okeConnect .u-paddingUI--xxxLarge {
  padding: 64px;
}
.okeConnect .u-paddingBottomUI--xxxSmall {
  padding-bottom: 4px;
}
.okeConnect .u-paddingBottomUI--xxSmall {
  padding-bottom: 8px;
}
.okeConnect .u-paddingBottomUI--xSmall {
  padding-bottom: 12px;
}
.okeConnect .u-paddingBottomUI--small {
  padding-bottom: 16px;
}
.okeConnect .u-paddingBottomUI--medium {
  padding-bottom: 24px;
}
.okeConnect .u-paddingBottomUI--large {
  padding-bottom: 32px;
}
.okeConnect .u-paddingBottomUI--xLarge {
  padding-bottom: 40px;
}
.okeConnect .u-paddingBottomUI--xxLarge {
  padding-bottom: 48px;
}
.okeConnect .u-paddingBottomUI--xxxLarge {
  padding-bottom: 64px;
}
.okeConnect .u-paddingTopUI--xxxSmall {
  padding-top: 4px;
}
.okeConnect .u-paddingTopUI--xxSmall {
  padding-top: 8px;
}
.okeConnect .u-paddingTopUI--xSmall {
  padding-top: 12px;
}
.okeConnect .u-paddingTopUI--small {
  padding-top: 16px;
}
.okeConnect .u-paddingTopUI--medium {
  padding-top: 24px;
}
.okeConnect .u-paddingTopUI--large {
  padding-top: 32px;
}
.okeConnect .u-paddingTopUI--xLarge {
  padding-top: 40px;
}
.okeConnect .u-paddingTopUI--xxLarge {
  padding-top: 48px;
}
.okeConnect .u-paddingTopUI--xxxLarge {
  padding-top: 64px;
}
.okeConnect .u-paddingLeftUI--xxxSmall {
  padding-left: 4px;
}
.okeConnect .u-paddingLeftUI--xxSmall {
  padding-left: 8px;
}
.okeConnect .u-paddingLeftUI--xSmall {
  padding-left: 12px;
}
.okeConnect .u-paddingLeftUI--small {
  padding-left: 16px;
}
.okeConnect .u-paddingLeftUI--medium {
  padding-left: 24px;
}
.okeConnect .u-paddingLeftUI--large {
  padding-left: 32px;
}
.okeConnect .u-paddingLeftUI--xLarge {
  padding-left: 40px;
}
.okeConnect .u-paddingLeftUI--xxLarge {
  padding-left: 48px;
}
.okeConnect .u-paddingLeftUI--xxxLarge {
  padding-left: 64px;
}
.okeConnect .u-paddingRightUI--xxxSmall {
  padding-right: 4px;
}
.okeConnect .u-paddingRightUI--xxSmall {
  padding-right: 8px;
}
.okeConnect .u-paddingRightUI--xSmall {
  padding-right: 12px;
}
.okeConnect .u-paddingRightUI--small {
  padding-right: 16px;
}
.okeConnect .u-paddingRightUI--medium {
  padding-right: 24px;
}
.okeConnect .u-paddingRightUI--large {
  padding-right: 32px;
}
.okeConnect .u-paddingRightUI--xLarge {
  padding-right: 40px;
}
.okeConnect .u-paddingRightUI--xxLarge {
  padding-right: 48px;
}
.okeConnect .u-paddingRightUI--xxxLarge {
  padding-right: 64px;
}
.okeConnect .u-paddingVerticalUI--xxxSmall {
  padding-bottom: 4px;
  padding-top: 4px;
}
.okeConnect .u-paddingVerticalUI--xxSmall {
  padding-bottom: 8px;
  padding-top: 8px;
}
.okeConnect .u-paddingVerticalUI--xSmall {
  padding-bottom: 12px;
  padding-top: 12px;
}
.okeConnect .u-paddingVerticalUI--small {
  padding-bottom: 16px;
  padding-top: 16px;
}
.okeConnect .u-paddingVerticalUI--medium {
  padding-bottom: 24px;
  padding-top: 24px;
}
.okeConnect .u-paddingVerticalUI--large {
  padding-bottom: 32px;
  padding-top: 32px;
}
.okeConnect .u-paddingVerticalUI--xLarge {
  padding-bottom: 40px;
  padding-top: 40px;
}
.okeConnect .u-paddingVerticalUI--xxLarge {
  padding-bottom: 48px;
  padding-top: 48px;
}
.okeConnect .u-paddingVerticalUI--xxxLarge {
  padding-bottom: 64px;
  padding-top: 64px;
}
.okeConnect .u-paddingHorizontalUI--xxxSmall {
  padding-left: 4px;
  padding-right: 4px;
}
.okeConnect .u-paddingHorizontalUI--xxSmall {
  padding-left: 8px;
  padding-right: 8px;
}
.okeConnect .u-paddingHorizontalUI--xSmall {
  padding-left: 12px;
  padding-right: 12px;
}
.okeConnect .u-paddingHorizontalUI--small {
  padding-left: 16px;
  padding-right: 16px;
}
.okeConnect .u-paddingHorizontalUI--medium {
  padding-left: 24px;
  padding-right: 24px;
}
.okeConnect .u-paddingHorizontalUI--large {
  padding-left: 32px;
  padding-right: 32px;
}
.okeConnect .u-paddingHorizontalUI--xLarge {
  padding-left: 40px;
  padding-right: 40px;
}
.okeConnect .u-paddingHorizontalUI--xxLarge {
  padding-left: 48px;
  padding-right: 48px;
}
.okeConnect .u-paddingHorizontalUI--xxxLarge {
  padding-left: 64px;
  padding-right: 64px;
}
.okeConnect .u-display--block {
  display: block;
}
@media (min-width: 480px) {
  .okeConnect .u-display--block-small {
    display: block;
  }
}
@media (min-width: 768px) {
  .okeConnect .u-display--block-medium {
    display: block;
  }
}
@media (min-width: 1024px) {
  .okeConnect .u-display--block-large {
    display: block;
  }
}
.okeConnect .u-display--inline {
  display: inline;
}
.okeConnect .u-display--inlineBlock {
  display: inline-block;
}
.okeConnect .u-display--flex {
  display: flex;
}
.okeConnect .u-fontFamily--primary {
  font-family: "Varela Round", sans-serif;
}
.okeConnect .u-fontFamily--secondary {
  font-family: "Lato", "Open Sans", sans-serif;
}
.okeConnect .u-fontSize--xxxSmall {
  font-size: 6px;
}
.okeConnect .u-fontSize--xxSmall {
  font-size: 8px;
}
.okeConnect .u-fontSize--xSmall {
  font-size: 12px;
}
.okeConnect .u-fontSize--small {
  font-size: 13px;
}
.okeConnect .u-fontSize--regular {
  font-size: 14px;
}
.okeConnect .u-fontSize--medium {
  font-size: 16px;
}
.okeConnect .u-fontSize--large {
  font-size: 20px;
}
.okeConnect .u-fontSize--xLarge {
  font-size: 24px;
}
.okeConnect .u-fontSize--xxLarge {
  font-size: 28px;
}
.okeConnect .u-fontSize--xxxLarge {
  font-size: 32px;
}
.okeConnect .u-fontWeight--normal {
  font-weight: normal;
}
.okeConnect .u-fontWeight--bold {
  font-weight: bold;
}
.okeConnect .u-fontWeight--semibold {
  font-weight: 600;
}
.okeConnect .u-textAlign--left {
  text-align: left;
}
.okeConnect .u-textAlign--center {
  text-align: center;
}
.okeConnect .u-textAlign--right {
  text-align: right;
}
@media (min-width: 768px) {
  .okeConnect .u-textAlign--medium-left {
    text-align: left;
  }
  .okeConnect .u-textAlign--medium-center {
    text-align: center;
  }
  .okeConnect .u-textAlign--medium-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .okeConnect .u-textAlign--large-left {
    text-align: left;
  }
  .okeConnect .u-textAlign--large-center {
    text-align: center;
  }
  .okeConnect .u-textAlign--large-right {
    text-align: right;
  }
}
.okeConnect .u-textColor--default {
  color: #272d45;
}
.okeConnect .u-textColor--mid {
  color: #676986;
}
.okeConnect .u-textColor--light {
  color: #fff;
}
.okeConnect .u-textColor--brand {
  color: #00b69c;
}
.okeConnect .u-textColor--error {
  color: #ed5353;
}
.okeConnect .u-textTransform--uppercase {
  text-transform: uppercase;
}
.okeConnect .u-lineHeight--1 {
  line-height: 1;
}
.okeConnect .u-lineHeight--tight {
  line-height: 1.2;
}
.okeConnect .u-lineHeight--normal {
  line-height: 1.6;
}
.okeConnect .u-lineHeight--loose {
  line-height: 2;
}
.okeConnect .u-lineHeight--xLoose {
  line-height: 2.5;
}
.okeConnect .u-hidden {
  display: none;
}
@media (min-width: 480px) {
  .okeConnect .u-hidden--small {
    display: none;
  }
}
@media (min-width: 768px) {
  .okeConnect .u-hidden--medium {
    display: none;
  }
}
@media (min-width: 1024px) {
  .okeConnect .u-hidden--large {
    display: none;
  }
}
.okeConnect .u-block {
  display: block;
}
@media (min-width: 480px) {
  .okeConnect .u-block--small {
    display: block;
  }
}
@media (min-width: 768px) {
  .okeConnect .u-block--medium {
    display: block;
  }
}
@media (min-width: 1024px) {
  .okeConnect .u-block--large {
    display: block;
  }
}
.okeConnect .u-faded {
  opacity: 0.5;
}
.okeConnect .u-disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.okeConnect .u-processing {
  display: inline-block;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.okeConnect .u-processing::before, .okeConnect .u-processing::after {
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
}
.okeConnect .u-processing::after {
  animation: spin 1.5s linear 0s infinite none normal;
  border: 3px solid transparent;
  border-right-color: #00caaa;
  border-top-color: #00caaa;
}
.okeConnect .u-processing > * {
  opacity: 0.3;
}
.okeConnect .u-processing::before, .okeConnect .u-processing::after {
  margin: auto;
  width: 48px;
  height: 48px;
}
.okeConnect .u-assistive-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.okeConnect .u-invisible {
  visibility: hidden;
}
.okeConnect .c-alert {
  background-color: #43a1fa;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  display: flex;
  padding: 16px;
  -webkit-font-smoothing: auto;
}
.okeConnect .c-alert-icon {
  flex: 0 0 auto;
  margin-right: 16px;
}
.okeConnect .c-alert-content {
  align-items: center;
  display: flex;
  flex: 0 1 100%;
}
.okeConnect .c-alert-content-inner {
  flex: 0 1 auto;
}
.okeConnect .c-alert-link {
  color: currentColor;
  font-weight: bold;
  text-decoration: underline;
}
.okeConnect .c-alert-link:focus, .okeConnect .c-alert-link:hover {
  color: currentColor;
}
.okeConnect .c-alert--positive {
  background-color: #00caaa;
}
.okeConnect .c-alert--warning {
  background-color: #ff9800;
}
.okeConnect .c-alert--negative {
  background-color: #ed5353;
}
.okeConnect .c-select {
  background-color: #fff;
  border: 1px solid #dbdde4;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  /* Use fixed height as padding does not affect select elements on Chrome */
  margin: 0;
  max-width: 100%;
  padding: 0 32px 0 12px;
  text-overflow: ellipsis;
  vertical-align: top;
  /* Remove default browser styles and add back arrow */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='%2523000'%3E%3Cpolygon points='0,0 10,0 5,5'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.okeConnect .c-select[disabled] {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #676986;
}
.okeConnect .c-select--short {
  width: 124px;
}
.okeConnect .c-select--medium {
  width: 180px;
}
.okeConnect .c-select--long {
  width: 320px;
}
.okeConnect .c-select--fullWidth {
  width: 100%;
}
.okeConnect .c-select.is-error {
  border-color: #ed5353;
}
.okeConnect .c-select.is-error:focus {
  border-color: #ed5353;
  box-shadow: inset 0 0 0 1px #ed5353;
  outline: 0;
}
.okeConnect .c-checkbox {
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.okeConnect .c-checkbox-bg {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  height: 20px;
  transition: 0.3s ease border, 0.3s ease background;
  width: 20px;
  background-color: #fff;
}
.okeConnect .c-checkbox-inner {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  margin-right: 16px;
  position: relative;
  width: 20px;
}
.okeConnect .c-checkbox-input {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.okeConnect .c-checkbox-input:checked ~ .c-checkbox-bg, .okeConnect .c-checkbox-input:indeterminate ~ .c-checkbox-bg {
  background-color: #00caaa;
  border-color: #00caaa;
}
.okeConnect .c-checkbox-input:checked ~ .c-checkbox-check {
  opacity: 1;
}
.okeConnect .c-checkbox-input:focus ~ .c-checkbox-check {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.okeConnect .c-checkbox-check {
  opacity: 0;
  height: 20px;
  left: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  transition: transform 0.1s ease-out;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.okeConnect .c-checkbox-input:indeterminate ~ .c-checkbox-check {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 2'%3E%3Cpath fill='%23fff' d='M0 0h8v2H0z' /%3E%3C/svg%3E");
  background-size: 10px;
}
.okeConnect .c-checkbox.is-disabled .c-checkbox-inner {
  cursor: not-allowed;
}
.okeConnect .c-checkbox.is-disabled .c-checkbox-bg {
  background-color: #d9d9d9;
  border: 1px solid #c2c2c2;
}
.okeConnect .c-checkbox--standalone .c-checkbox-inner {
  margin: 0;
}
.okeConnect .c-checkbox--small .c-checkbox-bg,
.okeConnect .c-checkbox--small .c-checkbox-check,
.okeConnect .c-checkbox--small .c-checkbox-inner {
  width: 18px;
  height: 18px;
}
.okeConnect .c-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdde4;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  max-width: 100%;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.okeConnect .c-input:hover {
  border-color: #d3d4dd;
}
.okeConnect .c-input.is-focus, .okeConnect .c-input:focus {
  border-color: #d3d4dd;
  box-shadow: inset 0 0 0 1px #d3d4dd;
  outline: 0;
}
.okeConnect .c-input--short {
  width: 124px;
}
.okeConnect .c-input--medium {
  width: 180px;
}
.okeConnect .c-input--long {
  width: 320px;
}
.okeConnect .c-input--fullWidth {
  width: 100%;
}
.okeConnect .c-input--large {
  height: 48px;
}
.okeConnect .c-input.is-disabled {
  background: #f4f4f4;
  cursor: not-allowed;
}
.okeConnect .c-input.is-error {
  border-color: #ed5353;
}
.okeConnect .c-input.is-error:focus {
  border-color: #ed5353;
  box-shadow: inset 0 0 0 1px #ed5353;
  outline: 0;
}
.okeConnect .c-button {
  background-color: #0E7D81;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.1s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.okeConnect .c-button:hover, .okeConnect .c-button:focus {
  background-color: #09555A;
  color: #FFFFFF;
}
.okeConnect .c-button:disabled {
  background-color: #0E7D81;
  color: #FFFFFF;
}
.okeConnect .c-loader {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 48px;
  vertical-align: middle;
}
.okeConnect .c-loader::after {
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  animation: okeConnect-spin 1.5s linear 0s infinite none normal;
  border: 6px solid transparent;
  border-right-color: #535565;
  border-top-color: #535565;
  border-left-color: #535565;
}
.okeConnect .c-loader--buttonTextColor::after {
  border-right-color: #FFFFFF;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
}
.okeConnect .c-loader--small {
  height: 16px;
  width: 16px;
}
.okeConnect .c-loader--small::before, .okeConnect .c-loader--small::after {
  border-width: 2px;
}
.okeConnect .c-loader--medium {
  height: 38px;
  width: 38px;
}
@keyframes okeConnect-spin {
  100% {
    transform: rotate(360deg);
  }
}
.okeConnect .c-form-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.okeConnect .c-form-row {
  display: flex;
  flex-direction: row;
}
.okeConnect .c-input {
  border-color: #E5E5EC;
  box-sizing: border-box;
  height: 45px;
}
.okeConnect .c-input:hover {
  border-color: #E5E5EC;
}
.okeConnect .c-input:focus {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  outline: 0;
}
.okeConnect .c-checkbox-label {
  line-height: 1.6;
}
.okeConnect .c-checkbox-input:focus ~ .c-checkbox-check {
  outline: 1px auto #57BFBE;
  opacity: 1;
}
.okeConnect .c-checkbox-bg {
  border: 1px solid #E5E5EC;
}
.okeConnect .c-checkbox-input:checked ~ .c-checkbox-bg {
  background-color: #0E7D81;
  border-color: #0E7D81;
}
.okeConnect .c-textarea {
  border-color: #E5E5EC;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 73px;
  padding: 12px;
  position: relative;
  resize: vertical;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.okeConnect .c-textarea:focus {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  outline: 0;
}
.okeConnect .c-tagInput,
.okeConnect .c-rangeInput {
  color: #384B57;
}
.okeConnect .c-tagInput-container,
.okeConnect .c-rangeInput-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.okeConnect .c-tagInput-label,
.okeConnect .c-rangeInput-label {
  background-color: #FAFAFB;
  border-radius: 4px;
  border: 1px solid #E5E5EC;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-right: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
.okeConnect .c-tagInput-label:hover,
.okeConnect .c-rangeInput-label:hover {
  background-color: #F4F4F6;
}
@media (hover: none), (pointer: coarse) {
  .okeConnect .c-tagInput-label > *,
.okeConnect .c-rangeInput-label > * {
    pointer-events: none;
  }
  .okeConnect .c-tagInput-label:hover,
.okeConnect .c-rangeInput-label:hover {
    background-color: #FAFAFB;
  }
}
.okeConnect .c-tagInput-label[disabled=true],
.okeConnect .c-rangeInput-label[disabled=true] {
  color: #E5E5EC;
}
.okeConnect .c-tagInput-label[disabled=true]:hover,
.okeConnect .c-rangeInput-label[disabled=true]:hover {
  background-color: #FAFAFB;
}
.okeConnect .c-tagInput-centreDot,
.okeConnect .c-rangeInput-centreDot {
  background-color: #384B57;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: calc(50% - 5px);
  transition: background-color 0.1s ease;
  width: 10px;
}
.okeConnect .c-tagInput.hasError.isConnected .okeConnect .c-tagInput-container,
.okeConnect .c-tagInput.hasError.isConnected .okeConnect .c-rangeInput-container,
.okeConnect .c-rangeInput.hasError.isConnected .okeConnect .c-tagInput-container,
.okeConnect .c-rangeInput.hasError.isConnected .okeConnect .c-rangeInput-container {
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
.okeConnect .c-tagInput.hasError:not(.isConnected) .okeConnect .c-tagInput-label,
.okeConnect .c-tagInput.hasError:not(.isConnected) .okeConnect .c-rangeInput-label,
.okeConnect .c-rangeInput.hasError:not(.isConnected) .okeConnect .c-tagInput-label,
.okeConnect .c-rangeInput.hasError:not(.isConnected) .okeConnect .c-rangeInput-label {
  border: 1px solid #ed5353;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
.okeConnect .c-tagInput {
  text-align: center;
}
.okeConnect .c-tagInput-input:checked + .c-tagInput-label {
  background-color: #0E7D81;
  border-color: #0E7D81;
  color: #FFFFFF;
}
.okeConnect .c-tagInput-input:checked + .c-tagInput-label .c-icon {
  fill: #FFFFFF;
}
.okeConnect .c-tagInput-input:focus + .c-tagInput-label {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  z-index: 1;
}
.okeConnect .c-tagInput-input:focus:not(:focus-visible) + .c-tagInput-label {
  border-color: #E5E5EC;
  box-shadow: none;
  z-index: 0;
}
.okeConnect .c-tagInput-input:checked:focus + .c-tagInput-label {
  border-color: #0E7D81;
}
.okeConnect .c-tagInput-input:checked + .c-tagInput-label .c-tagInput-centreDot {
  background-color: #0E7D81;
  visibility: hidden;
}
.okeConnect .c-tagInput-label {
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label, .okeConnect .c-tagInput-container--side-by-side .c-tagInput-label, .okeConnect .c-tagInput-container--stacked .c-tagInput-label, .okeConnect .c-tagInput-container--tags .c-tagInput-label {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 0;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-image, .okeConnect .c-tagInput-container--side-by-side .c-tagInput-label-image, .okeConnect .c-tagInput-container--stacked .c-tagInput-label-image, .okeConnect .c-tagInput-container--tags .c-tagInput-label-image {
  border-radius: 4px;
  border: 1px solid #E5E5EC;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-text, .okeConnect .c-tagInput-container--side-by-side .c-tagInput-label-text, .okeConnect .c-tagInput-container--stacked .c-tagInput-label-text, .okeConnect .c-tagInput-container--tags .c-tagInput-label-text {
  word-break: break-word;
}
.okeConnect .c-tagInput-container--circles {
  display: inline-grid;
  grid-auto-rows: 1fr;
  row-gap: 32px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label {
  align-items: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  flex-direction: column;
  padding: 0;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-image {
  background-color: #FAFAFB !important;
  border-radius: 100%;
  border-width: 1px;
  margin-bottom: 12px;
  position: relative;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-image .c-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 25%;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-image .c-icon path {
  fill: #E5E5EC;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-label-text {
  color: #384B57 !important;
  display: flex;
  flex: 1;
  text-align: center;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-input:checked + .c-tagInput-label .c-tagInput-label-image {
  border-width: 4px;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-input:focus + .c-tagInput-label .c-tagInput-label-image {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
}
.okeConnect .c-tagInput-container--circles .c-tagInput-input:focus:not(:focus-visible) + .c-tagInput-label .c-tagInput-label-image {
  border-color: #E5E5EC;
  box-shadow: none;
}
.okeConnect .c-tagInput-container--side-by-side {
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.okeConnect .c-tagInput-container--side-by-side .c-tagInput-label {
  align-items: center;
  justify-content: start;
  height: 100%;
  padding: 0;
  width: 100%;
}
.okeConnect .c-tagInput-container--side-by-side .c-tagInput-label-image {
  margin: 4px;
  margin-right: 0;
  max-width: 50%;
}
.okeConnect .c-tagInput-container--side-by-side .c-tagInput-label-text {
  padding: 8px 12px;
}
@media (min-width: 1024px) {
  .okeConnect .c-tagInput-container--side-by-side.c-tagInput-container--noImages.c-tagInput-container--singleColumn {
    margin: 0 auto;
    max-width: 40vw;
  }
}
.okeConnect .c-tagInput-container--side-by-side.c-tagInput-container--noImages .c-tagInput-label {
  justify-content: center;
  text-align: center;
}
.okeConnect .c-tagInput-container--stacked {
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.okeConnect .c-tagInput-container--stacked .c-tagInput-label {
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 8px;
  width: 100%;
}
.okeConnect .c-tagInput-container--stacked .c-tagInput-label-image {
  background-color: #FFFFFF;
  margin-bottom: 8px;
  width: 100%;
}
.okeConnect .c-tagInput-container--stacked .c-tagInput-label-text {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .okeConnect .c-tagInput-container--stacked.c-tagInput-container--noImages.c-tagInput-container--singleColumn {
    margin: 0 auto;
    max-width: 40vw;
  }
}
.okeConnect .c-tagInput-container--tags {
  justify-content: center;
}
.okeConnect .c-tagInput-container--tags .c-tagInput-label {
  align-items: center;
  padding: 0;
  margin-bottom: 4px;
  margin-right: 4px;
}
.okeConnect .c-tagInput-container--tags .c-tagInput-label-image {
  margin: 4px;
  margin-right: 0;
  max-width: 50%;
}
.okeConnect .c-tagInput-container--tags .c-tagInput-label-text {
  padding: 8px 12px;
}
.okeConnect .c-tagInput-tag {
  position: relative;
}
.okeConnect .c-tagInput-tag .u-assistive-hidden {
  left: 0;
  position: absolute;
  top: 0;
}
.okeConnect .c-rangeInput-input:checked + .c-rangeInput-label {
  background-color: #0E7D81;
  border-color: #0E7D81;
  color: #FFFFFF;
}
.okeConnect .c-rangeInput-input:checked + .c-rangeInput-label .c-icon {
  fill: #FFFFFF;
}
.okeConnect .c-rangeInput-input:focus + .c-rangeInput-label {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  z-index: 1;
}
.okeConnect .c-rangeInput-input:focus:not(:focus-visible) + .c-rangeInput-label {
  border-color: #E5E5EC;
  box-shadow: none;
  z-index: 0;
}
.okeConnect .c-rangeInput-input:checked:focus + .c-rangeInput-label {
  border-color: #0E7D81;
}
.okeConnect .c-rangeInput-input:checked + .c-rangeInput-label .c-rangeInput-centreDot {
  background-color: #0E7D81;
  visibility: hidden;
}
.okeConnect .c-rangeInput-container {
  flex-wrap: nowrap;
  margin-bottom: 4px;
}
.okeConnect .c-rangeInput-label {
  flex-grow: 1;
}
.okeConnect .c-rangeInput-label:last-of-type {
  margin-right: 0;
}
.okeConnect .c-rangeInput.isConnected .okeConnect .c-rangeInput-label {
  border-right: none;
  border-radius: 0;
  margin-right: 0;
}
.okeConnect .c-rangeInput.isConnected .okeConnect .c-rangeInput-label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.okeConnect .c-rangeInput.isConnected .okeConnect .c-rangeInput-label:last-of-type {
  border-right: 1px solid #E5E5EC;
  border-radius: 0 4px 4px 0;
}
.okeConnect .c-rangeInput-input:checked + .c-rangeInput-label:last-of-type {
  border-color: #0E7D81;
}
.okeConnect .c-rangeInput.hasError.isConnected .okeConnect .c-rangeInput-label {
  border-color: #ed5353;
}
.okeConnect .c-rangeInput-displayLabel {
  font-size: 13px;
}
.okeConnect .c-rangeInput-displayLabel--half {
  flex-basis: 50%;
}
.okeConnect .c-rangeInput-displayLabel--third {
  flex-basis: 33.3%;
}
.okeConnect .c-rangeInput-displayLabel--third:nth-of-type(2) {
  font-weight: 600;
  text-align: center;
}
.okeConnect .c-rangeInput-displayLabel:first-of-type {
  text-align: left;
}
.okeConnect .c-rangeInput-displayLabel:last-of-type {
  text-align: right;
}
.okeConnect .c-select {
  border-radius: 4px;
  border: 1px solid #E5E5EC;
  height: 46px;
  outline: 0;
  padding-left: 12px;
  transition: box-shadow 0.1s ease;
  width: 100%;
}
.okeConnect .c-select:focus {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
}
.okeConnect .c-select.hasError {
  border: 1px solid #ed5353;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
@keyframes okeConnect-image-loading-animation {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.okeConnect .slide-enter-active {
  animation: okeConnect-slide-out 0.3s ease;
}
.okeConnect .slide-leave-active {
  animation: okeConnect-slide-in 0.3s ease;
}
.okeConnect .slide-reverse-enter-active {
  animation: okeConnect-slide-in 0.3s ease;
  animation-direction: reverse;
}
.okeConnect .slide-reverse-leave-active {
  animation: okeConnect-slide-out 0.3s ease;
  animation-direction: reverse;
}
@keyframes okeConnect-slide-in {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
@keyframes okeConnect-slide-out {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
.okeConnect .fade-enter-active,
.okeConnect .fade-leave-active {
  transition: opacity 0.5s;
}
.okeConnect .fade-enter-from,
.okeConnect .fade-leave-to {
  opacity: 0;
}
.okeConnect .modal--slide-bottom-enter-active {
  animation: okeConnect-modal--mobile-slide-bottom-in 0.3s ease;
}
@media (min-width: 480px) {
  .okeConnect .modal--slide-bottom-enter-active {
    animation: okeConnect-modal--slide-bottom-in 0.3s ease;
  }
}
.okeConnect .modal--slide-bottom-leave-active {
  animation: okeConnect-modal--mobile-slide-bottom-out 0.3s ease;
}
@media (min-width: 480px) {
  .okeConnect .modal--slide-bottom-leave-active {
    animation: okeConnect-modal--slide-bottom-out 0.3s ease;
  }
}
.okeConnect .modal--slide-bottom-preview-enter-active {
  animation: okeConnect-modal--mobile-slide-bottom-in 0.3s ease;
  opacity: 1;
}
.okeConnect .modal--slide-bottom-preview-enter-from,
.okeConnect .modal--slide-bottom-preview-leave-from,
.okeConnect .modal--slide-bottom-preview-leave-to {
  opacity: 0;
}
@keyframes okeConnect-modal--slide-bottom-in {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
@keyframes okeConnect-modal--slide-bottom-out {
  0% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
@keyframes okeConnect-modal--mobile-slide-bottom-in {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes okeConnect-modal--mobile-slide-bottom-out {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -50%;
  }
}
.okeConnect .popOver--slide-bottom-enter-active {
  animation: okeConnect-popOver--slide-bottom-in 0.3s ease;
}
.okeConnect .popOver--slide-bottom-leave-active {
  animation: okeConnect-popOver--slide-bottom-out 0.3s ease;
}
.okeConnect .popOver--slide-bottom-preview-enter-active {
  animation: okeConnect-popOver--slide-bottom-in 0.3s ease;
}
.okeConnect .popOver--slide-bottom-preview-enter-from,
.okeConnect .popOver--slide-bottom-preview-leave-from,
.okeConnect .popOver--slide-bottom-preview-leave-to {
  opacity: 0;
}
@keyframes okeConnect-popOver--slide-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(120%);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes okeConnect-popOver--slide-bottom-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120%);
  }
}
.okeConnect .popOver--slide-top-enter-active {
  animation: okeConnect-popOver--slide-top-in 0.3s ease;
}
.okeConnect .popOver--slide-top-leave-active {
  animation: okeConnect-popOver--slide-top-out 0.3s ease;
}
.okeConnect .popOver--slide-top-preview-enter-active {
  animation: okeConnect-popOver--slide-top-in 0.3s ease;
}
.okeConnect .popOver--slide-top-preview-enter-from,
.okeConnect .popOver--slide-top-preview-leave-from,
.okeConnect .popOver--slide-top-preview-leave-to {
  opacity: 0;
}
@keyframes okeConnect-popOver--slide-top-in {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes okeConnect-popOver--slide-top-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
.okeConnect .bubbleCard--slide-bottom-enter-active {
  animation: okeConnect-bubbleCard--slide-bottom-in 0.3s ease;
}
.okeConnect .bubbleCard--slide-bottom-leave-active {
  animation: okeConnect-bubbleCard--slide-bottom-out 0.3s ease;
}
.okeConnect .bubbleCard--slide-top-enter-active {
  animation: okeConnect-bubbleCard--slide-top-in 0.3s ease;
}
.okeConnect .bubbleCard--slide-top-leave-active {
  animation: okeConnect-bubbleCard--slide-top-out 0.3s ease;
}
@keyframes okeConnect-bubbleCard--slide-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes okeConnect-bubbleCard--slide-bottom-out {
  0% {
    transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes okeConnect-bubbleCard--slide-top-in {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  25% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes okeConnect-bubbleCard--slide-top-out {
  0% {
    transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys.okeSurveys {
  color: var(--survey-primary-text-color);
  font-family: var(--survey-font-family);
}
.okeConnect.okeSurveys.okeSurveys .c-button,
.okeConnect.okeSurveys.okeSurveys .c-button:disabled {
  background-color: var(--survey-button-background-color);
  color: var(--survey-button-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-button:focus,
.okeConnect.okeSurveys.okeSurveys .c-button:hover {
  background-color: var(--survey-button-hover-background-color);
  color: var(--survey-button-hover-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-checkbox-bg {
  border-color: var(--survey-text-field-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-checkbox-input:focus ~ .c-checkbox-check {
  outline-color: var(--survey-text-field-focus-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-checkbox-input:checked ~ .c-checkbox-bg {
  background-color: var(--survey-button-background-color);
  border-color: var(--survey-button-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-customAnswerInput-label {
  color: var(--survey-secondary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-floatingBubble .c-icon {
  fill: var(--survey-button-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-floatingBubble-container {
  background-color: var(--survey-button-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-floatingBubble-container:hover {
  background-color: var(--survey-button-hover-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-input,
.okeConnect.okeSurveys.okeSurveys .c-input:hover {
  border-color: var(--survey-text-field-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-input:focus {
  border-color: var(--survey-text-field-focus-border-color);
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color);
  outline: 0;
}
.okeConnect.okeSurveys.okeSurveys .c-loader--buttonTextColor::after {
  border-right-color: var(--survey-button-text-color);
  border-top-color: var(--survey-button-text-color);
  border-left-color: var(--survey-button-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-progressBar-background {
  opacity: 0.5;
  background-color: var(--survey-progress-bar-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-progressBar-progress {
  background-color: var(--survey-progress-bar-selected-color);
}
.okeConnect.okeSurveys.okeSurveys .c-progressText {
  color: var(--survey-primary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-questionsForm-skip {
  color: var(--survey-primary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-questions-header-subtitle {
  color: var(--survey-secondary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-overlay--standalone {
  background-color: var(--survey-standalone-page-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label {
  background-color: var(--survey-control-selected-background-color);
  border-color: var(--survey-control-selected-background-color);
  color: var(--survey-control-selected-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label .c-icon {
  fill: var(--survey-control-selected-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:focus + .c-rangeInput-label {
  border-color: var(--survey-text-field-focus-border-color);
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color);
  z-index: 1;
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:focus:not(:focus-visible) + .c-rangeInput-label {
  border-color: var(--survey-control-border-color);
  box-shadow: none;
  z-index: 0;
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:checked:focus + .c-rangeInput-label {
  border-color: var(--survey-control-selected-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label .c-rangeInput-centreDot {
  background-color: var(--survey-control-selected-background-color);
  visibility: hidden;
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-centreDot {
  background-color: var(--survey-control-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-displayLabel {
  color: var(--survey-secondary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-input:checked + .okeConnect.okeSurveys.okeSurveys-label:last-of-type {
  border-color: var(--survey-control-selected-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-label,
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-label[disabled=true],
.okeConnect.okeSurveys.okeSurveys .c-rangeInput.isConnected .c-rangeInput-label:last-of-type {
  border: 1px solid var(--survey-control-border-color);
  color: var(--survey-control-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-label,
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-label[disabled=true]:hover {
  background-color: var(--survey-control-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-rangeInput-label:hover {
  background-color: var(--survey-control-hover-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-select {
  border: 1px solid var(--survey-control-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-select:focus {
  border-color: var(--survey-text-field-focus-border-color);
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color);
}
.okeConnect.okeSurveys.okeSurveys .c-starRating-stars--empty {
  stroke: var(--survey-star-empty-color);
}
.okeConnect.okeSurveys.okeSurveys .c-starRating-stars--filled {
  fill: var(--survey-star-color);
}
.okeConnect.okeSurveys.okeSurveys .c-starRating-radioButton:focus ~ .c-starRating-stars--empty,
.okeConnect.okeSurveys.okeSurveys .c-starRating-radioButton:focus ~ .c-starRating-stars--empty {
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color), inset 0 0 0 1px var(--survey-text-field-focus-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-survey--modal,
.okeConnect.okeSurveys.okeSurveys .c-survey--pop-over {
  background-color: #FFFFFF;
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:checked + .c-tagInput-label {
  background-color: var(--survey-control-selected-background-color);
  border-color: var(--survey-control-selected-background-color);
  color: var(--survey-control-selected-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:checked + .c-tagInput-label .c-icon {
  fill: var(--survey-control-selected-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:focus + .c-tagInput-label {
  border-color: var(--survey-text-field-focus-border-color);
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color);
  z-index: 1;
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:focus:not(:focus-visible) + .c-tagInput-label {
  border-color: var(--survey-control-border-color);
  box-shadow: none;
  z-index: 0;
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:checked:focus + .c-tagInput-label {
  border-color: var(--survey-control-selected-background-color);
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-input:checked + .c-tagInput-label .c-tagInput-centreDot {
  background-color: var(--survey-control-selected-background-color);
  visibility: hidden;
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-centreDot {
  background-color: var(--survey-control-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-container--tags {
  justify-content: start;
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-label,
.okeConnect.okeSurveys.okeSurveys .c-tagInput-label[disabled=true] {
  border: 1px solid var(--survey-control-border-color);
  color: var(--survey-control-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-tagInput-label,
.okeConnect.okeSurveys.okeSurveys .c-tagInput-label[disabled=true]:hover {
  background-color: var(--survey-control-background-color);
}
@media (hover: hover) and (pointer: fine) {
  .okeConnect.okeSurveys.okeSurveys .c-tagInput-label:hover {
    background-color: var(--survey-control-hover-background-color);
  }
}
.okeConnect.okeSurveys.okeSurveys .c-submitEmail {
  color: var(--survey-primary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-terms a {
  color: var(--survey-secondary-text-color);
}
.okeConnect.okeSurveys.okeSurveys .c-textarea {
  border-color: var(--survey-text-field-border-color);
}
.okeConnect.okeSurveys.okeSurveys .c-textarea:focus {
  border-color: var(--survey-text-field-focus-border-color);
  box-shadow: 0 0 0 4px var(--survey-text-field-focus-border-shadow-color);
  outline: 0;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-errorDisplay[data-v-7250e288] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
}
.okeConnect .c-errorDisplay-img[data-v-7250e288] {
  width: 100%;
  max-width: 200px;
  margin-bottom: 16px;
}
.okeConnect .c-errorDisplay-retry[data-v-7250e288] {
  display: block;
  margin: 0 auto 24px;
  padding: 8px 16px;
}
.okeConnect .c-errorDisplay-title[data-v-7250e288] {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
  padding: 8px;
}
.okeConnect .c-errorDisplay-msg[data-v-7250e288] {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: pre-line;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-icon {
  font-family: sans-serif;
  line-height: 1em;
  min-height: 1em;
  text-align: center;
  vertical-align: middle;
}
.okeConnect .c-icon--white {
  fill: #fff;
}
.okeConnect .c-icon--edit {
  fill: #fff;
  height: 18px;
  line-height: 52px;
  margin: auto;
  width: 18px;
}
.okeConnect .c-icon--success {
  fill: #00caaa;
}
.okeConnect .c-icon--fail {
  fill: #d44545;
}
.okeConnect .c-icon--warning {
  fill: #ff9800;
}
.okeConnect .c-icon--info {
  fill: #43a1fa;
}
.okeConnect .c-icon--poweredBy {
  fill: #676986;
}
.okeConnect .c-icon--poweredBy:hover {
  fill: #9a9db1;
}
.okeConnect .c-icon--media {
  line-height: 52px;
  margin: auto;
  width: 20px;
}
.okeConnect .c-icon--removeMedia {
  fill: #fff;
  height: 14px;
  width: 14px;
}
.okeConnect .c-icon--closeModal {
  fill: #fff;
  height: 32px;
  width: 32px;
}
.okeConnect .c-icon--reviewStep {
  height: 18px;
  margin: auto;
  width: 18px;
}
.okeConnect .c-icon--small {
  height: 16px;
  margin: auto;
  width: 16px;
}
.okeConnect .c-icon--xSmall {
  height: 13px;
  line-height: 27px;
  margin: auto;
  width: 13px;
}
.okeConnect .c-icon--centredRange {
  fill: transparent;
  line-height: 0;
}
.okeConnect .c-icon--centredRange svg {
  height: 19px;
}
.okeConnect .c-icon--closeNotificationBar {
  fill: #676986;
  height: 32px;
  width: 32px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-loadingSpinner[data-v-4304b9aa] {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 24px;
  justify-content: center;
}
.okeConnect .c-loader--small[data-v-4304b9aa] {
  height: 28px;
  width: 28px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-pageContent {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.okeConnect .c-pageContent-footer {
  align-self: stretch;
  background-color: #E5E5EC;
  padding: 12px;
  position: relative;
}
.okeConnect .c-pageContent .c-questionsForm {
  padding-top: 24px;
}
@media (min-width: 768px) {
.okeConnect .c-pageContent .c-questionsForm {
    padding-top: 32px;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-header {
  border-bottom: 1px solid #e5e5eb;
  display: flex;
  justify-content: center;
  text-align: center;
}
.okeConnect.okeSurveys .c-header--logo {
  padding: 16px;
}
.okeConnect.okeSurveys .c-header--banner .okeConnect.okeSurveys .c-header-image {
  width: 100%;
}
.okeConnect.okeSurveys .c-header-image {
  display: block;
  height: 100%;
  max-width: 100%;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-bannerPage-banner {
  display: flex;
  flex-direction: column;
}
.okeConnect.okeSurveys .c-bannerPage-banner-bottom {
  flex-direction: column-reverse;
}
.okeConnect.okeSurveys .c-bannerPage-banner-left {
  align-items: center;
  flex-direction: row;
}
.okeConnect.okeSurveys .c-bannerPage-banner-right {
  align-items: center;
  flex-direction: row-reverse;
}
.okeConnect.okeSurveys .c-bannerPage-bannerArea {
  overflow: hidden;
}
.okeConnect.okeSurveys .c-bannerPage-bannerArea--bottom {
  border-radius: 0 0 4px 4px;
}
.okeConnect.okeSurveys .c-bannerPage-bannerArea--left {
  border-radius: 4px 0 0 4px;
  display: none;
}
.okeConnect.okeSurveys .c-bannerPage-bannerArea--right {
  border-radius: 0 4px 4px 0;
  display: none;
}
.okeConnect.okeSurveys .c-bannerPage-bannerArea--top {
  border-radius: 4px 4px 0 0;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-bannerPage-bannerArea--left, .okeConnect.okeSurveys .c-bannerPage-bannerArea--right {
    align-self: stretch;
    display: flex;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-coupon-reward-code {
  align-items: center;
  background: #f7f7f8;
  border: 1px dashed #d3d4dd;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 16px 12px;
  position: relative;
}
.okeConnect .c-coupon-reward-code--clipboardAvailable {
  cursor: pointer;
}
.okeConnect .c-coupon-reward-code-copied {
  align-items: center;
  display: flex;
  background: #f7f7f8;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity ease-in 0.1s;
  width: 100%;
  z-index: -1;
}
.okeConnect .c-coupon-reward-code-copied--visible {
  opacity: 1;
  z-index: 1;
}
.okeConnect .c-coupon-reward-code .c-icon {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-left: 8px;
}
.okeConnect .c-coupon-reward-obscured {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 220px;
  height: 51px;
  cursor: pointer;
}
.okeConnect .c-coupon-reward-obscured-coupon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f8;
  border: 1px dashed #d3d4dd;
  border-radius: 4px 8px 8px 4px;
  padding: 16px 8px 16px 8px;
}
.okeConnect .c-coupon-reward-obscured svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.okeConnect .c-coupon-reward-description {
  line-height: 16px;
  padding: 4px;
  text-align: center;
}
.okeConnect .c-coupon-reward-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
  padding: 8px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-submitEmail {
  width: 100%;
}
.okeConnect.okeSurveys .c-submitEmail-error {
  margin-top: 12px;
  font-size: 14px;
  color: #ed5353;
}
.okeConnect.okeSurveys .c-submitEmail-inputs {
  position: relative;
}
.okeConnect.okeSurveys .c-submitEmail-inputs-button {
  height: 100%;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 12px;
  margin-top: 12px;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-submitEmail-inputs-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin-top: 0;
    width: 100px;
}
}
.okeConnect.okeSurveys .c-submitEmail-inputs-button .c-loadingSpinner {
  min-height: unset;
  padding: unset;
}
.okeConnect.okeSurveys .c-submitEmail-inputs .is-error {
  position: relative;
  z-index: 1;
  background: transparent;
}
.okeConnect.okeSurveys .c-submitEmail .c-loader::after {
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-left-color: currentColor;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-panel {
  width: 100%;
  text-align: center;
}
.okeConnect.okeSurveys .c-panel-button {
  margin: 12px 0;
  padding: 8px 16px;
}
.okeConnect.okeSurveys .c-panel-subtitle {
  line-height: 24px;
  margin-bottom: 16px;
  padding: 4px;
}
.okeConnect.okeSurveys .c-panel-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 4px;
}
.okeConnect.okeSurveys .c-panel-title--indent {
  text-indent: 18px;
}
.okeConnect.okeSurveys .c-panel-title-closearea {
  width: 34px;
  height: 34px;
  float: right;
  margin-top: -16px;
  margin-right: -16px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-progressText[data-v-1e49c9e8] {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-progressBar[data-v-2222c7b0] {
  position: relative;
  height: 4px;
  width: 100%;
}
.okeConnect .c-progressBar-background[data-v-2222c7b0] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.okeConnect .c-progressBar-progress[data-v-2222c7b0] {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.okeConnect .c-progressBar--bar-short[data-v-2222c7b0] {
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 140px;
  max-width: 80%;
  overflow: hidden;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-emailInput .c-checkbox-label {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-customAnswerInput[data-v-5eb303a7] {
  margin-bottom: 4px;
  margin-top: 16px;
  text-align: left;
  width: 100%;
}
.okeConnect .c-customAnswerInput-label[data-v-5eb303a7] {
  font-size: 13px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.c-dateSelect[data-v-1994b43c] {
  display: flex;
}
.c-dateSelect-select[data-v-1994b43c] {
  margin-right: 8px;
}
.c-dateSelect-select[data-v-1994b43c]:last-of-type {
  margin-right: 0;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.c-locationSelect[data-v-5ba23929] {
  display: flex;
}
.c-locationSelect-select[data-v-5ba23929] {
  margin-right: 8px;
}
.c-locationSelect-select[data-v-5ba23929]:last-of-type {
  margin-right: 0;
}
.c-locationSelect--narrow[data-v-5ba23929] {
  flex-direction: column;
}
.c-locationSelect--narrow .c-locationSelect-select[data-v-5ba23929] {
  margin-bottom: 12px;
}
.c-locationSelect--narrow .c-locationSelect-select[data-v-5ba23929]:last-of-type {
  margin-bottom: 0;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-starRating {
  display: block;
}
.okeConnect .c-starRating-stars {
  position: absolute;
  overflow: hidden;
  transition: box-shadow 0.1s ease;
}
.okeConnect .c-starRating-stars > svg {
  height: 39px;
  width: 201px;
}
.okeConnect .c-starRating-stars--error {
  display: none;
}
.okeConnect .c-starRating-stars--empty {
  fill: transparent;
  stroke: #C7CCDB;
}
.okeConnect .c-starRating-stars--filled {
  fill: #FFAF00;
}
.okeConnect .c-starRating.hasError:not(:hover) .c-starRating-stars--error {
  display: block;
}
.okeConnect .c-starRating.hasError:not(:hover) .c-starRating-stars--empty {
  display: none;
}
.okeConnect .c-starRating-container {
  display: inline-flex;
  margin-left: -4px;
  margin-top: -2px;
  position: relative;
}
.okeConnect .c-starRating-label {
  cursor: pointer;
  display: inline-block;
  height: 39px;
  position: relative;
  width: 40.2px;
  z-index: 1;
}
.okeConnect .c-starRating-label-1-of-5:hover ~ .c-starRating-stars--filled {
  width: 20% !important;
}
.okeConnect .c-starRating-label-2-of-5:hover ~ .c-starRating-stars--filled {
  width: 40% !important;
}
.okeConnect .c-starRating-label-3-of-5:hover ~ .c-starRating-stars--filled {
  width: 60% !important;
}
.okeConnect .c-starRating-label-4-of-5:hover ~ .c-starRating-stars--filled {
  width: 80% !important;
}
.okeConnect .c-starRating-label-5-of-5:hover ~ .c-starRating-stars--filled {
  width: 100% !important;
}
.okeConnect .c-starRating-radioButton:focus ~ .c-starRating-stars--empty, .okeConnect .c-starRating-radioButton:focus ~ .c-starRating-stars--error {
  box-shadow: 0 0 0 4px #CBF2F0, inset 0 0 0 1px #57BFBE;
}
.okeConnect .c-starRating-radioButton:focus:not(:focus-visible) ~ .c-starRating-stars--empty, .okeConnect .c-starRating-radioButton:focus:not(:focus-visible) ~ .c-starRating-stars--error {
  box-shadow: none;
}
.okeConnect .c-starRating--readonly {
  pointer-events: none;
}
.okeConnect .c-starRating--small .c-starRating-stars > svg {
  height: 35px;
  width: 175px;
}
.okeConnect .c-starRating--small .c-starRating-stars--empty {
  fill: #fff;
}
.okeConnect .c-starRating--small .c-starRating-label {
  height: 35px;
  width: 35px;
}
.okeConnect .c-starRating--xSmall .c-starRating-stars > svg {
  height: 18px;
  width: 90px;
}
.okeConnect .c-starRating--xSmall .c-starRating-stars--empty {
  fill: #fff;
}
.okeConnect .c-starRating--xSmall .c-starRating-label {
  height: 18px;
  width: 18px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-questions {
  width: 100%;
  margin-bottom: 24px;
}
.okeConnect .c-questions-header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  width: 100%;
}
@media (min-width: 768px) {
.okeConnect .c-questions-header-title {
    margin-bottom: 8px;
}
}
.okeConnect .c-questions-header-title-closearea {
  width: 34px;
  height: 34px;
  float: right;
  margin-top: -12px;
  margin-right: -12px;
}
.okeConnect .c-questions-header-subtitle {
  color: #6B6D80;
  font-size: 13px;
}
.okeConnect .c-questions-question {
  margin-top: 24px;
}
@media (min-width: 768px) {
.okeConnect .c-questions-question {
    margin-top: 32px;
}
}
.okeConnect .c-questions-error {
  margin-top: 12px;
  font-size: 14px;
  color: #ed5353;
}
.okeConnect .c-questions--contentPage {
  text-align: center;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.c-terms[data-v-026a4e09] {
  color: #384B57;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
.c-terms a[data-v-026a4e09] {
  color: #6B6D80;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect .c-questionsForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.okeConnect .c-questionsForm-back, .okeConnect .c-questionsForm-next {
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm-back, .okeConnect .c-questionsForm-next {
    padding: 12px 16px;
}
}
.okeConnect .c-questionsForm-skip {
  color: #384B57;
  background-color: #fafafb;
  border: 1px solid #e5e5eb;
  display: block;
  margin: 0;
  padding: 8px 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm-skip {
    padding: 12px 16px;
}
}
.okeConnect .c-questionsForm-skip--bottomMargin {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm-skip--bottomMargin {
    margin-bottom: 32px;
}
}
.okeConnect .c-questionsForm--pop-over .c-checkbox-inner {
  margin-right: 12px;
}
.okeConnect .c-questionsForm--pop-over .c-checkbox-label {
  font-size: 14px;
}
.okeConnect .l-button-holder {
  display: inline-flex;
  flex-flow: column nowrap;
}
.okeConnect .l-button-center {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 768px) {
.okeConnect .l-button-center {
    padding: 0 48px;
}
}
.okeConnect .l-button-center--withDivider {
  border-top: 1px solid #e5e5eb;
}
.okeConnect .l-button-center--showBackButton .l-button-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.okeConnect .l-button-center--showBackButton .l-button-holder .c-questionsForm-back,
.okeConnect .l-button-center--showBackButton .l-button-holder .c-questionsForm-next {
  display: inline-flex;
  margin: unset;
}
.okeConnect .l-button-center--showBackButton .l-button-holder .c-questionsForm-back {
  color: #384B57;
  background-color: transparent;
}
.okeConnect .l-button-center--showBackButton .l-button-holder .c-questionsForm-back--withDefaultBorder {
  border: 0;
  box-shadow: 0 0 0 1px #6B6D80 inset;
}
.okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-left, .okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-right, .okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-content {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-left {
  align-items: flex-start;
}
.okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-right {
  align-items: flex-end;
}
.okeConnect .l-button-center--showBackButton .c-questionNavigationButtons-content {
  flex: 2 0 0;
}
.okeConnect .l-button-center.c-questionNavigationButtons--stacked {
  border-top: none;
}
.okeConnect .l-button-center.c-questionNavigationButtons--stacked .l-button-holder {
  gap: 8px 16px;
  flex-flow: row-reverse wrap;
}
.okeConnect .l-button-center.c-questionNavigationButtons--stacked .l-button-holder > .c-questionNavigationButtons-left, .okeConnect .l-button-center.c-questionNavigationButtons--stacked .l-button-holder > .c-questionNavigationButtons-right {
  flex: unset;
  flex-basis: 0;
  flex-grow: 1;
}
.okeConnect .l-button-center.c-questionNavigationButtons--stacked .l-button-holder > .c-questionNavigationButtons-left .c-button, .okeConnect .l-button-center.c-questionNavigationButtons--stacked .l-button-holder > .c-questionNavigationButtons-right .c-button {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}
.okeConnect .l-button-center.c-questionNavigationButtons--singleButton .l-button-holder {
  flex-direction: column-reverse;
  align-items: center;
}
.okeConnect .c-questionNavigationButtons {
  padding-top: 24px;
  padding-bottom: 24px;
}
.okeConnect .c-questionNavigationButtons.l-button-center--withDivider.c-questionNavigationButtons--stacked {
  padding-top: 0;
}
.okeConnect .c-questionNavigationButtons.l-button-center--withDivider.c-questionNavigationButtons--stacked.c-questionNavigationButtons--noButtons {
  padding-top: 4px;
}
.okeConnect .c-questionNavigationButtons .c-questionNavigationButtons-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.okeConnect .c-questionNavigationButtons--stacked.c-questionNavigationButtons--noButtons .c-progressBar--bar-long + .c-progressText--below {
  margin-top: 8px;
}
.okeConnect .c-questionNavigationButtons--noButtons.l-button-center--withProgressBarLong:not(.l-button-center--withProgressText) {
  padding: 4px 0 0 0;
}
.okeConnect .c-questionNavigationButtons--stacked:not(.c-questionNavigationButtons--noButtons) .c-progressBar:not(.c-progressBar--bar-long),
.okeConnect .c-questionNavigationButtons--stacked:not(.c-questionNavigationButtons--noButtons) .c-progressBar--bar-long + .c-progressText--below,
.okeConnect .c-questionNavigationButtons--stacked:not(.c-questionNavigationButtons--noButtons) .c-progressText--below:only-child,
.okeConnect .c-questionNavigationButtons--singleButton .c-progressBar:not(.c-progressBar--bar-long),
.okeConnect .c-questionNavigationButtons--singleButton .c-progressBar--bar-long + .c-progressText--below,
.okeConnect .c-questionNavigationButtons--singleButton .c-progressText--below:only-child {
  margin-top: 24px;
}
.okeConnect .c-questionNavigationButtons--empty {
  border-top: none;
  padding: 0;
  padding-top: 8px;
}
.okeConnect .c-questionsForm .c-questions {
  padding: 0 24px;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm .c-questions {
    padding: 0 48px;
}
}
.okeConnect .c-questionsForm .c-terms {
  padding: 0 24px;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm .c-terms {
    padding: 0 48px;
}
}
.okeConnect .c-questionsForm .c-progressBar--bar-long {
  position: absolute;
  top: 0;
  left: 0;
}
.okeConnect .c-questionsForm .c-progressBar--bar-short + .c-progressText--below {
  margin-bottom: 8px;
}
.okeConnect .c-questionsForm .c-progressBar--bar-short + .c-questions {
  margin-top: 16px;
}
.okeConnect .c-questionsForm .c-progressText--above + .c-questions {
  margin-top: 24px;
}
@media (min-width: 768px) {
.okeConnect .c-questionsForm .c-progressText--above + .c-questions {
    margin-top: 32px;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-questionNavigationButtons--empty {
  display: none;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-survey {
  position: absolute;
}
.okeConnect.okeSurveys .c-survey-close {
  box-sizing: content-box;
  background-color: #f7f7f8;
  border: 1px solid #e5e5eb;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 15px;
  top: -16px;
  transition: 0.15s ease;
  z-index: 1000000003;
}
.okeConnect.okeSurveys .c-survey-close:hover {
  background-color: #e5e5eb;
}
.okeConnect.okeSurveys .c-survey-close--inside, .okeConnect.okeSurveys .c-survey-close--inside-noHeader {
  right: 12px;
  top: 12px;
}
.okeConnect.okeSurveys .c-survey-viewingArea {
  overflow: hidden;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey-viewingArea {
    border-radius: 4px;
}
}
.okeConnect.okeSurveys .c-survey--modal, .okeConnect.okeSurveys .c-survey--pop-over {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  z-index: 1000000003;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--modal, .okeConnect.okeSurveys .c-survey--pop-over {
    border-radius: 4px;
    width: calc(100% - 24px);
}
}
.okeConnect.okeSurveys .c-survey--embedded {
  position: static;
}
.okeConnect.okeSurveys .c-survey--embedded .c-panel--bottomMargin {
  margin-bottom: 24px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-questionsForm-next--bottomMargin {
  margin-bottom: 24px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm {
  padding-top: 24px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm .c-questions {
  padding: 0 24px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm .c-questions-subtitle {
  margin: 12px 0 16px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm .c-questions-question {
  margin-top: 16px;
  margin-bottom: 8px;
}
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm .c-terms,
.okeConnect.okeSurveys .c-survey--embedded .c-pageContent .c-questionsForm .l-button-holder {
  padding-left: 24px;
  padding-right: 24px;
}
.okeConnect.okeSurveys .c-survey--modal {
  bottom: 0;
  box-shadow: 0px 1px 40px 3px rgba(0, 0, 0, 0.14);
  position: absolute;
}
@media (max-width: 479px) {
.okeConnect.okeSurveys .c-survey--modal .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--modal {
    bottom: initial;
    height: auto;
    left: 50%;
    max-width: 600px;
    min-height: initial;
    top: 50%;
    transform: translate(-50%, -50%);
}
}
.okeConnect.okeSurveys .c-survey--pop-over {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14);
  position: fixed;
}
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right, .okeConnect.okeSurveys .c-survey--pop-over--top-left, .okeConnect.okeSurveys .c-survey--pop-over--top-right {
  width: 100%;
}
@media (max-width: 479px) {
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left .c-bannerPage-bannerArea--top, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right .c-bannerPage-bannerArea--top, .okeConnect.okeSurveys .c-survey--pop-over--top-left .c-bannerPage-bannerArea--top, .okeConnect.okeSurveys .c-survey--pop-over--top-right .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right, .okeConnect.okeSurveys .c-survey--pop-over--top-left, .okeConnect.okeSurveys .c-survey--pop-over--top-right {
    left: 12px;
    width: calc(100% - 24px);
}
}
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right {
  bottom: 0;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right {
    border-radius: 4px 4px 0 0;
}
}
.okeConnect.okeSurveys .c-survey--pop-over--top-left, .okeConnect.okeSurveys .c-survey--pop-over--top-right {
  top: 0;
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--pop-over--top-left, .okeConnect.okeSurveys .c-survey--pop-over--top-right {
    border-radius: 0 0 4px 4px;
}
.okeConnect.okeSurveys .c-survey--pop-over--top-left .c-bannerPage-bannerArea--top, .okeConnect.okeSurveys .c-survey--pop-over--top-right .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeConnect.okeSurveys .c-survey--pop-over {
    border-radius: 4px;
    max-width: 300px;
}
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left, .okeConnect.okeSurveys .c-survey--pop-over--bottom-right {
    bottom: 16px;
}
.okeConnect.okeSurveys .c-survey--pop-over--bottom-left {
    left: 16px;
    right: unset;
}
.okeConnect.okeSurveys .c-survey--pop-over--bottom-right {
    left: unset;
    right: 16px;
}
.okeConnect.okeSurveys .c-survey--pop-over--top-left, .okeConnect.okeSurveys .c-survey--pop-over--top-right {
    top: 16px;
}
.okeConnect.okeSurveys .c-survey--pop-over--top-left {
    left: 16px;
    right: unset;
}
.okeConnect.okeSurveys .c-survey--pop-over--top-right {
    left: unset;
    right: 16px;
}
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent {
  text-align: center;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-questions {
  text-align: left;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-questions-title {
  font-size: 14px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-questions-subtitle {
  font-size: 13px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-loadingSpinner {
  min-height: 250px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-panel--bottomMargin {
  margin-bottom: 24px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-questionsForm-next--bottomMargin {
  margin-bottom: 24px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm {
  padding-top: 24px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm .c-questions {
  padding: 0 24px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm .c-questions-subtitle {
  margin: 12px 0 16px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm .c-questions-question {
  margin-top: 16px;
  margin-bottom: 8px;
}
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm .c-terms,
.okeConnect.okeSurveys .c-survey--pop-over .c-pageContent .c-questionsForm .l-button-holder {
  padding-left: 24px;
  padding-right: 24px;
}
.okeConnect.okeSurveys .c-pageContent .c-panel {
  padding: 24px;
}
@media (min-width: 768px) {
.okeConnect.okeSurveys .c-pageContent .c-panel {
    padding: 48px;
}
}
.okeConnect.okeSurveys .c-pageContent--intro, .okeConnect.okeSurveys .c-pageContent--outro {
  flex: 1;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys {
  font-size: 16px;
  line-height: normal;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000002;
}
.okeConnect.okeSurveys:empty {
  display: none;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeConnect.okeSurveys .c-overlay--standalone {
  position: absolute;
  z-index: 1000000002;
  width: 100%;
  height: 100%;
}
.okeConnect.okeSurveys .l-standalone {
  width: 100%;
  height: 100%;
}
.okeConnect.okeSurveys .c-questions--tags {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: calc(90vh - 160px);
  padding: 12px;
}
