/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/hero/hero-form/src/hero-form.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero--form {
  --wrapper-gap: 12rem;
  --hero-form-padding-top: calc(
    var(--nav-height, 9rem) + var(--padding-default)
  );
  --text-color: var(--text-color-dark);
  position: relative;
}
.twz-hero--default + .twz-hero--form {
  --nav-height: 0px;
}
body.single-landingpage .twz-hero--form {
  --hero-form-padding-top: var(--padding-default);
}
.twz-hero--form .twz-hero__wrapper {
  --row-maxwidth: 1500px;
  --twz-hero-form-columns: 5fr 4fr;
  width: calc(100% - var(--row-margin-inline));
  max-width: var(--row-maxwidth);
  margin: 0 auto;
  min-height: 70vh;
  display: grid;
  grid-template-columns: var(--twz-hero-form-columns);
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__wrapper {
    --twz-hero-form-columns: 1fr;
  }
}
.twz-hero--form .twz-hero__wrapper .twz-text {
  --text-color: var(--text-color-dark);
  position: relative;
}
.twz-hero--form .twz-hero__title {
  margin-bottom: 4rem;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.twz-hero--form .twz-hero__first-column,
.twz-hero--form .twz-hero__form {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: var(--hero-form-padding-top);
  padding-bottom: var(--paddingBottom, var(--padding-default));
}
.twz-hero--form .twz-hero__first-column {
  gap: 2rem;
  position: relative;
  /** Below medlarge: content-left top padding = default; nav clearance stays on form column. */
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column {
    padding-top: var(--padding-default);
  }
}
@media (min-width: 1368px) {
  .twz-hero--form .twz-hero__first-column {
    padding-right: calc(var(--wrapper-gap) / 2);
  }
}
.twz-hero--form .twz-hero__first-column:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--space-to-screen));
  background-color: var(--white);
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column:before {
    width: calc(100% + var(--space-to-screen) * 2);
    left: calc(var(--space-to-screen) * -1);
  }
}
@media (min-width: 1368px) {
  body:not(.single-landingpage) .twz-hero--form .twz-hero__first-column:has(.twz-text) {
    --hero-form-padding-top: calc(
      var(--nav-height, 9rem) + var(--padding-default) + 2rem
    );
  }
}
.twz-hero--form .twz-hero__first-column:has(.twz-text) .twz-hero__title {
  margin-bottom: 0;
}
.twz-hero--form .twz-hero__first-column h1,
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
  position: relative;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
  --location-list-columns: 2;
  --location-list-margin-top: 2rem;
  margin-top: var(--location-list-margin-top);
  display: grid;
  grid-template-columns: repeat(var(--location-list-columns), 1fr);
  gap: 6rem 2rem;
}
@media (max-width: 767px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 1;
    gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 2;
  }
}
@media (min-width: 1024px) and (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 4;
  }
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item {
  display: flex;
  gap: 2rem;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item svg {
  width: 3rem;
  height: 3rem;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item svg path {
  fill: var(--hero-form-icon-color, var(--cyan-700));
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item h3 {
  line-height: 1.2;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .content {
  display: flex;
  flex-direction: column;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .address,
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps {
  margin-top: 1rem;
  display: inline-block;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .other-address {
  margin-top: 2rem;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps {
  --text-color: var(--hero-form-maps-color, var(--cyan-500));
  text-decoration: none;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps:hover {
  text-decoration: underline;
}
.twz-hero--form .twz-hero__form {
  --text-color: var(--white);
  background-color: var(--form-form-background-color, var(--blue-800));
  contain: none;
  overflow: visible;
}
@media (max-width: 1367px) {
  body:not(.single-landingpage) .twz-hero--form .twz-hero__form {
    order: -1;
  }
  body:not(.single-landingpage) .twz-hero--form .twz-hero__form .twz-hero__form-wrapper {
    padding-top: 6rem;
  }
}
@media (min-width: 1368px) {
  .twz-hero--form .twz-hero__form {
    padding-left: calc(var(--wrapper-gap) / 2);
  }
}
.twz-hero--form .twz-hero__form:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--space-to-screen));
  height: 100%;
  top: 0;
  right: 0;
  translate: 100% 0;
  background-color: var(--form-form-background-color, var(--blue-800));
  z-index: -1;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__form:before {
    width: calc(100% + var(--space-to-screen) * 2);
    left: calc(var(--space-to-screen) * -1);
    right: 0;
    translate: 0 0;
  }
}
.twz-hero--form .twz-hero__form-wrapper {
  position: sticky;
  top: calc(var(--nav-height) + 2rem);
  contain: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.twz-hero--form .twz-hero__form input[type=submit] {
  width: 100%;
  max-width: 80rem;
}
.twz-hero--form .twz-hero__form .twz-text {
  --text-color: var(--white);
}
.twz-hero--form .twz-hero__form form p,
.twz-hero--form .twz-hero__form form span,
.twz-hero--form .twz-hero__form form h2,
.twz-hero--form .twz-hero__form form h3,
.twz-hero--form .twz-hero__form form label,
.twz-hero--form .twz-hero__form form .hsfc-RichText p {
  color: var(--text-color);
}
.twz-hero--form .twz-hero__form .twz-select--is-open .twz-select__dropdown {
  z-index: 9999;
}
.twz-hero--form .twz-hero__form:has(.twz-hero__video) {
  padding: var(--nav-height) 0 0 0;
  margin-right: calc(var(--space-to-screen) * -1);
}
.twz-hero--form .twz-hero__form:has(.twz-hero__video) .twz-hero__form-wrapper,
.twz-hero--form .twz-hero__form:has(.twz-hero__video) .twz-hero__video,
.twz-hero--form .twz-hero__form:has(.twz-hero__video) .twz-hero__video-trigger,
.twz-hero--form .twz-hero__form:has(.twz-hero__video) img {
  height: 100%;
}
.twz-hero--form .twz-hero__video {
  inline-size: 100%;
  max-inline-size: 96rem;
}
.twz-hero--form .twz-hero__video-trigger {
  position: relative;
  display: block;
  inline-size: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: start;
}
.twz-hero--form .twz-hero__video-trigger:hover .twz-hero__video-play, .twz-hero--form .twz-hero__video-trigger:focus-visible .twz-hero__video-play {
  scale: 1.05;
}
.twz-hero--form .twz-hero__video-trigger:focus-visible {
  outline: 0.2rem solid var(--primary-color, var(--blue-300));
  outline-offset: 0.2rem;
}
.twz-hero--form .twz-hero__video-cover {
  display: block;
  overflow: clip;
  background-color: var(--blue-800, #0a1628);
  height: 100%;
}
.twz-hero--form .twz-hero__video-cover-img,
.twz-hero--form .twz-hero__video-cover-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.twz-hero--form .twz-hero__video-play {
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
  inline-size: 6.4rem;
  block-size: 6.4rem;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--white) 92%, transparent);
  pointer-events: none;
  transition: scale 0.2s ease;
}
.twz-hero--form .twz-hero__video-play::after {
  content: "";
  position: absolute;
  inset: 50%;
  translate: -40% -50%;
  border-style: solid;
  border-width: 1rem 0 1rem 1.6rem;
  border-color: transparent transparent transparent var(--blue-800, #0a1628);
}
.twz-hero--form .twz-hero__video-trigger-label {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: clip;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.twz-hero--form .twz-hero__video-dialog {
  padding: 0;
  border: 0;
  inline-size: min(95%, 120rem);
  max-inline-size: 120rem;
  background: transparent;
  overflow: visible;
}
.twz-hero--form .twz-hero__video-dialog::backdrop {
  background: color-mix(in srgb, var(--blue-800) 55%, transparent);
}
.twz-hero--form .twz-hero__video-dialog[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.twz-hero--form .twz-hero__video-dialog-close {
  position: absolute;
  inset-block-start: 1.6rem;
  inset-inline-end: 1.6rem;
  z-index: 2;
  display: grid;
  place-items: center;
  inline-size: 4rem;
  block-size: 4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}
.twz-hero--form .twz-hero__video-dialog-close svg {
  inline-size: 1.6rem;
  block-size: 1.6rem;
}
.twz-hero--form .twz-hero__video-dialog-close-label {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: clip;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.twz-hero--form .twz-hero__video-dialog-inner {
  inline-size: 100%;
  overflow: clip;
  background-color: var(--blue-800, #0a1628);
}
.twz-hero--form .twz-hero__video-dialog-player {
  display: block;
  inline-size: 100%;
  max-block-size: min(80vh, 67.5rem);
  height: auto;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .twz-hero--form .twz-hero__video-play {
    transition: none;
  }
}
@media (max-width: 1367px) {
  body:not(.single-landingpage) .twz-hero--form.mobile-content-first .twz-hero__form {
    order: 1;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/stxgroup/components/hero/hero-form/src/hero-form.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero {
  --form-form-background-color: var(--blue-400);
  --hero-form-maps-color: var(--blue-300);
  --hero-form-icon-color: var(--brown-500);
}
.twz-hero form {
  --labelcolor: var(--blue-800);
}
.twz-hero .twz-hero__locations-item:not(.amsterdam) {
  order: 0;
}
