@font-face {
  font-family: "Montserrat";
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/ktwaerme_website/fonts/montserrat-latin-v31.woff2") format("woff2");
}
html,
body {
  font-family: "KT Montserrat", Montserrat, Arial, sans-serif;
  margin:0;
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-behavior:smooth;
  text-size-adjust: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
html body .site[data-ktw-route^="ktw-application-"] {
  --ktw-navy: #073a5a;
  --ktw-navy-deep: #052f49;
  --ktw-orange: #ef7d30;
  --ktw-paper: #eef4f7;
  --ktw-font-body: Montserrat, Arial, sans-serif;
  --ktw-font-display: Montserrat, Arial, sans-serif;
  background: #fff;
  color: var(--ktw-navy);
  font-family: var(--ktw-font-body);
  min-width: 0;
  overflow-x:clip;
  position: relative;
}
html body .site[data-ktw-route^="ktw-application-"],
html body .site[data-ktw-route^="ktw-application-"] * {
  box-sizing: border-box;
}
html body .site[data-ktw-route^="ktw-application-"] :is(a, button):focus-visible {
  outline: 3px solid #ff934d;
  outline-offset: 4px;
}
html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap {
  color: #fff;
  inset: 0 0 auto;
  position: absolute;
  transition: background-color .18s ease, box-shadow .18s ease;
  width: 100%;
  z-index: 100;
}
html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-header {
  align-items: center;
  display: grid;
  gap: clamp(32px, 4.8vw, 92px);
  grid-template-columns: minmax(170px, 232px) minmax(0, 1fr);
  height: 86px;
  margin: 0 auto;
  max-width: 1497px;
  width: calc(100% - 64px);
}
.ktw-shell-brand {
  align-items: center;
  display: flex;
  height: 70px;
  min-width: 0;
  position: relative;
  text-decoration: none;
  width: 232px;
}
.ktw-shell-brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  max-height: 48px;
  max-width: 232px;
  transition: filter .18s ease;
  width: 100%;
}
.ktw-shell-main {
  align-items: center;
  display: flex;
  gap: clamp(24px, 3vw, 58px);
  height: 86px;
  justify-content: space-between;
  min-width: 0;
}
.ktw-shell-menu {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: clamp(12px, 1.05vw, 20px);
  height: 86px;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.ktw-shell-menu-item {
  align-items: center;
  display: flex;
  height: 86px;
  position: relative;
}
.ktw-shell-menu-link,
.ktw-shell-cloud-link,
.ktw-shell-account-link,
.ktw-shell-logout,
.ktw-shell-cta {
  align-items: center;
  border: 0;
  color: #fff;
  display: flex;
  font-family: var(--ktw-font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
  min-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}
.ktw-shell-menu-link {
  height: 44px;
  position: relative;
  text-transform: uppercase;
}
.ktw-shell-menu-item--has-submenu > .ktw-shell-menu-link::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 5px;
  margin: -4px 0 0;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(45deg) translateY(-2px);
  width: 5px;
}
.ktw-shell-menu-link:hover,
.ktw-shell-cloud-link:hover,
.ktw-shell-account-link:hover,
.ktw-shell-logout:hover {
  color: #ff934d;
}

.ktw-shell-submenu {
  background:#fff;
  box-shadow: 0 24px 48px rgba(5, 47, 73, .14);
  color: var(--ktw-navy-deep);
  display: grid;
  gap: clamp(48px, 7.8vw, 150px);
  grid-template-columns: minmax(0, 400px);
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 58px max(32px, calc((100vw - 1500px) / 2)) 60px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 86px;
  transform: translateY(-8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}

.ktw-shell-submenu--solutions {
  grid-template-columns: repeat(2, minmax(0, 400px));
}

.ktw-shell-submenu--products {
  gap: clamp(42px, 5.7vw, 110px);
  grid-template-columns: repeat(3, minmax(0, 320px));
}

.ktw-shell-menu-item:hover > .ktw-shell-submenu,
.ktw-shell-menu-item:focus-within > .ktw-shell-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ktw-shell-mega-column {
  display: grid;
  min-width: 0;
}

.ktw-shell-mega-link,
.ktw-shell-submenu-link {
  color: #5b6871;
  display: block;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.48;
  text-decoration: none;
}

.ktw-shell-mega-link + .ktw-shell-mega-link,
.ktw-shell-submenu-link + .ktw-shell-submenu-link {
  margin-top: 17px;
}

.ktw-shell-mega-link:hover,
.ktw-shell-submenu-link:hover {
  color: var(--ktw-orange);
}

.ktw-shell-mega-title,
.ktw-shell-submenu-link.ktw-shell-mega-title {
  color: #0b2030;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.22;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.ktw-shell-mega-divider {
  background: #d4d9dd;
  height: 1px;
  margin: 26px 0;
  width: 100%;
}

.ktw-shell-utility {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: flex-end;
  min-width: 0;
}

.ktw-shell-cloud-link,
.ktw-shell-account-link {
  height: 28px;
  justify-content: center;
  min-height: 28px;
  padding: 0 8px;
}

.ktw-shell-cloud-link {
  min-width: 132px;
}

.ktw-shell-account-link {
  min-width: 146px;
}

.ktw-shell-account,
.ktw-shell-account-group {
  height: 46px;
  min-width: 0;
}

.ktw-shell-account {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.ktw-shell-account-group {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.ktw-shell-logout {
  appearance: none;
  background: transparent;
  cursor: pointer;
  padding: 0 8px;
}

body.ktw-login-modal-open {
  overflow: hidden;
}

.ktw-login-modal[aria-hidden="true"] {
  display: none;
}

.ktw-login-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10020;
}

.ktw-login-modal__backdrop {
  background: rgba(5, 31, 47, .78);
  inset: 0;
  position: absolute;
}

.ktw-login-modal__panel {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 32px 80px rgba(5, 31, 47, .3);
  color: var(--ktw-navy);
  max-height: min(820px, calc(100vh - 48px));
  max-width: 560px;
  overflow: auto;
  padding: clamp(28px, 4vw, 46px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.ktw-login-modal__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ktw-navy);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.ktw-login-modal__kicker {
  color: var(--ktw-orange);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ktw-login-modal__panel h2 {
  color: var(--ktw-navy-deep);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  margin: 0 0 12px;
}

.ktw-login-modal__panel > p,
.ktw-login-modal__hint {
  color: #5b6871;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.ktw-login-modal__tabs {
  border-bottom: 1px solid #d9e0e4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.ktw-login-modal__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #66747e;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 8px;
}

.ktw-login-modal__tab--active {
  border-bottom-color: var(--ktw-orange);
  color: var(--ktw-navy);
}

.ktw-login-modal form {
  display: grid;
  gap: 16px;
}

.ktw-login-modal :is([data-ktw-login-credentials], [data-ktw-login-otp]) {
  display: grid;
  gap: 16px;
}

.ktw-login-modal form[hidden],
.ktw-login-modal [hidden] {
  display: none !important;
}

.ktw-login-modal label {
  color: var(--ktw-navy);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

.ktw-login-modal :is(input, select, textarea) {
  background: #fff;
  border: 1px solid #bfcbd2;
  border-radius: 4px;
  color: #102b3c;
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.ktw-login-modal textarea {
  min-height: 96px;
  resize: vertical;
}

.ktw-login-modal :is(input, select, textarea):focus {
  border-color: var(--ktw-orange);
  box-shadow: 0 0 0 3px rgba(244, 123, 47, .15);
  outline: 0;
}

.ktw-login-modal__honeypot {
  left: -10000px;
  position: absolute;
}

.ktw-login-modal__message {
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
  min-height: 0;
}

.ktw-login-modal__message--error,
.ktw-login-modal__message--success {
  padding: 11px 13px;
}

.ktw-login-modal__message--error {
  background: #fff0eb;
  color: #9f351c;
}

.ktw-login-modal__message--success {
  background: #eaf7ef;
  color: #17643c;
}

.ktw-login-modal__submit {
  appearance: none;
  background: var(--ktw-orange);
  border: 1px solid var(--ktw-orange);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  min-height: 50px;
  padding: 0 20px;
}

.ktw-login-modal__submit:disabled {
  cursor: wait;
  opacity: .65;
}

.ktw-shell-account-link {
  gap: 10px;
}

.ktw-shell-account-avatar {
  align-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: inherit;
  display: flex;
  flex: 0 0 28px;
  font-size: 9px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ktw-shell-account-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.ktw-shell-account-meta :is(strong, small) {
  color: inherit;
  font-size: 10px;
  line-height: 1.05;
}

.ktw-shell-account-meta strong {
  font-weight: 750;
}

.ktw-shell-cta {
  background: var(--ktw-orange);
  border: 1px solid var(--ktw-orange);
  border-radius: 2px;
  color: var(--ktw-navy-deep);
  font-weight: 700;
  justify-content: center;
  min-width: 134px;
  padding: 0 14px;
  text-transform: uppercase;
}

.ktw-shell-cta:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ktw-navy-deep);
}

.ktw-shell-mobile-toggle {
  display: none;
}

html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover,
html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within {
  background: #fff;
  box-shadow: 0 10px 32px rgba(5, 47, 73, .12);
}

html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img {
  filter: none;
}

html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover :is(.ktw-shell-menu-link, .ktw-shell-cloud-link, .ktw-shell-account-link, .ktw-shell-logout),
html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within :is(.ktw-shell-menu-link, .ktw-shell-cloud-link, .ktw-shell-account-link, .ktw-shell-logout) {
  color: var(--ktw-navy);
}

html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-account-avatar,
html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-account-avatar {
  background: var(--ktw-paper);
  border-color: rgba(7, 58, 90, .3);
}

.ktw-shell-language {
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  z-index: 30;
}

.ktw-shell-language summary {
  align-items: center;
  background: var(--ktw-navy);
  border: 1px solid var(--ktw-navy);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  list-style: none;
  min-width: 34px;
  padding: 0 8px;
}

.ktw-shell-language summary::-webkit-details-marker {
  display: none;
}

.ktw-shell-language__menu {
  background: #fff;
  border: 1px solid rgba(7, 54, 77, .14);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(7, 31, 50, .2);
  display: grid;
  gap: 2px;
  min-width: 94px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}

.ktw-shell-language:not([open]) .ktw-shell-language__menu {
  display: none;
}

.ktw-shell-language__menu a {
  border-radius: 4px;
  color: var(--ktw-navy);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
}

.ktw-shell-language__menu a:hover,
.ktw-shell-language__menu a[aria-current="page"] {
  background: var(--ktw-paper);
  color: var(--ktw-orange);
}

.ktw-application {
  font-family: var(--ktw-font-body);
}

.ktw-application__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: clamp(20px, 5vw, 64px);
  padding-right: clamp(20px, 5vw, 64px);
}

.ktw-application__hero {
  background: linear-gradient(118deg, #052f49 0%, #0b4569 62%, #116087 100%);
  color: #fff;
  padding: clamp(74px, 9vw, 128px) 0;
}

html body .site[data-ktw-route^="ktw-application-"] .ktw-application__eyebrow {
  color: #ff934d;
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  margin-bottom: 1.15rem;
  text-transform: uppercase;
}
html body .site .ktw-application__section .ktw-application__eyebrow{color:#b34500}
html body .site[data-ktw-route^="ktw-application-"] .ktw-application h1 {
  color: #fff;
  font-family: var(--ktw-font-display);
  font-size: clamp(2.55rem, 5.7vw, 5.2rem);
  font-weight: 500;
  hyphens: manual;
  letter-spacing: -.038em;
  line-height: 1;
  margin: 0;
  max-width: 1020px;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.ktw-application__answer {
  border-left: 4px solid var(--ktw-orange);
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.72;
  margin: 2rem 0 0;
  max-width: 940px;
  padding-left: 1.25rem;
}

.ktw-application__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}

.ktw-application__button {
  background: var(--ktw-orange);
  border: 2px solid var(--ktw-orange);
  color: var(--ktw-navy-deep);
  display: inline-flex;
  font-weight: 800;
  padding: .9rem 1.25rem;
  text-decoration: none;
}

.ktw-application__button:hover {
  background: #fff;
  color: var(--ktw-navy);
}

.ktw-application__secondary {
  border-bottom: 2px solid var(--ktw-orange);
  color: #fff;
  font-weight: 750;
  padding: .65rem .1rem;
  text-decoration: none;
}

.ktw-application__section {
  background: #fff;
  color: var(--ktw-navy);
  contain-intrinsic-size: auto 720px;
  content-visibility: auto;
  padding: clamp(58px, 8vw, 96px) 0;
}

.ktw-application__section--soft {
  background: var(--ktw-paper);
}

.ktw-application__section h2 {
  font-family: var(--ktw-font-display);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -.027em;
  line-height: 1.08;
  margin: 0 0 1.5rem;
  max-width: 900px;
}

.ktw-application__intro {
  color: #405c6e;
  font-size: 1.06rem;
  line-height: 1.76;
  margin: 0 0 2rem;
  max-width: 900px;
}

.ktw-application__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ktw-application__card {
  background: #fff;
  border-top: 4px solid var(--ktw-orange);
  box-shadow: 0 12px 34px rgba(7, 58, 90, .08);
  padding: 1.45rem;
}

.ktw-application__card h3 {
  font-size: 1.1rem;
  margin: 0 0 .65rem;
}

.ktw-application__card p {
  color: #405c6e;
  line-height: 1.65;
  margin: 0;
}

.ktw-application__split {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ktw-application__checklist,
.ktw-application__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ktw-application__checklist li {
  border-bottom: 1px solid rgba(7, 58, 90, .17);
  line-height: 1.55;
  padding: .8rem 0 .8rem 2rem;
  position: relative;
}

.ktw-application__checklist li::before {
  color: var(--ktw-orange);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.ktw-application__notice {
  background: var(--ktw-navy);
  color: #fff;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.ktw-application__notice h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  margin-bottom: 1rem;
}

.ktw-application__notice p {
  color: rgba(255, 255, 255, .86);
  line-height: 1.72;
  margin: 0;
}

.ktw-application__steps {
  counter-reset: ktw-step;
  display: grid;
  gap: 1rem;
}

.ktw-application__steps li {
  border-left: 4px solid var(--ktw-orange);
  counter-increment: ktw-step;
  font-weight: 700;
  line-height: 1.55;
  padding: .7rem 1rem;
}

.ktw-application__steps li::before {
  color: var(--ktw-orange);
  content: "0" counter(ktw-step) " · ";
  font-weight: 900;
}

.ktw-application__links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.ktw-application__links a {
  border: 1px solid rgba(7, 58, 90, .28);
  color: var(--ktw-navy);
  font-weight: 750;
  padding: .8rem 1rem;
  text-decoration: none;
}

.ktw-application__links a:hover {
  border-color: var(--ktw-orange);
}

.ktw-shell-global-footer {
  background: #fff;
  color: var(--ktw-navy);
  contain-intrinsic-size: auto 920px;
  content-visibility: auto;
  padding: clamp(68px, 7vw, 112px) 0 44px;
  width: 100%;
}

.ktw-shell-footer-inner {
  margin: 0 auto;
  max-width: 1120px;
  width: calc(100% - 48px);
}

.ktw-shell-footer-columns {
  display: grid;
  gap: clamp(36px, 4.3vw, 82px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 0 88px;
}

.ktw-shell-footer-column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.ktw-shell-footer-column h2 {
  color: #52616d;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.ktw-shell-footer-column a {
  color: #071f31;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
}

.ktw-shell-footer-column a:hover,
.ktw-shell-footer-legal a:hover {
  color: var(--ktw-orange);
}

.ktw-shell-footer-company {
  align-items: start;
  background: #fff;
  border-bottom: 1px solid rgba(7, 58, 90, .16);
  color: var(--ktw-navy);
  display: grid;
  gap: clamp(1.25rem, 3vw, 3rem);
  grid-template-columns: 1.05fr 1fr 1fr;
  margin: 0 0 1.8rem;
  padding: clamp(1.8rem, 3vw, 2.8rem) 0;
  position: relative;
}

.ktw-shell-footer-company-address p {
  color: var(--ktw-navy);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 .65rem;
}

.ktw-shell-footer-company address {
  color: rgba(7, 58, 90, .72);
  font-size: .9rem;
  font-style: normal;
  line-height: 1.65;
  margin: 0;
}

.ktw-shell-footer-contact {
  color: var(--ktw-navy);
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
  text-decoration: none;
}

.ktw-shell-footer-contact span {
  color: #b94f08;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ktw-shell-footer-contact strong {
  color: var(--ktw-navy);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ktw-shell-footer-uid {
  bottom: .85rem;
  color: #526f82;
  font-size: .72rem;
  left: 0;
  margin: 0;
  position: absolute;
}

.ktw-shell-footer-legal {
  align-items: center;
  border-bottom: 1px solid rgba(7, 58, 90, .14);
  display: flex;
  flex-wrap: wrap;
  gap: 18px clamp(24px, 3vw, 54px);
  justify-content: center;
  padding: 30px 0;
}

.ktw-shell-footer-legal a {
  color: var(--ktw-navy);
  font-size: 13px;
  font-weight: 550;
  text-decoration: none;
}

.ktw-shell-footer-brand-row {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding-top: 30px;
}

.ktw-shell-footer-brand {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.ktw-shell-footer-brand img {
  display: block;
  height: auto;
  max-width: 260px;
  width: 100%;
}

.ktw-shell-footer-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.ktw-shell-footer-brand-row p {
  color: rgba(7, 58, 90, .68);
  font-size: 12px;
  justify-self: end;
  margin: 0;
  text-align: right;
}

@media (max-width: 1380px) and (min-width: 1180px) {
  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-header {
    gap: 28px;
    grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
  }

  .ktw-shell-brand {
    width: 190px;
  }

  .ktw-shell-menu {
    gap: 12px;
  }

  .ktw-shell-main {
    gap: 20px;
  }

  .ktw-shell-cloud-link {
    display: flex;
  }
}

@media (max-width: 1179px) {
  html.kt-mobile-menu-open,
  body.kt-mobile-menu-open {
    overflow: hidden;
  }

  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within {
    background: #fff;
    box-shadow: 0 1px 0 rgba(7, 58, 90, .12);
    color: var(--ktw-navy);
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-header {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 56px;
    height: 86px;
    max-width: none;
    padding: 0 clamp(24px, 10.8vw, 48px);
    width: 100%;
  }

  .ktw-shell-brand {
    height: 62px;
    width: min(190px, calc(100vw - 140px));
  }

  .ktw-shell-brand img,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img {
    filter: none;
    max-height: 40px;
    max-width: 190px;
  }

  .ktw-shell-mobile-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--ktw-navy);
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: 56px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 56px;
  }

  .ktw-shell-mobile-toggle span {
    background: var(--ktw-navy);
    display: block;
    height: 2px;
    transition: opacity .18s ease, transform .18s ease;
    width: 29px;
  }

  .ktw-shell-header.is-mobile-open .ktw-shell-mobile-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .ktw-shell-header.is-mobile-open .ktw-shell-mobile-toggle span:nth-child(2) {
    opacity: 0;
  }

  .ktw-shell-header.is-mobile-open .ktw-shell-mobile-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .ktw-shell-main {
    align-items: stretch;
    background: #fff;
    display: none;
    flex-direction: column;
    height: auto;
    left: 0;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    padding: 26px 22px 30px;
    position: absolute;
    right: 0;
    top: 86px;
    width: 100%;
  }

  .ktw-shell-header.is-mobile-open .ktw-shell-main {
    display: flex;
    height: calc(100dvh - 86px);
  }

  .ktw-shell-menu {
    display: block;
    flex: 0 0 auto;
    height: auto;
    width: 100%;
  }

  .ktw-shell-menu-item {
    border-bottom: 1px solid rgba(7, 58, 90, .12);
    display: block;
    height: auto;
    width: 100%;
  }

  .ktw-shell-menu-link,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-menu-link,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-menu-link {
    color: var(--ktw-navy);
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    justify-content: space-between;
    opacity: .9;
    padding: 0 30px 0 0;
    width: 100%;
  }

  .ktw-shell-menu-item--has-submenu > .ktw-shell-menu-link::after {
    height: 7px;
    margin-left: auto;
    transition: transform .18s ease;
    width: 7px;
  }

  .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .ktw-shell-submenu,
  .ktw-shell-menu-item:hover > .ktw-shell-submenu,
  .ktw-shell-menu-item:focus-within > .ktw-shell-submenu {
    background: var(--ktw-paper);
    box-shadow: none;
    display: none;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: static;
    transform: none;
    visibility: hidden;
    width: 100%;
  }

  .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu,
  .ktw-shell-menu-item[data-ktw-mobile-open="true"] > .ktw-shell-submenu {
    display: grid;
    opacity: 1;
    padding: 0 0 14px 16px;
    pointer-events: auto;
    visibility: visible;
  }

  .ktw-shell-mega-column {
    padding: 0;
  }

  .ktw-shell-mega-link,
  .ktw-shell-submenu-link {
    color: #405c6e;
    font-size: 13px;
    line-height: 1.35;
    padding: 7px 0;
  }

  .ktw-shell-mega-link + .ktw-shell-mega-link,
  .ktw-shell-submenu-link + .ktw-shell-submenu-link {
    margin-top: 0;
  }

  .ktw-shell-mega-title,
  .ktw-shell-submenu-link.ktw-shell-mega-title {
    color: var(--ktw-navy);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
    padding-top: 10px;
    text-decoration: none;
  }

  .ktw-shell-mega-divider {
    margin: 10px 0;
  }

  .ktw-shell-utility {
    align-items: stretch;
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 18px;
    width: 100%;
  }

  .ktw-shell-account,
  .ktw-shell-account-group {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .ktw-shell-cloud-link,
  .ktw-shell-account-link,
  .ktw-shell-logout,
  .ktw-shell-cta,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover :is(.ktw-shell-cloud-link, .ktw-shell-account-link, .ktw-shell-logout),
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within :is(.ktw-shell-cloud-link, .ktw-shell-account-link, .ktw-shell-logout) {
    background: var(--ktw-paper);
    color: var(--ktw-navy);
    height: 48px;
    justify-content: center;
    padding: 0 18px;
    width: 100%;
  }

  .ktw-shell-cta {
    background: var(--ktw-orange);
    border-color: var(--ktw-orange);
    color: var(--ktw-navy-deep);
  }

  .ktw-shell-account-avatar {
    background: #fff;
    border-color: rgba(7, 58, 90, .3);
  }

  .ktw-shell-language {
    display: block;
    width: 100%;
  }

  .ktw-shell-language summary {
    border-radius: 2px;
    height: 46px;
    width: 100%;
  }

  .ktw-shell-language__menu {
    box-shadow: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 6px;
    position: static;
    width: 100%;
  }

  .ktw-shell-language__menu a {
    justify-content: center;
  }

  .ktw-application__cards,
  .ktw-application__split {
    grid-template-columns: minmax(0, 1fr);
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-application h1 {
    font-size: clamp(1.625rem, 7.55vw, 3.9rem);
  }

  .ktw-application__hero {
    padding: 118px 0 64px;
  }

  .ktw-application__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ktw-application__button,
  .ktw-application__secondary {
    justify-content: center;
    text-align: center;
  }

  .ktw-shell-footer-columns {
    gap: 44px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 64px;
  }

  .ktw-shell-footer-company {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 3.2rem;
  }
}

@media (max-width: 640px) {
  .ktw-shell-global-footer {
    padding: 64px 0 32px;
  }

  .ktw-shell-footer-inner {
    width: calc(100% - 40px);
  }

  .ktw-shell-footer-columns {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 52px;
  }

  .ktw-shell-footer-column {
    gap: 13px;
  }

  .ktw-shell-footer-column a {
    font-size: 15px;
  }

  .ktw-shell-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ktw-shell-footer-brand-row {
    align-items: flex-start;
    grid-template-columns: minmax(0, 1fr);
  }

  .ktw-shell-footer-socials {
    justify-content: flex-start;
  }

  .ktw-shell-footer-brand-row p {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 390px) {
  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-header {
    padding: 0 24px;
  }

  .ktw-shell-brand {
    width: min(174px, calc(100vw - 118px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .site[data-ktw-route^="ktw-application-"] *,
  html body .site[data-ktw-route^="ktw-application-"] *::before,
  html body .site[data-ktw-route^="ktw-application-"] *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route^="ktw-application-"] {
    --ktw-header-h: 86px;
    --ktw-left-rail: 30px;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-header,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-header,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-header,
  html body .site[data-ktw-route^="ktw-application-"].kt-header-hover-primed .ktw-shell-header {
    align-items: center;
    column-gap: clamp(28px, 5vw, 92px);
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    grid-template-rows: var(--ktw-header-h);
    height: var(--ktw-header-h);
    margin: 0 var(--ktw-left-rail);
    max-width: none;
    overflow: visible;
    padding: 0;
    position: relative;
    width: calc(100vw - (var(--ktw-left-rail) * 2));
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-brand {
    display: block;
    height: 70px;
    position: relative;
    width: 232px;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-brand::before {
    background: url("/files/kt-logo-white-transparent.svg") left center / contain no-repeat;
    content: "";
    display: block;
    height: 60px;
    width: 270px;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-brand img {
    opacity: 0;
    visibility: hidden;
  }

  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route^="ktw-application-"].kt-header-hover-primed .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-colored-transparent.svg");
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-main,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-main,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-main,
  html body .site[data-ktw-route^="ktw-application-"].kt-header-hover-primed .ktw-shell-main {
    align-content: center;
    display: grid;
    gap: 0;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 34px 34px;
    height: 72px;
    justify-content: flex-end;
    justify-items: end;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    place-self: center stretch;
    position: relative;
    transform: none;
    width: 100%;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-menu,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-menu,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-menu,
  html body .site[data-ktw-route^="ktw-application-"].kt-header-hover-primed .ktw-shell-menu {
    gap: 20px;
    grid-row: 2;
    height: 44px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    place-self: center end;
    transform: none;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-menu-item {
    height: 40px;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-menu-link {
    height: 34px;
    justify-content: center;
    line-height: 1;
  }

  html body .site[data-ktw-route^="ktw-application-"] .ktw-shell-utility,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:hover .ktw-shell-utility,
  html body .site[data-ktw-route^="ktw-application-"] > .ktw-shell-wrap:focus-within .ktw-shell-utility,
  html body .site[data-ktw-route^="ktw-application-"].kt-header-hover-primed .ktw-shell-utility {
    align-items: center;
    gap: 10px;
    grid-row: 1;
    height: 44px;
    margin: 0;
    padding: 0;
    place-self: center end;
    transform: none;
  }

}

@media (min-width: 1440px) {
  html body .site[data-ktw-route^="ktw-application-"] {
    --ktw-left-rail: clamp(120px, 12vw, 204px);
  }
}
