.model1-band {
  display: flex;
  flex-direction: column;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 3.2vw, 52px) clamp(22px, 3.2vw, 52px);
  border-bottom: 1px solid var(--security-line);
}

/*.model1-band-border {
  border: 4px solid #F6F5F8;
  border-radius: 10px;
  width: min(1340px, 95%);
}*/

.model1-band h2, .model1-band h1, .model1-band>p, .model1-band>span {
  padding: 0 28px;
}

.model1-band h2 {
  color: #999999;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: clamp(20px, 2.2vw, 30px);
  
}

.model1-band h1 {
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.2;
  letter-spacing: -1px;
}

.model1-band p,
.model1-info p {
  max-width: 54ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.model1-band p,
.model1-band ul,
.model1-info p {
  color: #999999;
}

.model1-band>p {
  max-width: fit-content;
  color: #666666;
  line-height: 1.3;
  text-transform: uppercase;
}

.model1-band--cards, .model1-list {
  display: grid;
  overflow-x: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.model1-band--cards {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  padding: 0 28px;
  gap: 20px;
}

.model1-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.model1-grid-element {
  display: grid;
  grid-template-columns: 160px calc(100% - 160px);
  background-color: #F6F5F8;
}

.model1-grid-element-full {
  grid-column: 1 / -1;
}

.model1-grid-element-support {
  display: flex;
  justify-content: space-around;
  padding: 14px 0 28px 20px;
}

.model1-grid-element-support img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
  overflow: visible;
}

.model1-grid-element-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 7px 0;
}

.model1-grid-element-content h2 {
  color: #585854;
  font-size: clamp(1rem, 1vw, 2.1rem);
  padding: 0;
  margin-top: 0;
  margin-bottom: 6px;
}

.model1-grid-element-content li {
  margin-bottom: 0px;
}

.model1-grid-element-double-ul {
  display: flex;
  gap: 80px;
}

.model1-grid-element-separator {
  height: 100%;
  width: 1px;
  background-color: #ddd;
}

.model1-list {
  grid-template-columns: 65% 35%;
  border: 4px solid #F6F5F8;
  margin-bottom: 30px;
  padding: 36px 36px 24px 36px;
}

.model1-checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
}

.model1-checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.model1-checkbox-border {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.model1-checkbox img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.model1-checkbox p {
  color: #585854;
}

.model1-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 2.2vw, 28px) clamp(42px, 4.2vw, 48px) clamp(32px, 2.2vw, 28px) clamp(47px, 5.7vw, 63px);
  background-color: #F6F5F8;
}

.model1-quote img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 16px;
  transform: rotate(180deg);
}

.model1-quote h1 {
  max-width: 10ch;
  color: #585854;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0;
}

.model1-band-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 28px 32px 28px;
  cursor: default;
  transition: transform 100ms ease-in-out;
}

.model1-band-card:hover {
  transform: translateY(-1px);
}

.model1-band-card h3,
.model1-info h3 {
  margin: 0 0 22px;
  color: #1c2433;
  font-size: clamp(1.5rem, 1.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.065em;
  margin-bottom: 18px;
}

.model1-text-link {
  color: #121417;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.model1-text-link:hover {
  color: #490656;
}

.model1-band-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  /*background-color: #ddd;*/
  margin-bottom: 20px;
}

.model1-band-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #490656;
  border-radius: 999px;
  margin-bottom: 20px;
}

.model1-band-card__icon p {
  color: #ffffff;
  margin-right: 1px;
  /*margin-top: 0px;*/
}

.model1-band-card__separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 16px 0 16px 0;
}

.model1-info {
  display: grid;
  grid-template-columns: 73% 27%;
  border: 1px solid #ccc;
  border-radius: 16px;
  background-color: #F4F6F8;
  padding: 24px 28px;
}

.model1-info-margin {
  margin: 0 28px;
}

.model1-info-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.model1-info-left img {
  aspect-ratio: 1/1;
  height: 100px;
  object-fit: contain;
  object-position: center;
  /*background-color: #ddd;*/
}

.model1-info-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.model1-info-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.model1-catchphrase {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 28px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.model1-catchphrase h3 {
  color: #585854;
  font-size: clamp(1.5rem, 1.5vw, 2.6rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.065em;
  margin-bottom: 18px;
}

.model1-catchphrase p {
  max-width: fit-content;
  color: #585854;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.65;
  margin: 0;
}


.model1-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 28px 24px 28px;
}

.model1-intro h3 {
  color: #000;
  font-size: clamp(2.5rem, 2.5vw, 3.6rem);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.25;
  letter-spacing: -0.065em;
  margin-bottom: 50px;
}

.model1-intro p {
  max-width: fit-content;
  color: #585854;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.65;
  margin: 0 0 1rem 0;
}

.model1-grid--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0 28px;
  gap: 20px;
}

.model1-grid--card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 28px 32px 28px;
  cursor: default;
  transition: transform 100ms ease-in-out;
}

.model1-grid--card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}

.model1-grid--card h4 {
  color: #000;
  font-size: clamp(1.2rem, 1.2vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  padding: 0;
  margin-top: 0;
  margin-bottom: 6px;
}

.model1-grid--card p {
  font-size: 0.9rem;
}

.model1-enum2 {
  margin-top: 40px;
}

.model1-enum h1, .model1-enum2 h1 {
  font-size: clamp(2.7rem, 2.85vw, 3rem);
  line-height: 1.2;
  text-transform: capitalize;
  word-wrap: break-word;
  margin-bottom: 0px;
}

.model1-enum2 span {
  padding: 0 6px;
}

.model1-enum h1 {
  max-width: 46%;
}

.model1-enum2 h1 {
  max-width: 50%;
  color: #6b3e75;
  padding: 0;
  margin-bottom: 40px;
}

.model1-enum>p, .model1-enum2>p {
  text-transform: none;
  margin-top: 20px;
}

.model1-enum2 p {
  padding: 0;
}

.model1-qa--cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  padding: 0 28px;
  gap: 20px;
  margin-top: 40px;
}

.model1-qa--card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 28px 32px 28px;
  cursor: default;
  transition: transform 100ms ease-in-out;
}

.model1-qa--card h3 {
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  background-color: #eee;
  border-radius: 12px;
  padding: 8px 10px;
}

.model1-qa--card h4 {
  color: #000;
  margin-top: 12px;
}

.model1-qa--card p {
  margin-top: 6px;
  margin-bottom: 12px;
}

.model1-qa--card a {
  text-transform: uppercase;
  margin-top: 12px;
}

.model1-qa--card a:hover {
  color: #490656;
}

.model1-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  gap: 18px;
  padding: 0 28px;
  /*margin-right: 28px;*/
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(73, 6, 86, 0.18);
}

.model1-button:hover {
  transform: translateY(-1px);
}

.model1-main-button {
  white-space: nowrap;
  min-width: 243px;
  color: #fff;
  background: linear-gradient(135deg, #6c138b, #490656);
}

.model1-main-button:hover {
  color: #fff;
}

.model1-paragraph {
  width: 100%;
  align-items: center;
}

.model1-paragraph__purple {
  background-color: #490656;
}

.model1-paragraph__purple h1, .model1-paragraph__purple h2, .model1-paragraph__purple p {
  color: #fff;
}

.model1-paragraph p:not(:last-child) {
  margin-bottom: 20px;
}

.model1-paragraph__content {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.model1-paragraph__contentfull, .model1-paragraph__contentfullcenter {
  display: flex;
  flex-direction: column;
  width: 90%;
}

.model1-paragraph__contentfullcenter {
  align-items: center;
}

.model1-paragraph__content h1, .model1-paragraph__contentfull h1, .model1-paragraph__contentfullcenter h1 {
  letter-spacing: -2px;
  padding: 0;
}

.model1-paragraph__content h1, .model1-paragraph__contentfull h1 {
  font-size: clamp(2.7rem, 2.85vw, 3rem);
}

.model1-paragraph__contentfullcenter h1 {
  font-size: clamp(3.2rem, 3.35vw, 3.5rem);
  text-align: center;
}
.model1-paragraph__contentfullcenter p {
  font-size: 1.2rem;
  text-align: center;
}

.model1-paragraph__content h2, .model1-paragraph__contentfull h2 {
  padding: 0;
}

.model1-paragraph__content p, .model1-paragraph__contentfull p {
  max-width: 80ch;
}

.model1-paragraph__contentfull h1 {
  max-width: 18ch;
}

.model1-paragraph__cards {
  display: grid;
  margin-top: 16px;
  margin-bottom: 16px;
}

.model1-paragraph__cards6 {
  grid-template-columns: repeat(6, 1fr);
}

.model1-paragraph__cards5 {
  grid-template-columns: repeat(5, 1fr);
}

.model1-paragraph__cards3 {
  grid-template-columns: repeat(3, 1fr);
}

.model1-paragraph__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 12px;
}

.model1-paragraph__cards6 .model1-paragraph__card:not(:last-child),
.model1-paragraph__cards5 .model1-paragraph__card:not(:last-child),
.model1-paragraph__cards3 .model1-paragraph__card:nth-child(1),
.model1-paragraph__cards3 .model1-paragraph__card:nth-child(2),
.model1-paragraph__cards3 .model1-paragraph__card:nth-child(4),
.model1-paragraph__cards3 .model1-paragraph__card:nth-child(5) {
  border-right: 1px solid #ddd;
}

.model1-paragraph__cards3 .model1-paragraph__card {
  margin-bottom: 30px;
}

.model1-paragraph__card-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #490656;
  border-radius: 50%;
  margin-bottom: 16px;
}

.model1-paragraph__card-number p {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.model1-paragraph__card>img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  overflow: visible;
}

.model1-paragraph__card>h3 {
  color: #585854;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}

.model1-paragraph__cards5 .model1-paragraph__card>h3,
.model1-paragraph__cards3 .model1-paragraph__card>h3 {
  font-weight: 500;
  padding: 0 12px;
}

.model1-paragraph__card>p {
  color: #585854;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 0;
}

.model1-paragraph__card-separator {
  width: 80%;
  height: 1px;
  background-color: #ddd;
  margin-top: 30px;
}

.model1-paragraph__separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 16px 0;
}

.model1-paragraph__line {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.model1-paragraph__line a {
  margin-top: 10px;
}

.model1-paragraph__center {
  align-self: center;
  font-weight: 600;
  text-align: center;
  margin-top: 20px !important;
}

@media (max-width: 1180px) {
  .model1-band {
    align-items: center;
  }

  .model1-band--cards,
  .model1-grid--cards,
  .model1-qa--cards,
  .model1-list,
  .model1-info,
  .model1-grid,
  .model1-grid-element,
  .model1-paragraph__cards {
    grid-template-columns: 1fr;
  }

  .model1-band--cards,
  .model1-list {
    margin: 40px auto;
  }

  .model1-band--cards,
  .model1-qa--cards {
    padding: 0;
  }

  .model1-band h2,
  .model1-band h1,
  .model1-band>p {
    text-align: center;
  }

  .model1-band>p {
    max-width: fit-content;
  }

  .model1-info-left {
    flex-direction: column;
  }

  .model1-info-right {
    margin-top: 20px;
  }

  .model1-checkboxes {
    grid-template-columns: 1fr;
    /*grid-template-rows: repeat(6, 1fr);*/
    order: 2;
  }

  .model1-checkbox-border {
    border-left: none;
    border-right: none;
  }

  .model1-quote {
    order: 1;
    align-items: center;
    margin-bottom: 36px;
  }

  .model1-grid-element {
    padding: 12px 0 6px 0;
  }

  .model1-grid-element-separator {
    display: none;
  }

  .model1-grid-element-support {
    padding-bottom: 0;
  }

  .model1-grid-element-support img {
    margin-bottom: 10px;
  }

  .model1-grid-element-content {
    padding: 0px 20px 7px 20px;
  }

  .model1-grid-element-double-ul {
    flex-direction: column;
    gap: 0;
  }

  .model1-grid-element-double-ul ul:first-child {
    margin-bottom: 0;
  }

  .model1-enum2 h1 {
    max-width: 100%;
  }

  .model1-enum h1, .model1-enum2 h1 {
    max-width: 100%;
  }

  .model1-paragraph__content {
    width: 90%;
  }

  .model1-paragraph__contentfull h1 {
    align-self: center;
  }

  .model1-paragraph__card {
    border-right: none !important;
  }

  .model1-paragraph__line-center {
    justify-content: center;
  }
}