@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  margin: 0;
  color: #1e1d1e;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  background-color: #f7fdff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #fff url("/images/tild6265-3532-4536-a530-303561393764__untitled-2.svg") center top / cover no-repeat;
}

.sms-page {
  --text-muted: #555;
  --border: #e8e8e8;
  --radius: 5px;
  --card-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  --accent-on-light: #9a3400;
  padding: 48px 0 80px;
}

.sms-page .container {
  width: min(100% - 40px, 800px);
  margin-inline: auto;
}

.sms-page--blog-index .container {
  width: min(100% - 40px, 1200px);
}

.sms-page--product .container {
  width: min(100% - 40px, 960px);
}

.sms-page--product {
  padding-top: 72px;
}

.sms-page--product .sms-page__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.sms-page--product .sms-page__body h1 {
  margin: 0 0 18px;
  color: #1e1d1e;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.sms-page--product .sms-page__body .sms-product__subtitle {
  display: block;
  max-width: 560px;
  margin: 0 auto 48px;
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.sms-page--product .sms-page__body h2 {
  margin: 72px 0 48px;
  color: #1e1d1e;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.sms-page--product .sms-page__body h3 {
  margin: 0 0 10px;
  color: #1e1d1e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.sms-page--product .sms-page__body a {
  color: #ff8562;
  text-decoration: none;
}

.sms-page--product .sms-page__body a:hover {
  color: #e46b4a;
}

.sms-features {
  margin: 0 auto 12px;
  padding: 0;
  list-style: none;
}

.sms-features > li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 28px;
  align-items: start;
}

.sms-features > li::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%231fb615' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M4 10.2 8.1 14.4 16 5.6'/%3E%3C/svg%3E");
}

.sms-features__text,
.sms-features > li p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.sms-features__text ul,
.sms-page--product .sms-features ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.sms-features__text p {
  margin: 0 0 0.6em;
}

.sms-product__figure {
  margin: 28px auto 36px;
  text-align: center;
}

.sms-product__figure img {
  max-width: min(100%, 720px);
  height: auto;
}

.sms-product__cta {
  margin-top: 80px;
  text-align: center;
}

.sms-product__cta h2 {
  margin-bottom: 18px;
}

.sms-product__cta p {
  margin: 0 0 12px;
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.sms-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 36px 0 28px !important;
}

.sms-product__btn {
  display: inline-flex;
  min-width: 160px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 10px;
  background: #fe4f0e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.sms-product__btn:hover {
  background: #e6460c;
  color: #fff !important;
}

.sms-product__btn--ghost {
  background: transparent;
  border: 1px solid #adadad;
  color: #2e2e2e !important;
}

.sms-product__btn--ghost:hover {
  background: #f7f7f7;
  color: #2e2e2e !important;
}

.sms-product__meta {
  margin: 0 0 8px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.sms-product__guide {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sms-page--product .sms-page__body > p:not(.sms-product__subtitle):not(.sms-product__figure):not(.sms-product__actions):not(.sms-product__meta):not(.sms-product__guide) {
  margin: 0 0 1.1rem;
}

@media (max-width: 720px) {
  .sms-page--product .sms-page__body h2 {
    margin: 48px 0 28px;
  }

  .sms-features > li {
    gap: 14px;
    margin-bottom: 22px;
  }

  .sms-product__cta p {
    font-size: 18px;
  }
}

.sms-page time {
  display: block;
  margin-bottom: 10px;
  color: #5f6368;
  font-size: 14px;
}

.sms-page h1 {
  margin: 0.25rem 0 1rem;
  color: #1e1d1e;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
}

.sms-back {
  display: inline-block;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #555;
  cursor: pointer;
  font: inherit;
}

.sms-page__lead {
  margin-bottom: 2rem;
  color: var(--text-muted);
  font-size: 1.1rem;
}

.sms-page__body {
  color: #1e1d1e;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.65;
}

.sms-page__body h2 {
  margin: 2rem 0 0.6em;
  color: #2e2e2e;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}

.sms-page__body h3 {
  margin: 1.5rem 0 0.6em;
  font-weight: 500;
  line-height: 1.3;
}

.sms-page__body p,
.sms-page__body ul,
.sms-page__body ol {
  margin: 0 0 1.1rem;
}

.sms-page__body a {
  color: #c2410c;
  text-decoration: none;
}

.sms-page__body a:hover {
  color: #9a3412;
}

.sms-page__body figure {
  margin: 1.5rem 0;
  text-align: center;
}

.sms-page__body figcaption {
  margin-top: 0.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  text-align: center;
}

.sms-page__body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: 1.5rem auto;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: zoom-in;
  transition: max-height 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sms-page__body img:hover {
  max-height: min(70vh, 720px);
  box-shadow: var(--card-shadow);
}

.sms-page__body img.is-zoomed {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 1001;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  margin: 0;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  cursor: zoom-out;
}

.image-zoom-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.42);
}

.sms-page__body :not(pre) > code {
  padding: 0.12em 0.4em;
  border: 1px solid #ffd4c4;
  border-radius: 4px;
  background: #fff4ef;
  font-family: "SF Mono", "Menlo", "Consolas", "Liberation Mono", monospace;
  font-size: 0.9em;
  font-weight: 500;
}

.sms-page__body pre {
  overflow-x: auto;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  background: #1e1d1e;
  color: #fff;
}

.sms-page__body iframe {
  display: block;
  max-width: 100%;
  margin: 1.5rem auto;
}

.sms-page__list {
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.sms-page--blog {
  padding-top: 56px;
}

.sms-post__category {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.sms-post__category a {
  color: inherit;
  text-decoration: none;
}

.sms-page--blog h1 {
  margin: 0.25rem 0 1rem;
  color: #2e2e2e;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
}

.sms-post__cover {
  margin: 15px 0 30px;
  text-align: center;
}

.sms-page--blog .sms-page__body {
  color: #1e1d1e;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.55;
}

.sms-page--blog .sms-page__body h2 {
  margin: 2rem 0 0.6em;
  padding: 0;
  color: #2e2e2e;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}

.sms-page--blog .sms-page__body h3 {
  margin: 1.5rem 0 0.6em;
  color: #1e1d1e;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.sms-page--blog .sms-page__body p,
.sms-page--blog .sms-page__body ul,
.sms-page--blog .sms-page__body ol {
  margin: 0 0 1.1rem;
}

.sms-page--blog .sms-page__body ul {
  padding-left: 20px;
}

.sms-page--blog .sms-page__body ol {
  padding-left: 22px;
}

.sms-page--blog .sms-page__body a {
  color: #ff8562;
}

.sms-page--blog .sms-page__body a:hover {
  color: #e46b4a;
}

.sms-page--blog .sms-post__cover img,
.sms-page--blog .sms-page__body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: 1.5rem auto;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: zoom-in;
  transition: max-height 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sms-page--blog .sms-post__cover img:hover,
.sms-page--blog .sms-page__body img:hover {
  max-height: min(70vh, 720px);
  box-shadow: var(--card-shadow);
}

.sms-page--blog .sms-post__cover img.is-zoomed,
.sms-page--blog .sms-page__body img.is-zoomed {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 1001;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  margin: 0;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  cursor: zoom-out;
}

.sms-page--blog .sms-page__body figcaption,
.sms-page--blog .sms-page__body p:has(> em:only-child) {
  font-style: italic;
  opacity: 0.5;
}

.sms-page--blog .sms-post__date {
  margin: 45px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.sms-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 24px;
}

.sms-blog-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sms-blog-card:hover {
  box-shadow: 0 12px 28px rgba(30, 29, 30, 0.14);
  transform: translateY(-2px);
}

.sms-blog-card a {
  color: #1e1d1e;
  text-decoration: none;
}

.sms-blog-card__image {
  aspect-ratio: 4 / 3;
  background: #f3f3f3 center / cover no-repeat;
}

.sms-blog-card__image--placeholder {
  background: linear-gradient(135deg, #f0f0f0, #e4e4e4);
}

.sms-blog-card__body {
  padding: 18px;
}

.sms-blog-card h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.sms-blog-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 300;
}

@media (max-width: 1050px) {
  .sms-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sms-store .container {
  width: min(100% - 40px, 960px);
}

.sms-store-hub {
  padding-top: 60px;
}

.sms-store-hub .container {
  width: min(100% - 40px, 1160px);
}

.sms-store-hub h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.sms-store-hub .sms-store__intro {
  max-width: 720px;
  margin: 0 auto 8px;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.sms-store-hub .sms-store__try {
  max-width: 560px;
  margin: 28px auto 72px;
  color: #6b6b6b;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.sms-store-hub .sms-cards {
  align-items: stretch;
  gap: 28px;
  margin-bottom: 48px;
}

.sms-store-hub .sms-card {
  flex-direction: row;
  align-items: center;
  gap: 28px;
  padding: 30px 30px 40px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sms-store-hub .sms-card img {
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.sms-store-hub .sms-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.sms-store-hub .sms-card p {
  margin: 0 0 8px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.sms-store-hub .sms-card .sms-price {
  margin: 8px 0 0;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
}

.sms-store-hub .sms-card .sms-price em {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.sms-store-hub .sms-plan {
  display: inline-block;
  margin-top: 20px;
  color: #ff8562;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.sms-store-hub .sms-plan:hover {
  color: #e46b4a;
}

.sms-spro-store {
  padding-top: 60px;
}

.sms-spro-store:has(.sms-spro-cards) .container {
  width: min(100% - 40px, 960px);
}

.sms-spro-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sms-spro-cards .sms-spro-card {
  max-width: none;
  margin: 0;
}

.sms-spro-cards .sms-spro-card h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.sms-spro-card__warn {
  color: #f05600;
}

.sms-spro-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 12px;
  padding: 0 36px;
  border-radius: 100px;
  background: #00b0f0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sms-spro-quote:hover {
  background: #0099d4;
  color: #fff !important;
}

.sms-spro-refund {
  margin-top: 28px !important;
  font-size: 16px !important;
}

.sms-refund {
  padding-top: 96px;
  padding-bottom: 96px;
}

.sms-refund .container {
  width: min(100% - 40px, 800px);
  text-align: center;
}

.sms-refund h1 {
  margin: 0 0 24px;
  color: #414042;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.23;
}

.sms-refund h1 span {
  color: #ff0000;
}

.sms-refund__lead {
  margin: 0 0 8px;
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.sms-refund__label {
  margin: 48px 0 16px;
  color: #414042;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}

.sms-refund__rule {
  margin: 0 0 12px;
  color: #414042;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 400;
  line-height: 1.35;
}

.sms-spro-store h1 {
  margin: 0 0 28px;
  color: #414042;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

.sms-spro-tabs {
  display: flex;
  max-width: 560px;
  margin: 0 auto 28px;
}

.sms-spro-tabs__btn {
  flex: 1 1 50%;
  margin: 0;
  padding: 0 10px 18px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: none;
  color: #f05600;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sms-spro-tabs__btn.is-active {
  border-bottom-color: #222;
  color: #00b0f0;
  font-weight: 700;
}

.sms-spro-card {
  box-sizing: border-box;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 30px;
  border: 1px solid #e0e6ed;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.sms-spro-card h2 {
  margin: 0 0 10px;
  color: #414042;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.sms-spro-card .sms-spro-card__price {
  margin: 30px 0 0;
  color: #414042;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.23;
}

.sms-spro-card ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sms-spro-card li {
  margin: 0 0 8px;
  color: #6d6e71;
  font-size: 16px;
  line-height: 1.55;
}

.sms-spro-card li::before {
  content: "* ";
}

.sms-spro-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 30px;
  padding: 0 60px;
  border-radius: 50px;
  background: #13ce66;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sms-spro-card__btn:hover {
  background: #10b85a;
  color: #fff !important;
}

.sms-spro-vat {
  margin: 28px 0 0;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.sms-spro-panel[hidden] {
  display: none;
}

.sms-spro-panel > p {
  margin: 0 0 12px;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

.sms-spro-panel a {
  color: #ff8562;
  text-decoration: none;
}

@media (max-width: 640px) {
  .sms-spro-card {
    padding: 32px 20px;
  }

  .sms-spro-card h2 {
    font-size: 26px;
  }

  .sms-spro-card__price {
    font-size: 40px;
  }

  .sms-spro-card__btn {
    width: 100%;
    padding: 0 30px;
  }

  .sms-spro-cards {
    grid-template-columns: 1fr;
  }
}

.sms-lead {
  margin: 0 0 28px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

.sms-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 36px;
}

.sms-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border: 1px solid #d9dde1;
  border-radius: 8px;
  background: #fff;
}

.sms-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.sms-card p {
  margin: 0 0 16px;
  color: #555;
  font-weight: 300;
}

.sms-card .sms-price {
  margin: 0 0 18px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
}

.sms-card .button,
.sms-dl a.button {
  align-self: flex-start;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  background: #c2410c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.sms-card .button:hover,
.sms-dl a.button:hover {
  background: #9a3412;
}

.sms-dl {
  margin: 0 0 36px;
}

.sms-dl h2 {
  margin: 2em 0 0.4em;
  font-size: 22px;
}

.sms-dl p,
.sms-dl ul {
  margin: 0 0 0.8em;
  font-weight: 300;
}

.sms-dl a {
  color: #0a6ea0;
}

.sms-note {
  color: #5f6368;
  font-size: 15px;
}

.sms-download .container {
  width: min(100% - 40px, 920px);
}

.sms-download h1 {
  text-align: center;
}

.sms-download .sms-lead {
  max-width: 560px;
  margin: 0 auto 72px;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  text-align: center;
}

.sms-dl-list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sms-dl-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.sms-dl-item img {
  width: 78px;
  height: 78px;
  margin: 0;
  border-radius: 6px;
  object-fit: contain;
}

.sms-dl-item h2 {
  margin: 0 0 10px;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.sms-dl-item h2 a {
  font-weight: 400;
}

.sms-dl-item .sms-free {
  color: #271deb;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.sms-dl-item .sms-dl-body {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.sms-dl-item .sms-dl-body p {
  margin: 0 0 0.85em;
}

.sms-dl-item .sms-dl-body p:last-child {
  margin-bottom: 0;
}

.sms-dl-item a.sms-meta {
  color: #c2410c;
  text-decoration: underline;
}

.sms-dl-item a.sms-file {
  color: #271deb;
  overflow-wrap: anywhere;
  text-decoration: underline;
  word-break: break-all;
}

.sms-dl-item .sms-warn {
  color: #ed8614;
}

@media (max-width: 900px) {
  .sms-store-hub .sms-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sms-cards {
    grid-template-columns: 1fr;
  }

  .sms-store-hub .sms-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 22px 28px;
  }

  .sms-store-hub .sms-card img {
    flex-basis: 90px;
    width: 90px;
    height: 90px;
  }

  .sms-store-hub .sms-store__try {
    margin-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .sms-page {
    padding: 32px 0 56px;
  }

  .sms-blog-grid {
    grid-template-columns: 1fr;
  }

  .sms-download .sms-lead {
    margin-bottom: 40px;
  }

  .sms-dl-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .sms-dl-item img {
    width: 56px;
    height: 56px;
  }
}
