@charset "UTF-8";
@import url(base.css);
@import url(fonts.css);

.header-container { width: 100%; position: fixed; left: 0; top: 0; background: var(--color_white); padding: 20px 120px; z-index: 99; display: flex; align-items: center; justify-content: space-between; }
.header-container .header-menu-list { display: flex; gap: 28px; }
.header-container .header-link { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 600; line-height: 140%; letter-spacing: -0.16px; transition: var(--trans); cursor: pointer; }
.header-container .burger { display: none; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; cursor: pointer; padding: 8px; width: 40px; height: 40px; }
.header-mobile-container { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; background: var(--color_white); padding: 20px 24px; z-index: 999; transition: var(--trans); }
.header-mobile-container .header-mobile-menu-list { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; align-items: center; }
.header-mobile-container .header-link { font-weight: 600; font-size: 18px; line-height: 100%; transition: var(--trans); text-align: center; }
.btn1 { display: flex; padding: 8px 24px; justify-content: center; align-items: center; gap: 12px; height: 48px; border-radius: 8px; background: var(--Fill-Dark, #111827); color: #fff; text-align: center; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 700; line-height: 140%; letter-spacing: -0.16px; cursor: pointer; border: none; transition: var(--trans) !important; text-decoration: none; }
.footer-container { margin-bottom: 20px; background: #111827; padding: 60px 100px 32px 100px; border-radius: 20px; border: 1px solid #e2e8f0; display: grid; grid-template-columns: 285px 450px; width: 100%; justify-content: space-between; position: relative; }
.footer-container .footer-left { display: flex; flex-direction: column; justify-content: space-between; }
.footer-container .footer_p_small { color: #fff; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 400; line-height: 140%; margin-top: 40px; }
.footer-container .footer-right { display: flex; max-width: 545px; width: 100%; justify-content: space-between; padding-right: 50px; }
.footer-container .footer-text { font-weight: 400; font-size: 16px; line-height: 100%; color: var(--color_white); }
.footer-container .footer-links { display: flex; flex-direction: column; gap: 24px; margin-right: 18px; }
.footer-container .footer_title { color: #5b7cff; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 14px; font-weight: 500; line-height: 120%; margin-bottom: 8px; }
.footer-container .footer-link,
.footer-container .footer-social { color: #fff; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 600; line-height: 140%; letter-spacing: -0.16px; transition: var(--trans); }
.footer-container .footerleft { margin-top: 50px; display: flex; align-items: center; gap: 16px; }
.footer-container .reserved { color: #fff; font-family: Manrope; font-size: 14px; font-weight: 400; line-height: 150%; opacity: 0.6; text-align: end; }
.footer-container .footer-socials { display: flex; flex-direction: column; gap: 20px; }
.footer-container .footer-social { display: flex; align-items: center; gap: 16px; }
.footer-container .up-btn { padding: 10px 11px; background-color: var(--color_blue); border-radius: 50px; height: 40px; justify-self: flex-end; align-self: flex-end; border: 1px solid var(--color_blue); }
.hero_text { border-radius: 20px; border: 1px solid #e2e8f0; background: #f1f5f9; padding-top: 80px; padding-bottom: 64px; }
.hero_text h1 { color: #111827; text-align: center; font-family: var(--Typography-Family-Primary, Manrope); font-size: 72px; font-weight: 600; line-height: 95%; letter-spacing: -0.72px; margin-bottom: 32px; }
.hero_text p { color: #5b7cff; text-align: center; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 18px; font-weight: 500; line-height: 120%; }
.btn { border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; width: fit-content; padding: 12px 24px; height: 48px; color: #111827; text-align: center; transition: var(--trans) !important; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 700; line-height: 140%; letter-spacing: -0.16px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-card { border-radius: 12px; border: 1px solid #e2e8f0; background: #fff; padding: 24px 16px 0 16px; }
.sidebar-title { color: #475569; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 18px; font-weight: 500; line-height: 120%; padding-bottom: 16px; width: 100%; display: block; }
.toc-list { display: flex; flex-direction: column; }
.toc-item { border-top: 1px solid rgba(226,232,240,0.6); }
.toc-item:last-child { border-bottom: none; padding-bottom: 16px; }
.toc-item--link { color: #111827; padding-block: 16px; display: block; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 700; line-height: 150%; transition: color 0.25s ease; text-decoration: none; }
.toc-item--link:hover { color: #f59e0b; }
.toc-item--link.active { color: #e2920b; }
.toc-custom__toggle { border-radius: 12px; border: 1px solid #e2e8f0; background: #fff; width: 100%; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; color: #475569; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 18px; font-weight: 500; line-height: 120%; cursor: pointer; transition: 0.3s ease; }
.toc-custom__arrow { transition: transform 0.3s ease; }
.toc-custom__dropdown { position: absolute; top: calc(100% + 8px); left: 0; width: 100%; border-radius: 12px; border: 1px solid #e2e8f0; background: #fff; overflow: hidden; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: 0.3s ease; z-index: 20; padding: 16px; }
.toc-custom__link { display: block; padding: 16px 0; text-decoration: none !important; color: #111827 !important; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 700; line-height: 150%; border-bottom: 1px solid #e5e7eb; transition: 0.25s ease; }
.toc-custom__link:last-child { border-bottom: none; padding-bottom: 0; }
.toc-custom__link:first-child { padding-top: 0; }
.toc-custom.is-open .toc-custom__dropdown { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toc-custom.is-open .toc-custom__arrow { transform: rotate(180deg); }
.text_blog h2 { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 48px; font-weight: 600; line-height: 110%; margin-bottom: 16px; }
.text_blog p { color: #475569; font-family: var(--Typography-Family-Primary, Manrope); font-size: 18px; font-weight: 500; line-height: 150%; margin-bottom: 16px; }
.text_blog h3 { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 32px; font-weight: 600; line-height: 120%; padding-top: 32px; padding-bottom: 24px; border-top: none; margin-top: 48px; }
.text_blog h3.first-h3 { margin-top: 0 !important; padding-top: 0 !important; }
.text_blog h4 { padding-top: 24px; padding-bottom: 20px; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 24px; font-weight: 600; line-height: 120%; border-top: 1px solid #E2E8F0; margin-top: 32px; }
.text_blog p + h4,
.text_blog ul + h4,
.text_blog ol + h4 { border-top: 1px solid #E2E8F0; padding-top: 32px; margin-top: 32px; }
.text_blog h5 { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 500; line-height: 150%; padding-left: 10px; border-left: 2px solid #5b7cff; margin-bottom: 45px; margin-top: 8px; }
.text_blog ul li { list-style: disc; color: #475569 !important; font-family: var(--Typography-Family-Primary, Manrope); font-size: 18px; font-weight: 500; line-height: 150%; margin-bottom: 8px; }
.text_blog ol li { list-style: decimal; color: #475569 !important; font-family: var(--Typography-Family-Primary, Manrope); font-size: 18px; font-weight: 500; line-height: 150%; margin-bottom: 8px; }
.text_blog ul, .text_blog ol { color: #475569 !important; }
.text_blog a:not(.btn1) { color: #f59e0b; text-decoration: underline; transition: color 0.2s ease; }
.text_blog a:not(.btn1):hover { color: #e2920b; text-decoration: none; }
.text_blog .yellow { margin-block: 36px; border-radius: 16px; background: #ffdf9e; padding: 24px; }
.text_blog .yellow.flex { display: flex; gap: 24px; }
.text_blog .yellow.flex img { padding-top: 0; }
.text_blog .yellow h6 { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 20px; font-weight: 500; line-height: 140%; margin-bottom: 24px; }
.text_blog .yellow b { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 700; line-height: 150%; margin-bottom: 4px; }
.text_blog .yellow span { display: block; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 14px; font-weight: 500; line-height: 130%; opacity: 0.8; }
.text_blog .ads_sub { display: flex; justify-content: space-between; align-items: center !important; border-radius: 12px; background: linear-gradient(91deg, #ffbe4f 1.36%, #f59e0b 105.92%); padding: 24px; }
.text_blog .ads_sub h3 { padding: 0; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 32px; font-weight: 600; line-height: 120%; }
.text_blog .ads_sub p { margin-bottom: 0 !important; line-height: 1 !important; display: flex !important; align-items: center !important; }
.text_blog .ads_sub p a.btn1,
.text_blog .ads_sub a.btn1 { background: #111827 !important; color: #fff !important; border: 2px solid #111827 !important; transition: all 0.3s ease-out !important; display: inline-flex !important; justify-content: center !important; align-items: center !important; text-decoration: none !important; vertical-align: middle !important; margin-top: 0 !important; }
.text_blog .ads_sub a.btn1:hover { background: #fff !important; color: #f59e0b !important; border-color: #fff !important; }
.text_blog .wp-block-image { margin-top: 48px; margin-bottom: 0; }
.text_blog .wp-block-image img { display: block; width: 100%; height: auto; border-radius: 12px; padding-top: 0 !important; }
.text_blog .wp-block-image figcaption,
.text_blog .wp-block-image .wp-element-caption,
.text_blog figure figcaption { display: block; margin-top: 8px; margin-bottom: 36px; padding-left: 10px; border-left: 2px solid #5b7cff; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 14px; font-weight: 500; line-height: 150%; text-align: left !important; }
.text_blog .wp-block-pullquote { margin-block: 36px; padding: 24px; border-radius: 16px; background: #ffdf9e; border: none; text-align: left; }
.text_blog .wp-block-pullquote blockquote { margin: 0; padding: 0; }
.text_blog .wp-block-pullquote p { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 20px; font-weight: 500; line-height: 140%; margin-bottom: 24px; }
.text_blog .wp-block-pullquote cite,
.text_blog .wp-block-pullquote .wp-block-pullquote__citation { display: block; font-style: normal; font-size: 16px; font-weight: 700; color: #111827; line-height: 150%; }
.text_blog .wp-block-quote { margin-block: 36px; padding: 24px 24px 24px 28px; border-radius: 16px; background: #ffdf9e; border: none; border-left: 4px solid #e2920b; }
.text_blog .wp-block-quote p { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 20px; font-weight: 500; line-height: 140%; margin-bottom: 16px; }
.text_blog .wp-block-quote cite,
.text_blog .wp-block-quote footer { display: block; font-size: 16px; font-style: normal; font-weight: 700; color: #111827; }
.text_blog .wp-block-pullquote p:last-child,
.text_blog .wp-block-quote p:last-child { margin-bottom: 0 !important; }
.text_blog .wp-block-group.quote-with-photo { display: flex; gap: 24px; align-items: flex-start; margin-block: 36px; padding: 24px; border-radius: 16px; background: #ffdf9e; }
.text_blog .wp-block-group.quote-with-photo > .wp-block-image { flex-shrink: 0 !important; flex-grow: 0 !important; width: 160px !important; max-width: 160px !important; min-width: 160px !important; margin: 0 !important; padding: 0 !important; }
.text_blog .wp-block-group.quote-with-photo > .wp-block-image figure { margin: 0 !important; padding: 0 !important; width: 160px !important; max-width: 160px !important; }
.text_blog .wp-block-group.quote-with-photo > .wp-block-image img,
.text_blog .wp-block-group.quote-with-photo > .wp-block-image figure img,
.text_blog .wp-block-group.quote-with-photo .wp-block-image img { width: 160px !important; height: 182px !important; max-width: 160px !important; min-width: 160px !important; object-fit: cover !important; object-position: center top !important; border-radius: 12px !important; display: block !important; padding-top: 0 !important; margin: 0 !important; }
.text_blog .wp-block-group.quote-with-photo > .wp-block-group { flex: 1; min-width: 0; background: transparent !important; padding: 0 !important; border: none !important; }
.text_blog .wp-block-group.quote-with-photo p { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 20px; font-weight: 500; line-height: 140%; margin-bottom: 16px; }
.text_blog .wp-block-group.quote-with-photo .quote-author { font-size: 16px !important; font-weight: 700 !important; line-height: 150% !important; margin-bottom: 4px !important; color: #111827 !important; }
.text_blog .wp-block-group.quote-with-photo .quote-role { font-size: 14px !important; font-weight: 500 !important; line-height: 130% !important; opacity: 0.8; margin-bottom: 0 !important; color: #111827 !important; }
.text_blog .wp-block-group.yellow { margin-block: 36px; padding: 24px; border-radius: 16px; background: #ffdf9e; }
.text_blog .wp-block-group img { padding-top: 0 !important; }
.text_blog .wp-block-table { margin: 0 0 24px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; border: none; }
.text_blog .wp-block-table table,
.text_blog table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 14px; line-height: 1.55; border: 1px solid #e5e7eb; }
.text_blog .wp-block-table thead tr,
.text_blog thead tr { background: #ffdf9e; border-bottom: none; }
.text_blog .wp-block-table thead th,
.text_blog thead th { padding: 12px 16px; text-align: left; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 500; line-height: 150%; border-right: 1px solid rgba(255,255,255,0.6); border-bottom: none !important; border-top: none; border-left: none; }
.text_blog .wp-block-table thead th:last-child,
.text_blog thead th:last-child { border-right: none; }
.text_blog .wp-block-table tbody tr,
.text_blog tbody tr { border-top: 1px solid #e5e7eb; border-bottom: none; }
.text_blog .wp-block-table tbody td,
.text_blog tbody td { padding: 14px 16px; vertical-align: top; color: #475569; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 400; line-height: 140%; border-right: 1px solid #e5e7eb; border-bottom: none; border-top: none; border-left: none; }
.text_blog .wp-block-table tbody td:last-child,
.text_blog tbody td:last-child { border-right: none; }
.text_blog .wp-block-table tbody td:first-child,
.text_blog tbody td:first-child { color: #111827; font-weight: 700; }
.text_blog .wp-block-table td a { color: #e2920b; }
.text_blog .wp-block-table tbody tr:first-child td,
.text_blog tbody tr:first-child td { border-top: none !important; }
.subscribe-card { border-radius: 12px; background: linear-gradient(91deg, #ffbe4f 1.36%, #f59e0b 105.92%); padding: 24px 16px; }
.subscribe-card button { width: 100%; background: #111827 !important; color: #fff !important; border: 2px solid #111827 !important; }
.subscribe-card h4 { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 24px; font-weight: 600; line-height: 120%; margin-bottom: 24px; }
.form-group label { color: #111827; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 14px; font-weight: 500; line-height: 120%; }
.form-group input,
.form-group select,
.form-group textarea { height: 48px; padding: 0 16px; color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 16px; font-weight: 400; line-height: 140%; outline: none; transition: var(--trans); border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; }
.faq-page-hero { border-radius: 20px; border: 1px solid #e2e8f0; background: #f1f5f9; text-align: center; padding: 60px 24px 40px; }
.faq-page-hero h1 { font-family: var(--Typography-Family-Primary, Manrope); font-size: 72px; font-weight: 600; line-height: 100%; letter-spacing: -0.01em; color: #111827; max-width: 784px; margin: 0 auto 24px; }
.faq-page-hero .hero-subtitle { max-width: 680px; margin: 0 auto; font-family: var(--Typography-Family-Primary, Manrope); font-size: 18px; font-weight: 500; line-height: 150%; color: #475569; }
.faq-page-section { padding-top: 40px; padding-bottom: 80px; }
.faq-page-grid { display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: start; }
.faq-page-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
.faq-page-content { min-width: 0; }
.faq-cta-card { background: linear-gradient(91deg, #ffbe4f 1.36%, #f59e0b 105.92%); border-radius: 12px; padding: 24px 20px; display: flex; flex-direction: column; gap: 20px; }
.faq-cta-card__title { color: #111827; font-family: var(--Typography-Family-Primary, Manrope); font-size: 24px; font-weight: 600; line-height: 120%; margin: 0; }
.faq-cta-card .btn1 { width: 100%; justify-content: center; }
.faq-cta-card .btn1:hover { background: #fff !important; color: #f59e0b !important; }
.faq-mob-toc { display: none; }
.faq-page-content { min-width: 0; overflow-x: hidden; }
.text_blog { overflow-x: hidden; }
.text_blog .wp-block-table { overflow-x: auto; -webkit-overflow-scrolling: touch; display: block; }
.text_blog table { display: table; min-width: 500px; }
.faq-h4-icon { display: none; }
.faq-ads-1 { padding-top: 60px; padding-bottom: 80px; }
.faq-ads-1 .block { border-radius: 20px; background: linear-gradient(91deg, #ffbe4f 1.36%, #f59e0b 105.92%); display: flex; padding: 48px 64px; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; }
.faq-ads-1 .block h3 { color: #111827; font-family: 'Manrope', sans-serif; font-size: 40px; font-weight: 600; line-height: 120%; flex: 1; margin: 0; border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; }
.faq-ads-1 .bg_icon { position: absolute; z-index: 1; right: 16px; top: 16px; }
.faq-ads-1 .btn { display: inline-flex; align-items: center; justify-content: center; background: #111827 !important; color: #fff !important; border: 2px solid #111827 !important; height: 48px; padding: 0 24px; border-radius: 8px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.3s ease-out; white-space: nowrap; flex-shrink: 0; }
.faq-ads-1 .btn:hover { background: #fff !important; color: #f59e0b !important; border-color: #fff !important; }
.ext-pfq-1 { mix-blend-mode:lighten }

@media (max-width: 900px) {
  body { overflow-x: hidden; }
  .container, .container_20 { overflow-x: hidden; max-width: 100%; }
  .faq-page-grid { display: flex; flex-direction: column; gap: 0; }
  .faq-page-sidebar { position: static; margin-top: 0; order: 2; display: none; }
  .faq-page-content { order: 1; overflow: hidden; max-width: 100%; width: 100%; }
  .faq-page-sidebar .sidebar-card { display: none; }
  .faq-mob-toc { display: block; margin-bottom: 24px; }
  .toc-custom { display: block; max-width: 100%; }
  .faq-page-hero h1 { font-size: 36px; letter-spacing: -0.02em; }
  .faq-page-hero { padding: 40px 16px 32px; }
  .faq-page-hero .hero-subtitle { font-size: 16px; }
  .faq-page-section { padding-top: 24px; padding-bottom: 0; }
  .text_blog { overflow: hidden; word-break: break-word; }
  .text_blog h2 { font-size: 28px; }
  .text_blog h3 { font-size: 24px; padding-top: 28px; padding-bottom: 16px; margin-top: 36px; }
  .text_blog h3.first-h3 { margin-top: 0 !important; padding-top: 0 !important; }
  .text_blog p { font-size: 16px; }
  .text_blog ul li, .text_blog ol li { font-size: 16px; }
  .text_blog .ads_sub { flex-direction: column; gap: 24px; }
  .ads_sub .btn1 { width: 100%; }
  .text_blog .ads_sub h3 { font-size: 24px; border-top: none !important; padding-top: 0 !important; margin-top: 0 !important; }
  .text_blog .yellow.flex { flex-direction: column; }
  .text_blog .yellow.flex img { height: auto; width: 100%; max-width: 400px; }
  .faq-cta-card { padding: 20px 16px; text-align: center; align-items: center; }
  .faq-cta-card__title { font-size: 20px; }
  .faq-page-sidebar .faq-cta-card { display: none; }
  .text_blog h4 { font-size: 18px; padding: 20px 0; margin-top: 0; border-top: 1px solid #E2E8F0; position: relative; cursor: pointer; user-select: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .text_blog h4::after { display: none; }
  .faq-h4-icon { display: inline-block; position: relative; flex-shrink: 0; width: 20px; height: 20px; min-width: 20px; }
  .faq-h4-icon-h { position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: #111827; border-radius: 2px; transform: translateY(-50%); transition: transform 0.38s cubic-bezier(0.4,0,0.2,1); }
  .faq-h4-icon-v { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: #111827; border-radius: 2px; transform: translateX(-50%) rotate(0deg); transform-origin: center center; transition: transform 0.38s cubic-bezier(0.4,0,0.2,1), opacity 0.28s ease; }
  .text_blog h4.faq-open .faq-h4-icon-v { transform: translateX(-50%) rotate(90deg); opacity: 0; }
  .text_blog h4.faq-open .faq-h4-icon-h { transform: translateY(-50%) rotate(180deg); }
  .text_blog .faq-accordion-body { overflow: hidden; max-height: 0; transition: max-height 0.36s cubic-bezier(0.4,0,0.2,1); }
  .text_blog .faq-accordion-body.faq-open { max-height: 2000px; }
  .faq-ads-1 { margin-top: -45px; padding-top: 0; padding-bottom: 48px; }
  .faq-ads-1 .block { flex-direction: column; align-items: center; text-align: center; gap: 24px; padding: 40px 24px; }
  .faq-ads-1 .block h3 { font-size: 28px; }
  .faq-ads-1 .bg_icon { display: none; }
}

@media (max-width: 1024px) {
  .header-container { padding: 12px 24px; justify-content: flex-start; gap: 16px; }
  .footer-container { padding: 32px 24px; flex-direction: column; gap: 40px; }
  .footer-container .footer-link, .footer-container .footer-social { font-size: 14px; line-height: 18px; }
}

@media (max-width: 640px) {
  .text_blog .wp-block-group.quote-with-photo { flex-direction: column; }
  .text_blog .wp-block-group.quote-with-photo > .wp-block-image,
  .text_blog .wp-block-group.quote-with-photo > .wp-block-image figure { width: 100% !important; max-width: 100% !important; min-width: unset !important; }
  .text_blog .wp-block-group.quote-with-photo > .wp-block-image img,
  .text_blog .wp-block-group.quote-with-photo > .wp-block-image figure img,
  .text_blog .wp-block-group.quote-with-photo .wp-block-image img { width: 100% !important; max-width: 100% !important; min-width: unset !important; height: auto !important; }
  .faq-ads-1 { padding-top: 64px; padding-bottom: 40px; }
  .faq-ads-1 .block { padding: 32px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .faq-ads-1 .block h3 { font-size: 24px; }
  .faq-ads-1 .btn { width: 100%; }
  .faq-ads-1 { padding-top: 64px; padding-bottom: 40px; }
  .faq-ads-1 .btn { width: 100%; max-width: 320px; }
}

@media (max-width: 820px) {
  .footer-container .footerleft, .footer-container .footerright { margin-top: 0; }
  .footer-right { flex-direction: column; }
}

@media (min-width: 1920px) {
  .header-container { max-width: 1920px; left: 50%; transform: translate(-50%); }
}