/*
Theme Name: lawcatalog
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100vw;
  line-height: 1;
  overflow-x: hidden;
}

.main {
  display: block;
  flex: 1 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .container {
    max-width: 1280px;
  }
}

.post-item {
  position: relative;
}

.header {
  height: 80px;
  padding: 30px 0;
}
@media (max-width: 1919px) {
  .header {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 40px;
  }
}
.header .container {
  display: flex;
  flex-direction: row;
}
.header .menu-top {
  display: flex;
  flex-direction: row;
  list-style: none;
}
.header .menu-top li {
  padding: 10px 20px;
}

/* WordPress Core
see -> https://developer.wordpress.org/advanced-administration/wordpress/css/#WordPress_Generated_Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media (max-width: 767px) {
  .alignright {
    max-width: 50%;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (max-width: 767px) {
  .alignleft {
    max-width: 50%;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media (max-width: 767px) {
  a img.alignright {
    max-width: 50%;
  }
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    max-width: 50%;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.yoast-breadcrumbs a {
  color: #6b7280;
  transition: 0.2s;
  text-decoration: none;
}

.yoast-breadcrumbs a:hover {
  color: #2563eb;
}

.yoast-breadcrumbs span {
  margin: 0 6px;
}

.yoast-breadcrumbs .breadcrumb_last {
  color: #111827;
  font-weight: 500;
}

.ua {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.6;
  background: #fff;
}
.ua a {
  color: #2563eb;
  text-decoration: none;
}
.ua a:hover {
  color: #1d4ed8;
}
.ua__page {
  min-height: 100vh;
  background: #fff;
}
.ua__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
.ua__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0f172a;
  padding: 72px 0;
}
.ua__hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
.ua__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.55));
}
.ua__hero-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: center;
}
.ua__hero-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
}
.ua__hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 16px;
}
.ua__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.15);
  color: #bfdbfe;
  font-weight: 600;
  font-size: 13px;
}
.ua__grid {
  display: grid;
  gap: 16px;
}
.ua__grid--cards {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.ua__grid--cities {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.ua__grid--articles {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.ua__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ua__card--hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.ua__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ua__card-text {
  color: #475569;
  font-size: 15px;
  margin: 0;
}
.ua__card-meta {
  color: #94a3b8;
  font-size: 13px;
}
.ua__section {
  padding: 64px 0;
}
.ua__section--muted {
  background: #f8fafc;
}
.ua__section--bordered {
  border-top: 1px solid #e2e8f0;
}
.ua__section-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: center;
}
.ua__section-subtitle {
  margin: 0 auto 32px;
  color: #475569;
  text-align: center;
  max-width: 720px;
}
.ua__pill {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-weight: 600;
  background: #fff;
}
.ua__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ua__button--primary {
  background: #2563eb;
  color: #fff;
}
.ua__button--primary:hover {
  background: #1d4ed8;
}
.ua__button--ghost {
  background: #fff;
  color: #0f172a;
  border-color: #e2e8f0;
}
.ua__button--ghost:hover {
  border-color: #2563eb;
  color: #2563eb;
}
.ua__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e8f0;
}
.ua__table th,
.ua__table td {
  padding: 14px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}
.ua__table th {
  background: #f8fafc;
  font-weight: 700;
  color: #0f172a;
}
.ua__table tr:hover td {
  background: #f1f5f9;
}
.ua__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ua__list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ua__list--inline li {
  margin: 0;
}
.ua__prose {
  max-width: 760px;
  margin: 0 auto;
  color: #475569;
}
.ua__prose h2,
.ua__prose h3,
.ua__prose h4 {
  color: #0f172a;
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 12px;
}
.ua__prose p {
  margin-bottom: 16px;
}
.ua__prose ul,
.ua__prose ol {
  margin: 12px 0 16px 20px;
  color: #475569;
}
.ua__prose strong {
  color: #0f172a;
}
.ua__form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}
.ua__form-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
}
.ua__form-subtitle {
  margin: 0 0 16px;
  color: #475569;
  font-size: 14px;
}
.ua__form-group {
  margin-bottom: 12px;
}
.ua__form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 14px;
}
.ua__form-input, .ua__form-textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ua__form-input:focus, .ua__form-textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.ua__form-textarea {
  min-height: 110px;
  resize: vertical;
}
.ua__form-hint {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}
.ua__faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  margin-bottom: 12px;
}
.ua__faq-q {
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f172a;
}
.ua__faq-a {
  margin: 0;
  color: #475569;
}
.ua__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #cbd5e1;
  font-size: 13px;
}
.ua__meta--dark {
  color: #e2e8f0;
}
.ua__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ua__chips .ua__pill {
  background: #fff;
}
.ua__breadcrumb {
  font-size: 14px;
  color: #cbd5e1;
}
.ua__breadcrumb a {
  color: #cbd5e1;
}
.ua__breadcrumb a:hover {
  color: #fff;
}
.ua__banner {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 14px;
  padding: 18px;
  color: #312e81;
  font-weight: 600;
  margin: 16px 0;
}
.ua__cta {
  background: #0f172a;
  color: #fff;
  border-radius: 18px;
  padding: 32px;
  text-align: center;
}
.ua__cta h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.ua__cta p {
  margin: 0 0 18px;
  color: #cbd5e1;
}

@media (max-width: 640px) {
  .ua__hero {
    padding: 48px 0;
  }
  .ua__section {
    padding: 48px 0;
  }
  .ua__card {
    padding: 16px;
  }
}
:root {
  --borderRadiusDesktop: 1rem;
  --borderRadiusMobile: 1rem;
}

.content-block {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .content-block {
    margin-top: 2.5rem;
  }
}
.content-block__inner {
  max-width: 45.625rem;
  width: 100%;
  margin: 6.25rem auto;
}

.gutenberg-content {
  position: relative;
  overflow: hidden;
}
.gutenberg-content:after {
  display: block;
  content: "";
  clear: both;
}

.gutenberg-content,
.wide-article-content,
.editor-styles-wrapper,
.content-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  word-break: break-word;
}
.gutenberg-content > *:first-child,
.wide-article-content > *:first-child,
.editor-styles-wrapper > *:first-child,
.content-wrapper > *:first-child {
  margin-top: unset !important;
}
.gutenberg-content > *:last-child,
.wide-article-content > *:last-child,
.editor-styles-wrapper > *:last-child,
.content-wrapper > *:last-child {
  margin-bottom: unset !important;
}
.gutenberg-content a,
.wide-article-content a,
.editor-styles-wrapper a,
.content-wrapper a {
  line-height: 150%;
  text-decoration: underline;
  transition: color 0.24s ease;
}
.gutenberg-content a:hover,
.wide-article-content a:hover,
.editor-styles-wrapper a:hover,
.content-wrapper a:hover {
  color: var(--wp--preset--color--base-design);
}
.gutenberg-content strong,
.wide-article-content strong,
.editor-styles-wrapper strong,
.content-wrapper strong {
  font-weight: 500;
  line-height: 150%;
}
.gutenberg-content hr,
.wide-article-content hr,
.editor-styles-wrapper hr,
.content-wrapper hr {
  margin: 3.125rem 0;
  border-top: 1px solid;
}
.gutenberg-content h1,
.wide-article-content h1,
.editor-styles-wrapper h1,
.content-wrapper h1 {
  margin-top: 3.75rem;
  margin-bottom: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  font-size: clamp(24px, 21.1343283582px + 0.7960199005vw, 32px);
}
@media (max-width: 575px) {
  .gutenberg-content h1,
  .wide-article-content h1,
  .editor-styles-wrapper h1,
  .content-wrapper h1 {
    margin-bottom: 1.875rem;
  }
}
.gutenberg-content h2,
.wide-article-content h2,
.editor-styles-wrapper h2,
.content-wrapper h2 {
  scroll-margin-top: 8rem;
}
.gutenberg-content > h2,
.wide-article-content > h2,
.editor-styles-wrapper > h2,
.content-wrapper > h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: inherit;
  color: rgb(15, 23, 42);
}
.gutenberg-content > h2:not(:first-child),
.wide-article-content > h2:not(:first-child),
.editor-styles-wrapper > h2:not(:first-child),
.content-wrapper > h2:not(:first-child) {
  margin: 4rem 0 1.5rem 0;
}
.gutenberg-content p,
.wide-article-content p,
.editor-styles-wrapper p,
.content-wrapper p {
  line-height: 1.5;
  color: rgb(15, 23, 42);
}
.gutenberg-content p a,
.wide-article-content p a,
.editor-styles-wrapper p a,
.content-wrapper p a {
  color: #2563eb;
  font-weight: 700;
  text-decoration-color: rgba(59, 130, 246, 0.3);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.gutenberg-content .wp-block-list,
.wide-article-content .wp-block-list,
.editor-styles-wrapper .wp-block-list,
.content-wrapper .wp-block-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .gutenberg-content .wp-block-list,
  .wide-article-content .wp-block-list,
  .editor-styles-wrapper .wp-block-list,
  .content-wrapper .wp-block-list {
    grid-template-columns: 1fr 1fr;
  }
}
.gutenberg-content .wp-block-list > li,
.wide-article-content .wp-block-list > li,
.editor-styles-wrapper .wp-block-list > li,
.content-wrapper .wp-block-list > li {
  background-color: #f8fafc;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  position: relative;
  font-weight: 900;
  color: rgb(15, 23, 42);
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.gutenberg-content .wp-block-list > li::after,
.wide-article-content .wp-block-list > li::after,
.editor-styles-wrapper .wp-block-list > li::after,
.content-wrapper .wp-block-list > li::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("./img/base/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gutenberg-content .wp-block-list > li > ul,
.wide-article-content .wp-block-list > li > ul,
.editor-styles-wrapper .wp-block-list > li > ul,
.content-wrapper .wp-block-list > li > ul {
  display: block;
  margin: 0.5rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
.gutenberg-content .wp-block-list > li > ul > li,
.wide-article-content .wp-block-list > li > ul > li,
.editor-styles-wrapper .wp-block-list > li > ul > li,
.content-wrapper .wp-block-list > li > ul > li {
  background: none;
  border: 0;
  padding: 0;
  margin: 0.25rem 0 0 0;
  position: static;
  text-transform: lowercase;
}
.gutenberg-content .wp-block-list > li > ul > li::after,
.wide-article-content .wp-block-list > li > ul > li::after,
.editor-styles-wrapper .wp-block-list > li > ul > li::after,
.content-wrapper .wp-block-list > li > ul > li::after {
  content: none;
}
.gutenberg-content .wp-block-list > li > strong,
.gutenberg-content .wp-block-list > li > b,
.wide-article-content .wp-block-list > li > strong,
.wide-article-content .wp-block-list > li > b,
.editor-styles-wrapper .wp-block-list > li > strong,
.editor-styles-wrapper .wp-block-list > li > b,
.content-wrapper .wp-block-list > li > strong,
.content-wrapper .wp-block-list > li > b {
  display: block;
  font-weight: 900;
  color: #0f172a;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.gutenberg-content .wp-block-list > li > ul > li,
.wide-article-content .wp-block-list > li > ul > li,
.editor-styles-wrapper .wp-block-list > li > ul > li,
.content-wrapper .wp-block-list > li > ul > li {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(15, 23, 42);
}
.gutenberg-content .wp-block-quote,
.wide-article-content .wp-block-quote,
.editor-styles-wrapper .wp-block-quote,
.content-wrapper .wp-block-quote {
  margin: 3rem 0;
  padding-left: 2rem;
  border-left: 4px solid #f59e0b;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 500;
  color: #334155;
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-quote,
  .wide-article-content .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote,
  .content-wrapper .wp-block-quote {
    margin: 1.5rem auto;
  }
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-quote,
  .wide-article-content .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote,
  .content-wrapper .wp-block-quote {
    padding: 1rem 1rem 1rem 2.25rem;
  }
}
.gutenberg-content .wp-block-quote cite,
.wide-article-content .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote cite,
.content-wrapper .wp-block-quote cite {
  display: block;
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: clamp(14px, 13.2835820896px + 0.1990049751vw, 16px);
  font-style: normal;
  line-height: 150%;
  color: var(--wp--preset--color--grey);
}
.gutenberg-content .wp-block-pullquote,
.wide-article-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote,
.content-wrapper .wp-block-pullquote {
  background: #020617;
  padding: 2.5rem;
  margin: 4rem 0;
  border-radius: 2.5rem;
  color: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  border: 0;
}
.gutenberg-content .wp-block-pullquote::after,
.wide-article-content .wp-block-pullquote::after,
.editor-styles-wrapper .wp-block-pullquote::after,
.content-wrapper .wp-block-pullquote::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 2%;
  width: 8rem;
  height: 8rem;
  opacity: 0.1;
  background: url("./img/base/clock.svg") no-repeat center/contain;
}
.gutenberg-content .wp-block-pullquote blockquote,
.wide-article-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote,
.content-wrapper .wp-block-pullquote blockquote {
  display: flex;
  flex-direction: column-reverse;
  text-align: start;
  margin: 0;
}
.gutenberg-content .wp-block-pullquote cite,
.wide-article-content .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote cite,
.content-wrapper .wp-block-pullquote cite {
  display: block;
  color: #f59e0b;
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  font-style: normal;
}
.gutenberg-content .wp-block-pullquote p,
.wide-article-content .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote p,
.content-wrapper .wp-block-pullquote p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  color: #fff;
}
.gutenberg-content .wp-block-embed-youtube,
.gutenberg-content .wp-block-embed,
.wide-article-content .wp-block-embed-youtube,
.wide-article-content .wp-block-embed,
.editor-styles-wrapper .wp-block-embed-youtube,
.editor-styles-wrapper .wp-block-embed,
.content-wrapper .wp-block-embed-youtube,
.content-wrapper .wp-block-embed {
  overflow: hidden;
  margin: 1.875rem auto;
  border-radius: var(--borderRadiusDesktop);
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-embed-youtube,
  .gutenberg-content .wp-block-embed,
  .wide-article-content .wp-block-embed-youtube,
  .wide-article-content .wp-block-embed,
  .editor-styles-wrapper .wp-block-embed-youtube,
  .editor-styles-wrapper .wp-block-embed,
  .content-wrapper .wp-block-embed-youtube,
  .content-wrapper .wp-block-embed {
    margin: 1.5rem auto;
  }
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-embed-youtube,
  .gutenberg-content .wp-block-embed,
  .wide-article-content .wp-block-embed-youtube,
  .wide-article-content .wp-block-embed,
  .editor-styles-wrapper .wp-block-embed-youtube,
  .editor-styles-wrapper .wp-block-embed,
  .content-wrapper .wp-block-embed-youtube,
  .content-wrapper .wp-block-embed {
    border-radius: var(--borderRadiusMobile);
  }
}
.gutenberg-content .wp-block-embed-youtube__wrapper,
.gutenberg-content .wp-block-embed__wrapper,
.wide-article-content .wp-block-embed-youtube__wrapper,
.wide-article-content .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed-youtube__wrapper,
.editor-styles-wrapper .wp-block-embed__wrapper,
.content-wrapper .wp-block-embed-youtube__wrapper,
.content-wrapper .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.gutenberg-content .wp-block-embed-youtube__wrapper iframe,
.gutenberg-content .wp-block-embed__wrapper iframe,
.wide-article-content .wp-block-embed-youtube__wrapper iframe,
.wide-article-content .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed-youtube__wrapper iframe,
.editor-styles-wrapper .wp-block-embed__wrapper iframe,
.content-wrapper .wp-block-embed-youtube__wrapper iframe,
.content-wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.gutenberg-content .wp-block-buttons,
.wide-article-content .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons,
.content-wrapper .wp-block-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.875rem auto;
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-buttons,
  .wide-article-content .wp-block-buttons,
  .editor-styles-wrapper .wp-block-buttons,
  .content-wrapper .wp-block-buttons {
    margin: 1.5rem auto;
  }
}
.gutenberg-content .wp-block-buttons .wp-block-button__link,
.wide-article-content .wp-block-buttons .wp-block-button__link,
.editor-styles-wrapper .wp-block-buttons .wp-block-button__link,
.content-wrapper .wp-block-buttons .wp-block-button__link {
  padding: 0.875rem 1.5rem;
  font-weight: 500;
  font-size: clamp(14px, 13.2835820896px + 0.1990049751vw, 16px);
  text-decoration: none;
  border-radius: var(--borderRadiusDesktop);
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--base-design);
  transition: all 0.24s ease;
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-buttons .wp-block-button__link,
  .wide-article-content .wp-block-buttons .wp-block-button__link,
  .editor-styles-wrapper .wp-block-buttons .wp-block-button__link,
  .content-wrapper .wp-block-buttons .wp-block-button__link {
    border-radius: var(--borderRadiusMobile);
  }
}
.gutenberg-content .wp-block-buttons .wp-block-button__link:hover,
.wide-article-content .wp-block-buttons .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-buttons .wp-block-button__link:hover,
.content-wrapper .wp-block-buttons .wp-block-button__link:hover {
  color: var(--wp--preset--color--base-text);
  background-color: var(--wp--preset--color--grey-bg);
}
.gutenberg-content .wp-block-details,
.wide-article-content .wp-block-details,
.editor-styles-wrapper .wp-block-details,
.content-wrapper .wp-block-details {
  margin-top: 1rem;
  border-radius: var(--borderRadiusDesktop);
  border: 1px solid var(--wp--preset--color--grey-bg);
  background-color: var(--wp--preset--color--grey-bg);
  transition: all 0.24s ease;
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-details,
  .wide-article-content .wp-block-details,
  .editor-styles-wrapper .wp-block-details,
  .content-wrapper .wp-block-details {
    border-radius: var(--borderRadiusMobile);
  }
}
.gutenberg-content .wp-block-details:hover,
.wide-article-content .wp-block-details:hover,
.editor-styles-wrapper .wp-block-details:hover,
.content-wrapper .wp-block-details:hover {
  background-color: transparent !important;
}
.gutenberg-content .wp-block-details[open] summary:after,
.wide-article-content .wp-block-details[open] summary:after,
.editor-styles-wrapper .wp-block-details[open] summary:after,
.content-wrapper .wp-block-details[open] summary:after {
  transform: scaleY(-1);
  transition: all 0.24s ease;
}
.gutenberg-content .wp-block-details summary,
.wide-article-content .wp-block-details summary,
.editor-styles-wrapper .wp-block-details summary,
.content-wrapper .wp-block-details summary {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.625rem;
  font-weight: 500;
  font-size: clamp(16px, 15.2835820896px + 0.1990049751vw, 18px);
  line-height: 150%;
  list-style: none;
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-details summary,
  .wide-article-content .wp-block-details summary,
  .editor-styles-wrapper .wp-block-details summary,
  .content-wrapper .wp-block-details summary {
    padding: 1rem;
  }
}
.gutenberg-content .wp-block-details summary:after,
.wide-article-content .wp-block-details summary:after,
.editor-styles-wrapper .wp-block-details summary:after,
.content-wrapper .wp-block-details summary:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M24 6.58624L23.2997 5.91394L12.4854 17.1785L12 17.6639L11.5146 17.1785L0.700338 5.91393L1.09276e-06 6.58624L12 19.0859L24 6.58624Z' fill='black'/%3E%3C/svg%3E");
  background-size: 100%;
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-details summary:after,
  .wide-article-content .wp-block-details summary:after,
  .editor-styles-wrapper .wp-block-details summary:after,
  .content-wrapper .wp-block-details summary:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.gutenberg-content .wp-block-details p,
.wide-article-content .wp-block-details p,
.editor-styles-wrapper .wp-block-details p,
.content-wrapper .wp-block-details p {
  display: block;
  margin: unset 1.25rem 1.25rem;
  font-size: clamp(14px, 13.2835820896px + 0.1990049751vw, 16px);
  line-height: 150%;
}
.gutenberg-content .wp-block-details a,
.wide-article-content .wp-block-details a,
.editor-styles-wrapper .wp-block-details a,
.content-wrapper .wp-block-details a {
  font-weight: 500;
}
.gutenberg-content .wp-block-image,
.wide-article-content .wp-block-image,
.editor-styles-wrapper .wp-block-image,
.content-wrapper .wp-block-image {
  overflow: hidden;
  margin: 1.875rem auto;
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-image,
  .wide-article-content .wp-block-image,
  .editor-styles-wrapper .wp-block-image,
  .content-wrapper .wp-block-image {
    margin: 1.5rem auto;
  }
}
.gutenberg-content .wp-block-image img,
.wide-article-content .wp-block-image img,
.editor-styles-wrapper .wp-block-image img,
.content-wrapper .wp-block-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--borderRadiusDesktop);
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-image img,
  .wide-article-content .wp-block-image img,
  .editor-styles-wrapper .wp-block-image img,
  .content-wrapper .wp-block-image img {
    border-radius: var(--borderRadiusMobile);
  }
}
.gutenberg-content .wp-block-image figcaption,
.wide-article-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption,
.content-wrapper .wp-block-image figcaption {
  margin-top: 0.875rem;
  margin-bottom: unset;
  font-weight: 500;
  font-size: clamp(14px, 13.2835820896px + 0.1990049751vw, 16px);
  line-height: 150%;
  color: var(--wp--preset--color--grey);
}
.gutenberg-content .wp-block-file,
.wide-article-content .wp-block-file,
.editor-styles-wrapper .wp-block-file,
.content-wrapper .wp-block-file {
  overflow: hidden;
  display: flex;
  column-gap: 1.875rem;
  align-items: center;
  margin: 1.875rem auto;
  border-radius: var(--borderRadiusDesktop);
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-file,
  .wide-article-content .wp-block-file,
  .editor-styles-wrapper .wp-block-file,
  .content-wrapper .wp-block-file {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 1.5rem auto;
  }
}
.gutenberg-content .wp-block-file:not(:has(.wp-block-file__embed)),
.wide-article-content .wp-block-file:not(:has(.wp-block-file__embed)),
.editor-styles-wrapper .wp-block-file:not(:has(.wp-block-file__embed)),
.content-wrapper .wp-block-file:not(:has(.wp-block-file__embed)) {
  display: flex;
  justify-content: space-between;
  padding: 1.625rem;
  background-color: var(--wp--preset--color--grey-bg);
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-file:not(:has(.wp-block-file__embed)),
  .wide-article-content .wp-block-file:not(:has(.wp-block-file__embed)),
  .editor-styles-wrapper .wp-block-file:not(:has(.wp-block-file__embed)),
  .content-wrapper .wp-block-file:not(:has(.wp-block-file__embed)) {
    border-radius: var(--borderRadiusMobile);
    padding: 1rem;
  }
}
.gutenberg-content .wp-block-file:not(:has(.wp-block-file__embed)) a,
.wide-article-content .wp-block-file:not(:has(.wp-block-file__embed)) a,
.editor-styles-wrapper .wp-block-file:not(:has(.wp-block-file__embed)) a,
.content-wrapper .wp-block-file:not(:has(.wp-block-file__embed)) a {
  display: flex;
  margin-left: unset;
}
@media (max-width: 767px) {
  .gutenberg-content .wp-block-file:has(object),
  .wide-article-content .wp-block-file:has(object),
  .editor-styles-wrapper .wp-block-file:has(object),
  .content-wrapper .wp-block-file:has(object) {
    display: none;
  }
}
.gutenberg-content .wp-block-file a,
.wide-article-content .wp-block-file a,
.editor-styles-wrapper .wp-block-file a,
.content-wrapper .wp-block-file a {
  display: none;
}
.gutenberg-content .wp-block-file__content-wrapper,
.wide-article-content .wp-block-file__content-wrapper,
.editor-styles-wrapper .wp-block-file__content-wrapper,
.content-wrapper .wp-block-file__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gutenberg-content .wp-block-file__content-wrapper > a:first-child,
.wide-article-content .wp-block-file__content-wrapper > a:first-child,
.editor-styles-wrapper .wp-block-file__content-wrapper > a:first-child,
.content-wrapper .wp-block-file__content-wrapper > a:first-child {
  text-decoration: none;
  pointer-events: none;
  font-weight: 500;
  font-size: clamp(16px, 15.2835820896px + 0.1990049751vw, 18px);
  line-height: 150%;
  color: var(--wp--preset--color--base-text);
}
.gutenberg-content .wp-block-file > a:first-child,
.wide-article-content .wp-block-file > a:first-child,
.editor-styles-wrapper .wp-block-file > a:first-child,
.content-wrapper .wp-block-file > a:first-child {
  text-decoration: none;
  pointer-events: none;
  font-weight: 500;
  font-size: clamp(16px, 15.2835820896px + 0.1990049751vw, 18px);
  line-height: 150%;
}
.gutenberg-content .wp-block-file__button,
.wide-article-content .wp-block-file__button,
.editor-styles-wrapper .wp-block-file__button,
.content-wrapper .wp-block-file__button {
  padding: 0.875rem 1.5rem;
  border-radius: var(--borderRadiusDesktop);
  font-weight: 500;
  font-size: clamp(14px, 13.2835820896px + 0.1990049751vw, 16px);
  line-height: 150%;
  text-decoration: none;
  white-space: nowrap !important;
  border: 1px solid var(--wp--preset--color--base-design);
  background-color: var(--wp--preset--color--base-design);
  transition: all 0.24s ease;
}
@media (max-width: 575px) {
  .gutenberg-content .wp-block-file__button,
  .wide-article-content .wp-block-file__button,
  .editor-styles-wrapper .wp-block-file__button,
  .content-wrapper .wp-block-file__button {
    word-wrap: nowrap;
  }
}
.gutenberg-content .wp-block-file__button:hover,
.wide-article-content .wp-block-file__button:hover,
.editor-styles-wrapper .wp-block-file__button:hover,
.content-wrapper .wp-block-file__button:hover {
  color: var(--wp--preset--color--base-text);
  background-color: var(--wp--preset--color--grey-bg);
}

.privacy-policy-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.privacy-policy-content .wp-block-group {
  margin: 0 0 1.5rem 0;
}
.privacy-policy-content .wp-block-group:not(:first-child) {
  margin: 4rem 0 1.5rem 0;
}
.privacy-policy-content .wp-block-group figure {
  width: 48px;
  height: 48px;
  background: #f8fafc;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f5f9;
}
.privacy-policy-content .wp-block-group h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: inherit;
  color: rgb(15, 23, 42);
}
.privacy-policy-content .wp-block-group:nth-of-type(4) {
  background: #020617;
  padding: 2.5rem;
  margin: 4rem 0;
  border-radius: 2.5rem;
  color: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  border: 0;
}
.privacy-policy-content .wp-block-group:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 4%;
  padding: 2.5rem;
  width: 8rem;
  height: 8rem;
  opacity: 0.1;
  background: url("./img/base/shield-icon.svg") no-repeat center/contain;
}
.privacy-policy-content .wp-block-group:nth-of-type(4) blockquote {
  margin: 0;
  text-align: start;
}
.privacy-policy-content .wp-block-group:nth-of-type(4) p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.625;
  font-size: 1rem;
  color: #94a3b8;
}
.privacy-policy-content .wp-block-group:nth-of-type(4) h3 {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  padding-left: 34px;
  font-size: 1.25rem;
  font-weight: 900;
  gap: 0.75rem;
  color: #ffffff;
}
.privacy-policy-content .wp-block-group:nth-of-type(4) h3::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  background: url("./img/base/lock-icon.svg") no-repeat center/contain;
}
.privacy-policy-content > h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: inherit;
  color: rgb(15, 23, 42);
}
.privacy-policy-content > h3:not(:first-child) {
  margin: 4rem 0 1.5rem 0;
}
.privacy-policy-content p {
  line-height: 1.5;
  color: rgb(15, 23, 42);
}
.privacy-policy-content p a {
  color: #2563eb;
  font-weight: 700;
  text-decoration-color: rgba(59, 130, 246, 0.3);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.privacy-policy-content .wp-block-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .privacy-policy-content .wp-block-list {
    grid-template-columns: 1fr 1fr;
  }
}
.privacy-policy-content .wp-block-list > li {
  background-color: #f8fafc;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  position: relative;
  font-weight: 700;
  color: rgb(15, 23, 42);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.privacy-policy-content .wp-block-list > li::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("./img/base/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy-policy-content .wp-block-list > li > ul {
  display: block;
  margin: 0.5rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
.privacy-policy-content .wp-block-list > li > ul > li {
  background: none;
  border: 0;
  padding: 0;
  margin: 0.25rem 0 0 0;
  position: static;
  text-transform: lowercase;
}
.privacy-policy-content .wp-block-list > li > ul > li::after {
  content: none;
}
.privacy-policy-content .wp-block-list > li > strong,
.privacy-policy-content .wp-block-list > li > b {
  display: block;
  color: #0f172a;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.privacy-policy-content .wp-block-list > li > ul > li {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(15, 23, 42);
}

.terms-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.terms-content .wp-block-group {
  margin: 0 0 1.5rem 0;
}
.terms-content .wp-block-group:not(:first-child) {
  margin: 4rem 0 1.5rem 0;
}
.terms-content .wp-block-group h3 {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.terms-content .wp-block-pullquote {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 0 1.5rem 1.5rem 0;
}
.terms-content .wp-block-pullquote blockquote {
  margin: 0;
  text-align: start;
}
.terms-content .wp-block-pullquote p {
  position: relative;
  font-weight: 900;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #78350f;
}
.terms-content .wp-block-pullquote p::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  background: url("./img/base/triangle-icon.svg") no-repeat center/contain;
}
.terms-content .wp-block-pullquote cite {
  color: #92400e;
  margin: 0;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625;
}
.terms-content p {
  line-height: 1.5;
  color: rgb(15, 23, 42);
}