html body #central .tl-info-page-v2--delivery,
html body #central .tl-info-page-v2--delivery * {
  box-sizing: border-box;
}

html body #central .tl-info-page-v2--delivery {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 30px;
  color: #26333b;
  font-family: "Open Sans", Arial, sans-serif;
}

html body #central .tl-info-page-v2--delivery h1 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #17242c !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

html body #central .tl-info-page-v2--delivery h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #17242c !important;
  font-size: 25px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

html body #central .tl-info-page-v2--delivery h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #17242c !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  text-align: left !important;
}

html body #central .tl-info-page-v2--delivery p {
  margin: 0 0 10px !important;
  color: #26333b !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  text-align: left !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

html body #central .tl-info-page-v2--delivery p:last-child {
  margin-bottom: 0 !important;
}

html body #central .tl-info-page-v2--delivery strong {
  color: #17242c !important;
  font-weight: 700 !important;
}

html body #central .tl-info-page-v2--delivery a {
  color: #0877b3 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  overflow-wrap: anywhere !important;
}

html body #central .tl-info-page-v2--delivery a:hover,
html body #central .tl-info-page-v2--delivery a:focus {
  color: #075f8e !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__lead {
  margin: 0 0 20px !important;
  padding: 15px 18px !important;
  border-left: 4px solid #1297e2 !important;
  border-radius: 0 9px 9px 0 !important;
  background: #eef8fd !important;
  color: #233641 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__lead em {
  font-style: normal !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__notice {
  margin: 0 0 24px !important;
  padding: 18px 20px !important;
  border: 1px solid #efb4b4 !important;
  border-left: 5px solid #c62828 !important;
  border-radius: 10px !important;
  background: #fff5f5 !important;
  box-shadow: none !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__notice h2 {
  margin-bottom: 8px !important;
  color: #a61f1f !important;
  font-size: 21px !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__notice p {
  margin-bottom: 7px !important;
  color: #4b2525 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__notice em {
  font-style: normal !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__danger {
  color: #b40000 !important;
  font-weight: 800 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__section {
  margin: 0 0 24px !important;
  padding: 22px 24px 24px !important;
  border: 1px solid #dce6ec !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 6px 22px rgba(27, 73, 98, 0.08) !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__section:last-child {
  margin-bottom: 0 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards {
  display: grid !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__card {
  display: block !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 17px 18px 18px !important;
  overflow: visible !important;
  border: 1px solid #dbe5ea !important;
  border-radius: 10px !important;
  background: #fbfcfd !important;
  box-shadow: 0 2px 8px rgba(27, 73, 98, 0.05) !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__card p {
  margin-bottom: 9px !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__important {
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #f0cf83 !important;
  border-left: 4px solid #d59200 !important;
  border-radius: 0 9px 9px 0 !important;
  background: #fff9e9 !important;
  color: #5b4714 !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

html body #central .tl-info-page-v2--delivery .tl-info-page-v2__important em {
  font-style: normal !important;
}

@media screen and (max-width: 1050px) {
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--three > .tl-info-page-v2__card:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media screen and (max-width: 900px) {
  html body #central .tl-info-page-v2--delivery {
    margin-bottom: 22px;
  }

  html body #central .tl-info-page-v2--delivery h1 {
    margin-bottom: 14px !important;
    font-size: 28px !important;
  }

  html body #central .tl-info-page-v2--delivery h2 {
    font-size: 22px !important;
  }

  html body #central .tl-info-page-v2--delivery h3 {
    font-size: 16.5px !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__section {
    padding: 18px !important;
    border-radius: 11px !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--three,
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--two {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__cards--three > .tl-info-page-v2__card:last-child {
    grid-column: auto !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__card {
    padding: 15px 16px 16px !important;
  }
}

@media screen and (max-width: 560px) {
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__section {
    padding: 15px 14px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__lead,
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__notice,
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__important {
    padding: 13px 14px !important;
  }

  html body #central .tl-info-page-v2--delivery p,
  html body #central .tl-info-page-v2--delivery .tl-info-page-v2__card p {
    font-size: 15px !important;
    line-height: 1.46 !important;
  }
}
