:root {
  --polly-webform-flex-direction: column;
  /* Font */
  --polly-webform-font-colour: var(--polly-font-colour);
  --polly-webform-font-colour--title: var(--polly-font-colour--dark);
  --polly-webform-font-size: var(--polly-font-size--sm);
  --polly-webform-font-size--description: var(--polly-font-size--lg);
  --polly-webform-font-size--title: var(--polly-font-size--xl);
  --polly-webform-font-weight: var(--polly-font-weight--regular);
  --polly-webform-font-weight--title: var(--polly-font-weight--semi-bold);
  /* Border */
  --polly-webform-border-colour: var(--polly-grey--300);
  --polly-webform-border-radius: var(--polly-border-radius--sm);
  --polly-webform-border-width: var(--polly-border-width--sm);
  /* Input */
  --polly-webform-input-background-colour: var(--polly-grey--25);
  --polly-webform-input-border-width: var(--polly-border-width--sm);
  /* Upload button */
  --polly-webform-upload-button-background-colour: var(--polly-grey--50);
  /* Submit button */
  --polly-webform-submit-button-margin: 1em 0em 0em auto;
  /* Contact Form */
  --polly-webform-background-colour: var(--polly-bg-white--accent);
  /* Line height */
  --polly-webform-line-height: var(--polly-line-height--md);
  --polly-webform-line-height--lg: var(--polly-line-height--xl);
  /* Deflection */
  --polly-webform-deflection-font-size: var(--polly-font-size--sm);
  --polly-webform-deflection-font-size--title: var(--polly-font-size--md);
}
.polly-help-contact-grid {
  display: block;
}
.polly-help-contact-grid::after {
  content: "";
  display: table;
  clear: both;
}
.polly-help-contact-us-container-left {
  float: left;
  width: 40%;
  padding: 10px;
  margin-right: 40px;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-left h2 {
  margin-bottom: 0.5em;
  font-size: var(--polly-webform-font-size--title);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight--title);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-left p {
  font-size: var(--polly-webform-font-size--description);
}
.polly-help-contact-us-container-left ul li {
  text-decoration-line: none;
}
.polly-help-contact-us-container-left .deflectionarticle {
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
  text-decoration-line: none;
  text-decoration: none;
}
.polly-help-contact-us-container-left .deflectionarticle:hover {
  text-decoration-line: none;
  text-decoration: none;
}
.polly-help-contact-us-container-left .deflectionarticle h4 {
  font-size: var(--polly-webform-deflection-font-size--title);
}
.polly-help-contact-us-container-left .deflectionarticle p {
  font-size: var(--polly-webform-deflection-font-size);
}
.polly-help-contact-us-container-right {
  display: flex;
  flex-direction: var(--polly-webform-flex-direction);
  float: left;
  width: 50%;
  padding: 10px;
  margin-right: 40px;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-background-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-size: var(--polly-webform-font-size);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height);
}
.polly-help-contact-us-container-right label {
  margin-bottom: 0.5em;
}
.label-for-required-field::after {
  content: " *";
}
.label-for-required-field {
  color: var(--polly-webform-font-colour--title);
  font-weight: var(--polly-webform-font-weight--title);
}
.polly-webformfield,
.polly-customfield {
  display: flex;
  max-width: 100%;
  padding: 0px 9.443px;
  align-items: center;
  align-self: stretch;
  margin-bottom: 1em;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-input-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-input-background-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  line-height: var(--polly-webform-line-height--lg);
}
.polly-help-contact-us-container-right .select2 {
  margin-bottom: 1em;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
}
.polly-help-contact-us-container-right .select2 .select2-selection {
  background: var(--polly-webform-input-background-colour);
}
.polly-help-contact-us-container-right textarea {
  padding: 9.443px;
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight);
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-input-border-width) solid var(--polly-webform-border-colour);
  background: var(--polly-webform-input-background-colour);
}
.customfield-message {
  margin: 10px 0px;
  border-radius: 5px;
  background-color: var(--polly-webform-input-background-colour);
  padding: 0.5em;
  padding-left: 1em;
  border: none;
}
.polly-contactform__attachment-container {
  display: flex;
  flex-direction: column;
}
label.label-for-file-upload {
  margin-top: 1em;
  margin-bottom: 0em;
  background-color: var(--polly-webform-upload-button-background-colour);
  width: 100%;
  font-size: 100%;
  padding: 1em;
  border-radius: var(--polly-webform-border-radius);
  border: var(--polly-webform-border-width) solid var(--polly-webform-border-colour);
  color: var(--polly-webform-font-colour);
  font-family: var(--polly-font-family);
  font-style: normal;
  font-weight: var(--polly-webform-font-weight--title);
}
label.label-for-file-upload i {
  margin-right: 0.5em;
}
.label-for-file-upload_limit-label {
  opacity: 0.5;
  float: right;
}
input.js-file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
button#submitQuestion {
  margin: var(--polly-webform-submit-button-margin);
}
button#submitQuestion i {
  margin-right: 0.5em;
}
/* Helpcenter v2 inner contact-page alignment */
.hc-theme-v2.hc-v2-inner .polly-help-contact-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
.hc-theme-v2.hc-v2-inner .articleBreadcrumb + .polly-help-contact-grid,
.hc-theme-v2.hc-v2-inner .articleBreadcrumb + .hc-widget-slot--contact-before {
  margin-top: 1rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left,
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right,
.hc-theme-v2.hc-v2-inner .polly-help-contact-sidebar {
  border-radius: var(--polly-hc-v2-border-radius);
  background: var(--polly-bg-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left {
  flex: 1 1 320px;
  min-width: 280px;
  margin-right: 0;
  padding: 2rem;
  color: var(--polly-grey--600);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left h2 {
  margin: 0 0 0.75rem;
  color: var(--polly-hc-v2-text-primary);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left p {
  font-size: 0.9375rem;
  color: var(--polly-grey--600);
  line-height: 1.7;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left .deflection-container {
  margin-top: 0.75rem;
  gap: 0;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left .deflection-container li {
  padding: 0.75rem 0;
  border-bottom: var(--polly-border-width--sm) solid var(--polly-grey--200);
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left .deflection-container li:last-child {
  border-bottom: 0;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left .deflectionarticle h4 {
  font-size: 1.0625rem;
  color: var(--polly-grey--900);
  font-weight: 600;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left .deflectionarticle p {
  font-size: 0.8125rem;
  color: var(--polly-grey--600);
  line-height: 1.5;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right {
  flex: 1 1 360px;
  min-width: 300px;
  margin-right: 0;
  padding: 2rem;
  border: 0;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-sidebar {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-sidebar .widget,
.hc-theme-v2.hc-v2-inner .polly-help-contact-sidebar .hc-custom-widget {
  margin: 0;
  border: var(--polly-hc-v2-border-width) var(--polly-hc-v2-border-style) var(--polly-hc-v2-border-colour);
  border-radius: var(--polly-hc-v2-border-radius);
  background: var(--polly-bg-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right label {
  margin-bottom: 0.4rem;
  color: var(--polly-grey--900);
  font-size: 0.8125rem;
  font-weight: 600;
}
.hc-theme-v2.hc-v2-inner .polly-webformfield,
.hc-theme-v2.hc-v2-inner .polly-customfield,
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right textarea,
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right .select2 .select2-selection {
  border: var(--polly-border-width--sm) solid var(--polly-grey--300);
  background: var(--polly-bg-white);
  border-radius: var(--polly-hc-v2-border-radius);
  box-shadow: none;
  font-size: 0.9375rem;
  color: var(--polly-grey--800);
}
.hc-theme-v2.hc-v2-inner .polly-webformfield,
.hc-theme-v2.hc-v2-inner .polly-customfield {
  min-height: 42px;
  margin-bottom: 0.875rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right textarea {
  min-height: 140px;
  width: 100% !important;
}
.hc-theme-v2.hc-v2-inner label.label-for-file-upload {
  background: var(--polly-grey--50);
  border: var(--polly-border-width--sm) solid var(--polly-grey--300);
  border-radius: var(--polly-hc-v2-border-radius);
}
.hc-theme-v2.hc-v2-inner button#submitQuestion {
  margin-top: 1rem;
  margin-left: auto;
  border: 1px solid #1E40AF;
  border-radius: var(--polly-hc-v2-border-radius);
  background: #1E40AF;
  color: var(--polly-font-colour--white);
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
}
.hc-theme-v2.hc-v2-inner button#submitQuestion:hover {
  background: #1e3a8a;
  border-color: #1e3a8a;
}
@media screen and (max-width: 960px) {
  .hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left,
  .hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-right,
  .hc-theme-v2.hc-v2-inner .polly-help-contact-sidebar {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
  .hc-theme-v2.hc-v2-inner .polly-help-contact-us-container-left {
    margin-bottom: 0;
  }
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: var(--polly-hc-v2-border-radius);
  border: var(--polly-hc-v2-border-width) var(--polly-hc-v2-border-style) var(--polly-hc-v2-border-colour);
  background: var(--polly-hc-v2-surface-card);
  box-shadow: var(--polly-shadow--xs);
  text-align: center;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  background: var(--polly-hc-v2-surface-background, var(--polly-hc-v2-page-bg));
  color: var(--polly-hc-v2-accent);
  font-size: 1.375rem;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__title {
  margin: 0 0 0.5rem;
  color: var(--polly-hc-v2-text-primary);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__copy {
  margin: 0;
  color: var(--polly-hc-v2-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__actions {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: var(--polly-hc-v2-border-radius);
  border: var(--polly-hc-v2-border-width) solid transparent;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__btn--primary {
  background: var(--polly-hc-v2-primary-brand);
  border-color: var(--polly-hc-v2-primary-brand);
  color: #fff;
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__btn--primary:hover {
  color: #fff;
  filter: brightness(0.95);
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__btn--secondary {
  background: var(--polly-hc-v2-surface-background, var(--polly-hc-v2-page-bg));
  border-color: var(--polly-hc-v2-border-colour);
  color: var(--polly-hc-v2-text-primary);
}
.hc-theme-v2.hc-v2-inner .polly-help-contact-thanks__btn--secondary:hover {
  color: var(--polly-hc-v2-text-primary);
  border-color: var(--polly-hc-v2-primary-brand);
}
