.dw-quote-page {
  background: #fff;
  color: #071d3b;
}

.dw-quote-page *,
.dw-quote-page *::before,
.dw-quote-page *::after {
  box-sizing: border-box;
}
.header-style-eight .main-menu .navigation > li > a,
.dropdown-btn i{
  color: rgb(255, 255, 255);
}
.dw-quote-hero {
  position: relative;
  overflow: hidden;
  padding: 135px 0 125px;
  background:
    radial-gradient(circle at 88% 5%, rgba(66, 133, 181, .25), transparent 27%),
    linear-gradient(120deg, #061a36 0%, #071f42 68%, #0b2b53 100%);
}

.dw-quote-hero::before {
  position: absolute;
  top: -240px;
  right: -150px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
  content: "";
}

.dw-quote-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: end;
}

.dw-quote-hero-copy {
  max-width: 850px;
}

.dw-quote-eyebrow,
.dw-quote-aside-kicker,
.dw-quote-expectations-head > span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #79b9e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.dw-quote-eyebrow::before,
.dw-quote-aside-kicker::before,
.dw-quote-expectations-head > span::before {
  width: 31px;
  height: 1px;
  background: currentColor;
  content: "";
}

.header-style-eight .outer-box .mobile-nav-toggler span{
  background-color: white;
}

.dw-quote-hero h1 {
  max-width: 820px;
  margin: 25px 0 28px;
  color: #fff;
  font-size: clamp(55px, 6.1vw, 75px);
  line-height: 1;
  letter-spacing: -.058em;
}

.dw-quote-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.75;
}

.dw-quote-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 37px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}

.dw-quote-hero-link i {
  transition: transform .25s ease;
}

.dw-quote-hero-link:hover {
  border-color: #79b9e8;
  color: #79b9e8;
}

.dw-quote-hero-link:hover i {
  transform: translateY(4px);
}

.dw-quote-hero-summary {
  padding-left: clamp(30px, 4vw, 58px);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.dw-quote-summary-label {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-quote-hero-summary > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.dw-quote-hero-summary > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.dw-quote-hero-summary b {
  color: #79b9e8;
  font-size: 10px;
  letter-spacing: .08em;
}

.dw-quote-hero-summary p {
  margin: 0;
}

.dw-quote-hero-summary strong,
.dw-quote-hero-summary span {
  display: block;
}

.dw-quote-hero-summary strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.dw-quote-hero-summary p span {
  color: rgba(255, 255, 255, .57);
  font-size: 13px;
  line-height: 1.55;
}

.dw-quote-status-wrap {
  position: relative;
  z-index: 3;
  background: #f3f6fa;
}

.dw-quote-status {
  display: none;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
  margin: 0;
  padding: 22px 26px;
  border: 1px solid;
  border-radius: 12px;
  transform: translateY(25px);
  box-shadow: 0 18px 45px rgba(7, 29, 59, .1);
}

.dw-quote-status:target {
  display: grid;
}

.dw-quote-status i {
  font-size: 25px;
}

.dw-quote-status strong,
.dw-quote-status span {
  display: block;
}

.dw-quote-status strong {
  margin-bottom: 3px;
  color: #071d3b;
}

.dw-quote-status span {
  color: #526176;
  font-size: 14px;
}

.dw-quote-status-success {
  border-color: #9cd4b1;
  background: #f0fbf4;
  color: #208447;
}

.dw-quote-status-error {
  border-color: #efb6b6;
  background: #fff5f5;
  color: #bb3535;
}

.dw-quote-builder {
  scroll-margin-top: 110px;
  padding: 120px 0 130px;
  background: #f3f6fa;
}

.dw-quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(45px, 6vw, 95px);
  align-items: start;
}

.dw-quote-aside {
  position: sticky;
  top: 120px;
}

.dw-quote-aside-kicker {
  color: #4285b5;
}

.dw-quote-aside h2 {
  margin: 20px 0 19px;
  color: #071d3b;
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1.07;
  letter-spacing: -.045em;
}

.dw-quote-aside > p {
  margin: 0 0 38px;
  color: #58677a;
  font-size: 16px;
  line-height: 1.7;
}

.dw-quote-path {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-top: 1px solid rgba(7, 29, 59, .12);
}

.dw-quote-path:nth-of-type(4) {
  border-bottom: 1px solid rgba(7, 29, 59, .12);
}

.dw-quote-path > span {
  padding-top: 4px;
  color: #4285b5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.dw-quote-path strong {
  display: block;
  margin-bottom: 5px;
  color: #071d3b;
  font-size: 17px;
}

.dw-quote-path p {
  margin: 0;
  color: #667487;
  font-size: 13px;
  line-height: 1.6;
}

.dw-quote-aside-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #e8f1f9;
}

.dw-quote-aside-note i {
  padding-top: 3px;
  color: #4285b5;
  font-size: 18px;
}

.dw-quote-aside-note p {
  margin: 0;
  color: #526176;
  font-size: 13px;
  line-height: 1.55;
}

.dw-quote-aside-note strong {
  color: #071d3b;
}

.dw-quote-form {
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(7, 29, 59, .09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 29, 59, .09);
}

.dw-quote-form-intro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(7, 29, 59, .1);
}

.dw-quote-form-intro span {
  color: #4285b5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-quote-form-intro h2 {
  margin: 8px 0 0;
  color: #071d3b;
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -.04em;
}

.dw-quote-form-intro > p {
  flex: 0 0 auto;
  margin: 0 0 7px;
  color: #7a8696;
  font-size: 12px;
}

.dw-quote-form-intro b,
.dw-quote-field label b,
.dw-quote-consent b {
  color: #4285b5;
}

.dw-quote-group {
  min-width: 0;
  margin: 0;
  padding: 46px 0;
  border: 0;
  border-bottom: 1px solid rgba(7, 29, 59, .1);
}

.dw-quote-group legend {
  display: flex;
  align-items: center;
  gap: 13px;
  width: auto;
  margin: 0 0 27px;
  color: #071d3b;
  font-size: 18px;
  font-weight: 800;
}

.dw-quote-group legend span {
  display: inline-flex;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #e7f0f8;
  color: #4285b5;
  font-size: 9px;
  letter-spacing: .05em;
}

.dw-quote-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}

.dw-quote-field-wide {
  grid-column: 1 / -1;
}

.dw-quote-field label,
.dw-quote-field-label {
  display: block;
  margin-bottom: 9px;
  color: #263b55;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}

.dw-quote-field-label small {
  margin-left: 8px;
  color: #7e8998;
  font-size: 11px;
  font-weight: 500;
}

.dw-quote-field input,
.dw-quote-field select,
.dw-quote-field textarea {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  outline: 0;
  background: #fbfcfe;
  color: #071d3b;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.dw-quote-field textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.65;
}

.dw-quote-field input::placeholder,
.dw-quote-field textarea::placeholder {
  color: #9aa4b2;
}

.dw-quote-field input:focus,
.dw-quote-field select:focus,
.dw-quote-field textarea:focus {
  border-color: #4285b5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(66, 133, 181, .12);
}

.dw-quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dw-quote-choice {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dw-quote-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.dw-quote-choice > span {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 142px;
  padding: 23px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fbfcfe;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dw-quote-choice i {
  grid-row: 1 / span 2;
  margin-right: 15px;
  color: #4285b5;
  font-size: 21px;
}

.dw-quote-choice strong,
.dw-quote-choice small {
  display: block;
}

.dw-quote-choice strong {
  margin-bottom: 7px;
  color: #071d3b;
  font-size: 15px;
}

.dw-quote-choice small {
  color: #687587;
  font-size: 12px;
  line-height: 1.55;
}

.dw-quote-choice:hover > span {
  transform: translateY(-2px);
  border-color: #aac9e0;
}

.dw-quote-choice input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(66, 133, 181, .16);
}

.dw-quote-choice input:checked + span {
  border-color: #4285b5;
  background: #eef6fc;
  box-shadow: inset 0 0 0 1px #4285b5;
}

.dw-quote-feature-block {
  margin-top: 29px;
}

.dw-quote-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dw-quote-check-grid label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dw-quote-check-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.dw-quote-check-grid span {
  display: flex;
  min-height: 47px;
  padding: 12px 15px;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  align-items: center;
  background: #fbfcfe;
  color: #526176;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.dw-quote-check-grid input:checked + span {
  border-color: #4285b5;
  background: #eef6fc;
  color: #185986;
}

.dw-quote-check-grid input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(66, 133, 181, .14);
}

.dw-quote-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin: 25px 0 0;
  color: #667487;
  font-size: 12px;
  line-height: 1.6;
}

.dw-quote-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: #4285b5;
}

.dw-quote-consent a {
  color: #1f6698;
  text-decoration: underline;
}

.dw-quote-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dw-quote-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding-top: 38px;
}

.dw-quote-submit {
  display: inline-flex;
  min-height: 58px;
  padding: 0 25px;
  border: 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background: #4285b5;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.dw-quote-submit:hover {
  transform: translateY(-2px);
  background: #071d3b;
}

.dw-quote-submit-row > p {
  display: flex;
  gap: 9px;
  align-items: center;
  max-width: 260px;
  margin: 0;
  color: #778394;
  font-size: 11px;
  line-height: 1.5;
}

.dw-quote-submit-row > p i {
  color: #4285b5;
}

.dw-quote-expectations {
  padding: 115px 0 125px;
  background: #fff;
}

.dw-quote-expectations-head {
  max-width: 780px;
  margin-bottom: 55px;
}

.dw-quote-expectations-head > span {
  color: #4285b5;
}

.dw-quote-expectations-head h2 {
  margin: 18px 0 0;
  color: #071d3b;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.dw-quote-expectations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dw-quote-expectations-grid article {
  min-height: 270px;
  padding: 31px;
  border: 1px solid rgba(7, 29, 59, .1);
  border-radius: 14px;
  background: #f8fafc;
}

.dw-quote-expectations-grid b {
  color: #4285b5;
  font-size: 11px;
  letter-spacing: .1em;
}

.dw-quote-expectations-grid h3 {
  margin: 48px 0 13px;
  color: #071d3b;
  font-size: 24px;
  line-height: 1.2;
}

.dw-quote-expectations-grid p {
  margin: 0;
  color: #5f6d80;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .dw-quote-layout {
    grid-template-columns: 1fr;
  }

  .dw-quote-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 25px;
  }

  .dw-quote-aside-kicker,
  .dw-quote-aside h2,
  .dw-quote-aside > p,
  .dw-quote-aside-note {
    grid-column: 1 / -1;
  }

  .dw-quote-path {
    grid-template-columns: 30px 1fr;
    border-bottom: 1px solid rgba(7, 29, 59, .12);
  }
}

@media (max-width: 991px) {
  .dw-quote-hero {
    padding: 110px 0 100px;
  }

  .dw-quote-hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .dw-quote-hero-summary {
    padding-top: 35px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .dw-quote-expectations-grid {
    grid-template-columns: 1fr;
  }

  .dw-quote-expectations-grid article {
    min-height: 0;
  }

  .dw-quote-expectations-grid h3 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .dw-quote-hero {
    padding: 88px 0 80px;
  }

  .dw-quote-hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .dw-quote-hero-copy > p {
    font-size: 16px;
  }

  .dw-quote-builder,
  .dw-quote-expectations {
    padding: 80px 0;
  }

  .dw-quote-aside {
    display: block;
  }

  .dw-quote-form {
    padding: 28px 20px;
    border-radius: 15px;
  }

  .dw-quote-form-intro,
  .dw-quote-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .dw-quote-fields,
  .dw-quote-choice-grid,
  .dw-quote-check-grid {
    grid-template-columns: 1fr;
  }

  .dw-quote-choice > span {
    min-height: 0;
  }

  .dw-quote-submit {
    width: 100%;
  }

  .dw-quote-submit-row > p {
    max-width: none;
  }

  .dw-quote-field-label small {
    display: block;
    margin: 4px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-quote-page *,
  .dw-quote-page *::before,
  .dw-quote-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.sticky-header * {
    color: rgb(0, 0, 56) !important;
}