@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html:has(body.page-template-page-webinar-landing-page) {
  scroll-behavior: smooth;
}

body.page-template-page-webinar-landing-page {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #FFFFFF;
}
body.page-template-page-webinar-landing-page .row.row-main {
  max-width: 1360px;
}
body.page-template-page-webinar-landing-page h1,
body.page-template-page-webinar-landing-page h2,
body.page-template-page-webinar-landing-page h3,
body.page-template-page-webinar-landing-page .lp-w5__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.lp-w5 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 24px 40px 48px;
  overflow-x: visible;
}
@media (max-width: 1023px) {
  .lp-w5 {
    padding: 16px 16px 32px;
  }
}
.lp-w5__grid {
  display: grid;
  grid-template-columns: minmax(0, 640fr) minmax(0, 560fr);
  align-items: start;
  gap: 80px;
  width: 100%;
}
@media (max-width: 1023px) {
  .lp-w5__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lp-w5__col-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-w5__col-side {
  min-width: 0;
  position: sticky;
  top: 0;
  align-self: start;
}
@media (max-width: 1023px) {
  .lp-w5__col-side {
    position: relative;
    top: auto;
  }
}
.lp-w5__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
  padding: 24px 32px;
  width: 100%;
  box-sizing: border-box;
}
.lp-w5__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
.lp-w5__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  background: #ECECEC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
}
.lp-w5__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c70000;
  flex-shrink: 0;
}
.lp-w5__badge-dot--meta {
  background: #2259DA;
}
.lp-w5__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.24px;
  margin: 0;
  color: #000;
  max-width: 455px;
  width: 100%;
}
.lp-w5__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.lp-w5__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.lp-w5__media {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 640/750;
  overflow: hidden;
  background: #111;
  /* Odstęp treści od krawędzi kadru (countdown nie dotyka boków i dołu) */
  --lp-w5-media-inset: 24px;
}
@media (max-width: 639px) {
  .lp-w5__media {
    --lp-w5-media-inset: 16px;
  }
}
@media (max-width: 1023px) {
  .lp-w5__media {
    max-width: 100%;
  }
}
.lp-w5__media-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-w5__media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-w5__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.lp-w5__media-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-w5__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 99px;
  height: 99px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.lp-w5__play img {
  width: 100%;
  height: 100%;
  display: block;
}
.lp-w5__play:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.lp-w5__countdown {
  /* Figma 11:451: top 465px / 750 ≈ 62% — prostokąt unosi się nad dolną krawędzią z „powietrzem” */
  position: absolute;
  left: 50%;
  top: 62%;
  bottom: auto;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 40px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-sizing: border-box;
  width: max-content;
  max-width: calc(100% - var(--lp-w5-media-inset) * 2);
  min-width: 0;
}
.lp-w5__countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
}
.lp-w5__countdown-digits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}
.lp-w5__countdown-digits--expired {
  align-items: center;
  min-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.lp-w5__countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}
.lp-w5__countdown-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.lp-w5__countdown-cap {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.lp-w5__countdown-sep {
  width: 3px;
  height: 17px;
  margin-top: 4px;
  flex-shrink: 0;
}
.lp-w5__countdown-sep img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-w5__side-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  max-width: 100%;
  padding: 40px 40px 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__side-inner {
    padding: 24px 0 0;
    gap: 28px;
  }
}
.lp-w5__form-column {
  width: 100%;
  min-width: 0;
}
.lp-w5__default-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
}
.lp-w5__form-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.lp-w5__form-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.48px;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  text-align: left;
}
.lp-w5__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.lp-w5__field {
  position: relative;
  width: 100%;
  height: 56px;
  flex-shrink: 0;
}
.lp-w5__field-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: #000;
  background: #FFFFFF;
  box-sizing: border-box;
}
.lp-w5__field-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.lp-w5__field-input:focus {
  outline: none;
  border-color: #000;
}
.lp-w5__consents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.lp-w5__consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.lp-w5__consent-row--single-line {
  align-items: center;
}
.lp-w5__consent-row--multiline {
  align-items: flex-start;
}
.lp-w5__checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  accent-color: #000;
}
.lp-w5__consent-row--multiline .lp-w5__checkbox {
  margin-top: 2px;
}
.lp-w5__consent-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #000;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.lp-w5__consent-text a {
  color: #000;
  text-decoration: underline;
}
.lp-w5__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  border: 0;
  border-radius: 4px;
  background: #FF9000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: filter 0.2s;
  box-sizing: border-box;
}
.lp-w5__submit:hover {
  filter: brightness(0.95);
}
.lp-w5__submit:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.lp-w5__presenter {
  margin: 0;
  width: 100%;
  min-height: 173px;
  padding: 15px 33px 24px;
  background: #ECECEC;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* 68.5px (góra wiersza) − 15px − wysokość jednej linii tytułu (24×1.3) ≈ 22px */
  gap: 22px;
}
.lp-w5__presenter-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.48px;
  text-transform: none;
  margin: 0;
  padding: 0;
  color: #000;
  max-width: 100%;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .lp-w5__presenter-title {
    white-space: normal;
  }
}
.lp-w5__presenter-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}
.lp-w5__presenter-row + .lp-w5__presenter-row {
  margin-top: 24px;
}
.lp-w5__presenter-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.lp-w5__presenter-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  display: block;
}
.lp-w5__presenter-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
  color: #000;
}
.lp-w5__presenter-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.36px;
  margin: 0;
  padding: 0;
  color: #000;
  max-width: 100%;
}
.lp-w5__presenter-role {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.28px;
  margin: 0;
  padding: 0;
  color: #000;
  max-width: 100%;
}
.lp-w5__sections {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 100px;
  box-sizing: border-box;
}
@supports (width: 100dvw) {
  .lp-w5__sections {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}
@media (max-width: 1023px) {
  .lp-w5__sections {
    padding-bottom: 80px;
  }
}
.lp-w5__sections > .lp-w5__section--wp-content {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__sections > .lp-w5__section--wp-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lp-w5__band {
  margin: 0;
  scroll-margin-top: 24px;
}
.lp-w5__band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 617px;
  align-items: stretch;
  gap: 48px;
  width: 100%;
  min-height: 672px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__band-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 32px;
  }
}
.lp-w5__band--image-left .lp-w5__band-inner {
  grid-template-columns: 617px minmax(0, 1fr);
}
@media (max-width: 1023px) {
  .lp-w5__band--image-left .lp-w5__band-inner {
    grid-template-columns: 1fr;
  }
}
.lp-w5__band--image-right .lp-w5__band-copy {
  padding-left: 40px;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__band--image-right .lp-w5__band-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lp-w5__band--image-left .lp-w5__band-copy {
  padding-right: 40px;
  padding-left: 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__band--image-left .lp-w5__band-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lp-w5__band-copy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.lp-w5__band-copy > * {
  width: 100%;
  max-width: 540px;
  box-sizing: border-box;
}
.lp-w5__band-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 48px;
  color: #000;
}
@media (max-width: 1023px) {
  .lp-w5__band-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.lp-w5__band-copy:has(.lp-w5__band-intro) .lp-w5__band-title {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .lp-w5__band-copy:has(.lp-w5__band-intro) .lp-w5__band-title {
    margin-bottom: 20px;
  }
}
.lp-w5__band-intro {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #121619;
}
.lp-w5__band-list-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
  color: #000;
}
.lp-w5__band--text-only .lp-w5__band-inner {
  grid-template-columns: 1fr;
  min-height: 0;
  gap: 0;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 64px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__band--text-only .lp-w5__band-inner {
    padding: 32px 16px 48px;
  }
}
.lp-w5__band--text-only .lp-w5__band-copy {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .lp-w5__band--text-only .lp-w5__band-copy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lp-w5__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-w5__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lp-w5__bullet {
  width: 11px;
  height: 11px;
  margin-top: 0.45em;
  flex-shrink: 0;
  background: #0E4FE3;
}
.lp-w5__checklist-text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #121619;
}
.lp-w5__band-figure {
  align-self: stretch;
  min-height: 280px;
  overflow: hidden;
}
.lp-w5__band-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .lp-w5__band-figure {
    order: -1;
    min-height: 220px;
  }
  .lp-w5__band-figure img {
    min-height: 220px;
  }
}
.lp-w5__section {
  margin: 0;
  scroll-margin-top: 24px;
}
.lp-w5__section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 16px;
  color: #000;
}
.lp-w5__section-body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #121619;
}
.lp-w5__section-body p {
  margin: 0 0 12px;
}
.lp-w5__dock {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100vw;
  max-width: 100vw;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background: #ECECEC;
  box-sizing: border-box;
  overflow: visible;
}
@supports (width: 100dvw) {
  .lp-w5__dock {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}
.lp-w5__dock-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px 24px;
  width: 100%;
  max-width: 1360px;
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 40px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lp-w5__dock-inner {
    padding: 12px 16px;
  }
}
@media (max-width: 1295px) {
  .lp-w5__dock-inner {
    grid-template-columns: 1fr;
  }
}
.lp-w5__dock-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  justify-self: start;
}
@media (max-width: 1295px) {
  .lp-w5__dock-left {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .lp-w5__dock-left {
    justify-content: center;
  }
}
.lp-w5__dock-thumb {
  width: 50px;
  height: 58px;
  overflow: hidden;
  flex-shrink: 0;
  border: 0;
  padding: 0;
  background: #111;
  cursor: pointer;
}
.lp-w5__dock-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-w5__dock-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.14px;
  margin: 0;
  max-width: 230px;
  color: #000;
  text-align: left;
}
@media (max-width: 1023px) {
  .lp-w5__dock-title {
    text-align: center;
  }
}
.lp-w5__dock-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  justify-self: center;
  max-width: 100%;
}
@media (max-width: 1295px) {
  .lp-w5__dock-center {
    display: none;
    width: 100%;
    justify-content: center;
  }
}
.lp-w5__dock-right {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  justify-self: end;
}
@media (max-width: 1295px) {
  .lp-w5__dock-right {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .lp-w5__dock-right {
    justify-content: center;
  }
}
.lp-w5__dock-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  background: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.lp-w5__dock-nav:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 1023px) {
  .lp-w5__dock-nav {
    font-size: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    white-space: normal;
    text-align: center;
    transition: none;
  }
  .lp-w5__dock-nav:hover {
    background: transparent;
  }
}
.lp-w5__dock-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 0;
  border-radius: 4px;
  background: #FF9000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.2s;
}
.lp-w5__dock-cta:hover {
  filter: brightness(0.95);
}
.lp-w5__dock-heart {
  display: none;
}

.lp-w5__cf7-wrap {
  width: 100%;
}

.lp-w5__cf7-wrap .wpcf7 {
  width: 100%;
}

.lp-w5__cf7-wrap .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
}

.lp-w5__cf7-wrap .wpcf7 p {
  margin: 0;
  width: 100%;
}

.lp-w5__cf7-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.lp-w5__cf7-wrap .wpcf7 input[type=text],
.lp-w5__cf7-wrap .wpcf7 input[type=email] {
  width: 100%;
  height: 56px;
  padding: 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 2px !important;
  background: #FFFFFF;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  box-sizing: border-box;
}

.lp-w5__cf7-wrap .wpcf7 input[type=text]::placeholder,
.lp-w5__cf7-wrap .wpcf7 input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.lp-w5__cf7-wrap .wpcf7 input[type=text]:focus,
.lp-w5__cf7-wrap .wpcf7 input[type=email]:focus {
  border-color: #000 !important;
  outline: none;
  box-shadow: none !important;
}

.lp-w5__cf7-wrap .wpcf7 input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  border: 0;
  border-radius: 4px;
  background: #FF9000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
}

@media (min-width: 1024px) and (max-width: 1295px) {
  .lp-w5__dock-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .lp-w5__dock-left {
    width: auto;
    justify-content: flex-start;
  }
  .lp-w5__dock-right {
    width: auto;
    justify-content: flex-end;
  }
}
